Remove disabled worlds from the config.

This commit is contained in:
Trent Hensler
2013-03-07 13:12:15 -06:00
parent 873df5b929
commit 46730b1511
17 changed files with 25 additions and 6 deletions
+8
View File
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="C:/bukkitdev/1.4.7/bukkit.jar"/>
<classpathentry kind="lib" path="C:/bukkitdev/1.4.7/craftbukkit.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>
+17
View File
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>PlayerVaults</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
</projectDescription>
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
-6
View File
@@ -4,9 +4,3 @@
# Whether or not you want to check for updates. # Whether or not you want to check for updates.
# Will not download an update, that is your job :) # Will not download an update, that is your job :)
check-update: true check-update: true
# Worlds that players can't access their vaults.
# playervaults.worlds.bypass will override this (default to op).
disabled-worlds:
- YourAwesomeWorld
- Toonville