From 9d042ba18a0d10f73e0713027845e7ed4ce422be Mon Sep 17 00:00:00 2001 From: MFHKiwi <55268596+MFHKiwi@users.noreply.github.com> Date: Sun, 11 Jul 2021 22:38:19 +1200 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ebd09fe..fb960c3 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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.