Skip to content

First Release | 1.20 - 1.20.4

Compare
Choose a tag to compare
@Vxrpenter Vxrpenter released this 09 Mar 10:18
· 10 commits to master since this release
c1339b8

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 the simplemaintenance 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