mirror of
https://github.com/CivMC/Civ.git
synced 2026-07-16 07:30:57 +00:00
Small fixes.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="WINDOWS-1252" standalone="no"?>
|
||||
<jardesc>
|
||||
<jar path="E:/Bukkit Test Server/plugins/RandomSpawn-1.8.jar"/>
|
||||
<jar path="E:/Bukkit Test Server/plugins/RandomSpawn-1.9-BETA.jar"/>
|
||||
<options buildIfNeeded="true" compress="true" descriptionLocation="/Random Spawn/Random Spawn.jardesc" exportErrors="true" exportWarnings="true" includeDirectoryEntries="false" overwrite="false" saveDescription="true" storeRefactorings="false" useSourceFolders="false"/>
|
||||
<storedRefactorings deprecationInfo="true" structuralOnly="false"/>
|
||||
<selectedProjects/>
|
||||
@@ -14,7 +14,6 @@
|
||||
<file path="/Random Spawn/.classpath"/>
|
||||
<file path="/Random Spawn/spawnLocations.yml"/>
|
||||
<file path="/Random Spawn/config.yml"/>
|
||||
<file path="/Random Spawn/.gitignore"/>
|
||||
<file path="/Random Spawn/worlds.yml"/>
|
||||
<file path="/Random Spawn/plugin.yml"/>
|
||||
<javaElement handleIdentifier="=Random Spawn/src"/>
|
||||
|
||||
@@ -9,7 +9,6 @@ import org.bukkit.entity.Player;
|
||||
|
||||
public class BedsCommand extends RandomSpawnCommandExecutor{
|
||||
|
||||
|
||||
public BedsCommand(){
|
||||
name = "usebeds";
|
||||
}
|
||||
|
||||
@@ -68,7 +68,7 @@ public class JoinListener implements Listener{
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
private void migrateMetaData(Player player, World world) {
|
||||
|
||||
String playerName = player.getName();
|
||||
|
||||
Reference in New Issue
Block a user