chaseoes / TF2

Team Fortress 2 in Minecraft using the Bukkit server mod.
10 stars 13 forks source link

An internal error occured. #47

Closed Sprule closed 11 years ago

Sprule commented 11 years ago

Output: /tf2 create map

Gives me this error "An internal error occurred while attempting to perform this command"

====== SERVER INFORMATION ======
TF2 Version: 2.4-b46
Bukkit Version: git-Spigot-981 (MC: 1.6.1)
Plugins: GroupManager v2.0 (2.10.1) (Phoenix), FlightPack v2.4, mcjobs v3.1.8, Vault v1.2.22-b277, uSkyBlock v1.0.7, ColoredTablist v1.9.1, ColourFireWorks v2.0.8, WarpSigns v2.0, BanPlus v3.2, WhatIsIt v1.3.6, Votifier v1.9, MobArena v0.95.2, Citizens v2.0.8-SNAPSHOT (build 803), LinksOnSigns v1.7, WorldEdit v5.5.6, NoCheatPlus v3.9.1-RC2-b510, BattleTracker v2.5.4.0, TagAPI v2.5, CustomPlayerPoints v0.3.4, AntiMelt v0.0.1, UltimateLeveling v1.1, War v1.7.4 (Doolittle), HealthBar v1.6.1, PlayerHeads v3.2-jenkins-PlayerHeads-1-11-gb37e970, CreeperControl v0.4.0, WorldGuard v5.7.3, CasinoSlots v2.5.5-b156, Marriage v1.11, CoreProtect v2.07, MasterPromote v1.5.4, Lockette v1.7.11, DailyBonus v3.6, ClearLag v2.4.1, ScheduledAnnouncer2 v2.5.2 - For 1.4, DeathMessages v2.5.2, Inventory Drop Chance v1.3, Essentials vPre2.11.1.2, floAuction v2.9.0, Enjin Minecraft Plugin v2.4.5, PlotMe v0.13b, xAuth v2.0.26, ColoredTags v1.0.1, ChestShop v3.5, EssentialsChat vPre2.11.1.2, Quake v0.0.2, SimpleRegionMarket v3.2.0, EssentialsProtect vPre2.11.1.2, EssentialsSpawn vPre2.11.1.2, EssentialsAntiBuild vPre2.11.1.2, Timeismoney v1.3, Factions v1.8.2, The Multiverse-Core Plugin, BowSpleef vB 0.1.9, BattleArena v3.8.8.3.3, TheWalls v1.2.0.1, TF2 v2.4-b46, ArenaPaintball v1.1.3, Multiverse-Portals v2.4-b548

====== TF2 CONFIGURATION ======

[Log] When Type Command

09.07 18:26:39 [Server] INFO at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) 09.07 18:26:39 [Server] INFO at me.chaseoes.tf2.commands.CommandManager.onCommand(CommandManager.java:112) 09.07 18:26:39 [Server] INFO at me.chaseoes.tf2.commands.CreateCommand.execCreateCommand(CreateCommand.java:48) 09.07 18:26:39 [Server] INFO at me.chaseoes.tf2.MapUtilities.createMap(MapUtilities.java:35) 09.07 18:26:39 [Server] INFO at me.chaseoes.tf2.TF2.addMap(TF2.java:246) 09.07 18:26:39 [Server] INFO at me.chaseoes.tf2.Game.(Game.java:37) 09.07 18:26:39 [Server] INFO at me.chaseoes.tf2.GameScoreboard.(GameScoreboard.java:35) 09.07 18:26:39 [Server] INFO at org.bukkit.craftbukkit.v1_6_R1.scoreboard.CraftScoreboard.registerNewObjective(CraftScoreboard.java:20) 09.07 18:26:39 [Server] INFO at org.bukkit.craftbukkit.v1_6_R1.scoreboard.CraftScoreboard.registerNewObjective(CraftScoreboard.java:39) 09.07 18:26:39 [Server] INFO at org.apache.commons.lang.Validate.isTrue(Validate.java:157) 09.07 18:26:39 [Server] INFO Caused by: java.lang.IllegalArgumentException: The name 'TF2;TowerBridgeParadise' is longer than the limit of 16 characters 09.07 18:26:39 [Server] INFO at net.minecraft.server.v1_6_R1.ThreadServerApplication.run(SourceFile:582) 09.07 18:26:39 [Server] INFO at net.minecraft.server.v1_6_R1.MinecraftServer.run(MinecraftServer.java:414) 09.07 18:26:39 [Server] INFO at net.minecraft.server.v1_6_R1.MinecraftServer.s(MinecraftServer.java:482) 09.07 18:26:39 [Server] INFO at net.minecraft.server.v1_6_R1.DedicatedServer.t(DedicatedServer.java:235) 09.07 18:26:39 [Server] INFO at net.minecraft.server.v1_6_R1.MinecraftServer.t(MinecraftServer.java:593) 09.07 18:26:39 [Server] INFO at org.spigotmc.netty.NettyServerConnection.b(NettyServerConnection.java:125) 09.07 18:26:39 [Server] INFO at net.minecraft.server.v1_6_R1.ServerConnection.b(SourceFile:37) 09.07 18:26:39 [Server] INFO at net.minecraft.server.v1_6_R1.PlayerConnection.d(PlayerConnection.java:118) 09.07 18:26:39 [Server] INFO at org.spigotmc.netty.NettyNetworkManager.b(NettyNetworkManager.java:237) 09.07 18:26:39 [Server] INFO at net.minecraft.server.v1_6_R1.Packet3Chat.handle(SourceFile:49) 09.07 18:26:39 [Server] INFO at net.minecraft.server.v1_6_R1.PlayerConnection.a(PlayerConnection.java:858) 09.07 18:26:39 [Server] INFO at net.minecraft.server.v1_6_R1.PlayerConnection.chat(PlayerConnection.java:911) 09.07 18:26:39 [Server] INFO at net.minecraft.server.v1_6_R1.PlayerConnection.handleCommand(PlayerConnection.java:1000) 09.07 18:26:39 [Server] INFO at org.bukkit.craftbukkit.v1_6_R1.CraftServer.dispatchCommand(CraftServer.java:525) 09.07 18:26:39 [Server] INFO at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:189) 09.07 18:26:39 [Server] INFO at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) 09.07 18:26:39 [Server] INFO org.bukkit.command.CommandException: Unhandled exception executing command 'tf2' in plugin TF2 v2.4-b46 09.07 18:26:39 [Server] SEVERE null 09.07 18:26:39 [Server] INFO at net.minecraft.server.v1_6_R1.ThreadServerApplication.run(SourceFile:582) 09.07 18:26:39 [Server] INFO at net.minecraft.server.v1_6_R1.MinecraftServer.run(MinecraftServer.java:414) 09.07 18:26:39 [Server] INFO at net.minecraft.server.v1_6_R1.MinecraftServer.s(MinecraftServer.java:482) 09.07 18:26:39 [Server] INFO at net.minecraft.server.v1_6_R1.DedicatedServer.t(DedicatedServer.java:235) 09.07 18:26:39 [Server] INFO at net.minecraft.server.v1_6_R1.MinecraftServer.t(MinecraftServer.java:519) 09.07 18:26:39 [Server] INFO at

