ClaimChunk icon indicating copy to clipboard operation
ClaimChunk copied to clipboard

Spigot plugin built for 1.13+ allowing the claiming and protection of players' chunks.

ClaimChunk Logo ClaimChunk Title

Version Info Download Info Servers Using Claimchunk Players Using Claimchunk

Join us on our Discord server for bug reports, support, and general chatting!

Info

Spigot plugin for 1.17+ allowing the claiming of chunks.

The destiny of chunks is to unite not to divide
Let's make the world ours.

Usage and more information can be found on the wiki.

  • 1.17 - 1.19 | The latest version works seamlessly.
  • 1.13 - 1.16.5 | The latest working version is 0.0.22.
    • Note: If you disable titles, 0.0.23 might work on version older than 1.17. If you experience issues, however, they may be more difficult to address.
  • Pre-1.13 | The latest working version is 0.0.20
    • Newer features of Spigot are used in builds 0.0.21 and later that make it incompatible with older versions.
    • 1.9 - 1.12 | Should work without any trouble.
    • 1.6 - 1.8 | Works when useTitlesInsteadOfChat is set to false under the titles section of the config.

For even more information, the SpigotMC page can be found here.

Download

Downloads are available in the releases section.

The latest compiled version of this repository can be downloaded via this link.

Optional Features:

Plugin Integrations

If you have developed an addon for ClaimChunk or for another plugin that integrates with ClaimChunk, or have added ClaimChunk support to your plugin, let me know, and I'll put your addon/plugin here. You can reach me at [email protected] or through the Discord server.

Here are some plugins that either have addons for or integrations with ClaimChunk:

Building

Automatic Build Version Info

If you want to obtain a version of the plugin that isn't available yet (like a snapshot), you can do so by asking on the Discord or building it yourself. Here's how to build it yourself:

First, you'll need to clone the repo either using the Git command:
git clone [email protected]:cjburkey01/ClaimChunk.git
or downloading the repository source using the button above that says "Clone or download".

Once you have obtained the repo, inside the local repository, you'll just need to execute this Gradle Wrapper command:

  • ./gradlew build for Unix/Mac
  • gradlew build for Windows

Your built jar file can be found at:
<REPO>/OUT/claimchunk-VERSION.jar