Archived
0

Made //grief a player-only command

This commit is contained in:
Pepich
2017-10-17 13:00:06 +02:00
parent 4b67fedbb0
commit 66b02ee346
2 changed files with 2 additions and 1 deletions

View File

@@ -48,5 +48,6 @@ command /grief {
[empty] { [empty] {
run grief; run grief;
help Does stuff.; help Does stuff.;
type player;
} }
} }

View File

@@ -37,7 +37,7 @@ import net.nemez.chatapi.click.Message;
@Commands(CommandHolderType.File) @Commands(CommandHolderType.File)
@AutoRegisterListener @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 public class Eastereggs implements Module, Listener
{ {
final File prefixFile = new File(Main.plugin.getDataFolder(), "eastereggs/prefix.json"), final File prefixFile = new File(Main.plugin.getDataFolder(), "eastereggs/prefix.json"),