Secondly, id like a plugin that can take a certain item from a players inventory. For example, /take [player] [item] [amount]. I can use this to create shops, meaning it should be compatible with console to use on Command Signs.
The command argument syntax is a bit like /give, you can try using https://ezekielelin.com/give/ . Name colors are §haha only kind if confusing. Thanks ill try to use your method, much appreciated !
Would it cost money to make?Step-by-step tutorial on how to do this using a sign shop system:
Anyone with at least 3 months of experience in the Bukkit API can do this in less than 10 minutes.
- Check for whenever a player interacts with a sign shop
- Checks if they have the necessary material in their inventory, if they don't cancel the event
- If they have the necessary amount, remove the item stack they're buying from their inventory and dispatch a command giving them x amount of money
