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.