- #语言文件版本号 请勿修改
- version: 2
- log-prefix: '§8[§3ILoreEdit§8] '
- message-prefix: '§8[§3ILoreEdit§8] §c-> '
- language-version-error: '§c语言文件版本错误: '
- language-version-outdated: '§e当前语言文件版本:§a{0} §c最新版本:§b{1} §6需要更新.'
- language-update-complete: '§a语言文件更新完成!'
- config-version-error: '§c配置文件版本错误: '
- config-version-outdated: '§e当前配置文件版本:§a{0} §c最新版本:§b{1} §6需要更新.'
- config-update-complete: '§a配置文件更新完成!'
- update-found-new-version: '§c发现新版本可用! §b当前版本: {0} §d最新版本: {1}'
- update-major-update: '§e(有大更新)'
- update-download-link: '§a下载地址: '
- update-check-failure: '§e检查更新失败, 状态码: '
- update-check-exception: '§4检查更新时发生IO异常.'
- enable-message: '§b已启用.'
- disable-message: '§7已卸载.'
- command-iloreedit-usage: '§6用法: §e/ILoreEdit §3<§ahelp§c|§areload§c|§aversion§3>'
- command-iloreedit-help:
- - '§e===========§bILoreEdit§e==========='
- - '§a/lore name <名字> §7---- §b设置物品显示名'
- - '§a/lore add <内容> §7---- §b添加一行Lore'
- - '§a/lore set <行号> <内容> §7---- §b修改指定行的Lore'
- - '§a/lore ins <行号> <内容> §7---- §b在指定行插入Lore'
- - '§a/lore del [行号] §7---- §b删除指定行的Lore, 不指定行号则删除末行'
- - '§a/lore clear name §7---- §b清除物品名字'
- - '§a/lore clear lore §7---- §b清除所有Lore'
- - '§a/lore clear model §7---- §b清除自定义模型数据'
- - '§a/lore import <模板名> §7---- §b导入指定的模板'
- - '§a/lore export <模板名> §7---- §b导出到指定的模板'
- - '§a/lore owner <玩家名> §7---- §b修改头颅主人'
- - '§a/lore model <模型数据> §7---- §b设置自定义模型数据'
- - '§e/ILoreEdit help §7---- §a查看指令帮助'
- - '§e/ILoreEdit reload §7---- §a重载插件配置'
- - '§e/ILoreEdit version §7---- §a查看插件版本'
- command-iloreedit-reload: '§a配置文件重载完成.'
- command-iloreedit-version: '§b当前版本§e: §a{0}'
- command-iloreedit-unknown: '§6未知的子命令'
- command-editlore-usage: '§6用法: §e/lore §3<§aname§7|§aadd§7|§aset§7|§ains§7|§adel§7|§aclear§7|§aimport§7|§aexport§7|§aowner§7|§amodel§3> §7- 使用/ile help查看详细帮助'
- command-editlore-not-item: '§d你确定你手里有物品???'
- command-editlore-args-error: '§c错误的命令参数!'
- command-editlore-unknown: '§6未知的子命令'
- command-editlore-name-usage: '§6用法: §a/lore name <名字> §7---- §b设置物品名字'
- command-editlore-name: '§a已修改物品显示名.'
- command-editlore-add-usage: '§6用法: §a/lore add <内容> §7---- §b添加一行Lore'
- command-editlore-add: '§a已添加Lore.'
- command-editlore-invalid-line: '§c你输入的行号不是一个有效的数字.'
- command-editlore-error-line: '§b指定的行号 §7{0} §b不存在!'
- command-editlore-set-usage: '§6用法: §a/lore set <行号> <内容> §7---- §b修改指定行的Lore'
- command-editlore-set-not-lore: '§b该物品没有Lore, 请添加后再修改!'
- command-editlore-set: '§a已修改Lore.'
- command-editlore-ins-usage: '§6用法: §a/lore ins <行号> <内容> §7---- §b在指定行插入Lore'
- command-editlore-ins-not-lore: '§b该物品没有Lore, 无法插入!'
- command-editlore-ins: '§a已插入Lore.'
- command-editlore-del-usage: '§6用法: §a/lore del [行号] §7---- §b删除指定行的Lore, 不指定行号则删除末行'
- command-editlore-del-not-lore: '§b该物品没有Lore, 你要删除啥?'
- command-editlore-del: '§a已删除Lore.'
- command-editlore-clear-usage: '§6用法: §a/lore clear <name/lore/model> §7---- §b清除物品显示名/Lore/自定义模型数据'
- command-editlore-clear-name-none: '§b该物品没有显示名.'
- command-editlore-clear-name: '§a已清除物品显示名.'
- command-editlore-clear-lore-none: '§b该物品没有Lore.'
- command-editlore-clear-lore: '§a已清除Lore.'
- command-editlore-clear-model-none: '§b该物品没有自定义模型数据.'
- command-editlore-clear-model: '§a已清除自定义模型数据.'
- command-editlore-template-dont-exist: '§c指定的模板不存在!'
- command-editlore-template-invalid-name: '§c无效的模板名称!'
- command-editlore-import-usage: '§6用法: §a/lore import <模板名> §7---- §b导入指定的模板'
- command-editlore-import: '§a已导入模板.'
- command-editlore-export-usage: '§6用法: §a/lore export <模板名> §7---- §b导出到指定的模板'
- command-editlore-export-none: '§e你手中的物品没什么可导出的.'
- command-editlore-export: '§a已导出至模板.'
- command-editlore-remove-usage: '§6用法: §a/lore remove <模板名> §7---- §b删除指定的模板'
- command-editlore-remove: '§a已删除指定的模板.'
- command-editlore-owner-usage: '§6用法: §a/lore owner <玩家名> §7---- §b修改头颅主人'
- command-editlore-owner-not-skull: '§d你确定你手里拿的是头颅???'
- command-editlore-owner: '§a已修改头颅主人.'
- command-editlore-model-usage: '§6用法: §a/lore model <模型数据> §7---- §b设置自定义模型数据'
- command-editlore-model-not-support: '§c服务器版本过低, 不支持设置自定义模型数据.'
- command-editlore-model-invalid-data: '§4你输入的模型数据不是一个有效的数字.'
- command-editlore-model: '§a已设置自定义模型数据.'
- command-editlore-save-error: '§c保存修改失败, 请重试!'
- command-editlore-console-usage: '§a控制台使用此命令需要在子命令前面指定玩家名称! §6示例格式: /lore <玩家名> name <名字>'
- command-editlore-console-not-found-player: '§c指定的玩家不在线或不存在!'
- command-editlore-undo-cannot: '§c没有可撤销的操作!'
- command-editlore-undo: '§a撤销了一次操作'
- command-editlore-redo-cannot: '§c没有可重做的操作!'
- command-editlore-redo: '§a重做了一次操作'
复制代码 |