This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
What steps will reproduce the problem?1. /debuy2.3.
What is the expected output? What do you see instead?I expect to use /debuy without it telling me "wrong usage, use /buy instead" but alt-commands is set to true.Also /desell the same but that doesn't conflict with buycraft so it doesn't really bother me.
What version of the product are you using?Latest
Do you have an error log of what happened?No.
Please provide any additional information below.
I just edited the Buycraft.jar file to use /donate instead of /buy. There are tutorials on how to do this somewhere on the Internet if you Google it. It's not that hard, just rename the jar to a zip, extract the plugins.yml file and change the /buy command to /donate. You also have to edit something in the config file.
It works fine for me. I think you're either doing it wrong or misunderstanding DE's messages.
If you accidentally called the command wrong (aka, not /debuy [Item] [Amount]) DE will tell you to use the proper command usage of "/buy [Item] [Amount"
This doesn't mean /debuy doesn't work. It's just that both /buy and /debuy point to the exact same method to execute the transaction. If you enable alt commands, I simple register the commands /debuy, /desell, and /deprice, instead of /buy, /sell, and /price. But they'll still point to the same methods which explains the output.
To post a comment, please login or register a new account.