Made //grief a player-only command
This commit is contained in:
@@ -48,5 +48,6 @@ command /grief {
|
||||
[empty] {
|
||||
run grief;
|
||||
help Does stuff.;
|
||||
type player;
|
||||
}
|
||||
}
|
||||
@@ -37,7 +37,7 @@ import net.nemez.chatapi.click.Message;
|
||||
|
||||
@Commands(CommandHolderType.File)
|
||||
@AutoRegisterListener
|
||||
@Version(major = 4, minor = 0, revision = 1, compatible = 4)
|
||||
@Version(major = 4, minor = 0, revision = 2, compatible = 4)
|
||||
public class Eastereggs implements Module, Listener
|
||||
{
|
||||
final File prefixFile = new File(Main.plugin.getDataFolder(), "eastereggs/prefix.json"),
|
||||
|
||||
Reference in New Issue
Block a user