This commit is contained in:
2025-10-12 17:10:23 +08:00
commit 2944f192db
20 changed files with 2535 additions and 0 deletions

View 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