自动重启是每个服务器必不可少
重启的好处是清理服务器内存多余的ram
(虽然有非常良好口碑的清理内存插件:clearlag、ptw等)
但自动重启是有着最明显的清理内存效果
它和普通自动重启不同
能够在重启时以屏幕中心提醒玩家
插件指令:
/autore help 查看帮助 /autore time 显示重启时间 /autore now 立刻重启 /autore reload 重载配置 /autore in 设置一个时间后重启 /autore pause 暂停重启时间 /autore start 开始重启时间 |
重启权限:
/autore help autorestart.help /autore time autorestart.time /autore now autorestart.now /autore reload autorestart.reload /autore in autorestart.in /autore pause autorestart.pause /autore start autorestart.start |
配置文件详解:
(无需复制,网盘有下载)
config: ## 多长时间自动重启 time: 6 ## 是否启用mutlicraft兼容? mutlicraft: false ## 离重启多少分钟进行一次警告 reminder: - 15 - 10 - 5 - 1 ## 最后多少秒进行重启 seconds-countdown: 5 remind-seconds: true messages: ## 插件前缀信息 prefix: '&f[&7自动重启&f] &e' ## %m - 为"分钟"变量 minutes: '服务器将在 %m 分钟重启!' ## %s - 为"秒"变量 seconds: '服务器将在 %s 秒重启!' ## %h - 为"小时"变量, %m - 为"分钟"变量, %s - 为"秒"变量 time: '&c服务器将在 &f%h&c小时 &f%m&c分钟 &f%s&c秒重启!' change: '&c服务器将在 &f%h&c小时 &f%m&c分钟 &f%s&c秒重启!' ## 上面和下面都是信息汉化语言 status: start: '&c自动重启时间已恢复!' pause: '&c自动重启时间已暂停!' ## 重启后玩家提示语 shutdown: '&c&l[自动重启]服务器正在重启,请稍等几秒/几分钟即可既然进入服务器!' ## 启用或禁用弹出窗口的1.8版本! popup-enabled: minutes: true seconds: true time: true status: true change: true popup-messages: minutes: ## %m - 为"分钟"变量 title: '&c离服务器自动重启还有' subtitle: '&f%m &c分钟!' seconds: ## %s - 为"秒"变量 title: '&c离服务器自动重启还有' subtitle: '&f%s &c秒!' time: ## %h - 为"小时"变量, %m - 为"分钟"变量, %s - 为"秒"变量 title: '&c离服务器自动重启还有' subtitle: '&f%h&c小时 &f%m&c分钟 &f%s&c秒!' status start: title: '&c自动重启系统已开启!' subtitle: '' pause: title: '&c自动重启系统已暂停!' subtitle: '' change: title: '&c离服务器自动重启还有' subtitle: '&f%h&c小时 &f%m&c分钟 &f%s&c秒!' ## 当服务器最后多少秒执行您的自定义指令 commands: - '/place your commands' - '/in this fasion' commands-enabled: false commands-time: 10 max-players: enabled: false amount: 10 message: '&bToo many players online for restart. Max &f%a&b amount of players allowed for a restart. Waiting till someone quits!' shutdown: '&aServer now restarting in &f%d&a seconds!' delay: 10 ## 不要修改此处 version: 10 |
重要:
您的服务器如果使用此插件
必须编辑bat/ssh文件如下
↓
windows编辑bat:
linux编辑ssh:
while true do java -jar Spigot.jar done |