summaryrefslogtreecommitdiff
path: root/src/main/java/com/redstoner/modules/naming/Naming.cmd
blob: 22f4b416ba986b511a30ff5695a4dceb301cb37b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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. Use &e-a&b to append to the lore.;
	}
}