Releases: TheArchives/ArchBlock
Release 0.1.1
- Fix an issue relating to users swapping their usernames
- See previous beta releases for more information
Beta 0.1.0 (Fifth beta)
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)
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)
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.
Beta 0.1.0 (Second beta)
- 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
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
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
- /disownplayer [dp, disownp]
- 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
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
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.