Skip to content

winnipeg21/ServerStatus

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ServerStatus

Small BungeeCord plugin to check the status of connected servers and block players from attempting to connect to offline servers. Builds can be found on the Minebench.de Jenkins.

Commands:

/serverstatus (Aliases: /ss and /status)
/serverstatus Show a list with all the statuses
/serverstatus reload Reloads the config
/serverstatus refresh Run a manual status refresh
/serverstatus setonline Manually sets the server's status to online
/serverstatus setoffline Manually sets the server's status to offline

The setoffline option will stop the plugin from checking the status of the server until it's set back to online via the command!

Permissions:

Name Description
ServerStatus.command Access to the command and all its options
ServerStatus.info Receive information messages about when a server is automatically detected as online or offline
ServerStatus.preventswitch.bypass Bypass the switch-to-offline-server-prevention, usefull for when you manually marked a as server for maintance

Config:

# Checkintervall in seconds
checkinterval:
  online: 10
  offline: 30
messages:
  preventswitch: "&cYou can't join &e%server%&c! The server is offline!"
  info:
    online: "&e%server% &ais now online!"
    offline: "&e%server% &cis now offline!"

License:

All Server* classes are licensed under the MLPv2:

 Copyright (C) 2016 Max Lee (https://github.com/Phoenix616/)

 This program is free software: you can redistribute it and/or modify
 it under the terms of the Mozilla Public License as published by
 the Mozilla Foundation, version 2.

 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
 Mozilla Public License v2.0 for more details.

 You should have received a copy of the Mozilla Public License v2.0
 along with this program. If not, see <http://mozilla.org/MPL/2.0/>.

The FileConfiguration class is licensed under the Nietzsche Public License v0.6

About

Small BungeeCord plugin to check the status of connected servers

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%