Skip to content

Releases: pantherman594/BungeeEssentials

2.6.4: MySQL, Bug Fixes, and Tweaks

21 Dec 00:54

Choose a tag to compare

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

13 Nov 18:46

Choose a tag to compare

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!

07 Sep 22:53

Choose a tag to compare

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

06 Sep 01:46

Choose a tag to compare

Added

  • /msggroup rename command 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 lastname too
  • SQLite connection will close after 250 uses, instead of after every use

Config Updates

2.6.0: Social Features and Databases!

02 Sep 19:10

Choose a tag to compare

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 /lookup with 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

18 May 22:50

Choose a tag to compare

Fixed

  • /send permission should work properly now (gssentials.admin.send), thanks @Ironic_8b49 for reporting

Config Updates

2.5.7: Fixed /reply

17 May 03:33

Choose a tag to compare

Fixed

  • Messages should now be correctly logged (for /reply), thanks @voigtman for reporting (#34)

Config Updates

2.5.6: Fixed /find NPE

11 May 00:25

Choose a tag to compare

Fixed

  • Fixed NPE when trying to use /find on an offline player.

Config Updates

2.5.5: More Awesome Stuff (plus some fixes)!

30 Apr 17:37

Choose a tag to compare

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.yml duplicates 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

20 Mar 21:16

Choose a tag to compare

Fixed

  • Illegal Access Exception