Skip to content

Latest commit

 

History

History
119 lines (62 loc) · 6.48 KB

CHANGELOG.md

File metadata and controls

119 lines (62 loc) · 6.48 KB

2.0.3 (2021-10-10)

Bug Fixes

2.0.2 (2021-10-10)

Bug Fixes

  • build: revert mockbukkit update (f21a149)
  • release: use gradle release v1.5.0 (9fbf21a)

2.0.1 (2021-10-04)

Bug Fixes

  • release: publish shaded artifacts (d5f7e51)

2.0.0 (2021-10-03)

Bug Fixes

  • limits: suppress messages for duplicate limits and count blocks silently (8aec7d4)
  • release: cleanup CHANGELOG.md (3ffc09a)
  • release: dump version to 2.0.0 (46128b5)
  • storage: absolute storage path not working (655e98c)

Features

  • add flat file storage and permissions (5c81bda)
  • added messages when placing or breaking limited blocks (98e9355)
  • cmd: /limits reload now shows the amount of configured limits (00d4b39)
  • cmd: add /limits command to list current limits (2deb53c)
  • cmd: add /limits list command to show the limits of other online players (42a4af9)
  • cmd: add /slimits reload command (6176d5f)
  • completely recode sLimits with TDD (a235343)
  • limits: add slimits.limits.ignore permission to ignore all limits (ebb1684)
  • limits: add config option to deny block breaking of limited blocks placed by others (746d6ef)
  • limits: allow duplicate limits to overwrite each other (7ed5a60)
  • release v2.0.0 (26e874f)
  • storage: add repeating task to save placed blocks (be91600)
  • upgrade to jdk 17 and gradle 7.3 (b918aa5)

BREAKING CHANGES

  • limits are now directly configured inside the config.yml. See the README for more details.

2.0.0-beta.9 (2021-10-03)

Bug Fixes

  • limits: suppress messages for duplicate limits and count blocks silently (8aec7d4)

2.0.0-beta.8 (2021-10-02)

Features

  • limits: allow duplicate limits to overwrite each other (7ed5a60)

2.0.0-beta.7 (2021-10-02)

Features

  • storage: add repeating task to save placed blocks (be91600)

2.0.0-beta.6 (2021-10-02)

Features

  • limits: add config option to deny block breaking of limited blocks placed by others (746d6ef)

2.0.0-beta.5 (2021-10-02)

Features

  • cmd: add /limits list command to show the limits of other online players (42a4af9)
  • limits: add slimits.limits.ignore permission to ignore all limits (ebb1684)

2.0.0-beta.4 (2021-10-02)

Bug Fixes

  • storage: absolute storage path not working (655e98c)

Features

  • added messages when placing or breaking limited blocks (98e9355)
  • cmd: /limits reload now shows the amount of configured limits (00d4b39)
  • cmd: add /limits command to list current limits (2deb53c)

2.0.0-beta.3 (2021-09-29)

Features

  • cmd: add /slimits reload command (6176d5f)

2.0.0-beta.2 (2021-09-28)

Bug Fixes

  • release: cleanup CHANGELOG.md (3ffc09a)