From 45cb8de544995ede2ed2cb313f90e35c9cb11335 Mon Sep 17 00:00:00 2001 From: Coldsmile Date: Sun, 16 Aug 2026 20:22:36 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=B8=85=E7=90=86=E8=AF=AF=E7=94=9F?= =?UTF-8?q?=E6=88=90=E7=9A=84=E5=8F=91=E5=B8=83=E5=85=83=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- paper-plugin.yml | 189 ----------------------------------------------- 1 file changed, 189 deletions(-) delete mode 100644 paper-plugin.yml diff --git a/paper-plugin.yml b/paper-plugin.yml deleted file mode 100644 index 101f3c6..0000000 --- a/paper-plugin.yml +++ /dev/null @@ -1,189 +0,0 @@ -name: EssentialsC -description: 高版本基础工具箱 -version: 1.3.1 - -main: cn.infstar.essentialsC.EssentialsC -api-version: '1.21.11' -load: POSTWORLD -folia-supported: false - -authors: [ Coldsmiles_7 ] -website: www.infstar.cn - -permissions: - essentialsc.command.workbench: - description: 允许使用 /workbench - default: op - essentialsc.command.anvil: - description: 允许使用 /anvil - default: op - essentialsc.command.cartographytable: - description: 允许使用 /cartographytable - default: op - essentialsc.command.grindstone: - description: 允许使用 /grindstone - default: op - essentialsc.command.loom: - description: 允许使用 /loom - default: op - essentialsc.command.smithingtable: - description: 允许使用 /smithingtable - default: op - essentialsc.command.stonecutter: - description: 允许使用 /stonecutter - default: op - essentialsc.command.enderchest: - description: 允许使用 /enderchest - default: op - essentialsc.command.blocks: - description: 允许使用 /essc blocks - default: true - essentialsc.command.hat: - description: 允许使用 /hat - default: op - essentialsc.command.suicide: - description: 允许使用 /suicide - default: op - essentialsc.command.fly: - description: 允许使用 /fly - default: op - essentialsc.command.nightvision: - description: 允许使用 /nightvision - default: op - essentialsc.command.glow: - description: 允许使用 /glow - default: op - essentialsc.command.heal: - description: 允许使用 /heal - default: op - essentialsc.command.heal.others: - description: 允许治疗其他玩家 - default: op - essentialsc.command.vanish: - description: 允许使用 /vanish - default: op - essentialsc.vanish.see: - description: 允许看见隐身玩家 - default: op - essentialsc.command.seen: - description: 允许使用 /seen - default: op - essentialsc.command.feed: - description: 允许使用 /feed - default: op - essentialsc.command.feed.others: - description: 允许为其他玩家补充饥饿值 - default: op - essentialsc.command.repair: - description: 允许使用 /repair - default: op - essentialsc.command.repair.all: - description: 允许使用 /repair all - default: op - essentialsc.command.tpa: - description: 允许发送 /tpa 请求 - default: true - essentialsc.command.tpahere: - description: 允许发送 /tpahere 请求 - default: true - essentialsc.command.tpaall: - description: 允许向所有玩家发送 /tpahere 请求 - default: op - essentialsc.command.tpaccept: - description: 允许接受 TPA 请求 - default: true - essentialsc.command.tpdeny: - description: 允许拒绝 TPA 请求 - default: true - essentialsc.command.tpignore: - description: 允许切换是否忽略 TPA 请求 - default: true - essentialsc.tpa.bypass-warmup: - description: 允许绕过 TPA 传送预热 - default: op - essentialsc.tpa.bypass-cooldown: - description: 允许绕过 TPA 冷却 - default: op - essentialsc.command.admin: - description: 允许使用 /essc admin - default: op - essentialsc.command.help: - description: 允许使用 /essc help - default: true - essentialsc.command.reload: - description: 允许使用 /essc reload - default: op - essentialsc.command.tpsbar: - description: 允许使用 /tpsbar - default: op - essentialsc.command.tpsbar.others: - description: 允许为其他玩家切换 /tpsbar - default: op - essentialsc.command.skin: - description: 允许使用 SkinBridge 管理命令 - default: op - children: - essentialsc.command.skin.status: true - essentialsc.command.skin.refresh: true - essentialsc.command.skin.others: true - essentialsc.command.skin.status: - description: 允许查看 SkinBridge 状态 - default: op - essentialsc.command.skin.refresh: - description: 允许强制刷新自己的皮肤 - default: op - essentialsc.command.skin.others: - description: 允许查看或刷新其他玩家的皮肤 - default: op - essentialsc.shulkerbox.open: - description: 允许通过 Shift+右键快捷打开潜影盒 - default: op - essentialsc.mobdrops.enderman: - description: 允许控制末影人死亡时是否掉落物品 - default: op - essentialsc.*: - description: 授予 EssentialsC 的全部权限 - default: false - children: - essentialsc.command.workbench: true - essentialsc.command.anvil: true - essentialsc.command.cartographytable: true - essentialsc.command.grindstone: true - essentialsc.command.loom: true - essentialsc.command.smithingtable: true - essentialsc.command.stonecutter: true - essentialsc.command.enderchest: true - essentialsc.command.blocks: true - essentialsc.command.hat: true - essentialsc.command.suicide: true - essentialsc.command.fly: true - essentialsc.command.nightvision: true - essentialsc.command.glow: true - essentialsc.command.heal: true - essentialsc.command.heal.others: true - essentialsc.command.vanish: true - essentialsc.vanish.see: true - essentialsc.command.seen: true - essentialsc.command.feed: true - essentialsc.command.feed.others: true - essentialsc.command.repair: true - essentialsc.command.repair.all: true - essentialsc.command.tpa: true - essentialsc.command.tpahere: true - essentialsc.command.tpaall: true - essentialsc.command.tpaccept: true - essentialsc.command.tpdeny: true - essentialsc.command.tpignore: true - essentialsc.tpa.bypass-warmup: true - essentialsc.tpa.bypass-cooldown: true - essentialsc.command.admin: true - essentialsc.command.help: true - essentialsc.command.reload: true - essentialsc.command.tpsbar: true - essentialsc.command.tpsbar.others: true - essentialsc.command.skin: true - essentialsc.command.skin.status: true - essentialsc.command.skin.refresh: true - essentialsc.command.skin.others: true - essentialsc.shulkerbox.open: true - essentialsc.mobdrops.enderman: true