Cancelling Saving

Discussion in 'Plugin Development' started by Xerfox, Jan 26, 2014.

Thread Status:
Not open for further replies.
  1. Offline

    Xerfox

    Is there a way to cancel saving on the server? Is there an event for that, orr...And if you could provide me the code as well, because I learn from seeing :) Thanks!
     
  2. Offline

    Th3Br1x

    Code:java
    1. //In your main class you would use this:
    2. getServer().getWorld(<YourWorldNameHere>).setAutoSave(false)
     
    Xerfox likes this.
  3. Offline

    Xerfox

    Thanks man :)
     
  4. Offline

    Th3Br1x

    You're welcome ;)
     
    Xerfox likes this.
Thread Status:
Not open for further replies.

Share This Page