Skip to content

Commit

Permalink
v2.0-Pre2
Browse files Browse the repository at this point in the history
  • Loading branch information
Moresteck committed Nov 28, 2018
1 parent 93afb17 commit 0fb335c
Show file tree
Hide file tree
Showing 47 changed files with 752 additions and 948 deletions.
1 change: 0 additions & 1 deletion .classpath
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,5 @@
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
<classpathentry kind="lib" path="C:/Documents and Settings/Moresteck/Pulpit/paczuszka1.6.6/plugins/Permissions.jar"/>
<classpathentry kind="lib" path="C:/Documents and Settings/Moresteck/Pulpit/paczuszka1.6.6/bukkit.jar"/>
<classpathentry kind="lib" path="C:/Documents and Settings/Moresteck/Pulpit/paczuszka1.6.6/plugins/MultiWorld/BukkitVersion.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# MultiWorld
Multi-world plugin for Bukkit with compatibility from b1.2_01 to b1.8.1 (might work on newer Bukkit builds)
Multi-world plugin for Bukkit with compatibility from b1.2_01 to 1.1-R3

## Stable version: 2.0-Pre1

Expand Down
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.
12 changes: 12 additions & 0 deletions bin/changelog.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
v2.0-Pre1:
- Initial release
v2.0-Pre2:
- Added '/mw create ...' command
- Added '/mw tp ...' command
- Added '/mw setspawn' command
- Added '/mw help ...' command
- Command permissions
- Can hook into Permissions 2.5+
- Updates to BukkitVersion IE
- Fixed a compatibility issue
- Fixed custom worlds not loading after main ones
Binary file modified bin/pl/moresteck/bvnpe/BukkitVersion.class
Binary file not shown.
Binary file modified bin/pl/moresteck/bvnpe/VersionParser.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/MultiWorld.class
Binary file not shown.
Binary file added bin/pl/moresteck/multiworld/Perm.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added bin/pl/moresteck/multiworld/commands/MHelp.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified bin/pl/moresteck/multiworld/world/MWorld.class
Binary file not shown.
Binary file modified bin/pl/moresteck/multiworld/world/MWorldConfig.class
Binary file not shown.
6 changes: 3 additions & 3 deletions bin/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: MultiWorld
main: pl.moresteck.multiworld.MultiWorld
version: 2.0-Pre1
version: 2.0-Pre2
description: Provides multi-world support for Bukkit.
author: Moresteck
website: https://betacraft.ovh/
load: postworld
softdepend: [BukkitVersion]
load: startup
softdepend: [BukkitVersion, Permissions]

commands:
mw:
Expand Down
Binary file modified lib/bukkit.jar
Binary file not shown.
230 changes: 0 additions & 230 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 0fb335c

Please sign in to comment.