DoOdy v1.4.1

Details

  • Filename
    DoOdy.jar
  • Uploaded by
  • Uploaded
    Sep 16, 2019
  • Size
    40.12 KB
  • Downloads
    626
  • MD5
    f5bd6f6dc4a4ccb240eb83842046b477

Supported Bukkit Versions

  • 1.14

Changelog

Featured Changes

  • Potion effects are now saved and restored (this was a pain in the rear end to implement).
  • Fixed spectator issue of staying in duty limbo once-and-for-all (fingers crossed).
  • Added ability to use /doody tools to re-issue standard duty tools. (This will clear the player inventory and load the duty tools as per config.yml)
  • Added basic DoOdy API
    • isOnDuty(Player player) returns Boolean
    • getDutyList() returns ArrayList<UUID>
    • getSpectatorList() returns ArrayList<UUID>
    • API will be expanded over time.

Minor Changes

  • Coding improvements