[Log] When I Restart]

09.07 17:55:30 [Server] INFO at org.bukkit.craftbukkit.v1_6_R1.scheduler.CraftTask.run(CraftTask.java:58) 09.07 17:55:30 [Server] INFO at com.Geekpower14.Quake.Quake$1.run(Quake.java:90) 09.07 17:55:30 [Server] INFO at com.Geekpower14.Quake.Lobby.LobbyManager.initsign(LobbyManager.java:371) 09.07 17:55:30 [Server] INFO at com.Geekpower14.Quake.Lobby.LobbyManager.updateSign(LobbyManager.java:486) 09.07 17:55:30 [Server] INFO at org.bukkit.Location.getBlock(Location.java:82) 09.07 17:55:30 [Server] INFO java.lang.NullPointerException 09.07 17:55:30 [Server] WARNING Task #60 for Quake v0.0.2 generated an exception 09.07 17:55:29 [Server] INFO at net.minecraft.server.v1_6_R1.ThreadServerApplication.run(SourceFile:582) 09.07 17:55:29 [Server] INFO at net.minecraft.server.v1_6_R1.MinecraftServer.run(MinecraftServer.java:414) 09.07 17:55:29 [Server] INFO at net.minecraft.server.v1_6_R1.MinecraftServer.s(MinecraftServer.java:482) 09.07 17:55:29 [Server] INFO at net.minecraft.server.v1_6_R1.DedicatedServer.t(DedicatedServer.java:235) 09.07 17:55:29 [Server] INFO at net.minecraft.server.v1_6_R1.MinecraftServer.t(MinecraftServer.java:519) 09.07 17:55:29 [Server] INFO at org.bukkit.craftbukkit.v1_6_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:345) 09.07 17:55:29 [Server] INFO at org.bukkit.craftbukkit.v1_6_R1.scheduler.CraftTask.run(CraftTask.java:58) 09.07 17:55:29 [Server] INFO at com.Geekpower14.Quake.Quake$1.run(Quake.java:90) 09.07 17:55:29 [Server] INFO at com.Geekpower14.Quake.Lobby.LobbyManager.initsign(LobbyManager.java:371) 09.07 17:55:29 [Server] INFO at com.Geekpower14.Quake.Lobby.LobbyManager.updateSign(LobbyManager.java:486) 09.07 17:55:29 [Server] INFO at org.bukkit.Location.getBlock(Location.java:82) 09.07 17:55:29 [Server] INFO java.lang.NullPointerException 09.07 17:55:29 [Server] WARNING Task #60 for Quake v0.0.2 generated an exception 09.07 17:55:29 [Server] INFO Server returned HTTP response code: 502 for URL: http://mcstats.org/report/WarpSigns 09.07 17:55:29 [Server] INFO Warzones ready. 09.07 17:55:29 [Server] INFO Loading zone JumperWar... 09.07 17:55:29 [Server] WARNING * MISSING 173(COAL_BLOCK / SOLID+GROUND) 09.07 17:55:29 [Server] WARNING * MISSING 172(HARD_CLAY / SOLID+GROUND) 09.07 17:55:29 [Server] WARNING * MISSING 171(CARPET / IGN_PASSABLE) 09.07 17:55:29 [Server] WARNING * MISSING 170(HAY_BLOCK / SOLID+GROUND) 09.07 17:55:29 [Server] WARNING * MISSING 159(STAINED_CLAY / SOLID+GROUND) 09.07 17:55:29 [Server] WARNING --- Missing entries ------------------------------- 09.07 17:55:29 [Server] WARNING The block breaking data is incomplete, default to allow instant breaking: 09.07 17:55:29 [Server] INFO Accepted EditSessionFactory of type net.coreprotect.worldedit.CoreProtectEditSessionFactory from net.coreprotect.worldedit 09.07 17:55:29 [Server] INFO at net.minecraft.server.v1_6_R1.ThreadServerApplication.run(SourceFile:582) 09.07 17:55:29 [Server] INFO at net.minecraft.server.v1_6_R1.MinecraftServer.run(MinecraftServer.java:414) 09.07 17:55:29 [Server] INFO at net.minecraft.server.v1_6_R1.MinecraftServer.s(MinecraftServer.java:482) 09.07 17:55:29 [Server] INFO at net.minecraft.server.v1_6_R1.DedicatedServer.t(DedicatedServer.java:235) 09.07 17:55:29 [Server] INFO at net.minecraft.server.v1_6_R1.MinecraftServer.t(MinecraftServer.java:519) 09.07 17:55:29 [Server] INFO at org.bukkit.craftbukkit.v1_6_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:345) 09.07 17:55:29 [Server] INFO at org.bukkit.craftbukkit.v1_6_R1.scheduler.CraftTask.run(CraftTask.java:58) 09.07 17:55:29 [Server] INFO at com.Geekpower14.Quake.Quake$1.run(Quake.java:90) 09.07 17:55:29 [Server] INFO at com.Geekpower14.Quake.Lobby.LobbyManager.initsign(LobbyManager.java:371) 09.07 17:55:29 [Server] INFO at com.Geekpower14.Quake.Lobby.LobbyManager.updateSign(LobbyManager.java:486) 09.07 17:55:29 [Server] INFO at org.bukkit.Location.getBlock(Location.java:82) 09.07 17:55:29 [Server] INFO java.lang.NullPointerException 09.07 17:55:29 [Server] WARNING Task #60 for Quake v0.0.2 generated an exception 09.07 17:55:28 [Server] INFO Multiverse already knows about 'skyworld'! 09.07 17:55:28 [Server] INFO Using vault for permissions 09.07 17:55:28 [Server] Startup Done (23.518s)! For help, type "help" or "?" 09.07 17:55:25 [Server] INFO Server permissions file permissions.yml is empty, ignoring it 09.07 17:55:25 [Server] INFO 8 - Portals(s) loaded 09.07 17:55:21 [Server] INFO - Version 2.4-b548 Enabled - By Rigby and fernferret 09.07 17:55:21 [Server] INFO Enabling Multiverse-Portals v2.4-b548 09.07 17:55:21 [Server] INFO v1.1.3 enabled! 09.07 17:55:21 [Server] INFO has no arenas, cs section = 09.07 17:55:21 [Server] INFO Loaded Paintball params 09.07 17:55:21 [Server] INFO Enabling ArenaPaintball v1.1.3 09.07 17:55:21 [Server] INFO Enabling TF2 v2.4-b46 09.07 17:55:20 [Server] INFO Enabling TheWalls v1.2.0.1 09.07 17:55:20 [Server] INFO v3.8.8.3.3 enabled! 09.07 17:55:20 [Server] INFO BattleArena v3.8.8.3.3 checking for updates 09.07 17:55:20 [Server] INFO Loaded Tourney params 09.07 17:55:20 [Server] INFO No arenas found for arenatype=Duel cs= 09.07 17:55:20 [Server] INFO Loaded Duel params 09.07 17:55:20 [Server] INFO No arenas found for arenatype=Battleground cs= 09.07 17:55:20 [Server] INFO Loaded Battleground params 09.07 17:55:20 [Server] INFO Loaded Colosseum arenas: HellColosseum 09.07 17:55:20 [Server] INFO Loaded Colosseum params 09.07 17:55:20 [Server] INFO Loaded DeathMatch arenas: TrapperIsland 09.07 17:55:20 [Server] INFO Loaded DeathMatch params 09.07 17:55:20 [Server] INFO No arenas found for arenatype=Arena cs= 09.07 17:55:20 [Server] INFO Loaded Arena params 09.07 17:55:20 [Server] INFO No arenas found for arenatype=FreeForAll cs= 09.07 17:55:20 [Server] INFO Loaded FreeForAll params 09.07 17:55:20 [Server] INFO No arenas found for arenatype=Skirmish cs= 09.07 17:55:20 [Server] INFO Loaded Skirmish params 09.07 17:55:20 [Server] INFO registering classes: gladiator, archer, monk 09.07 17:55:20 [Server] INFO no additional Arena modules 09.07 17:55:20 [Server] INFO found economy plugin Vault. [Default] 09.07 17:55:20 [Server] INFO WorldGuard detected. WorldGuard regions can now be used 09.07 17:55:20 [Server] INFO WorldEdit detected. 09.07 17:55:20 [Server] INFO TagAPI detected. Implementing Team colored player names 09.07 17:55:20 [Server] INFO Multiverse-Core detected. Implementing teleport/gamemode workarounds 09.07 17:55:20 [Server] INFO MobArena detected. Implementing no join when in MobArena 09.07 17:55:20 [Server] INFO Factions detected. Configurable power loss enabled (default no powerloss) 09.07 17:55:20 [Server] INFO Essentials detected. God mode handling activated 09.07 17:55:20 [Server] INFO v3.8.8.3.3 enabling! 09.07 17:55:20 [Server] INFO Enabling BattleArena v3.8.8.3.3 09.07 17:55:20 [Server] INFO METRICS STARTING 09.07 17:55:20 [Server] INFO [Bow Spleef]No save file on disk for arena 4 09.07 17:55:20 [Server] INFO Loading Arena: 4 09.07 17:55:20 [Server] INFO [BowSpleef]Checking for arena on index 4 09.07 17:55:20 [Server] INFO [Bow Spleef]No save file on disk for arena 3 09.07 17:55:20 [Server] INFO Loading Arena: 3 09.07 17:55:20 [Server] INFO [BowSpleef]Checking for arena on index 3 09.07 17:55:20 [Server] INFO [Bow Spleef]No save file on disk for arena 2 09.07 17:55:20 [Server] INFO Loading Arena: 2 09.07 17:55:20 [Server] INFO [BowSpleef]Checking for arena on index 2 09.07 17:55:20 [Server] INFO [Bow Spleef]No save file on disk for arena 1 09.07 17:55:20 [Server] INFO Loading Arena: 1 09.07 17:55:20 [Server] INFO [BowSpleef]Checking for arena on index 1 09.07 17:55:20 [Server] INFO Loading 4 games 09.07 17:55:20 [Server] INFO Enabling BowSpleef vB 0.1.9 09.07 17:55:20 [Server] INFO 13 - World(s) loaded. 09.07 17:55:19 [Server] INFO Preparing start region for level 12 (Seed: 1137944565138837826) 09.07 17:55:19 [Server] INFO Item Merge Radius: 2.5 09.07 17:55:19 [Server] INFO Experience Merge Radius: 3.0 09.07 17:55:19 [Server] INFO Chunks to Grow per Tick: 650 09.07 17:55:19 [Server] INFO View Distance: 10 09.07 17:55:19 [Server] INFO Random Lighting Updates: false 09.07 17:55:19 [Server] INFO Hopper Transfer: 8 Hopper Check: 8 09.07 17:55:19 [Server] INFO Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64 09.07 17:55:19 [Server] INFO Entity Activation Range: An 32 / Mo 32 / Mi 16 09.07 17:55:19 [Server] INFO Wheat Growth Modifier: 100% 09.07 17:55:19 [Server] INFO Sapling Growth Modifier: 100% 09.07 17:55:19 [Server] INFO Pumpkin Growth Modifier: 100% 09.07 17:55:19 [Server] INFO Mushroom Growth Modifier: 100% 09.07 17:55:19 [Server] INFO Melon Growth Modifier: 100% 09.07 17:55:19 [Server] INFO Cane Growth Modifier: 100% 09.07 17:55:19 [Server] INFO Cactus Growth Modifier: 100% 09.07 17:55:19 [Server] INFO Mob Spawn Range: 4 09.07 17:55:19 [Server] INFO Blocks: [1, 5, 14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130] 09.07 17:55:19 [Server] INFO Engine Mode: 1 09.07 17:55:19 [Server] INFO Anti X-Ray: true 09.07 17:55:19 [Server] INFO -------- World Settings For [LMSinCandylandaDragnozPVPmap] -------- 09.07 17:55:19 [Server] INFO Loading World & Settings - 'LMSinCandylandaDragnozPVPmap' - Env: NORMAL - Type: FLAT & seed: 1137944565138837826 09.07 17:55:18 [Server] INFO Preparing start region for level 11 (Seed: 6487461926452094501) 09.07 17:55:18 [Server] INFO Item Merge Radius: 2.5 09.07 17:55:18 [Server] INFO Experience Merge Radius: 3.0 09.07 17:55:18 [Server] INFO Chunks to Grow per Tick: 650 09.07 17:55:18 [Server] INFO View Distance: 10 09.07 17:55:18 [Server] INFO Random Lighting Updates: false 09.07 17:55:18 [Server] INFO Hopper Transfer: 8 Hopper Check: 8 09.07 17:55:18 [Server] INFO Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64 09.07 17:55:18 [Server] INFO Entity Activation Range: An 32 / Mo 32 / Mi 16 09.07 17:55:18 [Server] INFO Wheat Growth Modifier: 100% 09.07 17:55:18 [Server] INFO Sapling Growth Modifier: 100% 09.07 17:55:18 [Server] INFO Pumpkin Growth Modifier: 100% 09.07 17:55:18 [Server] INFO Mushroom Growth Modifier: 100% 09.07 17:55:18 [Server] INFO Melon Growth Modifier: 100% 09.07 17:55:18 [Server] INFO Cane Growth Modifier: 100% 09.07 17:55:18 [Server] INFO Cactus Growth Modifier: 100% 09.07 17:55:18 [Server] INFO Mob Spawn Range: 4 09.07 17:55:18 [Server] INFO Blocks: [1, 5, 14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130] 09.07 17:55:18 [Server] INFO Engine Mode: 1 09.07 17:55:18 [Server] INFO Anti X-Ray: true 09.07 17:55:18 [Server] INFO -------- World Settings For [world2] -------- 09.07 17:55:18 [Server] INFO Loading World & Settings - 'world2' - Env: NORMAL - Type: NORMAL & seed: 6487461926452094501 09.07 17:55:18 [Server] INFO Preparing start region for level 10 (Seed: -51231474104274562) 09.07 17:55:18 [Server] INFO Item Merge Radius: 2.5 09.07 17:55:18 [Server] INFO Experience Merge Radius: 3.0 09.07 17:55:18 [Server] INFO Chunks to Grow per Tick: 650 09.07 17:55:18 [Server] INFO View Distance: 10 09.07 17:55:18 [Server] INFO Random Lighting Updates: false 09.07 17:55:18 [Server] INFO Hopper Transfer: 8 Hopper Check: 8 09.07 17:55:18 [Server] INFO Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64 09.07 17:55:18 [Server] INFO Entity Activation Range: An 32 / Mo 32 / Mi 16 09.07 17:55:18 [Server] INFO Wheat Growth Modifier: 100% 09.07 17:55:18 [Server] INFO Sapling Growth Modifier: 100% 09.07 17:55:18 [Server] INFO Pumpkin Growth Modifier: 100% 09.07 17:55:18 [Server] INFO Mushroom Growth Modifier: 100% 09.07 17:55:18 [Server] INFO Melon Growth Modifier: 100% 09.07 17:55:18 [Server] INFO Cane Growth Modifier: 100% 09.07 17:55:18 [Server] INFO Cactus Growth Modifier: 100% 09.07 17:55:18 [Server] INFO Mob Spawn Range: 4 09.07 17:55:18 [Server] INFO Blocks: [1, 5, 14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130] 09.07 17:55:18 [Server] INFO Engine Mode: 1 09.07 17:55:18 [Server] INFO Anti X-Ray: true 09.07 17:55:18 [Server] INFO -------- World Settings For [FFAJumperMapCP] -------- 09.07 17:55:18 [Server] INFO Loading World & Settings - 'FFAJumperMapCP' - Env: NORMAL - Type: FLAT & seed: -51231474104274562 09.07 17:55:18 [Server] SEVERE New safe spawn NOT found!!! 09.07 17:55:18 [Server] WARNING Original Location: X: -1,333 Y: 4 Z: 257 P: 0 Y: 0 09.07 17:55:18 [Server] WARNING Spawn location from world.dat file was unsafe. Adjusting... 09.07 17:55:18 [Server] INFO Preparing start region for level 9 (Seed: -7691128293072163764) 09.07 17:55:18 [Server] INFO Item Merge Radius: 2.5 09.07 17:55:18 [Server] INFO Experience Merge Radius: 3.0 09.07 17:55:18 [Server] INFO Chunks to Grow per Tick: 650 09.07 17:55:18 [Server] INFO View Distance: 10 09.07 17:55:18 [Server] INFO Random Lighting Updates: false 09.07 17:55:18 [Server] INFO Hopper Transfer: 8 Hopper Check: 8 09.07 17:55:18 [Server] INFO Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64 09.07 17:55:18 [Server] INFO Entity Activation Range: An 32 / Mo 32 / Mi 16 09.07 17:55:18 [Server] INFO Wheat Growth Modifier: 100% 09.07 17:55:18 [Server] INFO Sapling Growth Modifier: 100% 09.07 17:55:18 [Server] INFO Pumpkin Growth Modifier: 100% 09.07 17:55:18 [Server] INFO Mushroom Growth Modifier: 100% 09.07 17:55:18 [Server] INFO Melon Growth Modifier: 100% 09.07 17:55:18 [Server] INFO Cane Growth Modifier: 100% 09.07 17:55:18 [Server] INFO Cactus Growth Modifier: 100% 09.07 17:55:18 [Server] INFO Mob Spawn Range: 4 09.07 17:55:18 [Server] INFO Blocks: [1, 5, 14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130] 09.07 17:55:18 [Server] INFO Engine Mode: 1 09.07 17:55:18 [Server] INFO Anti X-Ray: true 09.07 17:55:18 [Server] INFO -------- World Settings For [skyworld] -------- 09.07 17:55:18 [Server] INFO Loading World & Settings - 'skyworld' - Env: NORMAL - Type: FLAT & seed: -7691128293072163764 & generator: uSkyBlock 09.07 17:55:18 [Server] INFO Loading World & Settings - 'world_the_end' - Env: THE_END - Type: NORMAL & seed: 4113344886768553524 09.07 17:55:17 [Server] SEVERE New safe spawn NOT found!!! 09.07 17:55:17 [Server] WARNING Original Location: X: 2 Y: 64 Z: 2 P: 0 Y: 0 09.07 17:55:17 [Server] WARNING Spawn location from world.dat file was unsafe. Adjusting... 09.07 17:55:17 [Server] INFO Loading World & Settings - 'world_nether' - Env: NETHER - Type: NORMAL & seed: 4113344886768553524 09.07 17:55:17 [Server] INFO Loading World & Settings - 'world' - Env: NORMAL - Type: NORMAL & seed: 5645247500453090096 09.07 17:55:17 [Server] INFO Preparing start region for level 8 (Seed: -2832868958902373958) 09.07 17:55:17 [Server] INFO Item Merge Radius: 2.5 09.07 17:55:17 [Server] INFO Experience Merge Radius: 3.0 09.07 17:55:17 [Server] INFO Chunks to Grow per Tick: 650 09.07 17:55:17 [Server] INFO View Distance: 10 09.07 17:55:17 [Server] INFO Random Lighting Updates: false 09.07 17:55:17 [Server] INFO Hopper Transfer: 8 Hopper Check: 8 09.07 17:55:17 [Server] INFO Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64 09.07 17:55:17 [Server] INFO Entity Activation Range: An 32 / Mo 32 / Mi 16 09.07 17:55:17 [Server] INFO Wheat Growth Modifier: 100% 09.07 17:55:17 [Server] INFO Sapling Growth Modifier: 100% 09.07 17:55:17 [Server] INFO Pumpkin Growth Modifier: 100% 09.07 17:55:17 [Server] INFO Mushroom Growth Modifier: 100% 09.07 17:55:17 [Server] INFO Melon Growth Modifier: 100% 09.07 17:55:17 [Server] INFO Cane Growth Modifier: 100% 09.07 17:55:17 [Server] INFO Cactus Growth Modifier: 100% 09.07 17:55:17 [Server] INFO Mob Spawn Range: 4 09.07 17:55:17 [Server] INFO Blocks: [1, 5, 14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130] 09.07 17:55:17 [Server] INFO Engine Mode: 1 09.07 17:55:17 [Server] INFO Anti X-Ray: true 09.07 17:55:17 [Server] INFO -------- World Settings For [Wild] -------- 09.07 17:55:17 [Server] INFO Loading World & Settings - 'Wild' - Env: NORMAL - Type: NORMAL & seed: -2832868958902373958 09.07 17:55:16 [Server] INFO Preparing start region for level 7 (Seed: 3574837047338584109) 09.07 17:55:16 [Server] INFO Item Merge Radius: 2.5 09.07 17:55:16 [Server] INFO Experience Merge Radius: 3.0 09.07 17:55:16 [Server] INFO Chunks to Grow per Tick: 650 09.07 17:55:16 [Server] INFO View Distance: 10 09.07 17:55:16 [Server] INFO Random Lighting Updates: false 09.07 17:55:16 [Server] INFO Hopper Transfer: 8 Hopper Check: 8 09.07 17:55:16 [Server] INFO Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64 09.07 17:55:16 [Server] INFO Entity Activation Range: An 32 / Mo 32 / Mi 16 09.07 17:55:16 [Server] INFO Wheat Growth Modifier: 100% 09.07 17:55:16 [Server] INFO Sapling Growth Modifier: 100% 09.07 17:55:16 [Server] INFO Pumpkin Growth Modifier: 100% 09.07 17:55:16 [Server] INFO Mushroom Growth Modifier: 100% 09.07 17:55:16 [Server] INFO Melon Growth Modifier: 100% 09.07 17:55:16 [Server] INFO Cane Growth Modifier: 100% 09.07 17:55:16 [Server] INFO Cactus Growth Modifier: 100% 09.07 17:55:16 [Server] INFO Mob Spawn Range: 4 09.07 17:55:16 [Server] INFO Blocks: [1, 5, 14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130] 09.07 17:55:16 [Server] INFO Engine Mode: 1 09.07 17:55:16 [Server] INFO Anti X-Ray: true 09.07 17:55:16 [Server] INFO -------- World Settings For [plotworld] -------- 09.07 17:55:16 [Server] INFO Loading World & Settings - 'plotworld' - Env: NORMAL - Type: NORMAL & seed: 3574837047338584109 & generator: PlotMe 09.07 17:55:16 [Server] INFO Preparing start region for level 6 (Seed: -1894487132209370091) 09.07 17:55:16 [Server] INFO Item Merge Radius: 2.5 09.07 17:55:16 [Server] INFO Experience Merge Radius: 3.0 09.07 17:55:16 [Server] INFO Chunks to Grow per Tick: 650 09.07 17:55:16 [Server] INFO View Distance: 10 09.07 17:55:16 [Server] INFO Random Lighting Updates: false 09.07 17:55:16 [Server] INFO Hopper Transfer: 8 Hopper Check: 8 09.07 17:55:16 [Server] INFO Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64 09.07 17:55:16 [Server] INFO Entity Activation Range: An 32 / Mo 32 / Mi 16 09.07 17:55:16 [Server] INFO Wheat Growth Modifier: 100% 09.07 17:55:16 [Server] INFO Sapling Growth Modifier: 100% 09.07 17:55:16 [Server] INFO Pumpkin Growth Modifier: 100% 09.07 17:55:16 [Server] INFO Mushroom Growth Modifier: 100% 09.07 17:55:16 [Server] INFO Melon Growth Modifier: 100% 09.07 17:55:16 [Server] INFO Cane Growth Modifier: 100% 09.07 17:55:16 [Server] INFO Cactus Growth Modifier: 100% 09.07 17:55:16 [Server] INFO Mob Spawn Range: 4 09.07 17:55:16 [Server] INFO Blocks: [1, 5, 14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130] 09.07 17:55:16 [Server] INFO Engine Mode: 1 09.07 17:55:16 [Server] INFO Anti X-Ray: true 09.07 17:55:16 [Server] INFO -------- World Settings For [PvPArenas] -------- 09.07 17:55:16 [Server] INFO Loading World & Settings - 'PvPArenas' - Env: NORMAL - Type: FLAT & seed: -1894487132209370091 09.07 17:55:16 [Server] INFO Preparing start region for level 5 (Seed: -9089601335046462983) 09.07 17:55:16 [Server] INFO Item Merge Radius: 2.5 09.07 17:55:16 [Server] INFO Experience Merge Radius: 3.0 09.07 17:55:16 [Server] INFO Chunks to Grow per Tick: 650 09.07 17:55:16 [Server] INFO View Distance: 10 09.07 17:55:16 [Server] INFO Random Lighting Updates: false 09.07 17:55:16 [Server] INFO Hopper Transfer: 8 Hopper Check: 8 09.07 17:55:16 [Server] INFO Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64 09.07 17:55:16 [Server] INFO Entity Activation Range: An 32 / Mo 32 / Mi 16 09.07 17:55:16 [Server] INFO Wheat Growth Modifier: 100% 09.07 17:55:16 [Server] INFO Sapling Growth Modifier: 100% 09.07 17:55:16 [Server] INFO Pumpkin Growth Modifier: 100% 09.07 17:55:16 [Server] INFO Mushroom Growth Modifier: 100% 09.07 17:55:16 [Server] INFO Melon Growth Modifier: 100% 09.07 17:55:16 [Server] INFO Cane Growth Modifier: 100% 09.07 17:55:16 [Server] INFO Cactus Growth Modifier: 100% 09.07 17:55:16 [Server] INFO Mob Spawn Range: 4 09.07 17:55:16 [Server] INFO Blocks: [1, 5, 14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130] 09.07 17:55:16 [Server] INFO Engine Mode: 1 09.07 17:55:16 [Server] INFO Anti X-Ray: true 09.07 17:55:16 [Server] INFO -------- World Settings For [FreeBuild_the_end] -------- 09.07 17:55:16 [Server] INFO Loading World & Settings - 'FreeBuild_the_end' - Env: THE_END - Type: NORMAL & seed: -9089601335046462983 09.07 17:55:15 [Server] INFO Preparing start region for level 4 (Seed: -9089601335046462983) 09.07 17:55:15 [Server] INFO Item Merge Radius: 2.5 09.07 17:55:15 [Server] INFO Experience Merge Radius: 3.0 09.07 17:55:15 [Server] INFO Chunks to Grow per Tick: 650 09.07 17:55:15 [Server] INFO View Distance: 10 09.07 17:55:15 [Server] INFO Random Lighting Updates: false 09.07 17:55:15 [Server] INFO Hopper Transfer: 8 Hopper Check: 8 09.07 17:55:15 [Server] INFO Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64 09.07 17:55:15 [Server] INFO Entity Activation Range: An 32 / Mo 32 / Mi 16 09.07 17:55:15 [Server] INFO Wheat Growth Modifier: 100% 09.07 17:55:15 [Server] INFO Sapling Growth Modifier: 100% 09.07 17:55:15 [Server] INFO Pumpkin Growth Modifier: 100% 09.07 17:55:15 [Server] INFO Mushroom Growth Modifier: 100% 09.07 17:55:15 [Server] INFO Melon Growth Modifier: 100% 09.07 17:55:15 [Server] INFO Cane Growth Modifier: 100% 09.07 17:55:15 [Server] INFO Cactus Growth Modifier: 100% 09.07 17:55:15 [Server] INFO Mob Spawn Range: 4 09.07 17:55:15 [Server] INFO Blocks: [1, 5, 14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130] 09.07 17:55:15 [Server] INFO Engine Mode: 1 09.07 17:55:15 [Server] INFO Anti X-Ray: true 09.07 17:55:15 [Server] INFO -------- World Settings For [FreeBuild_nether] -------- 09.07 17:55:15 [Server] INFO Loading World & Settings - 'FreeBuild_nether' - Env: NETHER - Type: NORMAL & seed: -9089601335046462983 09.07 17:55:14 [Server] INFO Preparing start region for level 3 (Seed: 6671622398258016778) 09.07 17:55:14 [Server] INFO Item Merge Radius: 2.5 09.07 17:55:14 [Server] INFO Experience Merge Radius: 3.0 09.07 17:55:14 [Server] INFO Chunks to Grow per Tick: 650 09.07 17:55:14 [Server] INFO View Distance: 10 09.07 17:55:14 [Server] INFO Random Lighting Updates: false 09.07 17:55:14 [Server] INFO Hopper Transfer: 8 Hopper Check: 8 09.07 17:55:14 [Server] INFO Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64 09.07 17:55:14 [Server] INFO Entity Activation Range: An 32 / Mo 32 / Mi 16 09.07 17:55:14 [Server] INFO Wheat Growth Modifier: 100% 09.07 17:55:14 [Server] INFO Sapling Growth Modifier: 100% 09.07 17:55:14 [Server] INFO Pumpkin Growth Modifier: 100% 09.07 17:55:14 [Server] INFO Mushroom Growth Modifier: 100% 09.07 17:55:14 [Server] INFO Melon Growth Modifier: 100% 09.07 17:55:14 [Server] INFO Cane Growth Modifier: 100% 09.07 17:55:14 [Server] INFO Cactus Growth Modifier: 100% 09.07 17:55:14 [Server] INFO Mob Spawn Range: 4 09.07 17:55:14 [Server] INFO Blocks: [1, 5, 14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130] 09.07 17:55:14 [Server] INFO Engine Mode: 1 09.07 17:55:14 [Server] INFO Anti X-Ray: true 09.07 17:55:14 [Server] INFO -------- World Settings For [FreeBuild] -------- 09.07 17:55:14 [Server] INFO Loading World & Settings - 'FreeBuild' - Env: NORMAL - Type: FLAT & seed: 6671622398258016778 09.07 17:55:14 [Server] INFO - Version 10.0 - hooked into Essentials Economy for Multiverse-Core v2.4-b527 09.07 17:55:14 [Server] INFO - Version 2.4-b527 (API v14) Enabled - By Rigby, fernferret, lithium3141 and main-- 09.07 17:55:14 [Server] INFO Enabling Multiverse-Core v2.4-b527 09.07 17:55:14 [Server] INFO Enabled link to plugin Factions for Groups, version 1.8.2 09.07 17:55:14 [Server] INFO === ENABLE DONE (Took 680ms) === 09.07 17:55:14 [Server] INFO NOTE: Economy is disabled. You can enable it with the command: f config econEnabled true 09.07 17:55:14 [Server] INFO Economy integration through Vault plugin successful. 09.07 17:55:14 [Server] INFO Found and will integrate chat with EssentialsChat vPre2.11.1.2 09.07 17:55:13 [Server] INFO Loading board from disk 09.07 17:55:13 [Server] INFO === ENABLE START === 09.07 17:55:13 [Server] INFO Enabling Factions v1.8.2 09.07 17:55:13 [Server] INFO Timeismoney is now enabled 09.07 17:55:13 [Server] INFO Vault dependency found. Economy plugin found: Essentials Economy 09.07 17:55:13 [Server] INFO Enabling Timeismoney v1.3 09.07 17:55:13 [Server] INFO Enabling EssentialsAntiBuild vPre2.11.1.2 09.07 17:55:13 [Server] INFO Enabling EssentialsSpawn vPre2.11.1.2 09.07 17:55:13 [Server] INFO Enabling EssentialsProtect vPre2.11.1.2 09.07 17:55:13 [Server] INFO SimpleRegionMarket enabled. 09.07 17:55:13 [Server] INFO Permissions loaded (GroupManager) 09.07 17:55:13 [Server] INFO The check took 0ms 09.07 17:55:13 [Server] INFO Loaded 4 template(s), 0 world(s) and 0 region(s). 09.07 17:55:13 [Server] INFO Enabling SimpleRegionMarket v3.2.0 09.07 17:55:13 [Server] INFO load des Lobby 09.07 17:55:13 [Server] INFO load de CandyLand 09.07 17:55:13 [Server] INFO 1SIZE 09.07 17:55:13 [Server] INFO Found arena : CandyLand 09.07 17:55:13 [Server] INFO Enabling Quake v0.0.2 09.07 17:55:13 [Server] INFO Enabling EssentialsChat vPre2.11.1.2 09.07 17:55:13 [Server] INFO Vault loaded - using Essentials Economy 09.07 17:55:13 [Server] INFO Lockette version 1.7.11 loaded. 09.07 17:55:13 [Server] INFO Enabling ChestShop v3.5 09.07 17:55:13 [Server] INFO Hooked HealthBar plugin! 09.07 17:55:13 [Server] INFO Enabling ColoredTags v1.0.1 09.07 17:55:13 [Server] INFO v2.0.26 Enabled! 09.07 17:55:12 [Server] INFO Successfully established connection to H2 database 09.07 17:55:12 [Server] INFO -------------------- 09.07 17:55:12 [Server] INFO Unlimited MC Hosting: www.hosthorde.com 09.07 17:55:12 [Server] INFO -------------------- 09.07 17:55:12 [Server] INFO Download: Type "/co version" in-game. 09.07 17:55:12 [Server] INFO Version 2.08 now available. 09.07 17:55:12 [Server] INFO -------------------- 09.07 17:55:12 [Server] INFO Attached to GroupManager 09.07 17:55:12 [Server] INFO Initializing gm backend 09.07 17:55:12 [Server] INFO Config node permissions.backend changed to 'gm' 09.07 17:55:12 [Server] INFO Initializing bukkit backend 09.07 17:55:12 [Server] WARNING This plugin is not ready yet. 09.07 17:55:12 [Server] INFO Attempting to use supported permissions plugin 'GroupManager' 09.07 17:55:12 [Server] INFO PermissionAlias backend: 'bukkit' registered! 09.07 17:55:12 [Server] INFO PermissionAlias backend: 'gm' registered! 09.07 17:55:12 [Server] INFO PermissionAlias backend: 'pex' registered! 09.07 17:55:11 [Server] INFO Enabling xAuth v2.0.26 09.07 17:55:11 [Server] INFO MC 1.3 or above found, enabling version 2 XP handling. 09.07 17:55:11 [Server] INFO Votifier plugin found, enabling Votifier support. 09.07 17:55:11 [Server] INFO Enabling Enjin Minecraft Plugin v2.4.5 09.07 17:55:11 [Server] INFO has been enabled. 09.07 17:55:11 [Server] INFO Enabling floAuction v2.9.0 09.07 17:55:11 [Server] INFO Essentials: Using GroupManager based permissions. 09.07 17:55:11 [Server] INFO [Vault][Economy] Essentials Economy hooked. 09.07 17:55:11 [Server] INFO 1.6.1-R0.1-SNAPSHOT 09.07 17:55:11 [Server] INFO git-Spigot-981 (MC: 1.6.1) 09.07 17:55:11 [Server] INFO Bukkit version format changed. Version not checked. 09.07 17:55:11 [Server] INFO Enabling Essentials vPre2.11.1.2 09.07 17:55:11 [Server] INFO has been enabled! 09.07 17:55:11 [Server] INFO Checking 3 worlds! 09.07 17:55:11 [Server] INFO Configuring worlds! 09.07 17:55:11 [Server] INFO WGCustomFlags has not been found. Custom flags cannot be used! 09.07 17:55:11 [Server] INFO Group: RanduinGroup 09.07 17:55:11 [Server] INFO Group: HyperionGroup 09.07 17:55:11 [Server] INFO Group: EndymiobGroup 09.07 17:55:11 [Server] INFO Group: LuminaryGroup 09.07 17:55:11 [Server] INFO Group: EmeraldVassalGroup 09.07 17:55:11 [Server] INFO Group: DiamondHeroGroup 09.07 17:55:11 [Server] INFO Group: GoldVoyagerGroup 09.07 17:55:11 [Server] INFO Group: IronHeadGroup 09.07 17:55:11 [Server] INFO Group: DefaultGroup 09.07 17:55:11 [Server] INFO 9 groups found! 09.07 17:55:11 [Server] INFO Enabling Inventory Drop Chance v1.3 09.07 17:55:11 [Server] INFO Enabling DeathMessages v2.5.2 09.07 17:55:11 [Server] INFO ScheduledAnnouncer2 v2.5.2 - For 1.4 is enabled! 09.07 17:55:11 [Server] INFO Enabling ScheduledAnnouncer2 v2.5.2 - For 1.4 09.07 17:55:11 [Server] INFO Clearlag has been enabled! 09.07 17:55:11 [Server] INFO No update for ClearLag found! 09.07 17:55:10 [Server] INFO Checking for a new update... 09.07 17:55:10 [Server] INFO Enabling ClearLag v2.4.1 09.07 17:55:10 [Server] INFO Enabling DailyBonus v3.6 09.07 17:55:10 [Server] INFO Ready to protect your containers. 09.07 17:55:10 [Server] INFO Using ops file for admin permissions. 09.07 17:55:10 [Server] INFO Enabled link to plugin GroupManager for Groups, version 2.0 (2.10.1) (Phoenix) 09.07 17:55:10 [Server] INFO Loading strings file for English by Acru 09.07 17:55:10 [Server] INFO Ignoring linked plugins: [mcMMO] 09.07 17:55:10 [Server] INFO Custom lockable block list: [116, 84, 57, 145] 09.07 17:55:10 [Server] WARNING Craftbukkit build unrecognized, please be sure you have build [2668] or greater. 09.07 17:55:10 [Server] INFO Version 1.7.11 is being enabled! Yay! (Core version 1.3.7) 09.07 17:55:10 [Server] INFO Enabling Lockette v1.7.11 09.07 17:55:10 [Server] INFO PluginMetrics enabled! 09.07 17:55:10 [Server] INFO v.1.5.4 enabled! 09.07 17:55:10 [Server] INFO Using GroupManager 09.07 17:55:10 [Server] INFO Enabling MasterPromote v1.5.4 09.07 17:55:10 [Server] INFO Using SQLite for data storage. 09.07 17:55:10 [Server] INFO CoreProtect version 2.07 is enabled! 09.07 17:55:10 [Server] INFO Enabling CoreProtect v2.07 09.07 17:55:10 [Server] INFO Hooked with Essentials Economy using Vault 09.07 17:55:10 [Server] SEVERE Marriage kissing will be disabled! 09.07 17:55:10 [Server] SEVERE Marriage is not compatible with the version of minecraft you are using! 09.07 17:55:10 [Server] INFO Enabling Marriage v1.11 09.07 17:55:10 [Server] INFO Loaded statistics for 0 types. 09.07 17:55:10 [Server] INFO Loaded 0 slot machines. 09.07 17:55:10 [Server] INFO Loaded 2 types. 09.07 17:55:10 [Server] INFO Enabling CasinoSlots v2.5.5-b156 09.07 17:55:10 [Server] INFO at net.minecraft.server.v1_6_R1.ThreadServerApplication.run(SourceFile:582) 09.07 17:55:10 [Server] INFO at net.minecraft.server.v1_6_R1.MinecraftServer.run(MinecraftServer.java:398) 09.07 17:55:10 [Server] INFO at net.minecraft.server.v1_6_R1.DedicatedServer.init(DedicatedServer.java:160) 09.07 17:55:10 [Server] INFO at net.minecraft.server.v1_6_R1.MinecraftServer.a(MinecraftServer.java:258) 09.07 17:55:10 [Server] INFO at net.minecraft.server.v1_6_R1.MinecraftServer.f(MinecraftServer.java:297) 09.07 17:55:10 [Server] INFO at net.minecraft.server.v1_6_R1.MinecraftServer.l(MinecraftServer.java:320) 09.07 17:55:10 [Server] INFO at org.bukkit.craftbukkit.v1_6_R1.CraftServer.enablePlugins(CraftServer.java:266) 09.07 17:55:10 [Server] INFO at org.bukkit.craftbukkit.v1_6_R1.CraftServer.loadPlugin(CraftServer.java:284) 09.07 17:55:10 [Server] INFO at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:382) 09.07 17:55:10 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:457) 09.07 17:55:10 [Server] INFO at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:217) 09.07 17:55:10 [Server] INFO at com.sk89q.worldguard.bukkit.WorldGuardPlugin.onEnable(WorldGuardPlugin.java:148) 09.07 17:55:10 [Server] INFO at com.sk89q.worldguard.bukkit.ConfigurationManager.load(ConfigurationManager.java:172) 09.07 17:55:10 [Server] INFO at com.sk89q.worldguard.bukkit.ConfigurationManager.get(ConfigurationManager.java:202) 09.07 17:55:10 [Server] INFO at com.sk89q.worldguard.bukkit.WorldConfiguration.(WorldConfiguration.java:192) 09.07 17:55:10 [Server] INFO at com.sk89q.worldguard.bukkit.WorldConfiguration.loadConfiguration(WorldConfiguration.java:296) 09.07 17:55:10 [Server] INFO at com.sk89q.util.yaml.YAMLProcessor.load(YAMLProcessor.java:112) 09.07 17:55:10 [Server] INFO at org.yaml.snakeyaml.Yaml.load(Yaml.java:423) 09.07 17:55:10 [Server] INFO at org.yaml.snakeyaml.reader.StreamReader.(StreamReader.java:63) 09.07 17:55:10 [Server] INFO at org.yaml.snakeyaml.reader.StreamReader.update(StreamReader.java:191) 09.07 17:55:10 [Server] INFO at org.yaml.snakeyaml.reader.StreamReader.checkPrintable(StreamReader.java:98) 09.07 17:55:10 [Server] INFO in "", position 0 09.07 17:55:10 [Server] INFO unacceptable character '

psycowithespn commented 11 years ago

Error: Scoreboard objective names should not include the map name, longer than 16 characters can occur.

Sprule commented 11 years ago

Map names longer than 14 characters make this error happen so I just made a shorter name for my map and it worked! Thanks PSY for the help! Now I can finish what I'm doing xD JAJAJAJAJAJAJA TY