Archived
0
This repository has been archived on 2024-08-30. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
Modules/src/main/java/com/redstoner/modules/naming/Naming.cmd
Minenash 27cccc83f4 Standardized Permissions
- Will be test on test-production.
2018-11-16 19:09:11 -05:00

24 lines
380 B
Batchfile

command anvil {
perm utils.naming;
[empty] {
run anvil;
type player;
help Opens anvil GUI.;
}
}
command name {
perm utils.naming;
[string:name...] {
run name name;
type player;
help Names item in hand.;
}
}
command lore {
perm utils.naming;
[optional:-a] [string:lore...] {
run lore -a lore;
type player;
help Adds lore to item in hand.;
}
}