Added support for PlaceholderAPI and removed mandatory support for ParticlesNativeAPI
- ParticleNativeAPI support is now optional! But without it, a cloud over your head will not work.
- Added a new field to the config - formatted. In it you specify the message format. Supports PlaceholderAPI
Example:
Code (YAML):
formated
:
"&e%player_name%:&f %message%"
#%message% will be replaced by the player's message
- Fixed some minor bugs