Skip to content

Releases: TheArchives/ArchBlock

Release 0.1.1

20 Sep 18:20
Compare
Choose a tag to compare

BukkitDev release

  • Fix an issue relating to users swapping their usernames
  • See previous beta releases for more information

Beta 0.1.0 (Fifth beta)

15 Apr 13:44
Compare
Choose a tag to compare
Pre-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.

  • Fix disownplayer not having its aliases registered properly
  • Add @Ribesg's awesome French translation

Beta 0.1.0 (Fourth beta)

13 Apr 11:26
Compare
Choose a tag to compare
Pre-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.

  • Use reflection to register command aliases for real. This should fix localised command aliases not being registered.

Beta 0.1.0 (Third beta)

13 Apr 09:29
Compare
Choose a tag to compare
Pre-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.

  • Add i18n support
    • Preliminary support for Dutch (nl) and English (en).
    • By default, it will use your system locale. You can override this in the config.
    • Feedback is appreciated!

Beta 0.1.0 (Second beta)

07 Apr 08:02
Compare
Choose a tag to compare
Pre-release
  • Added configurable player interaction protection
    • You may configure which block types to protect, these blocks cannot be interacted with by someone that doesn't have permission to edit them
    • Note that this doesn't prevent all forms of interaction yet; bug reports are appreciated

Beta 0.1.0

24 Mar 11:34
Compare
Choose a tag to compare
Beta 0.1.0 Pre-release
Pre-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.

  • Fix server crash when someone changes their username and rejoins
    • Along with this, fix usernames not being updated in the database after name changes - We're now 100% UUID-compatible!
  • Add protections against emptying buckets on other players' blocks

Release 0.0.3

12 Mar 09:07
Compare
Choose a tag to compare

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

Release 0.0.2

11 Mar 08:56
Compare
Choose a tag to compare

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.

Changes

  • Much better stability, by attempting to avoid all duplicate key problems in the database inserts/updates.
  • Added wooden sword tool. Left-click or right-click any block with a wooden sword to see who owns it.
  • Fixed WatchBlock migration, hopefully

Release 0.0.1

09 Mar 11:41
Compare
Choose a tag to compare

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.