diff --git a/plugins/bastion-paper/README.md b/plugins/bastion-paper/README.md index 36b3af5a7..9bb574803 100644 --- a/plugins/bastion-paper/README.md +++ b/plugins/bastion-paper/README.md @@ -10,18 +10,25 @@ Features: * Prevents teleportation through the the Bastion field by non-members (Note this is highly experimental and may be better disabled) Modes: - * INFO - * When clicking a block inside a Bastion field tells you if you have access - * When clicking a bastion block gives some basic information on it - * DELETE - * When a Bastion block is clicked remove the bastion field while maintaing the reinforcement - * NORMAl - * Defualt clicking on blocks does nothing +* INFO + * When clicking a block inside a Bastion field tells you if you have access + * When clicking a bastion block gives some basic information on it +* DELETE + * When a Bastion block is clicked remove the bastion field while maintaing the reinforcement +* NORMAl + * Defualt clicking on blocks does nothing +* CREATE + * Any target block reinforced will become a Bastion Block +* BASTION + * Any reinforced target block clicked will becomea Bastion if you have access + Commands: - * /bsi Puts the player into info mode. Right clicking a block will, if the block was a Bastion block display its maturity or dev text if the user has Bastion.dev. If the block was to a Bastion block, but the block oposite the face clicked is inside a Bastion field it will report wether block placement is allowed. - * /bsd Puts the player into delete mode. Right clicking a Bastion block that you could destroy removes the Field while leaving the block and the reinforcement + * /bsi Puts the player into info mode + * /bsd Puts the player into delete mode * /bso Puts the player into normal mode + * /bsc puts the player into create mode + * /bsb puts the player into bastion mode Maturity: * When a bastion is first created it starts much weaker @@ -29,6 +36,12 @@ Maturity: * Until mature ender pearls are not blocked. * INFO mode gives some information on the time till maturity +Use: + * Place the "target block" and reinforce it + * Enter /bsb and click the block + * A bastion block has been created + + To install: * Add Bastion.jar to the server /plugins directory * Confirm that Citadel is also installed @@ -37,7 +50,16 @@ To install: * Specify in the configuration file * Relaunch the server -There's only one permission that may need changed: Bastion.dev. It currently just controls the text from the info command. +Permissions: + * Bastion.normal + * Ability to use basic set of commands + * Bastion.admin + * Gives access to /bsm to mature a bastion instantly + * sets Bastion.bypass to true + * Bastion.bypass + * Bastions should not effect you (not well tested) + * Bastion.dev + * /bsi gives extra info To compile: * Download Bukkit