Add motd
bug fixe around serelization of items (armor and off hand slots, nbt tags error) created command class, Class.java and ClassCommand.java for future of add of classes ig.
This commit is contained in:
parent
168eb600bc
commit
54f6377c10
29 changed files with 196 additions and 112 deletions
|
@ -29,6 +29,8 @@ commands:
|
|||
description: Open ItemList menu
|
||||
entityspawn:
|
||||
description: Spawn an custom entity
|
||||
class:
|
||||
description: player command that make them choose their class and then their stats
|
||||
|
||||
permissions:
|
||||
raxen.reload.cmd:
|
||||
|
@ -42,4 +44,6 @@ permissions:
|
|||
raxen.itemlist.cmd:
|
||||
description: itemlist command permission
|
||||
raxen.entityspawn.cmd:
|
||||
description: entityspawn command permission
|
||||
description: entityspawn command permission
|
||||
raxen.class.cmd:
|
||||
description: class command premission
|
Loading…
Add table
Add a link
Reference in a new issue