From 59337853f1d39e3589693f49d143ee30c74f50ab Mon Sep 17 00:00:00 2001 From: totemo Date: Wed, 8 Feb 2017 05:27:25 +1030 Subject: [PATCH] Version 0.9.1 Fix the colour of /flow help text and add late changes to the wording of the /sb help text. --- pom.xml | 2 +- src/plugin.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 0cef850..cf8805f 100755 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 SafeBuckets SafeBuckets - 0.9.0 + 0.9.1 jar SafeBuckets Make water non-flowing for water from buckets diff --git a/src/plugin.yml b/src/plugin.yml index 6e205af..505916a 100644 --- a/src/plugin.yml +++ b/src/plugin.yml @@ -30,10 +30,10 @@ commands: §e/ reload§f - Reload the SafeBuckets configuration. §e/ §eflowsel§f - Flow all safe liquid blocks in the current WorldEdit selection. - §e/ §f[§esafe§f|§eunsafe§f [§ewater§f|§elava§f]] - Convert the player's empty hotbar slot or some kind of bucket (empty, water or lava) into a bucket with the specified safety and liquid type. If the arguments do not specify safety, turn an empty slot or empty bucket into a safe water bucket, or turn a safe bucket into an unsafe bucket of the same type of liquid. If the slot is not empty or a valid bucket, do not give the player any item. If the liquid is not specified, it defaults to water. + §e/ §f[§esafe§f|§eunsafe§f [§ewater§f|§elava§f]] - Convert the player's empty hotbar slot or some kind of bucket (empty, water or lava) into a bucket with the specified safety and liquid type. If the arguments do not specify safety, turn an empty slot or empty bucket into an unsafe water bucket, or invert the safety of a bucket that contains water or lava. If the slot is not empty or a valid bucket, do not give the player any item. If the liquid is not specified, it defaults to water. flow: description: Toggle "flow mode" on or off. usage: | - §e/ - Toggle "flow mode" on or off. When on, a player can click a liquid block to make it flow in regions where they have build permission, or regions they own, depending on the configuration. + §e/§f - Toggle "flow mode" on or off. When on, a player can click a liquid block to make it flow in regions where they have build permission, or regions they own, depending on the configuration.