You can now edit the messages sent to admins who click on a bounty in the GUI to edit it. The following 2 lines will automatically be added to your language.yml file:
Code (YAML):
edit-bounty-clickable
: '&6To edit
{receiver
}''s bounty, &e&lClick this message &6and enter the amount to change. &7
(e.g. 10, -500, or 10k
)'
edit-setter-clickable
: '&6To edit
{player
}''s amount on
{receiver
}''s bounty, &e&lClick this message &6and enter the amount to change. &7
(e.g. 10, -500, or 10k
)'
Fixed a bug when trying to use negative numbers while editing a certain setter which caused the amount to change unexpectedly.