parent
597e9de953
commit
f2f2bc3233
|
@ -9,4 +9,5 @@ Changelogs
|
||||||
:maxdepth: 1
|
:maxdepth: 1
|
||||||
|
|
||||||
v1.4 <v1.4>
|
v1.4 <v1.4>
|
||||||
v1.5 <v1.5>
|
v1.5 <v1.5>
|
||||||
|
v1.6 <v1.6>
|
|
@ -0,0 +1,20 @@
|
||||||
|
.. include:: ../common.rst
|
||||||
|
|
||||||
|
.. _minecraftmanager_v1.6:
|
||||||
|
|
||||||
|
MinecraftManager v1.6
|
||||||
|
=====================
|
||||||
|
|
||||||
|
Additions
|
||||||
|
---------
|
||||||
|
* `Log Rotation`_- Global/Staff logs now rotate.
|
||||||
|
* `Native OreAlert`_- OreAlert is now provided as a plugin service instead of a bot.
|
||||||
|
|
||||||
|
.. _Log Rotation: https://git.etztech.xyz/Etzelia/MinecraftManagerPlugin/issues/11
|
||||||
|
.. _Native OreAlert: https://git.etztech.xyz/Etzelia/MinecraftManagerPlugin/issues/8
|
||||||
|
|
||||||
|
Bug Fixes
|
||||||
|
---------
|
||||||
|
* None
|
||||||
|
|
||||||
|
|
2
pom.xml
2
pom.xml
|
@ -3,7 +3,7 @@
|
||||||
<groupId>xyz.etztech</groupId>
|
<groupId>xyz.etztech</groupId>
|
||||||
<artifactId>MinecraftManager</artifactId>
|
<artifactId>MinecraftManager</artifactId>
|
||||||
<!-- Version is used in plugin.yml -->
|
<!-- Version is used in plugin.yml -->
|
||||||
<version>1.5</version>
|
<version>1.6</version>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
|
||||||
<!-- Plugin Information -->
|
<!-- Plugin Information -->
|
||||||
|
|
Loading…
Reference in New Issue