Skip to content

Commit

Permalink
meta fix, latest spigot release
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Mar 7, 2016
1 parent 7f607df commit 91a04e2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -13,7 +13,7 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<craftbukkit.version>1.9-SNAPSHOT</craftbukkit.version>
<craftbukkit.version>1.9-R0.1-SNAPSHOT</craftbukkit.version>
<json.version>20090211</json.version>
<citizens.version>2.0.17-SNAPSHOT</citizens.version>
<build.number>Unknown</build.number>
Expand Down
Expand Up @@ -2052,7 +2052,7 @@ public void registerCoreMembers() {

// <--[command]
// @Name ModifyBlock
// @Syntax modifyblock [<location>|.../<ellipsoid>/<cuboid>] [<material>|...] (radius:<#>) (height:<#>) (depth:<#>) (no_physics/naturally) (delayed) (<script>) (<percentages>)
// @Syntax modifyblock [<location>|.../<ellipsoid>/<cuboid>] [<material>|...] (radius:<#>) (height:<#>) (depth:<#>) (no_physics/naturally) (delayed) (<script>) (<percent chance>|...)
// @Required 2
// @Stable stable
// @Short Modifies blocks.
Expand All @@ -2063,7 +2063,7 @@ public void registerCoreMembers() {
// in only the specified blocks being changed. Use 'no_physics' to place the blocks without
// physics taking over the modified blocks. This is useful for block types such as portals. This does NOT
// control physics for an extended period of time.
// Specify <percentages> to give a chance of each material being placed (in any materail at all).
// Specify (<percent chance>|...) to give a chance of each material being placed (in any material at all).
// Use 'naturally' when setting a block to air to break it naturally, meaning that it will drop items.
// Use 'delayed' to make the modifyblock slowly edit blocks at a time pace roughly equivalent to the server's limits.
// Note that specify a list of locations will take more time in parsing than in the actual block modification.
Expand All @@ -2084,7 +2084,7 @@ public void registerCoreMembers() {
// TODO: Document Command Details
// -->
registerCoreMember(ModifyBlockCommand.class,
"MODIFYBLOCK", "modifyblock [<location>|.../<ellipsoid>/<cuboid>] [<material>|...] (radius:<#>) (height:<#>) (depth:<#>) (no_physics/naturally) (delayed) (<script>)", 2);
"MODIFYBLOCK", "modifyblock [<location>|.../<ellipsoid>/<cuboid>] [<material>|...] (radius:<#>) (height:<#>) (depth:<#>) (no_physics/naturally) (delayed) (<script>) (<percent chance>|...)", 2);


// <--[command]
Expand Down

0 comments on commit 91a04e2

Please sign in to comment.