Releases: Vxrpenter/SimpleMaintenance
Releases · Vxrpenter/SimpleMaintenance
SimpleMaintenance v.1.2
- fixed error when joining
- removed join/quit message when maintenance is active (only for players who don't have the
sm.bypass
permission) - MOTDManager is now a static utility method
Full Changelog: v.1.1...v.1.2
SimpleMaintenance v.1.1
New standard motd in config
maintenance_motd: " &cCurrently under Maintenance %newline% &7Additional
information https://www.example.com"
Full Changelog: https://github.com/Vxrpenter/SimpleMaintenance/commits/v.1.1
First Release | 1.20 - 1.20.4
This is the first version of SimpleMaintenance
. It's just a small plugin pretty similar to the whitelist,
with the only difference being that it has a few more features,
Features
- while in maintenance, the motd changes to show that server is currently off limits
- when maintenance is activated/deactivated a title is displayed showing that it has been activated
- after activation, players will get kicked after a customisable time
- option to send additional information to players
Commands
Command | Aliases | Permission | Arguments | Description |
---|---|---|---|---|
simplemaintenance | sm |
sm.use |
activate , deactivate , info |
Used for activating and deactivating maintenance state, also gives info on current state |
Permissions
sm.use
| to use thesimplemaintenance command
sm.bypass
| to bypass the maintenance and still join the server
Config
#Kick message
kick_message: "Maintenance is active, you may not join this server until the potential problem is resolved"
#Info
maintenance_information:
active: true
link: "https://www.example.com"
#Time until players get disconnected (in seconds)
time: 30
#Motd
basic_motd: "This is a minecraft server"
maintenance_motd: ""
Full Changelog: https://github.com/Vxrpenter/SimpleMaintenance/commits/v.1.0