SessionStatus
SessionStatus is a simple plugin that was created to warn players when the official Mojang servers are down. This plugin can't switch the server into offline-mode, it just notifies players that the login/session servers are down.
It uses data from the well-known site minecraftstatus.com.
When a player looks at the server list in his minecraft client, the plugin will send him information like "Use minecraft.net. Sessions down".
Many players don't know that you can still connect to servers via minecraft.net when the session servers are down.
Features
- The plugin connects to minecraftstatus.com (or any other similar data source) every x minutes (e.g. when a player looks at the server list)
- It checks the status of the Session and Login Servers.
- The server message changes when the session servers are offline.
- The plugin broadcasts ingame messages like "Minecraft session servers are down. Do not log out." to warn players
- Many configuration options, localization possible.
Commands and Permissions
/mcstatus
Shows you the current status of the Mojang Servers. Permission: sessionstatus.check/mcstatus logintest, /mcstatus sessiontest
For testing. Imitates a login/session server outage. You will see the broadcast message in-game and the replaced server list message. Note that the session information will update immediately when you or another player looks at the server list (it refreshes every minute) Permission: sessionstatus.testExplained Configuration
You don't have to change the configuration. I don't recommend it.# ServerStatus Configuration File # Color Codes in sessionOfflineMessage: &4 - dark red, &c - light red, &6 - gold etc. #Don't change this. jsonFileUrl: 'http://www.craftstats.com/mcstatus' #Even if no player looks at the server list, #the plugin will refresh the information after x minutes #(important for ingame broadcasts) autoCheckInterval: 3 #Should the plugin warn connected players? broadcastInGame: true #Message displayed on the server list. Color Support! sessionOfflineMotd: '&4&oUse minecraft.net. Sessions down' #broadcastes ingame messages. Install http://dev.bukkit.org/server-mods/consolesay/ for color support! #(the plugin uses /say <msg>) sessionIsOfflineMessage: 'Minecraft session servers are down. Do not log out.' sessionBackOnlineMessage: 'The Minecraft session servers are back up.' loginIsOfflineMessage: 'Do not close Minecraft! The login servers are down...' loginBackOnlineMessage: 'The Minecraft login servers are back up.'
-
View User Profile
-
Send Message
Posted Mar 15, 2013Thanks for the nice plugin! I was wondering where the source is as I'd like to make a change or 2 for my own server.
Thanks again!
-
View User Profile
-
Send Message
Posted Dec 21, 2012@mobilephone2003
You can change the message in the config.yml ;)
-
View User Profile
-
Send Message
Posted Dec 17, 2012Just a heads up, "Use minecraft.net. Sessions down" isn't very friendly to the average player
Perhaps "Login Server Down, Check Minecraft.net"
-
View User Profile
-
Send Message
Posted Dec 16, 2012@doomlordking
Maybe your internet connection was offline for a second? Update the plugin to the latest version and see if it happens again.
-
View User Profile
-
Send Message
Posted Dec 15, 2012i got a weird error that spam the console and kick me and my friends off.
http://pastebin.com/niTmTGxq
-
View User Profile
-
Send Message
Posted Dec 15, 2012Thank you! This is exactly what I wanted :)
-
View User Profile
-
Send Message
Posted Dec 15, 2012Nice work.
-
View User Profile
-
Send Message
Posted Dec 14, 2012@schmidtbochum
Cool, thanks for the tip! Too bad the servers are down, would have been a good test today lol
-
View User Profile
-
Send Message
Posted Dec 14, 2012Version 0.2.0 Beta uses a different data provider.
Delete your old config.yml or the plugin won't work!
-
View User Profile
-
Send Message
Posted Dec 14, 2012@seriosbrad The plugin just uses the bukkit /say command. To add color support and other modifications, install
http://dev.bukkit.org/server-mods/consolesay/
-
View User Profile
-
Send Message
Posted Dec 14, 2012Can you please add support for color codes for all the other messages, and the ability to hide "[Server]"?
-
View User Profile
-
Send Message
Posted Dec 13, 2012This plugin is awesome.
-
View User Profile
-
Send Message
Posted Dec 13, 2012@YoFuzzy3
thanks, i never knew. i tried it and it just hangs for me though. will work on it.
-
View User Profile
-
Send Message
Posted Dec 12, 2012@ManBeastPigDev
http://minecraft.net/play
-
View User Profile
-
Send Message
Posted Dec 12, 2012Well, the idea is great! Gonna try it soon!
-
View User Profile
-
Send Message
Posted Dec 12, 2012Ho do you connect to servers via minecraft.net?
I'd like to know about that, they are so crappy
-
View User Profile
-
Send Message
Posted Dec 12, 2012@Bearmun
You can also test the plugin by typing /mcstatus logintest and /mcstatus sessiontest
Note that the session information will update immediately when you or another player looks at the server list (it refreshes every minute), so you might not see the "Use minecraft.net. Sessions down" message ;)
-
View User Profile
-
Send Message
Posted Dec 12, 2012Cool plugin. I'm using it right now. :) If i find any bugs i will let you know.