CyberWorldReset —— 免费好用的世界自动刷新 [1.8-1.18]
本帖最后由 HaPi_r 于 2021-12-9 20:26 编辑CyberWorldReset
一款功能强大且高性能的世界自动刷新插件本贴可能更新不及时,但是会和MCBBS帖子同时更新,建议前往原帖查看插件作者Kihsomray
CroaBeast
如有问题 请加入Discordhttps://discord.gg/DC4Gqj3y5V
[*]不依赖于其他插件运行
[*]将会支持PlaceholderAPI
[*]支持1.8 - 1.18 Spigot/Paper 等
[*]设置简单——可使用指令自动补全来配置 或 编辑配置文件
[*]快速——尽可能使用最少的内存,将数据保存到缓存,在需要时快速访问
[*]高性能——独有的区块加载机制,使CPU占用降到最低,优化TPS
[*]不关服——在重置世界时自动将玩家传送到另一个世界(可配置),并且没有卡顿
[*]高度可配置——完全自定义语言文件、提示信息、种子、传送的世界 等
[*]自动更新配置文件无需重新配置
[*]Java8-Java17支持
[*]可对单个世界进行备份,以免出现一些问题
[*]加入Discord,快速的修复漏洞和回答你的问题
插件截图
https://attachment.mcbbs.net/data/myattachment/forum/202110/21/035215gfmtpgafcmxccff7.png
https://attachment.mcbbs.net/data/myattachment/forum/202110/21/035335jqha39eanhks2nsy.png
指令
[*]/cwr about - 关于插件
[*]/cwr help - 显示帮助
[*]/cwr reload - 重载插件
[*]/cwr confirm - 确认重置操作
[*]/cwr create [<世界>] - 为世界创建自动重置配置
[*]/cwr save [<世界>] - 备份一个世界
[*]/cwr reset [<世界>] - 重置一个世界
[*]/cwr info [<世界>] - 查看一个世界的自动重置设置
[*]/cwr edit <世界> <配置项> <参数> - 调整世界的自动重置设置
世界配置项
[*]setEnabled <true|false> - 启用/禁用世界的自动重置
[*]enabledLastSaved <true|false> - 启用/禁用还原上次备份的世界
[*]addTimer <timer|<yyyy-MM-dd HH:mm>> - 添加自动重置
[*]delTimer <index> - 删除自动重置
[*]setSeed <<seed>|random|default> - 设置重置的种子(指定/随机/默认)
[*]addMessage <message> - 添加重置提示消息
[*]delMessage <index> - 删除充值提示消息
[*]enabledWarning <true|false> - 启用/禁用警告
[*]addWarningMSG <message> - 添加警告消息
[*]delWarningMSG <index> - 删除警告消息
[*]addWarningTime <seconds> - 设置发送警告消息的时间
[*]delWarningTime <index> - 删除发送警告消息的时间
[*]enableSafeWorld <true|false> - 启用/禁用重置自动传送到安全世界
[*]setSafeWorld <world> - 设置重置时将玩家传送到的世界
[*]setSafeWorldDelay <seconds> - 设置玩家传送世界的等待时间
权限
[*]玩家权限
[*]CyberWorldReset.player.* - 所有玩家权限
[*]CyberWorldReset.player.about - 关于指令
[*]管理员权限
[*]CyberWorldReset.admin.* - 所有管理员权限
[*]CyberWorldReset.admin.reload - 重载插件
[*]CyberWorldReset.admin.create - 创建自动重置配置
[*]CyberWorldReset.admin.reset - 重置世界
[*]CyberWorldReset.admin.save - 备份世界
[*]CyberWorldReset.admin.info - 查看世界自动重置设置
[*]CyberWorldReset.admin.edit.* - 所有配置项编辑权限
[*](下面都是编辑配置项的.用不到.不翻译了)
[*]CyberWorldReset.admin.edit.enable - Enable a world setup.
[*]CyberWorldReset.admin.edit.lastsaved - Enable to restore last saved.
[*]CyberWorldReset.admin.edit.timer - Add and delete timers.
[*]CyberWorldReset.admin.edit.seed - Set the reset world seed.
[*]CyberWorldReset.admin.edit.message - Add and delete reset messages.
[*]CyberWorldReset.admin.edit.commands - Add and delete reset commands.
[*]CyberWorldReset.admin.edit.warnings - Adjust warning times/messages.
[*]CyberWorldReset.admin.edit.safeworld - Adjust safe world settings.
区块加载方式
[*]开发者在开发时发现原版区块加载机制会导致CPU瞬时占用极高并严重影响TPS
[*]正因如此,插件有了自己的一套加载机制
[*]插件有6种加载方式,分别是
[*]STANDARD (标准) - 使用原版加载机制,这可能导致服务器严重卡顿
[*]ULTRA-SAFE (极安全) - 2.5秒加载一个区块
[*]SAFE (安全) - 1.5秒加载一个区块
[*]NORMAL (普通) - 0.6秒加载一个区块
[*]FAST (快) - 0.25秒加载一个区块
[*]ULTRA-FAST (极快) - 不预加载任何区块,玩家传送时加载
[*]加载半径为3的区块:
https://attachment.mcbbs.net/data/myattachment/forum/202110/21/034139cbypyx8gbkcxby4c.png下载
[*]支持作者 请前往原帖下载
[*]汉化lang.yml:
messages:
prefix: '&b&lCyber&f&l世界重置 &8»&r'
no-permission: '&c你没有权限!'
help-player:
- '&8&m―――――&8<&b&l Cyber&f&lWorldReset &8>&8&m―――――'
- '&8➼ &b/cwr about &f关于插件.'
- '&8➼ &b/cwr help &f显示此帮助.'
- '&7汉化:HaPi_r'
- '&8&m―――――――――――――――――――――――――――――――――'
help-admin:
- '&8&m―――――&8<&b&l Cyber&f&l世界重置 &8>&8&m―――――'
- '&8➼ &b/cwr about &f关于插件.'
- '&8➼ &b/cwr help &f显示此帮助.'
- '&8➼ &b/cwr reload &f重载插件.'
- '&8➼ &b/cwr confirm &f确认操作.'
- '&8➼ &b/cwr reset [<世界>] &f重置一个世界.'
- '&8➼ &b/cwr save [<save>] &f备份一个世界.'
- '&8➼ &b/cwr create [<世界>] &f为世界创建自动重置配置.'
- '&8➼ &b/cwr info [<世界>] &f显示一个世界的重置配置信息.'
- '&8&m―――――――――――――――――――――――――――――――――'
- '&8➼ &b/cwr edit <世界> <配置项> <值> &f调整自动重置配置.'
- '&7可用配置项请前往SpigotMc或MCBBS/苦力怕BBS查看'
- '&7也可使用TAB补全!'
- '&7经测试在后台使用命令补全会引发报错(Purpur1.17.1)'
#这些都是这个插件刚发不久的事情了,现在应该早修了(没有测试 - '&7汉化:HaPi_r'
- '&8&m―――――――――――――――――――――――――――――――――'
# global
kick-reason: '&c世界 "{world}" 正在重置! 等会再来吧!'
still-regenerating: '&c一个世界正在被重置. 等会再来吧.'
cancel-teleport: '&c世界 "{world}" 正在重置! 你现在不能传送到那!'
teleporting-safe-world: '&7此世界正在重置,正在将你传送到安全的世界...'
teleported-safe-world: '&a你已被传送到安全的世界!'
teleporting-back: '&7将你传送回世界 "{world}" 中...'
teleported-back: '&a你成功的返回了!'
# admin
reloading: '&7重载中...'
reloaded: '&a重载完成!'
default-world-fail: '&c世界 "{world}" 是 (server.properties) 中的默认世界! 它不能被重置!'
world-not-exist: '&c无效的世界: "{world}" !'
same-world-fail: '&c你无法将安全的世界设置为正在重置中的世界: ("{world}")!'
unload-failed: '&c无法卸载世界: "{world}" !'
already-resetting: '&c世界 "{world}" 正在重置!'
resetting-error: '&c世界正在被重置. 无法完成此操作.'
safeworld-not-set: '&c请在启用此项前设置一个安全世界 (&7/cwr {世界} edit setSafeWorld <安全世界>&c).'
setup-created: '&a已为世界 "{world}" 创建自动重置配置! 使用 &7/cwr edit <世界> <配置项> <值>&a 来修改设置.'
setup-already-exists: '&c世界 "{world}" 已有自动重置配置! &a使用 &7/cwr edit <世界> <配置项> <值>&a 来修改设置..'
no-setups-found: '&c找不到此世界的自动重置配置. 使用 &7/cwr create [<世界>]&c 创建自动重置配置.'
setup-doesnt-exist: '&c世界 "{world}" 的自动重置配置不存在!'
saving-world: '&a尝试备份世界 "{world}".'
save-failed: '&c备份世界 "{world}" 失败!'
save-success: '&a世界 "{world}" 已备份!'
regen-success: '&a世界 "{world}" 已成功重置!'
no-saves: '&c这个世界还没有被备份过. 使用 &7/cwr save [<世界>]&c 来备份.'
not-enabled: '&c这个世界没有被启用. 使用 &7/cwr edit {世界} setEnabled true&c 来启用这个世界.'
no-messages-found: '&c没有找到消息,请先添加.'
invalid-index: '&c无效,请使用范围 {min} - {max} 内的.'
file-delete-failed: '&c无法删除世界: "{world}" !'
world-create-failed: '&c无法保存世界: "{world}" 到文件中!'
rolling-back-world: '&a尝试回滚世界: "{world}".'
rollback-failed: '&c无法回滚世界 "{world}" !'
rollback-success: '&a回滚世界 "{world}" 成功! 正在加载世界...'
confirm-regen: '&7Please confirm that you would like to regenerate "{world}" with &a/cwr confirm &7within {time}.'
confirmation-needed: '&c你已使用此命令. 请使用 &7/cwr confirm &c来确认!'
confirmation-expired: '&c世界 "{world}" 的重置确认已过期!'
confirmation-not-required: '&c你没有需要确认的东西.'
invalid-command: '&c参数错误!'
setting-set-failed: '&c无法将设置写入配置文件!'
setting-set-success: '&a设置成功.'
# info strings
info-header: '&8&m―――――&8<&b&l {world} &8>&8&m―――――'
info-enabled: 'Enabled: {boolean}'
info-last-saved: 'Last Saved: {boolean}'
info-seed: 'Seed: {seed}'
info-headers:
- '基本信息'
- '时间'
- '提示信息'
- '安全世界'
- 'Warnings'
- 'Times'
- 'Commands'
info-list-header: '&b{header}:'
info-list-format: '&8- &f{id}: &7{value}'
info-safe-world-enabled: '&f启用: &7{enabled}'
info-safe-world-world: '&f世界: &7{world}'
info-safe-world-delay: '&f延迟: &7{delay}'
info-safe-world-spawn: '&f出生点: &7{spawn}'
info-warning: '&f开启: &7{enabled}'
info-footer: '&8&m―――――――――――――――――――――――――'
time:
# time formats
days: '&a{time} 天'
hours: '&a{time} 时'
minutes: '&a{time} 分'
seconds: '&a{time} 秒'
splitter: '&a, '
[*]attach://63237.yml
[*]
https://www.mcbbs.net/static/image/filetype/unknown.gif
真离谱啊。。这是MCBBS的链接 ↓
lang.yml (5.12 KB, 下载次数: 26, 售价: 1 粒金粒)
下载遇到问题? 直接下载
Java版?难怪没人康🍧 铁矿 发表于 2021-12-9 20:36
Java版?难怪没人康🍧
也没求要多少人看(
只是发了而已
java版在这个论坛确实人气少 对我的服务器意义太大了 终于不用手动去删除文件再生成世界了 非常有用得一款插件啊 看起来不错噢 正好用得上 很不错的适用强
页: [1]