Skip to content

3.2.0

Compare
Choose a tag to compare
@NEZNAMY NEZNAMY released this 12 Dec 09:12
· 1656 commits to master since this release

Bukkit:

  • Fixed startup on 1.8.0
  • Added 1.19.3 support

BungeeCord:

  • Fixed crash on 1.7 clients
  • Updated to latest bungeecord build, which adds 1.19.3 support (no longer compatible with older versions)

Layout:

  • Fixed anti-override for tablist names being disabled when layout is enabled even if no layout is visible due to no condition being met
  • Fixed startup error when slots contained a number instead of interval
  • Implemented a fix for compatibility with plugins that add empty player name to a team
  • Fixed startup error when fixed slot slot value was not a valid number
  • [B]Note on 1.19.3+: Entries will now appear in chat complete as mojang removed a mechanic I used to hide them[/B]

Header/Footer:

  • Prioritize per-world settings over per-server

BossBar:

  • Fixed announcement bar disappearing when a placeholder in it is updated
  • Fixed %countdown% placeholder not activating for usage in TAB's expansion
  • Fixed announcement bars appearing in disabled worlds/servers

Placeholders:

  • Fixed classic placeholders not updating in a line of text if a relational placeholder updated

Configuration:

  • Changes to default groups.yml file - removed admin and group overrides to reduce the load on LP mods answering this question over and over
  • Fixed nested conditions not working when defined below condition that uses them
  • Added support for OR condition types in short format using "|" symbol

MySQL:

  • Attempted to fix startup error (#717)

Tab expansion:

  • replace_ function now parses nested placeholders as well
  • Fixed values not being sent to new server's bridge on server switch

Global playerlist:

  • Added %playerlist-group_% placeholder showing online player count in specified server group
  • Server names are no longer case-sensitive
  • Fixed faulty mechanic causing the feature to break nick/skin plugins on 1.19+ (as mojang no longer allows that mechanic) (#752)

Sorting:

  • Reduced amount of characters needed for sorting by groups, permissions and "placeholder" type (more about this limit on wiki)

Commands:

  • Fixed debug command saying sorting is disabled even when layout is enabled and sorts players

API:

  • Removed old event API