mirror of
https://github.com/garbagemule/MobArena.git
synced 2024-11-29 22:23:54 +01:00
Release 0.104.1.
This commit is contained in:
parent
77ead3de5c
commit
62dd39c28a
@ -11,6 +11,8 @@ These changes will (most likely) be included in the next version.
|
|||||||
|
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [0.104.1] - 2019-12-31
|
||||||
- It is no longer necessary to have recurrent waves for an arena to work. MobArena automatically creates a "catch all" recurrent wave in case the arena session reaches a wave number that isn't covered by any other wave definitions.
|
- It is no longer necessary to have recurrent waves for an arena to work. MobArena automatically creates a "catch all" recurrent wave in case the arena session reaches a wave number that isn't covered by any other wave definitions.
|
||||||
- Entities outside of the arena can no longer target players, pets, or monsters inside of the arena.
|
- Entities outside of the arena can no longer target players, pets, or monsters inside of the arena.
|
||||||
- Tab completion for `/ma kick` and `/ma restore` now uses actual player names instead of display names.
|
- Tab completion for `/ma kick` and `/ma restore` now uses actual player names instead of display names.
|
||||||
@ -145,7 +147,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.104...HEAD
|
[Unreleased]: https://github.com/garbagemule/MobArena/compare/0.104.1...HEAD
|
||||||
|
[0.104.1]: https://github.com/garbagemule/MobArena/compare/0.104...0.104.1
|
||||||
[0.104]: https://github.com/garbagemule/MobArena/compare/0.103.2...0.104
|
[0.104]: https://github.com/garbagemule/MobArena/compare/0.103.2...0.104
|
||||||
[0.103.2]: https://github.com/garbagemule/MobArena/compare/0.103.1...0.103.2
|
[0.103.2]: https://github.com/garbagemule/MobArena/compare/0.103.1...0.103.2
|
||||||
[0.103.1]: https://github.com/garbagemule/MobArena/compare/0.103...0.103.1
|
[0.103.1]: https://github.com/garbagemule/MobArena/compare/0.103...0.103.1
|
||||||
|
2
pom.xml
2
pom.xml
@ -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.104.1-SNAPSHOT</version>
|
<version>0.104.1</version>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||||
|
Loading…
Reference in New Issue
Block a user