Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Hayden Watson committed Jun 21, 2019
2 parents 5780182 + 2d1d490 commit f057e9b
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 6 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -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
Expand Down
29 changes: 24 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

Expand All @@ -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

Expand Down

0 comments on commit f057e9b

Please sign in to comment.