Skip to content

Commit

Permalink
Release version 2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
daboross committed Feb 10, 2018
1 parent f359e4d commit 41be209
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 26 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,9 @@ Changelog
Unreleased
----------

2.2.2
-----

### SkyWars:

- Add support for command blocks in arenas
Expand Down
36 changes: 23 additions & 13 deletions docs/changes-since.bbcode
@@ -1,3 +1,26 @@
[SIZE=6]Changes since 2.2.1[/SIZE]


SkyWars:
[LIST]
[*]Add support for command blocks in arenas
[*]Fix bugs related to world handling
[*]Fix some issues which occurred when using both SkyWars and MultiInv
[*]Fix some errors on shutdown
[*]Fix arena name not showing in signs
[*]Fix support for Minecraft 1.7.8
[*]Fix opening kit GUIs when there are no kits available
[/LIST]

SkyWars-Translations:
[LIST]
[*]Add Simplified Chinese translations (thanks @xanderlcq)
[*]Improve Dutch translations (thanks @riassmismans, @mcannie97)
[*]Add hungarian translations (thanks @montlikadani)
[*]Add persian translations (thanks @ShynRhm)
[/LIST]


[SIZE=6]Changes since 2.2.0[/SIZE]

SkyWars:
Expand Down Expand Up @@ -25,16 +48,3 @@ SkyWars:
[/LIST]

While this version only contains two features, there have been many internal changes made to accommodate these two additions, and I hope these two features will greatly expand the use case and usefulness of the plugin.


[SIZE=6]Changes since 2.1.6[/SIZE]
SkyWars:
[LIST]
[*]Fix bug introduced in v2.1.6 where chest randomization does not fill any chests.
[*]Add secondary plugin statistics system, reporting to https://dabo.guru
[LIST]
[*]I meant to wait until v2.2.0 to include plugin-statistics, but this bugfix release needs to happen, and since the statistics is done I thought I might as well include it now.
[*]For details on what data is reported, and how to opt out, see statistics section of https://dabo.guru/projects/skywars/, or "report-statistics" option in https://dabo.guru/projects/skywars/configuring-skywars.
[*]To see recorded data (the same data I have access to), see https://dabo.guru/statistics/skywars/.
[/LIST]
[/LIST]
29 changes: 19 additions & 10 deletions docs/changes-since.md
@@ -1,3 +1,22 @@
Changes since 2.2.1:
--------------------

SkyWars:
- Add support for command blocks in arenas
- Fix bugs related to world handling
- Fix some issues which occurred when using both SkyWars and MultiInv
- Fix some errors on shutdown
- Fix arena name not showing in signs
- Fix support for Minecraft 1.7.8
- Fix opening kit GUIs when there are no kits available

SkyWars-Translations:
- Add Simplified Chinese translations (thanks @xanderlcq)
- Improve Dutch translations (thanks @riassmismans, @mcannie97)
- Add hungarian translations (thanks @montlikadani)
- Add persian translations (thanks @ShynRhm)


Changes since 2.2.0:
--------------------

Expand All @@ -20,13 +39,3 @@ SkyWars:
- When enabled, SkyWars will perform the arena operations in evenly spaced operations, starting at "time-before-start-to-start-arena-copy-operation", and ending exactly when the game starts. Each operation will copy "number-of-blocks-to-copy-at-once" blocks, and the number of operations is calculated based on how big each arena is.

While this version only contains two features, there have been many internal changes made to accommodate these two additions, and I hope these two features will greatly expand the use case and usefulness of the plugin.

Changes since 2.1.6
-------------------

SkyWars:
- Fix bug introduced in v2.1.6 where chest randomization does not fill any chests.
- Add secondary plugin statistics system, reporting to https://dabo.guru
- I meant to wait until v2.2.0 to include plugin-statistics, but this bugfix release needs to happen, and since the statistics is done I thought I might as well include it now.
- For details on what data is reported, and how to opt out, see statistics section of https://dabo.guru/projects/skywars/, or "report-statistics" option in https://dabo.guru/projects/skywars/configuring-skywars.
- To see recorded data (the same data I have access to), see https://dabo.guru/statistics/skywars/.
6 changes: 3 additions & 3 deletions pom.xml
Expand Up @@ -19,7 +19,7 @@

<groupId>net.daboross.bukkitdev</groupId>
<artifactId>skywars</artifactId>
<version>2.2.2-SNAPSHOT</version>
<version>2.2.2</version>
<packaging>jar</packaging>

<name>SkyWars</name>
Expand Down Expand Up @@ -116,12 +116,12 @@
<dependency>
<groupId>net.daboross.bukkitdev</groupId>
<artifactId>skywars-api</artifactId>
<version>2.2.2-SNAPSHOT</version>
<version>2.2.2</version>
</dependency>
<dependency>
<groupId>net.daboross.bukkitdev</groupId>
<artifactId>skywars-translations</artifactId>
<version>2.2.2-SNAPSHOT</version>
<version>2.2.2</version>
</dependency>
<dependency>
<groupId>org.mcstats.bukkit</groupId>
Expand Down

0 comments on commit 41be209

Please sign in to comment.