Skip to content

Commit

Permalink
Version 0.9.1
Browse files Browse the repository at this point in the history
Fix the colour of /flow help text and add late changes to the wording of the
/sb help text.
  • Loading branch information
totemo committed Feb 7, 2017
1 parent 55afc94 commit 5933785
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>SafeBuckets</groupId>
<artifactId>SafeBuckets</artifactId>
<version>0.9.0</version>
<version>0.9.1</version>
<packaging>jar</packaging>
<name>SafeBuckets</name>
<description>Make water non-flowing for water from buckets</description>
Expand Down
4 changes: 2 additions & 2 deletions src/plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ commands:
§e/<command> reload§f - Reload the SafeBuckets configuration.
§e/<command> §eflowsel§f - Flow all safe liquid blocks in the current WorldEdit selection.
§e/<command> §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/<command> §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/<command> - 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/<command>§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.

0 comments on commit 5933785

Please sign in to comment.