Save everything when someone stops creating something.
This commit is contained in:
parent
6653ccfb79
commit
727ff30d8b
@ -33,6 +33,8 @@ public class JailStopCommand implements Command {
|
|||||||
|
|
||||||
if(nothing) {
|
if(nothing) {
|
||||||
sender.sendMessage(ChatColor.RED + "You've stopped creating....nothing.");
|
sender.sendMessage(ChatColor.RED + "You've stopped creating....nothing.");
|
||||||
|
}else {
|
||||||
|
jm.getPlugin().getJailIO().saveEverything();
|
||||||
}
|
}
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
|
Loading…
Reference in New Issue
Block a user