feat: 完成 Paper 26.1 适配并整理配置结构

This commit is contained in:
2026-04-24 04:37:57 +08:00
parent 33ca8abd2a
commit 00aa10a44e
39 changed files with 2345 additions and 849 deletions

View File

@@ -1,5 +1,5 @@
name: EssentialsC
description: 精简版基础插件
description: 适用于 Paper 服务端的轻量基础插件
version: ${version}
main: cn.infstar.essentialsC.EssentialsC
@@ -12,97 +12,114 @@ website: www.infstar.cn
permissions:
essentialsc.command.workbench:
description: Allows use of /workbench command
description: 允许使用 /workbench
default: op
essentialsc.command.anvil:
description: Allows use of /anvil command
default: op
essentialsc.command.enchantingtable:
description: Allows use of /enchantingtable command
description: 允许使用 /anvil
default: op
essentialsc.command.cartographytable:
description: Allows use of /cartographytable command
description: 允许使用 /cartographytable
default: op
essentialsc.command.grindstone:
description: Allows use of /grindstone command
description: 允许使用 /grindstone
default: op
essentialsc.command.loom:
description: Allows use of /loom command
description: 允许使用 /loom
default: op
essentialsc.command.smithingtable:
description: Allows use of /smithingtable command
description: 允许使用 /smithingtable
default: op
essentialsc.command.stonecutter:
description: Allows use of /stonecutter command
description: 允许使用 /stonecutter
default: op
essentialsc.command.enderchest:
description: Allows use of /enderchest command
default: op
essentialsc.command.hat:
description: Allows use of /hat command
default: op
essentialsc.command.suicide:
description: Allows use of /suicide command
default: op
essentialsc.command.fly:
description: Allows use of /fly command
default: op
essentialsc.command.heal:
description: Allows use of /heal command
default: op
essentialsc.command.vanish:
description: Allows use of /vanish command
default: op
essentialsc.command.seen:
description: Allows use of /seen command
default: op
essentialsc.command.feed:
description: Allows use of /feed command
default: op
essentialsc.command.repair:
description: Allows use of /repair command
default: op
essentialsc.command.repair.all:
description: Allows use of /repair all
description: 允许使用 /enderchest
default: op
essentialsc.command.blocks:
description: Allows use of /essc blocks command
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.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.admin:
description: 允许使用 /essc admin
default: op
essentialsc.command.help:
description: Allows use of /essentialsc help command
description: 允许使用 /essc help
default: true
essentialsc.command.reload:
description: Allows use of /essc reload command
description: 允许使用 /essc reload
default: op
essentialsc.shulkerbox.open:
description: Allows right-click to open shulker boxes without placing them
description: 允许通过 Shift+右键快捷打开潜影盒
default: op
essentialsc.mobdrops.enderman:
description: Allows control of enderman drops
description: 允许控制末影人掉落
default: op
essentialsc.*:
description: All EssentialsC permissions
description: 授予 EssentialsC 的全部权限
default: false
children:
essentialsc.command.workbench: true
essentialsc.command.anvil: true
essentialsc.command.enchantingtable: 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.command.seen: true
essentialsc.command.reload: true
essentialsc.command.feed: true
essentialsc.command.feed.others: true
essentialsc.command.repair: true
essentialsc.command.repair.all: true
essentialsc.command.admin: true
essentialsc.command.help: true
essentialsc.command.reload: true
essentialsc.shulkerbox.open: true
essentialsc.mobdrops.enderman: true