更新项目配置和新增功能

This commit is contained in:
Coldsmile_7
2026-04-21 16:20:12 +08:00
parent fc209ba5b8
commit 29c456d4bd
16 changed files with 1250 additions and 195 deletions
+17
View File
@@ -85,3 +85,20 @@ shulkerbox:
# 支持颜色代码(使用 & 符号)
# 留空则使用 "Shulker Box"(客户端语言)
default-title: "&e潜影盒"
# JEI/REI 配方同步设置(MC 1.21.2+
# 解决 Fabric/NeoForge 客户端配方不同步问题
jei-sync:
# 是否启用 JEI 配方同步功能
enabled: true
# 是否在控制台显示同步日志
debug: true
# 是否向玩家发送同步提示消息
send-player-message: true
# 生物掉落物控制
mob-drops:
# 末影人掉落物控制
enderman:
# 是否允许末影人死亡后掉落物品和经验
enabled: true
+9 -1
View File
@@ -2,7 +2,7 @@
# 中文语言文件
# 插件前缀
prefix: "&6[EssentialsC] &r"
prefix: "&7[&6EssentialsC&7]&f:"
# 命令消息
messages:
@@ -33,6 +33,14 @@ messages:
no-permission-repair-all: "&c你没有权限修复所有物品!"
player-not-found: "&c未找到玩家: {player}"
no-permission-others: "&c你没有权限治疗其他玩家!"
seen-usage-console: "&c用法: /seen <玩家名>"
unknown-subcommand: "&c未知子命令: {command}"
help-usage: "&7使用 §f/essc help &7查看所有可用命令"
mobdrop-save-failed: "&c保存配置失败: {error}"
mobdrop-toggled: "&a末影人掉落已{status}"
shulkerbox-nested: "&c不能在潜影盒中放入另一个潜影盒!"
jei-sync-fabric: "&6JEI-FIX&8(&bFabric&8):&e正在同步合成配方..."
jei-sync-neoforge: "&6JEI-FIX&8(&bNeoForge&8):&e正在同步合成配方..."
# 帮助命令
help:
+6 -1
View File
@@ -1,10 +1,11 @@
name: EssentialsC
description: 精简版基础插件
version: '${version}'
version: ${version}
main: cn.infstar.essentialsC.EssentialsC
api-version: '1.21'
load: POSTWORLD
folia-supported: true
authors: [ Coldsmiles_7 ]
website: www.infstar.cn
@@ -73,6 +74,9 @@ permissions:
essentialsc.shulkerbox.open:
description: Allows right-click to open shulker boxes without placing them
default: op
essentialsc.mobdrops.enderman:
description: Allows control of enderman drops
default: op
essentialsc.*:
description: All EssentialsC permissions
default: false
@@ -97,3 +101,4 @@ permissions:
essentialsc.command.repair: true
essentialsc.command.help: true
essentialsc.shulkerbox.open: true
essentialsc.mobdrops.enderman: true