diff --git a/LICENSE b/LICENSE index 6769349..d893a6e 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2018 Hayden Watson +Copyright (c) 2018 - 2019 Hayden Watson Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 646a22e..5618bc3 100644 --- a/README.md +++ b/README.md @@ -8,12 +8,11 @@ Maintenance Announcer is a lightweight Bukkit Minecraft server plugin that makes ## Requirements - - Java 7+ - Minecraft Server that supports Bukkit Plugins ## Installation -Go to your "plugins" folder on your Bukkit Minecraft Server, then add the "Maintenance Announcer 4.x.jar" to the folder. +Go to your "plugins" folder on your Bukkit Minecraft Server, then add the "Maintenance Announcer 5.x.jar" to the folder. ## Usage @@ -23,13 +22,13 @@ Telling everyone that maintenance to the server has started is easy. Simply: ```java /maintenance start ``` -[![Maintenance has started.](screenshots/MaintenanceStarted.png)] +![Maintenance has started.](screenshots/MaintenanceStarted.png) Telling everyone that maintenance to the server has ended is easy. Simply: ```java /maintenance stop ``` -[![Maintenance has ended.](screenshots/MaintenanceEnded.png)] +![Maintenance has ended.](screenshots/MaintenanceEnded.png) ### Broadcast to Only Admins @@ -49,7 +48,27 @@ To reload Maintenance Announcer: ```java /maintenance reload ``` -[![Maintenance Announcer was reloaded.](screenshots/MaintenanceReload.png)] +![Maintenance Announcer was reloaded.](screenshots/MaintenanceReload.png) + +## Supported Servers + +### Tested to work on: +- Spigot +- Paper +- Glowstone + +### Not tested, but should be capable: +- Bukkit +- CraftBukkit +- BungeeCord +- KCauldron +- HOSE +- Waterfall/Travertine + +### Not compatible with: +- Vanilla +- Sponge/SpongeForge +- Torch ## License