improve handling of missing message files

This commit is contained in:
SirYwell
2022-07-03 11:57:59 +02:00
parent 4d4d2ab087
commit dce4922d34
4 changed files with 50 additions and 8 deletions

View File

@ -732,6 +732,11 @@ public final class BukkitPlatform extends JavaPlugin implements Listener, PlotPl
this.getServer().getPluginManager().disablePlugin(this);
}
@Override
public void shutdownServer() {
getServer().shutdown();
}
private void registerCommands() {
final BukkitCommand bukkitCommand = new BukkitCommand();
final PluginCommand plotCommand = getCommand("plots");