Put commands and listener in their own files
This commit is contained in:
commit
d90af75c90
|
@ -1,6 +1,4 @@
|
|||
*.class
|
||||
|
||||
# Package Files #
|
||||
*.jar
|
||||
*.war
|
||||
*.ear
|
||||
|
@ -8,3 +6,6 @@
|
|||
target/
|
||||
.vscode/
|
||||
server/
|
||||
.settings
|
||||
.project
|
||||
.classpath
|
|
@ -1,10 +1,8 @@
|
|||
package nz.jimmy.easyspawn;
|
||||
|
||||
import org.bukkit.Location;
|
||||
import org.bukkit.command.Command;
|
||||
import org.bukkit.command.CommandExecutor;
|
||||
import org.bukkit.command.CommandSender;
|
||||
import org.bukkit.configuration.Configuration;
|
||||
import org.bukkit.entity.Player;
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue