Command aliases.

I need to make an alias for a command that opens up a GUI, whats the best way to do this?
29 Replies
Admincraft Meta
Admincraft Meta16mo ago
Thanks for asking your question!
Make sure to provide as much helpful information as possible such as logs/what you tried and what your exact issue is
Make sure to mark solved when issue is solved!!!
/close !close !solved !answered
Requested by qvaras#0
ProGamingDk
ProGamingDk16mo ago
commands.yml
ProGamingDk
ProGamingDk16mo ago
BukkitWiki
Commands.yml
commands.yml is a configuration file that houses custom defined aliases and command block overrides for your CraftBukkit server. The command block override system provides a quick and easy way to force the server to use the commands provided by Mojang (as opposed to the ones built into Bukkit) for command blocks specifically, leaving all other c...
qvaras
qvarasOP16mo ago
any idea for why this doesnt work?
No description
ProGamingDk
ProGamingDk16mo ago
does /classgui work? and can you show the entire commands.yml
qvaras
qvarasOP16mo ago
oh wait whoops its supposed to be /races classgui can i add spaces to aliases? alright /class works as a command now but it doesnt do anything
ProGamingDk
ProGamingDk16mo ago
No description
ProGamingDk
ProGamingDk16mo ago
yes it does support spaces have you restarted after changing it
qvaras
qvarasOP16mo ago
yes
ProGamingDk
ProGamingDk16mo ago
show your commands.yml
qvaras
qvarasOP16mo ago
No description
ProGamingDk
ProGamingDk16mo ago
enclose it in "" might work? and can u show logs after u run /class
qvaras
qvarasOP16mo ago
still doesnt work
qvaras
qvarasOP16mo ago
No description
ProGamingDk
ProGamingDk16mo ago
and /races classgui works?
qvaras
qvarasOP16mo ago
Yes
ProGamingDk
ProGamingDk16mo ago
no clue then
Torrent
Torrent16mo ago
Maybe try mycommand: https://www.spigotmc.org/resources/mycommand.22272/ I’ve been fooling with it for awhile and have gotten some things to work and some things I’m struggling through.
SpigotMC - High Performance Minecraft
MyCommand
Torrent
Torrent16mo ago
(May or may not be trying to get you to do this so I can peep if it works for you or not)
qvaras
qvarasOP16mo ago
doesnt seem to work for me
qvaras
qvarasOP16mo ago
No description
Torrent
Torrent16mo ago
Use type: RUN_COMMAND instead of alias
qvaras
qvarasOP16mo ago
No description
qvaras
qvarasOP16mo ago
this still doesnt work
Torrent
Torrent16mo ago
Remove the space before permission-required Save it Try mycommand reload commands
qvaras
qvarasOP16mo ago
that fixed it
Torrent
Torrent16mo ago
Hell yea You can also add the line register: true so it shows up white instead of red, but for this you will have to restart your server
qvaras
qvarasOP16mo ago
will do thanks !solved
Admincraft Meta
Admincraft Meta16mo ago
post closed!
The post/thread has been closed!
Requested by qvaras#0

Did you find this page helpful?