Looking for /is create command for ASkyBlock

Status
This thread has been locked.
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

Norska

Java Developer (https://norska.dev)
Supreme
Feedback score
68
Posts
901
Reactions
1,407
Resources
14
But I want to override the /is command with deluxemenus, so I need to create a new command (/is create)
So if "/is" will open a deluxemenu, what command will "/is create" run?
 

Norska

Java Developer (https://norska.dev)
Supreme
Feedback score
68
Posts
901
Reactions
1,407
Resources
14
Yes, If I /is it will open a GUI, and /is create will run the same thing as /is command basically.
Alright, so just override "/is" with DeluxeMenus and then add an alias for "/is create" to run "/is" in commands.yml.
 

aglerr

Minecraft Plugin Developer
Ultimate
Feedback score
13
Posts
438
Reactions
84
Resources
5
Alright, so just override "/is" with DeluxeMenus and then add an alias for "/is create" to run "/is" in commands.yml.

Alright, I'll try that and I'll let you know If it's work.[DOUBLEPOST=1580551094][/DOUBLEPOST]Norska am I doing it correctly? Never used "commands.yml" before.
Code:
aliases:
  is create:
  - "is"
 
Last edited:
Status
This thread has been locked.
Top