NOTE: THIS UPDATE ADDS MULTIPLE OPTIONS TO CONFIG AND LANGUAGE.YML
UPDATE THESE OR SOME FEATURES WILL NOT WORK.
Please contact me if you experience any issues or require any help.
Added the ability to enable and disable income messages in config.yml
Added the toggle command to allow players to toggle income messages (will reset on server restart)
These will NOT disable messages notifying you when money cannot be added.
Added more message types:
- Chat (default)
- Action bar (Only works with 1.12+)
- Holograms (Only works with 1.12+)
Added hologram animations
Please add this to your config.yml
Code (YAML):
# Message handling.
message
:
# Should the plugin send messages about money gained?
enabled
: true
# How should the plugin display messages when a player is given money?
# NOTE: Some options will only work with select versions. You can see which below.
# OPTIONS: CHAT, ACTION_BAR (1.12+), HOLOGRAM (1.12+)
message-type
: CHAT
# HOLOGRAMS
# This will only work if you have holograms set as your type.
holograms
:
# OPTIONS: STAY, FLOAT, BOUNCE
animation
: STAY
# This option will effect animations.
# How long should the hologram stay? This is in seconds.
duration
: 1
Add this to language.yml
Code (YAML):
economy-toggle
:
"&7Toggled income messages."
For users under 1.12, I'm working on some methods to condense chat to help with mob spam.