Skip to content

Command and Permission Reference

CJ Burkey edited this page Mar 2, 2021 · 19 revisions

This plugin was built upon the idea that there should not be any extremely long command chains players would have the misfortune of typing. Luckily, that idea seems to have made the plugin perfect for any server looking for a nice and simple chunk-claiming system

Usage

All commands require the claimchunk.base permission.

Use claimchunk.admin to allow players to modify chunks that are not their own.

Use claimchunk.update to allow players to receive a message upon joining that a new version of ClaimChunk is available.

/chunk help

  • No permission
  • Displays the in-game command list and descriptions.

/chunk info

  • No permission
  • Display information about the chunk in which the executor is standing such as the owner's name.

/chunk list [page]

  • No permission
  • Lists all of the executor's claims in the current world.

/chunk claim

  • Permission: claimchunk.claim
  • Claims the chunk that the executor is currently standing on, but only if it is not already claimed. Displays particle effects to outline the chunk, but only to the executor.

/chunk auto

  • Permission: claimchunk.auto
  • Toggles autoclaiming mode. If this mode is enabled, the player will attempt to claim any chunk they enter.

/chunk give <player>

  • Permission: claimchunk.give
  • Transfers ownership of the current chunk to the provided player (if the executor is the owner of this chunk)

/chunk unclaim

  • Permission: claimchunk.unclaim
  • Unclaims the chunk that the executor is currently standing on, but only if they are the owner.

/chunk unclaimall [acrossAllWorlds]

  • Permission: claimchunk.unclaim
  • Unclaims the chunk that the executor is currently standing on, but only if they are the owner.
  • Unclaim all chunks of the executor. If [acrossAllWorlds] is true, then all chunks across all worlds will be unclaimed. If it is not true or not provided, then only chunks within the current world will be unclaimed.

/chunk adminunclaim

  • Permission: claimchunk.admin
  • Unclaim the current chunk whether or not the executor is the chunk's owner.

/chunk adminunclaimall <player> [acrossAllWorlds]

  • Permission: claimchunk.admin
  • Unclaim all chunks of the provided player. If [acrossAllWorlds] is true, then all chunks across all worlds will be unclaimed from that user. If it is not true or not provided, then only chunks within the current world will be unclaimed.

/chunk access [player]

  • Permission: claimchunk.access
  • Toggles access for [player] to all of the executor's chunks. They still cannot claim over the chunks or unclaim them, but they may interact with the blocks inside the chunks. If no player is provided this will list all players with access to the executor of this command.

/chunk name [name]

  • No permission
  • Changes the name displayed when someone enters the player's land to [name], if [name] is supplied. If it is not supplied, the name is cleared.

/chunk show [seconds]

  • No permission
  • Shows a chunk outline around the current chunk (for [seconds] seconds where [seconds] is between 1-10, if [seconds] is provided). Particles only visible to the executor.

/chunk alert

  • Permission: claimchunk.alert
  • Toggles whether or not you will receive alerts when someone enters your chunks. The default value of this is determined by the config.

/chunk tnt

  • Permission: claimchunk.toggle-tnt
  • Toggles whether or not TNT can explode in the current chunk even if TNT exploding is disable within claimed chunks inside of the config.

/chunk reload

  • Permission: claimchunk.admin
  • Reload the config, messages, and data management system for ClaimChunk.

claimchunk.player

  • Gives the player the following abilities:
    • Claim
    • Unclaim
    • Change territory display name
    • Give other players access to their chunks
    • Toggle alerts for players entering their chunks

Enjoy My Plugins?

If you enjoy what I do, consider donating! It keeps me motivated and developing plugins and mods for Minecraft!

If you wish to make a donation, you may do so HERE, through PayPal. You won't receive anything special for donating, other than the feeling of happiness that a programmer has just become inspired by your kindness.

Thank you for your consideration :)

Clone this wiki locally