commands.yml help
i installed auctionhouse and when players type /ah i want it to open the menu but it only works when they type /auctionhouse:ah. when i add a commands yml fix like this
ah:
- auctionhouse:ah
when players type /ah sell it still only does /auctionhouse:ah
i want it to do /auctionhouse:ah sell
5 Replies
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 djarda2#0
$1-
you need to do ah -> auctionhouse:ah $1-
ah:
- auctionhouse:ah $1-
@djarda2BukkitWiki
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...
ok i was sleeping didnt see thank you
!close
post closed!
The post/thread has been closed!
Requested by djarda2#0