Archived
0

Converted Modules to gradle

This commit is contained in:
David
2018-11-07 23:50:06 +01:00
parent e86c52ef7c
commit 604cf01967
104 changed files with 24 additions and 0 deletions

View File

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