Skip to content

PlayerEx

Compare
Choose a tag to compare
@CleverNucleus CleverNucleus released this 20 Sep 16:17
· 67 commits to master since this release

*Now uses 0.40.1 Fabric API
*Now uses 1.0.4 Data Attributes
+Includes as jar-in-jar Cardinal Components Level module
+Added serverside persistent player cache: holds a player's uuid, level and name for every player that has ever logged in (so online and offline players).
+Spanish translation
*Fixed #25
*Fixed bug with health modifiers being rounded for multiplier operations
*Moved rounding clamped values to be dependent on the attribute having the "integer" property.
*Text placeholder %playerex:level_top/x% now returns the relevant player's level, not their name. Includes offline players as well as online players (as long as they have logged into the server before).
+Added %playerex:name_top/x%: displays the relevant player's name, offline or online.
+Added keybind to open/close the attributes screen ('r')
+Added commands:

  • /playerex cache clear
  • /playerex cache remove

First one clears the cache, the latter removes a single player/uuid from it.
*Made %playerex:level% also persistent for offline players.