Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MFHKiwi committed Jul 11, 2021
1 parent 3c6259d commit 9d042ba
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# KiwiClaims
KiwiClaims is a claims plugin for CraftBukkit 1060 (and probably other CraftBukkits). It uses a selection interface similar to that of WorldEdit, and the claims work in a way similar to GriefPrevention.

Note: The main branch of this repository is NOT meant to be used in production. It's for development.
### Usage:
This plugin does claim selections in a fashion similar to WorldEdit. Selections are created by left- and right-clicking the lesser and greater corners of a claim respectively. Run `/kc help` to see all of the plugin's commands.

### Building:
To compile KiwiClaims, you will need Apache Maven.
Expand All @@ -19,9 +20,9 @@ The generated jar file will be in the `target` directory.
* Entity protection
* Farmland protection
* Exclusion zones - admin claims whose sole functionality is to stop players from claiming in that area. This is to prevent having other dependencies, like WorldGuard for WorldGuard regions.
* Claim transferring

### What's to be done:
* Claim transferring
* Claims that are configurable as to what things are allowed (e.g. allow button presses from outsiders).
* Safety mechanism, like GriefPrevention's `/ignoreclaims`, to prevent admins from accidentally causing damage in a claim.
* Create messages file (e.g. `messages.yml`) so that the messages sent by the plugin can be customised.
Expand Down

0 comments on commit 9d042ba

Please sign in to comment.