Cleans up a bit and changes to compile for java 16 and spigot 1.17

This commit is contained in:
2021-09-09 15:25:08 +02:00
parent 75fbd44af7
commit daa3c6f868
13 changed files with 38 additions and 33 deletions

View File

@ -12,7 +12,7 @@ import org.jetbrains.annotations.NotNull;
*/
public class CommandReload implements CommandExecutor {
private Stargate plugin;
private final Stargate plugin;
/**
* Instantiates the reload command

View File

@ -15,7 +15,7 @@ import org.jetbrains.annotations.NotNull;
*/
public class CommandStarGate implements CommandExecutor {
private Stargate plugin;
private final Stargate plugin;
/**
* Instantiates the stargate command