So I have seen a lot of servers have /is create command, and they are using ASkyBlock, I'm wondering where they get that feature? Is it a fork of ASkyBlock?
What does the command do exactly?
You can do that with aliases in commands.yml.Just create an island if they didn't have an island yet, basically replace the /is command.
You can do that with aliases in commands.yml.
So if "/is" will open a deluxemenu, what command will "/is create" run?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?
Alright, so just override "/is" with DeluxeMenus and then add an alias for "/is create" to run "/is" in commands.yml.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.
aliases:
is create:
- "is"
