Skip to content

1.15.1 Release

Compare
Choose a tag to compare
@tastybento tastybento released this 04 Oct 21:43
· 1333 commits to master since this release

Change Log

Features

  • 1.16.3 reports as compatible (BentoBox 1.15.0 is compatible, but just says it isn't tested)
  • Enables nether and end teleporting even if they are disabled by server (#1539) (commit: fad1fc8)
  • Brazilian Portuguese localization (#1511) (commit: b8d5a76) Credit: @Misterio77
  • Add addon version in enabling statement (#1541) (commit: f25e4d9)
  • Placeholders: Inserts gamemode name into placeholders before passing to PlaceholderAPI (#1514) (commit: fb53ac1) - enables [gamemode] to be used in a placeholder by addons.
  • Citizens compatibility:
    • Ignore NPCs for island lock (commit: b6c30fc)
    • Let Citizens handle its own PVP protection. (commit: 5a5435d)
    • Citizen NPCs are not island visitors so do not protect them. (commit: 4609881)

Bug Fixes

  • Collect water wasn't overriding bucket usage for visitors (commit: 4a24364)
  • Fix renaming of database tables. (commit: 9f1d610) - enables seamless migration from old versions to new versions
  • Fixes a bug with Head Getter cache. (#1533) (commit: 6cd9339)
  • API: Fix an issue when CommandEvents were never called (#1542) (commit: 6b852e0)
  • Prevent placing of glowstone in spawn anchors. (commit: 77d2535)
  • Fixes placeholder reloading when doing /bbox reload. (#1503) (commit: 2a3ac0b)
  • Allow default blueprint bundle to have a friendly name change in the GUI (commit: a07676a)
  • Fixes max heath by using player attribute (commit: ae1db70)

API

  • Update API for event constructor - anchor spawn (commit: 40ecbc8)
  • Adds ability to write key values back to the event from plugins (commit: a06987c)
  • Adds PreCreateEvent for API (commit: f09ea1f)
  • Added world specification on methods of Vault Hook (#1448) (commit: 5f5fe4a)