Files
EssentialsC/src/main/resources/paper-plugin.yml

126 lines
3.8 KiB
YAML

name: EssentialsC
description: 适用于 Paper 服务端的轻量基础插件。
version: ${version}
main: cn.infstar.essentialsC.EssentialsC
api-version: '1.21'
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.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: 允许使用 /essc help
default: true
essentialsc.command.reload:
description: 允许使用 /essc reload
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.command.seen: 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