Releases: pantherman594/BungeeEssentials
Releases · pantherman594/BungeeEssentials
2.6.4: MySQL, Bug Fixes, and Tweaks
Added
- MySQL database support (see the config to set it up)
Fixed
- Ignore should actually work now
- Mute notifications get sent to all the staff with the permission, instead of only to the muter
Improved
- Better formatting for invalid command usage if a command can be used in multiple ways
- Ignore spam checks if the player is alone
Config Updates
2.6.3: Fixed mute
Fixed
- Mute setting to use an integer (1 or 0) instead of a boolean, to match everything else
Config Updates
2.6.2: More Bug Fixes!
Fixed
- Per-server messaging works now!
- NPE if a message is cancelled while console is spy
- Player ignored error if message is null
- NPE if player joins before PlayerData was loaded
Improved
- Tweaked message receive format
Config Updates
2.6.1: Bug Fixes and Improvements
Added
/msggroup renamecommand to easily rename message groups
Fixed
- Database#setFromString NPE if input is null
- Friend list no longer shows the command sender's name if friend is offline
- NPE for booleans in PlayerData
- Message group permissions
Improved
- Cache data from database to speed up getting info
- PlayerData converter will now convert
lastnametoo - SQLite connection will close after 250 uses, instead of after every use
Config Updates
2.6.0: Social Features and Databases!
Sorry for such a long delay, but here it is!
Added
- Message groups!
- Formatted lists when you hover over the player number in the server's motd. Show friends, staff, and other players!
- Caps spam detection
- Player info when using
/lookupwith a player's full name as the only argument (such as the player's uuid, ip, etc)
Fixed
- Fixed aliases argument exploit
- Plugin-breaking NPE if a player joins before PlayerData is loaded (plugin will load sooner, but it'll still show an NPE if they join the moment it loads, but the only problem will be their name won't be saved into the database, no biggie)
Improved
- BungeeEssentials now uses an SQLite database for PlayerData, to make grabbing data faster and easier! (Don't worry developers, I've included a class to get the PlayerData using the old methods, but this is deprecated and will be removed soon. Update quickly!)
- Advertisement detection should work better
- Console can now spy and command spy
{*}to pass all arguments in aliases- Quickly reply to messages by clicking on it!
- When messaging, you no longer need to provide the player's full name
Config Updates
2.5.8: Fixed /send permission
Fixed
/sendpermission should work properly now (gssentials.admin.send), thanks @Ironic_8b49 for reporting
Config Updates
2.5.7: Fixed /reply
Fixed
Config Updates
2.5.6: Fixed /find NPE
2.5.5: More Awesome Stuff (plus some fixes)!
Added
{{ BREAK }}to separate messages when formatting, for use with multiple {{ HOVER }} and {{ CLICK }} in one message (see messages.yml for example, under friends)- Split up messaging send/receive, and changed defaults to make it much cleaner (thanks to @SpaZMonKeY777 for the suggestion)
Fixed
- Friends will now be saved on reload (thanks to @Al3366 for reporting)
- Full Log should do its job properly now (thanks to @SpaZMonKeY777 for reporting)
players.ymlduplicates removed
Improved
- /sendall sped up
- Console can execute most commands now!
- Some default messages look better now
Config Updates
2.5.4: Fix Illegal Access Exception
Fixed
- Illegal Access Exception