mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-06-13 21:13:53 +00:00
Fix //chunk text and clarify the y-index in the help text.
e0b8b4856d22bc3edc7879e291a5502b79664fc3 Co-Authored-By: wizjany <568161+wizjany@users.noreply.github.com>
This commit is contained in:
@ -212,7 +212,8 @@ public class SelectionCommands {
|
||||
|
||||
@Command(
|
||||
name = "/chunk",
|
||||
desc = "Set the selection to your current chunk."
|
||||
desc = "Set the selection to your current chunk.",
|
||||
descFooter = "This command selects 256-block-tall areas,\nwhich can be specified by the y-coordinate.\nE.g. -c x,1,z will select from y=256 to y=511."
|
||||
)
|
||||
@Logging(POSITION)
|
||||
@CommandPermissions("worldedit.selection.chunk")
|
||||
|
Reference in New Issue
Block a user