You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
New | Added native Prefix and Discord support for all messages in messages/ folder, see Messages section of settings.yml.
New | You can now play a sound to the private message receiver. Configurable in settings.yml.
New | Added a default "[killer_item]" variable you can use in death messages (messages/death.rs)! You will not see this but you can create killer-item.yml file in variables/ with this content: #133 (comment)
Fix | We were sending all mails at once, packet would overflown when you had too many mails over time. I changed this to send one mail over Bungee at the time.
Fix | Solved the [X] feature of messages interfering with plugins sending Action Bar messages.
Fix | Solved ranged mode not properly working between two different worlds.
Fix | Solved migrating from previous version needing "Line" key in mysql.yml being put manually or resetting that file.
Fix | Solved operators in messages/ being executed the same amount of times as how many online players were connected.
Fix | Solved /chc log showing up ",/ " when comma is used in log messages.
Fix | Solved Discord or console throwing errors on JavaScript variables that use "player" variable.