init
This commit is contained in:
51
src/main/resources/plugin.yml
Normal file
51
src/main/resources/plugin.yml
Normal file
@@ -0,0 +1,51 @@
|
||||
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>
|
||||
permissions:
|
||||
permission.settag:
|
||||
description: Allows setting player tags
|
||||
default: op
|
||||
permission.handle:
|
||||
description: handle players reported
|
||||
default: op
|
||||
Reference in New Issue
Block a user