95 lines
2.6 KiB
YAML
95 lines
2.6 KiB
YAML
name: survival
|
|
version: '1.0'
|
|
main: org.xgqy.survival.Survival
|
|
api-version: '1.21'
|
|
authors: [ Chen yuchen_1 ]
|
|
description: A plugin to make bedwars in spigot
|
|
commands:
|
|
pvp:
|
|
description: to open/close the PVP
|
|
usage: /<command>
|
|
settag:
|
|
description: to set player's tags
|
|
usage: /<command> <Player:player> <add|remove> <Tag:tag> <Color:color>
|
|
permission: permission.settag
|
|
permission-message: 你没有权限执行此命令!
|
|
report:
|
|
description: Report players
|
|
usage: /<command> <Player:player> <String:Reason>
|
|
handle:
|
|
description: handle players reported
|
|
usage: /<command> <Player:player>
|
|
permission: permission.handle
|
|
permission-message: 无法执行该命令,请确认拥有管理员权限
|
|
tag:
|
|
description: to set tag
|
|
usage: /<command>
|
|
hub:
|
|
description: get to the main lobby
|
|
usage: /<command>
|
|
teleport:
|
|
description: teleport to a player
|
|
usage: /<command> <Player:player>
|
|
tpacc:
|
|
description: teleport to a player
|
|
usage: /<command> <Player:player>
|
|
tpfin:
|
|
description: teleport to a player
|
|
usage: /<command> <Player:player>
|
|
help:
|
|
description: see the help
|
|
usage: /<command>
|
|
shop:
|
|
description: to open the shop
|
|
usage: /<command>
|
|
reg:
|
|
description: to register an account
|
|
usage: /<command> <password> <password>
|
|
pc:
|
|
description: chat in a party
|
|
usage: /<command> <message>
|
|
login:
|
|
description: to login
|
|
usage: /<command> <password>
|
|
party:
|
|
description: to create a party
|
|
usage: /<command> <create|quit|join|list|kick|ban|disband|help> <args>
|
|
inventory:
|
|
description: check inventory of a player
|
|
usage: /<command> <player>
|
|
permission: permission.settag
|
|
permission-message: 无权执行命令
|
|
msg:
|
|
description: private chat with friend
|
|
usage: /<command> <player> <message>
|
|
qd:
|
|
description: qian dao
|
|
usage: /<command>
|
|
friend:
|
|
description: add friend
|
|
usage: /<command> <add|allow|deny|remove> <player>
|
|
gift:
|
|
description: gift
|
|
usage: /<command>
|
|
aboutme:
|
|
description: about you
|
|
usage: /<command>
|
|
point:
|
|
description: change point
|
|
usage: /<command> <player> <set|add|remove> <number>
|
|
land:
|
|
description: change point
|
|
usage: /<command> <player> <set|add|remove> <number>
|
|
selfkill:
|
|
description: self kill
|
|
usage: /<command>
|
|
notice:
|
|
description: notice a player
|
|
usage: /<command> <player>
|
|
permissions:
|
|
permission.settag:
|
|
description: Allows setting player tags
|
|
default: op
|
|
permission.handle:
|
|
description: handle players reported
|
|
default: op |