Skip to content

Commit

Permalink
v2.1.1
Browse files Browse the repository at this point in the history
Removed Bukkit's configuration code
  • Loading branch information
Moresteck committed Dec 21, 2018
1 parent d4bdf64 commit 4571214
Show file tree
Hide file tree
Showing 20 changed files with 196 additions and 926 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# MultiWorld
Multi-world plugin for Bukkit with compatibility from **b1.2_01** to **1.1-R3** (**_confirmed_** compatibility)

## Stable version: [2.1.0](https://github.com/Moresteck/MultiWorld/releases/tag/2.1.0/)
## Stable version: [2.1.1](https://github.com/Moresteck/MultiWorld/releases/tag/2.1.1/)

## Development version: 2.1.1
## Development version: 2.1.2
Binary file removed bin/bukkit/util/config/Configuration.class
Binary file not shown.
Binary file removed bin/bukkit/util/config/ConfigurationException.class
Binary file not shown.
Binary file removed bin/bukkit/util/config/ConfigurationNode.class
Binary file not shown.
Binary file not shown.
Binary file removed bin/bukkit/util/config/EmptyNullRepresenter.class
Binary file not shown.
Binary file modified bin/pl/moresteck/bukkitversion/BukkitVersion.class
Binary file not shown.
Binary file modified bin/pl/moresteck/multiworld/MConfig.class
Binary file not shown.
Binary file modified bin/pl/moresteck/multiworld/world/MWorldConfig.class
Binary file not shown.
4 changes: 3 additions & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,6 @@ v2.1.0:
- Fixed some bugs regarding world creation using custom generator

v2.1.1:
- Fixed stupid bugs
- Fixed stupid bugs
- Updated BukkitVersion to v0.7 - added Config
- Removed borrowed configuration code and replaced it with BukkitVersion's Config
231 changes: 0 additions & 231 deletions src/bukkit/util/config/Configuration.java

This file was deleted.

18 changes: 0 additions & 18 deletions src/bukkit/util/config/ConfigurationException.java

This file was deleted.

Loading

0 comments on commit 4571214

Please sign in to comment.