- You can now set a custom texture for the coin, as skull.
- Set the amount of kills per location before coins stop dropping. Useful for overuse of grinders.
- Default: 1, after 1 kill at X Y Z, it won't drop coins there for two hours.
- Fixed disabling /withdraw to now fully disable it, letting it work for other plugins.
- May need a reboot of the server.
Add this to your old config:
Code (Text):
# You can also set a custom texture for the coin, as skull. Filling this will disable 'coinItem'.
# Find textures here (example): https://minecraft-heads.com/custom-heads/decoration/3005-money-bag
# Input the string from "Other > Value" at the bottom of the page, it's a 'texture value'.
# In case of the example, that would be the one starting with "eyJ0ZXh0dXJl[...]".
skullTexture: ""
# Set the amount of kills per location before coins stop dropping. Useful for overuse of grinders.
# Default: 1, after 1 kill at X Y Z, it won't drop coins there for two hours. Disable by inputting 0.
limitForLocation: 1
My highest priority is getting coins pickup to work with full inventory. If anyone would like to help me with that, would be great, I seem to struggle with NMS.