You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/CHANGELOG.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,17 @@
1
1
# Maintenance Changelog
2
2
This file contains update logs for this project. The top may contain a `Unreleased` section, gathering update logs for a future update during development.
3
3
4
+
---
5
+
## 3.0.7 - August 17th 2021
6
+
### Changed
7
+
* Bungee/Velocity: `/maintenance add <name>` now works for offline players as well
8
+
* Added config options `commands-on-maintenance-enable` and `commands-on-maintenance-disable` to define commands to be executed after maintenance has been toggled
9
+
* Added config option `enable-pingmessages` to can change whether a custom maintenance motd should be displayed during maintenance
10
+
* Added language fields `scheduletimerBroadcast` and `singleScheduletimerBroadcast` with the variables `%SERVER%`, `%TIME%`, and `%DURATION%` instead of using the normal starttimer broadcasts
11
+
### Fixed
12
+
* Fixed SQL loading issues on some platforms
13
+
* Fixed missing language key warning for the debug command
Maintenance is probably the most customizable free maintenance plugin for your Minecraft server you can find. It runs on Spigot, BungeeCord, Sponge, as well as Velocity.
Maintenance is the most customizable free maintenance plugin for your Minecraft server you can find. It runs on Spigot, BungeeCord, Sponge, as well as Velocity.
8
9
9
10
Its features include:
10
11
* A custom motd as well as server icon, that will be shown during maintenance
@@ -15,15 +16,15 @@ Its features include:
15
16
* Features specifically for Bungee/Velocity
16
17
* Only want to enable maintenance on a single server? You can also do so by using the `/maintenance <on/off> <servername>` command
17
18
* Link multiple proxy instances through a MySQL database connection, so you don't have to change maintenance on each proxy by hand
18
-
* Use PlaceholderAPI placeholders with the [**MaintenanceAddon**](https://github.com/KennyTV/Maintenance/wiki/MaintenanceAddon) (only for Bungee)
19
+
* Use PlaceholderAPI placeholders with the [**MaintenanceAddon**](https://github.com/kennytv/Maintenance/wiki/MaintenanceAddon) (only for Bungee)
19
20
20
21
A full list of commands, permissions and configuration options can be found in the wiki listed below.
21
-
*[Wiki](https://github.com/KennyTV/Maintenance/wiki) (configuration, permissions, API usage)
To create a working jar yourself, simply clone the project and compile it with maven (by using `mvn clean package` in your IDE console).
35
36
36
-
## Licence
37
-
When modifying the project's code, do that on a public repository while also keeping it under the same license (see [GNU General Public License](http://www.gnu.org/licenses/gpl-3.0)).
37
+
## License
38
+
This project is licensed under the [GNU General Public License v3](LICENSE.txt).
0 commit comments