Skip to content

Releases: cjburkey01/ClaimChunk

0.0.5

04 Aug 17:18
Compare
Choose a tag to compare
0.0.5 Pre-release
Pre-release

MAKE SURE TO RENAME YOUR OLD CONFIG
IT IS RECOMMENDED YOU DUPLICATE YOUR /plugins/ClaimChunk/data FOLDER

Changes (take a deep breath):

  • Improve /chunk help slightly.
  • Creeper and TNT prevention on claimed land Thanks to DeathsGun (configurable)
  • First chunk is free Thanks to DeathsGun (configurable)
  • Complete config rewrite RENAME YOUR OLD CONFIG
  • Data system rewritten. It is highly recommended that you duplicate your /plugins/ClaimChunk/data folder. The data should be automatically migrated to the new JSON system, but just in case, keep a copy.
  • Added /chunk auto: Toggles autoclaiming mode. If enabled, chunks the player enters will be claimed (assuming they are not claimed already)
  • Added /chunk name [name]: Sets your chunks' display name to [name], if supplied. If [name] is not supplied, the name is cleared.
  • Begin work on SQL storage, NOT IMPLEMENTED YET.

0.0.4

26 Jul 21:01
Compare
Choose a tag to compare
0.0.4 Pre-release
Pre-release

Changes:

  • Added limit on how long particles can be shown for. (10 seconds)
  • Prevent NullPointerException
  • Added config option for showing particles upon claiming.

0.0.3

26 Jul 20:50
Compare
Choose a tag to compare
0.0.3 Pre-release
Pre-release

Changes:

  • Reworked the command system completely, see the Wiki for help, or use /chunk help.
  • Tab completion now works correctly.
  • Added a limit on chunk owning. Set to 0 or less in the config to disable.
  • Fixed the economy system, it was pretty broken.
  • Now alerted when leaving chunks, as well as entering your own.
  • Chunk borders show when claiming chunks, and when /chunk show [time] is used. [time] is in seconds.
  • Fixed item frame issues.

0.0.2

25 Jul 18:10
Compare
Choose a tag to compare
0.0.2 Pre-release
Pre-release

Changes:

  • Allow different chunks to be claimed in different worlds (a big screw up on my part, oops).
  • Added support for a Dynmap API, next update should include an implementation.
  • Vault is now optional! Only use the economy if you want to.
  • Mostly complete economy support.

0.0.1

25 Jul 03:22
Compare
Choose a tag to compare
0.0.1 Pre-release
Pre-release

Tested with 1.12 and should work with any version that allows titles. To use on an even older version, set the useTitlesInsteadOfChat config option to false

REQUIRES VAULT AND A VAULT-SUPPORTED ECONOMY PLUGIN LIKE ESSENTIALS

(Thought it is not used yet, sit tight for economy support).

Usage:

  • /claimchunk to claim the chunk you current stand on.
  • /unclaimchunk to unclaim the chunk you current stand on, but only if you own it.
  • /accesschunk <player> to allow to interact with blocks on all of your claimed chunks.

Permissions (should all be set by default, but if they're not, here they are):

  • claimchunk.claim Allow players to claim chunks.
  • claimchunk.unclaim Allow players to unclaim their own chunks.
  • claimchunk.access Allow players to give access to other players for their owned chunks.

If you need any help, feel free to ask for help in the Spigot discussion section or the GitHub issues.