Skip to content

Beta 1.4.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@teakivy teakivy released this 08 Aug 17:55
· 583 commits to master since this release

Beta 1.4.2

  • Added Custom Villager Shops Pack
    • Place a chest below a villager, fill it with trades, and Sneak!
  • Added Gem Villagers Pack
    • Enabled under packs.treasure-gems
    • Summon a villager with /gem villager <type>
  • Added Spawning Spheres Pack
    • Spawn up to 3 spheres on a server
    • /sphere create
    • /sphere remove
    • /sphere tp
  • Added /gem command
    • Summon Gem Villagers & Give yourself gems!
    • Requires OP
  • Graves Pack:
    • Fixed items in graves not containing their data
    • Items are now serialized in Base64
    • Support for graves generated before Base64 Serialization will remain until Release 1.0
    • Graves will now actually spawn above the void, if players die below min world height
  • Gems:
    • Now use colored names
    • Gem Villagers are NOT compatible with older gems
    • Added /gem give [amount]
  • Coords HUD:
    • Now uses TaskTimers instead of Recursion
    • No longer floors all values
    • Other performance improvements
  • Commands
    • Now initializes as AbstractCommand(s)
    • Changed shortened commands to long form (kept shortened as aliases)
    • Renamed Config variables (may require re-disabling certain commands)
    • Now Fully disables a command when commands.<command> is disabled
  • Fixed Bugs:
    • Fixed commands not fully disabling
    • Fixed items removing their data when in a grave
    • Fixed disabling has-player-heads in wandering trader not stopping heads from spawning
    • Plugin now uses PluginLogger as opposed to System.out in order to apply with Paper Build #146