Skip to content

Release 0.0.3

Compare
Choose a tag to compare
@gdude2002 gdude2002 released this 12 Mar 09:07
· 45 commits to master since this release

BukkitDev release

Builds available on GitHub haven't been approved by the BukkitDev staff, so you should follow the links to the BukkitDev site if you're looking for approved builds.

  • Added four commands for transferring/disowning blocks
    • /disownplayer [dp, disownp]
      • Requires archblock.admin
      • Disown all blocks for a specific player
    • /disownworld [dw, disownw]
      • Requires archblock.admin
      • Disown all owned blocks on a specific world
    • /transferblocks [tb, transfer, transferb]
      • Requires archblock.transfer
      • Transfer ownership of all of your blocks to another player
    • /transferplayer [transferp]
      • Requires archblock.admin
      • Transfer ownership of one player's blocks to another player
  • Only one long-running task can be run at once
    • If a task breaks for whatever reason, it won't prevent you from running other tasks, however
  • Supplied permissions in the plugin.yml, so that help systems can display only the commands one has permission to run