Skip to content

Commit 67c97f8

Browse files
committed
Merge branch 'master' of https://github.com/Pocketkid2/Fill
2 parents 75cb953 + 9b78e75 commit 67c97f8

File tree

1 file changed

+13
-9
lines changed

1 file changed

+13
-9
lines changed

README.md

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,18 @@
11
# Fill
22
A Bukkit/Spigot plugin for Minecraft servers used for filling container blocks very rapidly.
33

4-
Use `mvn install` to build, or select `maven install` from eclipse `Run As` menu
4+
### Usage (basic)
5+
* Hold the item in your hand that you want to fill every slot with
6+
* Type `/fill`
7+
* Right click the container blocks with the new "fill-wand" you just created
8+
* Enjoy!
59

6-
Usage is simple, just hold an item in your hand you want to fill with and type `/fill`. This creates a "fill wand".
7-
The fill want will fill every slot in a container you right click (chest, dispenser, etc) with that item, including any
8-
data and the quantity. You can obtain a wand with specific data by typing `/fill <item-id> <quantity> <data>`.
10+
### Usage (advanced)
11+
* Type `/fill <item-id> <quantity> <data>` to get a "fill-wand" with the specific attributes specified in the command
12+
* Right click the container blocks with the new "fill-wand" you received
13+
* Enjoy!
914

10-
NOTE: The wand only works in default worlds, you need to edit the config for other or specific worlds!
11-
12-
The fill action has a sound and message to confirm that it happened. These can be disabled in the config.
13-
14-
The command permission, `fill.command` is by default given to OPs.
15+
### Important things to know
16+
* The sound and message that occurs when clicking the container block with the fill wand can be disabled in the config
17+
* The wand is enabled on a per-world basis in the config, so if you want it to work in non-default worlds please check it
18+
* There is a permission for the command, and it is `fill.command`, and it defaults to OPs only

0 commit comments

Comments
 (0)