Skip to content

Releases: byteful/LevelTools

[v1.2.4.2] Fixed double to int conversion and added reward support for commands.

27 Mar 01:33
Compare
Choose a tag to compare

Changes

  • Allowed doubles to be used instead of conversion to int for attributes.
  • Added support for rewards to apply from commands.

[v1.2.4.1] Fixed PlaceholderAPI support on <=1.8

15 Mar 21:43
Compare
Choose a tag to compare

Changes:

  • Bug fix for PlaceholderAPI support

[v1.2.4] Added PlaceholderAPI expansions.

13 Mar 23:10
Compare
Choose a tag to compare

Changes

  • Added PlaceholderAPI expansions.
    • %leveltools_level% : Grabs the item in hand's level.
    • %leveltools_xp% : Grabs the item in hand's xp.
    • %leveltools_max_xp% : Grabs the item in hand's XP till levelup.
    • %leveltools_progress_bar% : Grabs the item in hand's XP progress bar.
  • Updated dependencies to latest version.

[v1.2.3.5] Changed event priorities to better support protection plugins.

04 Feb 20:08
ddd93b6
Compare
Choose a tag to compare

Changes

  • Changed event priorities from HIGHEST to MONITOR.
  • ^^ Except on anvil event.
  • Contributions: @knightzmc

[v1.2.3.4] Hotfixed IAE

02 Feb 01:34
Compare
Choose a tag to compare

Changes

  • Fixed Caused by: java.lang.IllegalArgumentException: No enum constant org.bukkit.Sound.null

[v1.2.3.3] Fix error with playerPlacedBlocks

01 Feb 00:59
Compare
Choose a tag to compare

Changes

  • Updated RedLib to v6.5.1.5
  • Updated XSeries to v8.6.1
  • Fixed error with RedLib's BDM by updating to latest version.

[v1.2.3.2] Fixed 1.8 actionbar bug.

31 Jan 22:56
Compare
Choose a tag to compare

Changes

  • Fixed bug in Spigot 1.8 where the API's actionbar method didn't exist.
  • Switched to XSeries actionbar utils.

[v1.2.3.1] Fixed BlockDataManager SQLite bug

27 Jan 22:52
Compare
Choose a tag to compare

Changes

  • Fixed SQLite bug with RedLib's BlockDataManager
  • Updated RedLib to v6.5.1

[v1.2.3] Utility Commands

14 Jan 22:22
Compare
Choose a tag to compare

Changes

  • Added commands:
    • /leveltools reload : Reloads config
    • /leveltools help : Shows all cmds
    • /leveltools xp : Sets item in hand's XP to provided XP.
    • /leveltools level : Sets item in hand's level to provided level.
    • /leveltools levelup : Increments the item in hand's level one up.
  • Added more config messages:
# Configuration for messages.
messages:
  no_permission: "&cYou do not have permission to execute this command!"
  successful_reload: "&aSuccessfully reloaded LevelTools!"
  successfully_executed_action: "&aSuccessfully executed action for item in hand."
  item_not_tool: "&cThe item in hand is not supported by LevelTools!"

[v1.2.2] Add attribute reward type.

13 Jan 01:21
Compare
Choose a tag to compare

Changes:

  • New config option
  • Attribute reward type
  • Minor fixes
# Set to true if leveled items should show attributes. Recommended to keep this true to prevent "lore spam".
hide_attributes: true