geforkt von Mirrors/FastAsyncWorldEdit
Fixed //count being ///count.
Dieser Commit ist enthalten in:
Ursprung
c8e60fe098
Commit
0ffe0689d1
@ -1,4 +1,5 @@
|
|||||||
4.0-beta6:
|
4.0-beta6:
|
||||||
|
- Fixed //count being ///count.
|
||||||
- Added a workaround to the fact that Minecraft no longer sends a block
|
- Added a workaround to the fact that Minecraft no longer sends a block
|
||||||
dig packet for bedrock. WorldEdit now detects if you're hitting bedrock,
|
dig packet for bedrock. WorldEdit now detects if you're hitting bedrock,
|
||||||
but it may not be entirely accurate (torches will trick it!).
|
but it may not be entirely accurate (torches will trick it!).
|
||||||
|
@ -160,7 +160,7 @@ commands:
|
|||||||
/distr:
|
/distr:
|
||||||
description: Get the distribution of blocks in the selection
|
description: Get the distribution of blocks in the selection
|
||||||
usage: /<command> [-c]
|
usage: /<command> [-c]
|
||||||
//count:
|
/count:
|
||||||
description: Counts the number of a certain type of block
|
description: Counts the number of a certain type of block
|
||||||
usage: /<command> <block>
|
usage: /<command> <block>
|
||||||
/size:
|
/size:
|
||||||
|
@ -453,7 +453,7 @@ public class SelectionCommands {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Command(
|
@Command(
|
||||||
aliases = {"//count"},
|
aliases = {"/count"},
|
||||||
usage = "<block>",
|
usage = "<block>",
|
||||||
desc = "Counts the number of a certain type of block",
|
desc = "Counts the number of a certain type of block",
|
||||||
min = 1,
|
min = 1,
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren