Skip to content

List of commands

3TUSK edited this page Jul 9, 2023 · 1 revision

AreaControl 只有一个命令:/areacontrol。该命令有一较短别名 /ac。这意味着所有 /areacontrol 出现的地方均可替换为 /ac,反之亦然。

/areacontrol about

在聊天窗口中展示 AreaControl 的基本概括(版本号等)。 该命令亦可用于检查 AreaControl 是否安装成功。

默认权限要求:无。

/areacontrol help

在聊天窗口中展示 AreaControl 的基本使用方式(即如何圈定领地)。

默认权限要求:无。

/areacontrol admin

该命令暂未完成,执行此命令并无效果。

/areacontrol nearby [on|off]

显示或隐藏玩家附近的领地。其中:

  • 运行 /areacontrol nearby on 后将显示玩家附近的领地。
  • 运行 /areacontrol nearby off 后将隐藏玩家附近的领地。

需要客户端安装 AreaControl 方能起效果。

默认权限要求:无。

/areacontrol deselect

清空当前选好的领地范围。

默认权限要求:有 area_control.command.claim.marked 权限。

/areacontrol desel

效果同 /areacontrol deselect

默认权限要求:有 area_control.command.claim.marked 权限。

/areacontrol claim cancel

效果同 /areacontrol deselect

默认权限要求:有 area_control.command.claim.marked 权限。

/areacontrol claim marked

把当前选好的范围划给当前玩家。

默认权限要求:有 area_control.command.claim.marked 权限。

/areacontrol claim chunk <x> <z>

直接将指定范围内的所有区块的范围都划给当前玩家。

TODO:解释 x 和 z 两个参数的含义

默认权限要求:有 area_control.command.claim.chunk 权限。

/areacontrol mark <posX> <posY> <posZ>

标记指定坐标为选中领地范围的一角。

默认权限要求:有 area_control.command.claim.chunk 权限。

/areacontrol current

展示玩家所站位置的领地信息。

默认权限要求:无。

/areacontrol current name

显示玩家所站位置的领地名字。

默认权限要求:无。

/areacontrol current name set <new name>

修改玩家所站位置的领地名字。

默认权限要求:无,但会检查玩家是否拥有当前领地,或玩家在领地好友列表内。

/areacontrol current range expand [up|down|north|east|south|west] <amount>

令当前领地向指定方向延伸。方向由倒数第二个参数指定(东西南北或上下),最后一个参数指定数量。

例如:执行 /areacontrol current range expand up 2 将使当前领地向上延伸 2 格高。

默认权限要求:无,但会检查玩家是否拥有当前领地,或领地主人已允许玩家修改。

/areacontrol current friends

显示当前领地好友列表。

默认权限要求:无。

/areacontrol current friends add

/areacontrol current friends remove

/areacontrol current properties

/areacontrol current properties set <property>

/areacontrol current properties set <property> <value>

/areacontrol current properties unset <property> <value>

/areacontrol current tags

/areacontrol current tags add

/areacontrol current tags remove

/areacontrol mine

列出当前玩家拥有的领地。

默认权限要求:无。

/areacontrol unclaim

删除当前玩家所在位置的领地。

默认权限要求:无,但会检查玩家是否拥有当前领地。