Skip to content

Commit

Permalink
Release version 2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
daboross committed Mar 31, 2016
1 parent 2320abc commit e8c27e3
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 96 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,17 @@
Changelog
=========

2.1.3
-----

### SkyWars:
- Add configuration option to skip respawn screen when players in game die.
- Fix `/sws save` not saving spawn locations in the right places. This bug was introduced in v2.1.2.
- Fix SkyWars not filling up chests.yml with default values if it's an empty file.

### SkyWars-Translations:
- Add a second line to the `/sws save` saved message, to clarify when SkyWars renames arena to avoid naming conflict.

2.1.2
-----

Expand Down
65 changes: 14 additions & 51 deletions docs/changes-since.bbcode
@@ -1,3 +1,17 @@
[SIZE=6]Changes since 2.1.2[/SIZE]

SkyWars:
[LIST]
[*]Add configuration option to skip respawn screen when players in game die.
[*]Fix '/sws save' not saving spawn locations in the right places. This bug was introduced in v2.1.2.
[*]Fix SkyWars not filling up chests.yml with default values if it's an empty file.
[/LIST]

SkyWars-Translations:
[LIST]
[*]Add a second line to the '/sws save' saved message, to clarify when SkyWars renames arena to avoid naming conflict.
[/LIST]

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

SkyWars:
Expand Down Expand Up @@ -57,54 +71,3 @@ SkyWars-Translations:
[LIST]
[*]Now [B]fully translated[/B] to Dutch thanks to @MisterGiant!
[/LIST]

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

SkyWars:
[LIST]
[*]Over 4000 lines of code changed from version 2.0.1!
[*]Add new default arena, [B]water-warriors[/B]! SkyWars now has two default arenas included.
[*]Add support for Spigot version 1.9 (Still supports CraftBukkit 1.7.8+ and Spigot 1.7.8+!)
[*]Add support for saving player position, experience, gamemode, health, hunger and other survival variables when entering the arena, and restoring upon exiting!
[*]Add support for potions in kits
[*]Add a '/sws createkit' command to create a kit from all items in your current inventory
[*]Add a '/sw testkit' command for operators to test out a kit without entering a game.
[*]Update default kits.yml with more reasonable starting kits
[*]Fix possible bug where score data wouldn't save to SQL
[*]Fix bug where items would sometimes be found in arenas from past games
[*]Add arena "cache" concept: store arena templates in '.blocks' files
[*]Add hook to use WorldEdit when available to copy/paste arena templates
[*]Add support for setting custom gamerules in the arena world
[LIST]
[*]Also ensure that it is always daylight in the arena world using a default gamerule.
[/LIST]
[*]Stop players from getting money and points from killing themselves
[*]Add a message to players in arenas with teams to tell them who their teammates are!
[*]Fix team joining logic so that teams are always filled fairly
[*]Remove SkyWarsBaseWorld.zip from plugin jar, now just includes arena .blocks files.
[*]Update arena creation command to not store empty space (easier to use now)
[*]Remove arena-parent.yml
[*]Add "you can't do that" message for when player in-game commands are blocked
[*]Fix "forced to concede" message never showing up
[*]Remove all constant strings from all command handling, such as the "No permission" message
[LIST]
[*]All messages are now fully translatable!
[/LIST]
[/LIST]

SkyWars-API:
[LIST]
[*]Remove arena parent concept
[*]Add team interface
[*]Fix compatibility issues with Forge
[*]Add Potions API
[*]Add better inventory saving API
[*]Other internal changes with no public API differences
[/LIST]

SkyWars-Translations:
[LIST]
[*]Add translatable messages for all new commands
[*]Add translatable strings for previously non-translatable messages such as the No permission message!
[*]Now [B]fully translated[/B] to German thanks to [USER=172984]@Androkai[/USER]!
[/LIST]
53 changes: 11 additions & 42 deletions docs/changes-since.md
@@ -1,3 +1,14 @@
Changes since 2.1.2
-------------------

SkyWars:
- Add configuration option to skip respawn screen when players in game die.
- Fix `/sws save` not saving spawn locations in the right places. This bug was introduced in v2.1.2.
- Fix SkyWars not filling up chests.yml with default values if it's an empty file.

SkyWars-Translations:
- Add a second line to the `/sws save` saved message, to clarify when SkyWars renames arena to avoid naming conflict.

Changes since 2.1.1
-------------------

Expand Down Expand Up @@ -41,45 +52,3 @@ SkyWars:

SkyWars-Translations:
- Now **fully translated** to Dutch thanks to @MisterGiant!

Changes since 2.0.1
-------------------

SkyWars:
- Over 4000 lines of code changed from version 2.0.1!
- Add new default arena, **water-warriors**! SkyWars now has two default arenas included.
- Add support for Spigot version 1.9 (Still supports CraftBukkit 1.7.8+ and Spigot 1.7.8+!)
- Add support for saving player position, experience, gamemode, health, hunger and other survival variables when entering the arena, and restoring upon exiting!
- Add support for potions in kits
- Add a `/sws createkit` command to create a kit from all items in your current inventory
- Add a `/sw testkit` command for operators to test out a kit without entering a game.
- Update default kits.yml with more reasonable starting kits
- Fix possible bug where score data wouldn't save to SQL
- Fix bug where items would sometimes be found in arenas from past games
- Add arena "cache" concept: store arena templates in `.blocks` files
- Add hook to use WorldEdit when available to copy/paste arena templates
- Add support for setting custom gamerules in the arena world
- Also ensure that it is always daylight in the arena world using a default gamerule.
- Stop players from getting money and points from killing themselves
- Add a message to players in arenas with teams to tell them who their teammates are!
- Fix team joining logic so that teams are always filled fairly
- Remove SkyWarsBaseWorld.zip from plugin jar, now just includes arena .blocks files.
- Update arena creation command to not store empty space (easier to use now)
- Remove arena-parent.yml
- Add "you can't do that" message for when player in-game commands are blocked
- Fix "forced to concede" message never showing up
- Remove all constant strings from all command handling, such as the "No permission" message
- All messages are now fully translatable!

SkyWars-API:
- Remove arena parent concept
- Add team interface
- Fix compatibility issues with Forge
- Add Potions API
- Add better inventory saving API
- Other internal changes with no public API differences

SkyWars-Translations:
- Add translatable messages for all new commands
- Add translatable strings for previously non-translatable messages such as the No permission message!
- Now **fully translated** to German thanks to @Androkai!
6 changes: 3 additions & 3 deletions pom.xml
Expand Up @@ -19,7 +19,7 @@

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

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

0 comments on commit e8c27e3

Please sign in to comment.