No worries. The boundary is actually set between - 200,0,-200 and 200,0,200. I may make this editable in the config at some point.
error is not compatible 1.7.10? Code (Text): [10:05:44] [Server thread/ERROR]: Error occurred while enabling SkyWarsReloaded v0.11 (Is it up to date?) java.lang.NoSuchFieldError: SLIME_BLOCK at net.milkbowl.vault.item.Items.<clinit>(Items.java:667) ~[?:?] at com.walrusone.skywars.game.GameKit.<init>(GameKit.java:67) ~[?:?] at com.walrusone.skywars.controllers.KitController.load(KitController.java:62) ~[?:?] at com.walrusone.skywars.controllers.KitController.<init>(KitController.java:31) ~[?:?] at com.walrusone.skywars.SkyWarsReloaded.onEnable(SkyWarsReloaded.java:119) ~[?:?] at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:316) ~[spigot-1.7.10-R0.1-SNAPSHOT.jar:git-Spigot-1618] at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:332) [spigot-1.7.10-R0.1-SNAPSHOT.jar:git-Spigot-1618] at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [spigot-1.7.10-R0.1-SNAPSHOT.jar:git-Spigot-1618] at org.bukkit.craftbukkit.v1_7_R4.CraftServer.loadPlugin(CraftServer.java:476) [spigot-1.7.10-R0.1-SNAPSHOT.jar:git-Spigot-1618] at org.bukkit.craftbukkit.v1_7_R4.CraftServer.enablePlugins(CraftServer.java:394) [spigot-1.7.10-R0.1-SNAPSHOT.jar:git-Spigot-1618] at net.minecraft.server.v1_7_R4.MinecraftServer.n(MinecraftServer.java:360) [spigot-1.7.10-R0.1-SNAPSHOT.jar:git-Spigot-1618] at net.minecraft.server.v1_7_R4.MinecraftServer.g(MinecraftServer.java:334) [spigot-1.7.10-R0.1-SNAPSHOT.jar:git-Spigot-1618] at net.minecraft.server.v1_7_R4.MinecraftServer.a(MinecraftServer.java:290) [spigot-1.7.10-R0.1-SNAPSHOT.jar:git-Spigot-1618] at net.minecraft.server.v1_7_R4.DedicatedServer.init(DedicatedServer.java:210) [spigot-1.7.10-R0.1-SNAPSHOT.jar:git-Spigot-1618] at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:458) [spigot-1.7.10-R0.1-SNAPSHOT.jar:git-Spigot-1618] at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [spigot-1.7.10-R0.1-SNAPSHOT.jar:git-Spigot-1618]
What do you mean? It should already work if you have ip_forward: true on the bungee server and bungee: true on the skywars server
Ok, I'll look into that. I don't have much experience with bungee, so give me a little time... Hopefully by the next update I'll get it added.
[09:45:13] [Server thread/INFO]: franxyk_12 issued server command: /swr join [09:45:13] [Server thread/INFO]: [WorldGuard] 0 regions loaded for 'lobby_1' [09:45:13] [Server thread/ERROR]: null org.bukkit.command.CommandException: Unhandled exception executing command 'swr' in plugin SkyWarsReloaded v0.11 at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) ~[skywar.jar:git-Spigot-1.7.9-R0.2-207-g03373bb] at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:181) ~[skywar.jar:git-Spigot-1.7.9-R0.2-207-g03373bb] at org.bukkit.craftbukkit.v1_7_R4.CraftServer.dispatchCommand(CraftServer.java:767) ~[skywar.jar:git-Spigot-1.7.9-R0.2-207-g03373bb] at net.minecraft.server.v1_7_R4.PlayerConnection.handleCommand(PlayerConnection.java:1043) [skywar.jar:git-Spigot-1.7.9-R0.2-207-g03373bb] at net.minecraft.server.v1_7_R4.PlayerConnection.a(PlayerConnection.java:880) [skywar.jar:git-Spigot-1.7.9-R0.2-207-g03373bb] at net.minecraft.server.v1_7_R4.PacketPlayInChat.a(PacketPlayInChat.java:28) [skywar.jar:git-Spigot-1.7.9-R0.2-207-g03373bb] at net.minecraft.server.v1_7_R4.PacketPlayInChat.handle(PacketPlayInChat.java:65) [skywar.jar:git-Spigot-1.7.9-R0.2-207-g03373bb] at net.minecraft.server.v1_7_R4.NetworkManager.a(NetworkManager.java:186) [skywar.jar:git-Spigot-1.7.9-R0.2-207-g03373bb] at net.minecraft.server.v1_7_R4.ServerConnection.c(ServerConnection.java:81) [skywar.jar:git-Spigot-1.7.9-R0.2-207-g03373bb] at net.minecraft.server.v1_7_R4.MinecraftServer.v(MinecraftServer.java:734) [skywar.jar:git-Spigot-1.7.9-R0.2-207-g03373bb] at net.minecraft.server.v1_7_R4.DedicatedServer.v(DedicatedServer.java:289) [skywar.jar:git-Spigot-1.7.9-R0.2-207-g03373bb] at net.minecraft.server.v1_7_R4.MinecraftServer.u(MinecraftServer.java:584) [skywar.jar:git-Spigot-1.7.9-R0.2-207-g03373bb] at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:490) [skywar.jar:git-Spigot-1.7.9-R0.2-207-g03373bb] at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [skywar.jar:git-Spigot-1.7.9-R0.2-207-g03373bb] Caused by: java.lang.NoSuchMethodError: net.milkbowl.vault.economy.Economy.getBalance(Lorg/bukkit/OfflinePlayerD at com.walrusone.skywars.controllers.KitController.openKitMenu(KitController.java:155) ~[?:?] at com.walrusone.skywars.game.Game.addPlayer(Game.java:121) ~[?:?] at com.walrusone.skywars.commands.JoinGameCommand.onCommand(JoinGameCommand.java:35) ~[?:?] at com.walrusone.skywars.commands.MainCommand.onCommand(MainCommand.java:47) ~[?:?] at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ~[skywar.jar:git-Spigot-1.7.9-R0.2-207-g03373bb] ... 13 more
Amazing plugin i have two questions : how active the spectator mode when I die my user returns to spawn? .... And a suggestion would be excellent to bring a message.yml
Spectate mode can be enabled in the config. It requires SpectatorPlus to work. Some messages can be edited within the main config for now.
I thought about this, but they would just auto join a lobby. I figured it be more exciting to just run around spawn. Maybe I'll make it an option in my next update.