πŸ“‘Maintenance mode

Set your network on maintenance mode

config.yml
maintenance:
    enabled: true
    active: false
    motd:
        line1: '&cServer under maintenance!'
        line2: '<bold><gradient:red:yellow>Try again later</gradient></bold>'
    allowed:
    - Rexigamer666

You can prevent players from joining the server while you are on maintenance

If these feature is enabled, you can activate/deactivate the maintenance mode by using /maintenance or changing the value "active" on the config

It kicks all players online + prevent players from joining (except the ones whitelisted, you can add/remove players with the command /maintenance or on the config section "allowed") + shows a different MOTD

MOTD supports legacy colors (with &) and minimessage

⚠️Important: You cant mix legacy and minimessage on the same line!

Last updated