Release 0.103.

This commit is contained in:
Andreas Troelsen 2018-08-28 22:00:59 +02:00
parent c546641c7b
commit 7962842be1
2 changed files with 5 additions and 2 deletions

View File

@ -11,6 +11,8 @@ These changes will (most likely) be included in the next version.
## [Unreleased] ## [Unreleased]
## [0.103] - 2018-08-28
- It is now possible to add a fixed delay (in seconds) between waves with the new per-arena setting `next-wave-delay`. - It is now possible to add a fixed delay (in seconds) between waves with the new per-arena setting `next-wave-delay`.
- The new per-arena setting `join-interrupt-timer` makes it possible to add a "delay" to the join and spec commands. If the player moves or takes damage during this delay, the command is interrupted. This should help prevent exploits on PvP servers. - The new per-arena setting `join-interrupt-timer` makes it possible to add a "delay" to the join and spec commands. If the player moves or takes damage during this delay, the command is interrupted. This should help prevent exploits on PvP servers.
- Right-clicking is now allowed in the lobby. This makes it possible to activate blocks like buttons and levers. - Right-clicking is now allowed in the lobby. This makes it possible to activate blocks like buttons and levers.
@ -99,7 +101,8 @@ Thanks to:
- Swatacular for help with testing bug fixes - Swatacular for help with testing bug fixes
- Haileykins for contributions to the code base - Haileykins for contributions to the code base
[Unreleased]: https://github.com/garbagemule/MobArena/compare/0.102...HEAD [Unreleased]: https://github.com/garbagemule/MobArena/compare/0.103...HEAD
[0.103]: https://github.com/garbagemule/MobArena/compare/0.102...0.103
[0.102]: https://github.com/garbagemule/MobArena/compare/0.101...0.102 [0.102]: https://github.com/garbagemule/MobArena/compare/0.101...0.102
[0.101]: https://github.com/garbagemule/MobArena/compare/0.100.2...0.101 [0.101]: https://github.com/garbagemule/MobArena/compare/0.100.2...0.101
[0.100.2]: https://github.com/garbagemule/MobArena/compare/0.100.1...0.100.2 [0.100.2]: https://github.com/garbagemule/MobArena/compare/0.100.1...0.100.2

View File

@ -7,7 +7,7 @@
<groupId>com.garbagemule</groupId> <groupId>com.garbagemule</groupId>
<artifactId>mobarena</artifactId> <artifactId>mobarena</artifactId>
<name>MobArena</name> <name>MobArena</name>
<version>0.102.1-SNAPSHOT</version> <version>0.103</version>
<properties> <properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>