Hey K1lly0u, if you are not busy, could u please add submenu for commands page? Items has got sub-menu because u can get item categories easily.
Submenu (categories) for commands could take your time but, could u please do it? I have got 20+ commands and i need categories for players to find things easily.
+ when we change the order of commands in json, it should be listed like that.
Right now it is alphabetical and it is not a good way to list commands. We should be able to order them like;
We need this:
Submenu (categories) for commands could take your time but, could u please do it? I have got 20+ commands and i need categories for players to find things easily.
+ when we change the order of commands in json, it should be listed like that.
Right now it is alphabetical and it is not a good way to list commands. We should be able to order them like;
We need this:
"order": "1" - "submenu": "menu1",
"commands": {
"something": {
"description": "description",
"iconName": ".png",
"order": "1"
"submenu": "menu1",
"commands": [
"consolecommand.command"
],
"displayName": "name",
"cost": 500,
"cooldown": 600
},