Skip to content

Command and Permission Reference

CJ Burkey edited this page Aug 4, 2017 · 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.

/chunk help

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

/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 unclaim

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

/chunk access <player>

  • Permission: claimchunk.access
  • Gives <player> access 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.

/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 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 auto

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

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