Giter Site home page Giter Site logo

skywarsreloaded's People

Contributors

cullanp avatar sgdc3 avatar spoopydev avatar walrusone avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

skywarsreloaded's Issues

Download

Where is the download for this found? Or should we be compiling it ourselves by downloading the source code?

Spectators can hit players under certain conditions

https://github.com/walrusone/SkyWarsReloaded/blob/master/SkyWarsReloadedPlugin/src/main/java/com/walrusone/skywars/listeners/SpectatorListener.java#L164
https://github.com/walrusone/SkyWarsReloaded/blob/master/SkyWarsReloadedPlugin/src/main/java/com/walrusone/skywars/listeners/SpectatorListener.java#L243
Issue Description:
When players leave the arena (by right clicking the leave-item), they will leave and get teleported to the spawn, which it's intended, but if they get hit by an arrow and they leave, when the 5 ticks of the scheduler passes, they'll get teleported back to the place they were with the ability to hit other players.
Fix:

                    GamePlayer spec = SkyWarsReloaded.getPC().getPlayer(spectatorInvolved.getUniqueId());

                    // Fix for possible NPE
                    if(spec == null) {
                        return; //continue if the code is on the potion loop
                    }

                    // Don't teleport the player back if they aren't spectating
                    if(!spec.isSpectating()) {
                        return; //continue if the code is on the potion loop
                    }

                    spectatorInvolved.teleport(new Location(initialSpectatorLocation.getWorld(), initialSpectatorLocation.getX(), initialSpectatorLocation.getY(), initialSpectatorLocation.getZ(), spectatorInvolved.getLocation().getYaw(), spectatorInvolved.getLocation().getPitch()), TeleportCause.PLUGIN);
                    spectatorInvolved.setAllowFlight(true);
                    spectatorInvolved.setFlying(wasFlying);

Add waiting lobby please!

Hi,
the plugin is very good, the best of free plugins but it lacks the waiting lobby!
In the new recode can you add a waiting lobby function?
Thanks
Mineteam

Plugin Area Detection Problem (Ussing last version)

I have a big problem. SkyWarsReloaded is on the LAST version and does not load properly my arena, the arena is: [I SEND YOU THE ARENA BY PM ON SPIGOTMC] and the problem it that: the plugin does not detect the beacon and don't create the spawnpoint, and, the chest are not refilled. It is like the plugin does not record the fullmap and don't detect the islands to the full area...

Error occurred while disabling SkyWarsReloaded v2.8 (Is it up to date?)

[23:01:45 ERROR]: Error occurred while disabling SkyWarsReloaded v2.8 (Is it up to date?)
java.lang.NullPointerException
        at com.walrusone.skywars.dataStorage.DataStorage.savePlayerSync(DataStorage.java:128) ~[?:?]
        at com.walrusone.skywars.controllers.PlayerController.shutdown(PlayerController.java:91) ~[?:?]
        at com.walrusone.skywars.SkyWarsReloaded.onDisable(SkyWarsReloaded.java:282) ~[?:?]
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:323) ~[spigot-skywars.jar:git-Spigot-fdc1440-53fac9f]
        at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:364) [spigot-skywars.jar:git-Spigot-fdc1440-53fac9f]
        at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:424) [spigot-skywars.jar:git-Spigot-fdc1440-53fac9f]
        at org.bukkit.plugin.SimplePluginManager.disablePlugins(SimplePluginManager.java:417) [spigot-skywars.jar:git-Spigot-fdc1440-53fac9f]
        at org.bukkit.craftbukkit.v1_8_R3.CraftServer.disablePlugins(CraftServer.java:336) [spigot-skywars.jar:git-Spigot-fdc1440-53fac9f]
        at net.minecraft.server.v1_8_R3.MinecraftServer.stop(MinecraftServer.java:460) [spigot-skywars.jar:git-Spigot-fdc1440-53fac9f]
        at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:592) [spigot-skywars.jar:git-Spigot-fdc1440-53fac9f]
        at java.lang.Thread.run(Thread.java:745) [?:1.8.0_45]

Cannot Set Price on Kit

There are no errors to show on this, but I set a permcost in the kits configuration but it doesn't put a price in game, it just says free. This issue could make me stop using the plugin. Also the rank that I'm testing on does not have the awe.kit.free.kit permission.

Error occurred while disabling SkyWarsReloaded v2.8 (Is it up to date?) java.lang.NullPointerException

[23:30:27 ERROR]: Error occurred while disabling SkyWarsReloaded v2.8 (Is it up to date?)
java.lang.NullPointerException
        at com.walrusone.skywars.dataStorage.DataStorage.savePlayerSync(DataStorage.java:128) ~[?:?]
        at com.walrusone.skywars.controllers.PlayerController.shutdown(PlayerController.java:91) ~[?:?]
        at com.walrusone.skywars.SkyWarsReloaded.onDisable(SkyWarsReloaded.java:282) ~[?:?]
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:323) ~[spigot-skywars.jar:git-PaperSpigot-25a137f-53fac9f]
        at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:364) [spigot-skywars.jar:git-PaperSpigot-25a137f-53fac9f]
        at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:424) [spigot-skywars.jar:git-PaperSpigot-25a137f-53fac9f]
        at org.bukkit.plugin.SimplePluginManager.disablePlugins(SimplePluginManager.java:417) [spigot-skywars.jar:git-PaperSpigot-25a137f-53fac9f]
        at org.bukkit.craftbukkit.v1_8_R3.CraftServer.disablePlugins(CraftServer.java:336) [spigot-skywars.jar:git-PaperSpigot-25a137f-53fac9f]
        at net.minecraft.server.v1_8_R3.MinecraftServer.stop(MinecraftServer.java:454) [spigot-skywars.jar:git-PaperSpigot-25a137f-53fac9f]
        at org.spigotmc.RestartCommand.restart(RestartCommand.java:81) [spigot-skywars.jar:git-PaperSpigot-25a137f-53fac9f]
        at org.spigotmc.RestartCommand.restart(RestartCommand.java:40) [spigot-skywars.jar:git-PaperSpigot-25a137f-53fac9f]
        at org.spigotmc.RestartCommand$1.run(RestartCommand.java:31) [spigot-skywars.jar:git-PaperSpigot-25a137f-53fac9f]
        at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:785) [spigot-skywars.jar:git-PaperSpigot-25a137f-53fac9f]
        at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:378) [spigot-skywars.jar:git-PaperSpigot-25a137f-53fac9f]
        at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:710) [spigot-skywars.jar:git-PaperSpigot-25a137f-53fac9f]
        at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:613) [spigot-skywars.jar:git-PaperSpigot-25a137f-53fac9f]
        at java.lang.Thread.run(Thread.java:745) [?:1.8.0_60]

right before restart, I did send all players off that server before doing /restart tho... so idk why this popped out :0

Bug report 3.4.2

Latest paper 1.12.2

  1. Click on spectator menu item
    https://pastebin.com/qpCLSPp8

  2. Error in code placeholders: {swr_kills} and {swr_losses}

  3. {prefix} not displayed in chat section (messages.yml}

  4. Add lighting if cage is a solid block (diamond block etc)

  5. TPS drop https://timings.aikar.co/?id=eac36d95ff5d405a8f288955bbf3ab47#timings

  6. Lag spike
    http://dl3.joxi.net/drive/2018/03/25/0002/2579/178707/07/4c06c511a5.png
    http://dl3.joxi.net/drive/2018/03/25/0002/2579/178707/07/56c3709b2f.png
    http://dl3.joxi.net/drive/2018/03/25/0002/2579/178707/07/10a6125691.png

  7. Where is access to kits through shop/level or how will default players get access to kits?

  8. If server restart when the arena is running, sign is bugged and no longer works (sometimes randomly stop working).

  9. Where translate {score} "(+7 Elo)" word?
    http://dl3.joxi.net/drive/2018/03/26/0002/2579/178707/07/cca9335dc0.png

  10. What is a scavenger chest? I did not find an application for it in the source code of the plugin, but it is in the voting menu.

  11. {playercount} in waitstart messages not displayed

  12. https://pastebin.com/uw7UAVuR

  13. https://pastebin.com/U8rNHvet

  14. https://pastebin.com/mnUKnUDe

  15. https://pastebin.com/xUYCqftd

  16. https://pastebin.com/jCX6FT3F

  17. Is it possible to simplify the structure of the chests and KITs, as was done in old swr? I, like many, do everything through files, and not in the game and now it is very difficult and dreary.

  18. Add the built-in game rules switch, I create an arena and there is an annotation of getting achievements under the standard and I have to edit the dat file of each arena to turn off the display of achievements in chat. (gamerule announceAchivements false)

  19. Add to scoreboard -> playboard the number of players, how many players are alive, how many players are left.

  20. Why is random join not the way it should be? I have 20+ maps, and players often fall almost on the same map.

  21. The sign does not show maximum in game, but maximum in team (0/3)
    http://dl3.joxi.net/drive/2018/04/14/0002/2579/178707/07/6be86794f2.png

Skywars Start Error

if i go into a skywars map and then write the command: /swr start to start the map
it gives me an error:
an internal error occurred while attempting to perform this command.
i tried alot but nothing works..

AsyncPlayerChatEvent Error

Error on startup of default plugin with everything default, when player (admin/builder) joins:

[07:52:48] [Async Chat Thread - #0/ERROR]: Could not pass event AsyncPlayerChatEvent to Skywars v3.4.2-Snapshot org.bukkit.event.EventException: null at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[custom-Spigot-1.12.2.jar:git-custom-"4dbd5bf"] at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[custom-Spigot-1.12.2.jar:git-custom-"4dbd5bf"] at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:500) [custom-Spigot-1.12.2.jar:git-custom-"4dbd5bf"] at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:482) [custom-Spigot-1.12.2.jar:git-custom-"4dbd5bf"] at net.minecraft.server.v1_12_R1.PlayerConnection.chat(PlayerConnection.java:1352) [custom-Spigot-1.12.2.jar:git-custom-"4dbd5bf"] at net.minecraft.server.v1_12_R1.PlayerConnection.a(PlayerConnection.java:1267) [custom-Spigot-1.12.2.jar:git-custom-"4dbd5bf"] at net.minecraft.server.v1_12_R1.PacketPlayInChat$1.run(PacketPlayInChat.java:39) [custom-Spigot-1.12.2.jar:git-custom-"4dbd5bf"] at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_161] at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_161] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_161] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_161] at java.lang.Thread.run(Thread.java:748) [?:1.8.0_161] Caused by: java.lang.NullPointerException at com.walrusone.skywarsreloaded.listeners.ChatListener.onChat(ChatListener.java:184) ~[?:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_161] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_161] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_161] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_161] at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[custom-Spigot-1.12.2.jar:git-custom-"4dbd5bf"] ... 11 more

Jenkins for dev build

Hi, do you have a Jenkins page where we can try the snapshots of the plugin or will you create it later? I'm waiting for your answer, Regards

com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Column 'glasscolor' cannot be null

[00:12:56] [Craft Scheduler Thread - 1089/WARN]: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Column 'glasscolor' cannot be null
[00:12:56] [Craft Scheduler Thread - 1089/WARN]:    at sun.reflect.GeneratedConstructorAccessor91.newInstance(Unknown Source)
[00:12:56] [Craft Scheduler Thread - 1089/WARN]:    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
[00:12:56] [Craft Scheduler Thread - 1089/WARN]:    at java.lang.reflect.Constructor.newInstance(Constructor.java:422)
[00:12:56] [Craft Scheduler Thread - 1089/WARN]:    at com.mysql.jdbc.Util.handleNewInstance(Util.java:407)
[00:12:56] [Craft Scheduler Thread - 1089/WARN]:    at com.mysql.jdbc.Util.getInstance(Util.java:382)
[00:12:56] [Craft Scheduler Thread - 1089/WARN]:    at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1039)
[00:12:56] [Craft Scheduler Thread - 1089/WARN]:    at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3593)
[00:12:56] [Craft Scheduler Thread - 1089/WARN]:    at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3525)
[00:12:56] [Craft Scheduler Thread - 1089/WARN]:    at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1986)
[00:12:56] [Craft Scheduler Thread - 1089/WARN]:    at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2140)
[00:12:56] [Craft Scheduler Thread - 1089/WARN]:    at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2626)
[00:12:56] [Craft Scheduler Thread - 1089/WARN]:    at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:2111)
[00:12:56] [Craft Scheduler Thread - 1089/WARN]:    at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:2407)
[00:12:56] [Craft Scheduler Thread - 1089/WARN]:    at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:2325)
[00:12:56] [Craft Scheduler Thread - 1089/WARN]:    at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:2310)
[00:12:56] [Craft Scheduler Thread - 1089/WARN]:    at com.walrusone.skywars.dataStorage.DataStorage$1.run(DataStorage.java:268)
[00:12:56] [Craft Scheduler Thread - 1089/WARN]:    at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71)
[00:12:56] [Craft Scheduler Thread - 1089/WARN]:    at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
[00:12:56] [Craft Scheduler Thread - 1089/WARN]:    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
[00:12:56] [Craft Scheduler Thread - 1089/WARN]:    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
[00:12:56] [Craft Scheduler Thread - 1089/WARN]:    at java.lang.Thread.run(Thread.java:745)

Enhancement: Join Signs

Hey,

I realize the author is no longer supporting this plugin, but I thought maybe someone else would be able to make a pull request for this (I'm not very good at programming), and hopefully it be approved. I think it would be cool to see the join signs have a completely custom layouts, so the game status didn't have to be at the 3rd line, etc.

Thanks (Sorry if this isn't able to be done)

Problem with map. / Paper Spigot 1.12, Java 8.

Hey,

I created the world AngryBirds, then I have put my map. Then I tried to do /sw register AngryBirds but it doesn't work. No error, but
[18:13:37] [Server thread/WARN]: [Multiverse-Core] Hmm Multiverse does not know about this world but it's loaded in memory.
[18:13:37] [Server thread/WARN]: [Multiverse-Core] To let Multiverse know about it, use:
[18:13:37] [Server thread/WARN]: [Multiverse-Core] /mv import angrybirds NORMAL

When I try /mv import angrybirds, it doesn't work.

Maven repository

Could you provide a maven repository with your API version included?

High CPU usage on more then 100 players.

Hi, we run 3 servers with 160 slots, we started to use your plugin about 1 week ago, we used another plugin with no issues with server full at 160 players, but we noticed on your plugin that the cpu usage is about 3 time higher, but not always, for example at about 120 players online sometimes the server goes terrible high on cpu usage, using like 3 time more then normal, also we can spot some errors popping out:

We run spigot 1.8.7 and plugin version 2.7.5

[23:32:47] [Server thread/WARN]: [SkyWarsReloaded] Task #91608 for SkyWarsReloaded v2.7.5 generated an exception
java.lang.NullPointerException
at com.walrusone.skywars.game.Game$5.run(Game.java:796) ~[?:?]
at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71) ~[spigot-1.8.7.jar:git-Spigot-3ccbe77-a6a57a9]
at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350) [spigot-1.8.7.jar:git-Spigot-3ccbe77-a6a57a9]
at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:726) [spigot-1.8.7.jar:git-Spigot-3ccbe77-a6a57a9]
at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:367) [spigot-1.8.7.jar:git-Spigot-3ccbe77-a6a57a9]
at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:657) [spigot-1.8.7.jar:git-Spigot-3ccbe77-a6a57a9]
at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:560) [spigot-1.8.7.jar:git-Spigot-3ccbe77-a6a57a9]
at java.lang.Thread.run(Thread.java:745) [?:1.7.0_75]
\

[23:15:19] [Server thread/WARN]: [SkyWarsReloaded] Task #75988 for SkyWarsReloaded v2.7.5 generated an exception
java.lang.NullPointerException
at com.walrusone.skywars.utilities.IconMenu.setOption(IconMenu.java:30) ~[?:?]
at com.walrusone.skywars.listeners.IconMenuController.setOption(IconMenuController.java:51) ~[?:?]
at com.walrusone.skywars.menus.JoinMenu.updateJoinMenu(JoinMenu.java:167) ~[?:?]
at com.walrusone.skywars.menus.JoinMenu$3.run(JoinMenu.java:185) ~[?:?]
at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71) ~[spigot-1.8.7.jar:git-Spigot-3ccbe77-a6a57a9]
at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350) [spigot-1.8.7.jar:git-Spigot-3ccbe77-a6a57a9]
at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:726) [spigot-1.8.7.jar:git-Spigot-3ccbe77-a6a57a9]
at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:367) [spigot-1.8.7.jar:git-Spigot-3ccbe77-a6a57a9]
at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:657) [spigot-1.8.7.jar:git-Spigot-3ccbe77-a6a57a9]
at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:560) [spigot-1.8.7.jar:git-Spigot-3ccbe77-a6a57a9]
at java.lang.Thread.run(Thread.java:745) [?:1.7.0_75]
\

[23:07:45] [Server thread/WARN]: [SkyWarsReloaded] Task #69726 for SkyWarsReloaded v2.7.5 generated an exception
java.lang.NullPointerException
at com.walrusone.skywars.listeners.LobbyListener.removePlayerItems(LobbyListener.java:169) ~[?:?]
at com.walrusone.skywars.listeners.LobbyListener$2.run(LobbyListener.java:145) ~[?:?]
at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71) ~[spigot-1.8.7.jar:git-Spigot-3ccbe77-a6a57a9]
at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350) [spigot-1.8.7.jar:git-Spigot-3ccbe77-a6a57a9]
at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:726) [spigot-1.8.7.jar:git-Spigot-3ccbe77-a6a57a9]
at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:367) [spigot-1.8.7.jar:git-Spigot-3ccbe77-a6a57a9]
at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:657) [spigot-1.8.7.jar:git-Spigot-3ccbe77-a6a57a9]
at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:560) [spigot-1.8.7.jar:git-Spigot-3ccbe77-a6a57a9]
at java.lang.Thread.run(Thread.java:745) [?:1.7.0_75]

Option menu disabling

When options menu is set to false the ender eye does not disappear

config:
enabledMenus:
...
options: false
optionsSlot: 8

Unability to clone this repository without running through Maven errors

Hello. I must admit I've really liked this plugin and was looking to adding my own touches to it, so I thought cloning is the way. Except that, I can't clone without running into Maven errors. I can tell that you have the NMS libraries on your local machine, so I would really appreciate if you can enlighten me and explain how would I go with modifying the code freely. Thanks.

Regards

SkyWarsReloaded v2.8 generated an exception

[10:07:56 WARN]: [SkyWarsReloaded] Task #19124 for SkyWarsReloaded v2.8 generated an exception
java.lang.NullPointerException
        at com.walrusone.skywars.utilities.IconMenu.setOption(IconMenu.java:30) ~[?:?]
        at com.walrusone.skywars.listeners.IconMenuController.setOption(IconMenuController.java:51) ~[?:?]
        at com.walrusone.skywars.menus.JoinMenu.updateJoinMenu(JoinMenu.java:167) ~[?:?]
        at com.walrusone.skywars.menus.JoinMenu$3.run(JoinMenu.java:185) ~[?:?]
        at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71) ~[spigot-skywars.jar:git-Spigot-fdc1440-53fac9f]
        at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350) [spigot-skywars.jar:git-Spigot-fdc1440-53fac9f]
        at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:722) [spigot-skywars.jar:git-Spigot-fdc1440-53fac9f]
        at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [spigot-skywars.jar:git-Spigot-fdc1440-53fac9f]
        at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:653) [spigot-skywars.jar:git-Spigot-fdc1440-53fac9f]
        at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:556) [spigot-skywars.jar:git-Spigot-fdc1440-53fac9f]
        at java.lang.Thread.run(Thread.java:745) [?:1.8.0_45]

Those are kits menus?

Since we had kits removed cause some of our players reported they can be somehow hacked? I'm still looking for someone to explain how lol...

Typos

I think I discovered a few possible typos on the main spigotmc page:

/sw register [mapname] should be /swm register [mapname]
/sw refreshmaps should be /swm refresh

Under the arenas manager: "Freindly" shouldn't be "Friendly"?​

Map load errors

I have never seen such an amazing plugin before in terms of minigames. It's really well set up in terms of teleporting players to lobby, giving them items in their inventory for mini-game interaction, etc.

I must, however, say that I've run into a critical bug. I created a map and pasted a schematic in (at 0, 70, 0). Added all the spawn points, registered it and then got teleported to the lobby. Perfect! Problem is, upon joining the map, most of it is missing.

I made some changes to the spawns, rejoined the map, and the whole damn map was gone. What is going on?

Nice Job!!

It´s amazing ty my friend ;) but what is your program for compiling Postdata: i use netbeans.

java.lang.NullPointerException - LobbyListener

[00:12:56] [Server thread/WARN]: [SkyWarsReloaded] Task #389273 for SkyWarsReloaded v2.7.5 generated an exception
java.lang.NullPointerException
    at com.walrusone.skywars.listeners.LobbyListener.removePlayerItems(LobbyListener.java:169) ~[?:?]
    at com.walrusone.skywars.listeners.LobbyListener$2.run(LobbyListener.java:145) ~[?:?]
    at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71) ~[spigot-skywars.jar:git-Spigot-6d16e64-b105298]
    at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350) [spigot-skywars.jar:git-Spigot-6d16e64-b105298]
    at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:722) [spigot-skywars.jar:git-Spigot-6d16e64-b105298]
    at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [spigot-skywars.jar:git-Spigot-6d16e64-b105298]
    at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:653) [spigot-skywars.jar:git-Spigot-6d16e64-b105298]
    at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:556) [spigot-skywars.jar:git-Spigot-6d16e64-b105298]
    at java.lang.Thread.run(Thread.java:745) [?:1.8.0_45]

Spectators can fall players

The spectators can stay in front of a player that is making a bridge and the player falls.

There is a tp system with the plugin, but sometimes fails

[Suggestion] Round timeout?

Maximum round time limit for each round would be nice, something like 15 or 20 minutes, maybe with countdown (last 3 minutes).

Could not pass event PlayerQuitEvent to SkyWarsReloaded v2.8

[01:50:26 ERROR]: Could not pass event PlayerQuitEvent to SkyWarsReloaded v2.8
org.bukkit.event.EventException
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[spigot-skywars.jar:git-Spigot-d97e08b-5e85956]
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot-skywars.jar:git-Spigot-d97e08b-5e85956]
        at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot-skywars.jar:git-Spigot-d97e08b-5e85956]
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot-skywars.jar:git-Spigot-d97e08b-5e85956]
        at net.minecraft.server.v1_8_R3.PlayerList.disconnect(PlayerList.java:348) [spigot-skywars.jar:git-Spigot-d97e08b-5e85956]
        at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:871) [spigot-skywars.jar:git-Spigot-d97e08b-5e85956]
        at net.minecraft.server.v1_8_R3.NetworkManager.l(NetworkManager.java:314) [spigot-skywars.jar:git-Spigot-d97e08b-5e85956]
        at net.minecraft.server.v1_8_R3.ServerConnection.c(ServerConnection.java:145) [spigot-skywars.jar:git-Spigot-d97e08b-5e85956]
        at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:813) [spigot-skywars.jar:git-Spigot-d97e08b-5e85956]
        at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [spigot-skywars.jar:git-Spigot-d97e08b-5e85956]
        at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:653) [spigot-skywars.jar:git-Spigot-d97e08b-5e85956]
        at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:556) [spigot-skywars.jar:git-Spigot-d97e08b-5e85956]
        at java.lang.Thread.run(Thread.java:745) [?:1.8.0_45]
Caused by: java.lang.NullPointerException
        at com.walrusone.skywars.game.Game.playerQuit(Game.java:587) ~[?:?]
        at com.walrusone.skywars.game.Game.deletePlayer(Game.java:530) ~[?:?]
        at com.walrusone.skywars.listeners.PlayerListener.onPlayerQuit(PlayerListener.java:217) ~[?:?]
        at sun.reflect.GeneratedMethodAccessor309.invoke(Unknown Source) ~[?:?]
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_45]
        at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_45]
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot-skywars.jar:git-Spigot-d97e08b-5e85956]
        ... 12 more
[01:54:51 INFO]: This server is running CraftBukkit version git-Spigot-d97e08b-5e85956 (MC: 1.8.8) (Implementing API version 1.8.8-R0.1-SNAPSHOT)

controllers.MapController

can not start... i have the last build...

[07:34:40] [Server thread/INFO]: [SkyWarsReloaded] Enabling SkyWarsReloaded v0.9
[07:34:40] [Server thread/INFO]: [SkyWarsReloaded] Skywars Reloaded Enabled
[07:34:40] [Server thread/ERROR]: Error occurred while enabling SkyWarsReloaded v0.9 (Is it up to date?)
java.lang.NullPointerException
at com.walrusone.skywars.controllers.MapController.(MapController.java:28) ~[?:?]
at com.walrusone.skywars.SkyWarsReloaded.onEnable(SkyWarsReloaded.java:143) ~[?:?]
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) ~[spigot-1.8-R0.1-SNAPSHOT.jar:git-Spigot-35348a5-ee6d0fa]
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:335) [spigot-1.8-R0.1-SNAPSHOT.jar:git-Spigot-35348a5-ee6d0fa]
at us.Myles.PWP.TransparentListeners.PerWorldPluginLoader.enablePlugin(PerWorldPluginLoader.java:145) [PerWorldPlugins.jar:?]
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [spigot-1.8-R0.1-SNAPSHOT.jar:git-Spigot-35348a5-ee6d0fa]
at org.bukkit.craftbukkit.v1_8_R1.CraftServer.loadPlugin(CraftServer.java:356) [spigot-1.8-R0.1-SNAPSHOT.jar:git-Spigot-35348a5-ee6d0fa]
at org.bukkit.craftbukkit.v1_8_R1.CraftServer.enablePlugins(CraftServer.java:316) [spigot-1.8-R0.1-SNAPSHOT.jar:git-Spigot-35348a5-ee6d0fa]
at net.minecraft.server.v1_8_R1.MinecraftServer.q(MinecraftServer.java:402) [spigot-1.8-R0.1-SNAPSHOT.jar:git-Spigot-35348a5-ee6d0fa]
at net.minecraft.server.v1_8_R1.MinecraftServer.k(MinecraftServer.java:370) [spigot-1.8-R0.1-SNAPSHOT.jar:git-Spigot-35348a5-ee6d0fa]
at net.minecraft.server.v1_8_R1.MinecraftServer.a(MinecraftServer.java:325) [spigot-1.8-R0.1-SNAPSHOT.jar:git-Spigot-35348a5-ee6d0fa]
at net.minecraft.server.v1_8_R1.DedicatedServer.init(DedicatedServer.java:211) [spigot-1.8-R0.1-SNAPSHOT.jar:git-Spigot-35348a5-ee6d0fa]
at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:505) [spigot-1.8-R0.1-SNAPSHOT.jar:git-Spigot-35348a5-ee6d0fa]
at java.lang.Thread.run(Thread.java:745) [?:1.8.0_31]

permissions break and place only for skywar game

I've limited Members When they go into skywar game they can't break anything
What can I do?

my lobby has ban break and place
if unban break and place will can break and place in lobby
but ban break and place can't break and place in skywar
please help me thankyou

When player wins, they keep the things in their inventory

I don't really know if it's a plugin conflict or something, but in the console I'm not having any error.

When a player wins a map, if they rejoin that same map, they are having the same items that they had the last match.

Here is a list of my plugins:

  • iConomy
  • PermissionsEx
  • TuxTwoLib
  • MultiWorld
  • WorldEdit
  • MultiInv
  • Vault
  • SkyWarsReloaded
  • ProtocolLib
  • AuthMe
  • AutoIn

The signs bug

Hello, I have four rooms of skywars in my network, and some signs bug and they remain in game, with two players, and I have to return to put them to solve it...

It does not give any error in the console

Sorry for my english

Memory leak?


[22:34:12] [Spigot Watchdog Thread/ERROR]: The server has stopped responding!
[22:34:12] [Spigot Watchdog Thread/ERROR]: Please report this to http://www.spigotmc.org/
[22:34:12] [Spigot Watchdog Thread/ERROR]: Be sure to include ALL relevant console errors and Minecraft crash reports
[22:34:12] [Spigot Watchdog Thread/ERROR]: Spigot version: git-Spigot-f94fe8f-2642f9b (MC: 1.8.7)
[22:34:12] [Spigot Watchdog Thread/ERROR]: ------------------------------
[22:34:12] [Spigot Watchdog Thread/ERROR]: Server thread dump (Look for plugins here before reporting to Spigot!):
[22:34:16] [Spigot Watchdog Thread/ERROR]: ------------------------------
[22:34:16] [Spigot Watchdog Thread/ERROR]: Current Thread: Server thread
[22:34:16] [Spigot Watchdog Thread/ERROR]:  PID: 18 | Suspended: false | Native: false | State: RUNNABLE
[22:34:16] [Spigot Watchdog Thread/ERROR]:  Stack:
[22:34:23] [Spigot Watchdog Thread/ERROR]:      java.io.BufferedInputStream.<init>(BufferedInputStream.java:203)
[22:34:23] [Spigot Watchdog Thread/ERROR]:      java.io.BufferedInputStream.<init>(BufferedInputStream.java:183)
[22:34:23] [Spigot Watchdog Thread/ERROR]:      net.minecraft.server.v1_8_R3.RegionFile.a(RegionFile.java:166)
[22:34:23] [Spigot Watchdog Thread/ERROR]:      net.minecraft.server.v1_8_R3.RegionFileCache.c(RegionFileCache.java:59)
[22:34:23] [Spigot Watchdog Thread/ERROR]:      net.minecraft.server.v1_8_R3.ChunkRegionLoader.loadChunk(ChunkRegionLoader.java:63)
[22:34:23] [Spigot Watchdog Thread/ERROR]:      org.bukkit.craftbukkit.v1_8_R3.chunkio.ChunkIOProvider.callStage1(ChunkIOProvider.java:25)
[22:34:23] [Spigot Watchdog Thread/ERROR]:      org.bukkit.craftbukkit.v1_8_R3.chunkio.ChunkIOProvider.callStage1(ChunkIOProvider.java:1)
[22:34:23] [Spigot Watchdog Thread/ERROR]:      org.bukkit.craftbukkit.v1_8_R3.util.AsynchronousExecutor.skipQueue(AsynchronousExecutor.java:336)
[22:34:27] [Spigot Watchdog Thread/ERROR]:      org.bukkit.craftbukkit.v1_8_R3.util.AsynchronousExecutor.getSkipQueue(AsynchronousExecutor.java:295)
[22:34:27] [Spigot Watchdog Thread/ERROR]:      org.bukkit.craftbukkit.v1_8_R3.chunkio.ChunkIOExecutor.syncChunkLoad(ChunkIOExecutor.java:16)
[22:34:27] [Spigot Watchdog Thread/ERROR]:      net.minecraft.server.v1_8_R3.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:115)
[22:34:27] [Spigot Watchdog Thread/ERROR]:      net.minecraft.server.v1_8_R3.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:97)
[22:34:27] [Spigot Watchdog Thread/ERROR]:      org.bukkit.craftbukkit.v1_8_R3.CraftServer.createWorld(CraftServer.java:928)
[22:34:27] [Spigot Watchdog Thread/ERROR]:      org.bukkit.Bukkit.createWorld(Bukkit.java:463)
[22:34:27] [Spigot Watchdog Thread/ERROR]:      org.bukkit.WorldCreator.createWorld(WorldCreator.java:261)
[22:34:27] [Spigot Watchdog Thread/ERROR]:      com.walrusone.skywars.controllers.WorldController.loadWorld(WorldController.java:101)
[22:34:30] [Spigot Watchdog Thread/ERROR]:      com.walrusone.skywars.game.GameMap.loadMap(GameMap.java:95)
[22:34:30] [Spigot Watchdog Thread/ERROR]:      com.walrusone.skywars.game.Game.getGameMap(Game.java:107)
[22:34:30] [Spigot Watchdog Thread/ERROR]:      com.walrusone.skywars.game.Game.<init>(Game.java:94)
[22:34:30] [Spigot Watchdog Thread/ERROR]:      com.walrusone.skywars.controllers.GameController.createGame(GameController.java:162)
[22:34:30] [Spigot Watchdog Thread/ERROR]:      com.walrusone.skywars.controllers.GameController$2.run(GameController.java:265)
[22:34:30] [Spigot Watchdog Thread/ERROR]:      org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71)
[22:34:30] [Spigot Watchdog Thread/ERROR]:      org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350)
[22:34:30] [Spigot Watchdog Thread/ERROR]:      net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:722)
[22:34:34] [Spigot Watchdog Thread/ERROR]:      net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374)
[22:34:34] [Spigot Watchdog Thread/ERROR]:      net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:653)
[22:34:34] [Spigot Watchdog Thread/ERROR]:      net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:556)
[22:34:34] [Spigot Watchdog Thread/ERROR]:      java.lang.Thread.run(Thread.java:745)
[22:34:34] [Spigot Watchdog Thread/ERROR]: ------------------------------
[22:34:34] [Spigot Watchdog Thread/ERROR]: Entire Thread Dump:
[22:36:17] [Spigot Watchdog Thread/WARN]: Exception in thread "Spigot Watchdog Thread" 
[22:36:20] [Spigot Watchdog Thread/WARN]: java.lang.OutOfMemoryError: Java heap space
[22:36:24] [Spigot Watchdog Thread/WARN]:   at sun.management.ThreadImpl.dumpThreads0(Native Method)
[22:36:24] [Spigot Watchdog Thread/WARN]:   at sun.management.ThreadImpl.dumpAllThreads(ThreadImpl.java:446)
[22:36:29] [Spigot Watchdog Thread/WARN]:   at org.spigotmc.WatchdogThread.run(WatchdogThread.java:76)
[22:39:07] [Server thread/ERROR]: Encountered an unexpected exception
java.lang.OutOfMemoryError: Java heap space
[22:40:42] [Netty Epoll Server IO #3/WARN]: Failed to initialize a channel. Closing: [id: 0x638911e0, /127.0.0.1:48491 => /127.0.0.1:30007]
java.lang.OutOfMemoryError: Java heap space
[22:40:42] [Netty Epoll Server IO #3/WARN]: An exception was thrown by a user handler's exceptionCaught() method while handling the following exception:
java.lang.NullPointerException
    at net.minecraft.server.v1_8_R3.NetworkManager.close(NetworkManager.java:245) ~[spigot-skywars.jar:git-Spigot-f94fe8f-2642f9b]
    at net.minecraft.server.v1_8_R3.NetworkManager.channelInactive(NetworkManager.java:105) ~[spigot-skywars.jar:git-Spigot-f94fe8f-2642f9b]
    at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:233) [spigot-skywars.jar:git-Spigot-f94fe8f-2642f9b]
    at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:219) [spigot-skywars.jar:git-Spigot-f94fe8f-2642f9b]
    at io.netty.handler.codec.ByteToMessageDecoder.channelInactive(ByteToMessageDecoder.java:228) [spigot-skywars.jar:git-Spigot-f94fe8f-2642f9b]
    at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:233) [spigot-skywars.jar:git-Spigot-f94fe8f-2642f9b]
    at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:219) [spigot-skywars.jar:git-Spigot-f94fe8f-2642f9b]
    at io.netty.handler.codec.ByteToMessageDecoder.channelInactive(ByteToMessageDecoder.java:228) [spigot-skywars.jar:git-Spigot-f94fe8f-2642f9b]
    at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:233) [spigot-skywars.jar:git-Spigot-f94fe8f-2642f9b]
    at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:219) [spigot-skywars.jar:git-Spigot-f94fe8f-2642f9b]
    at io.netty.channel.ChannelInboundHandlerAdapter.channelInactive(ChannelInboundHandlerAdapter.java:75) [spigot-skywars.jar:git-Spigot-f94fe8f-2642f9b]
    at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:233) [spigot-skywars.jar:git-Spigot-f94fe8f-2642f9b]
    at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:219) [spigot-skywars.jar:git-Spigot-f94fe8f-2642f9b]
    at io.netty.channel.ChannelInboundHandlerAdapter.channelInactive(ChannelInboundHandlerAdapter.java:75) [spigot-skywars.jar:git-Spigot-f94fe8f-2642f9b]
    at io.netty.handler.timeout.ReadTimeoutHandler.channelInactive(ReadTimeoutHandler.java:144) [spigot-skywars.jar:git-Spigot-f94fe8f-2642f9b]
    at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:233) [spigot-skywars.jar:git-Spigot-f94fe8f-2642f9b]
    at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:219) [spigot-skywars.jar:git-Spigot-f94fe8f-2642f9b]
    at io.netty.channel.DefaultChannelPipeline.fireChannelInactive(DefaultChannelPipeline.java:769) [spigot-skywars.jar:git-Spigot-f94fe8f-2642f9b]
    at io.netty.channel.AbstractChannel$AbstractUnsafe$5.run(AbstractChannel.java:567) [spigot-skywars.jar:git-Spigot-f94fe8f-2642f9b]
    at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:380) [spigot-skywars.jar:git-Spigot-f94fe8f-2642f9b]
    at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:268) [spigot-skywars.jar:git-Spigot-f94fe8f-2642f9b]
    at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116) [spigot-skywars.jar:git-Spigot-f94fe8f-2642f9b]
    at java.lang.Thread.run(Thread.java:745) [?:1.8.0_45]
[22:41:45] [Netty Epoll Server IO #0/DEBUG]: Set listener of net.minecraft.server.v1_8_R3.NetworkManager@33b9fb08 to net.minecraft.server.v1_8_R3.HandshakeListener@47476a4d
[22:41:48] [Timer-1/WARN]: java.lang.OutOfMemoryError: Java heap space
[22:41:53] [Netty Epoll Server IO #0/DEBUG]: Enabled auto read
[22:42:19] [Netty Epoll Server IO #3/DEBUG]: Set listener of net.minecraft.server.v1_8_R3.NetworkManager@183af35c to net.minecraft.server.v1_8_R3.HandshakeListener@276b31fa
[22:42:19] [Netty Epoll Server IO #2/WARN]: Failed to initialize a channel. Closing: [id: 0xc8a5bfdb, /127.0.0.1:35113 => /127.0.0.1:30007]
java.lang.OutOfMemoryError: Java heap space
[22:43:24] [Netty Epoll Server IO #0/DEBUG]: Set listener of net.minecraft.server.v1_8_R3.NetworkManager@39ac038c to net.minecraft.server.v1_8_R3.HandshakeListener@3b05813
[22:43:24] [Netty Epoll Server IO #1/DEBUG]: Set listener of net.minecraft.server.v1_8_R3.NetworkManager@73fd8fec to net.minecraft.server.v1_8_R3.HandshakeListener@2a2c8ba2
[22:43:24] [Server thread/INFO]: Stopping server
[22:43:28] [Server thread/INFO]: [HolographicDisplays] Disabling HolographicDisplays v2.1.10
[22:45:09] [Netty Epoll Server IO #2/DEBUG]: Set listener of net.minecraft.server.v1_8_R3.NetworkManager@48a34452 to net.minecraft.server.v1_8_R3.HandshakeListener@42aec67a
[22:45:29] [Netty Epoll Server IO #3/WARN]: An exception was thrown by a user handler's exceptionCaught() method while handling the following exception:
java.lang.OutOfMemoryError: Java heap space
[22:45:29] [Server thread/INFO]: [SkyWarsReloaded] Disabling SkyWarsReloaded v2.8
[22:45:29] [Netty Epoll Server IO #3/WARN]: An exception was thrown by a user handler's exceptionCaught() method while handling the following exception:
java.lang.NullPointerException
    at net.minecraft.server.v1_8_R3.NetworkManager.close(NetworkManager.java:245) ~[spigot-skywars.jar:git-Spigot-f94fe8f-2642f9b]
    at net.minecraft.server.v1_8_R3.NetworkManager.channelInactive(NetworkManager.java:105) ~[spigot-skywars.jar:git-Spigot-f94fe8f-2642f9b]
    at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:233) [spigot-skywars.jar:git-Spigot-f94fe8f-2642f9b]
    at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:219) [spigot-skywars.jar:git-Spigot-f94fe8f-2642f9b]
    at io.netty.handler.codec.ByteToMessageDecoder.channelInactive(ByteToMessageDecoder.java:228) [spigot-skywars.jar:git-Spigot-f94fe8f-2642f9b]
    at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:233) [spigot-skywars.jar:git-Spigot-f94fe8f-2642f9b]
    at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:219) [spigot-skywars.jar:git-Spigot-f94fe8f-2642f9b]
    at io.netty.handler.codec.ByteToMessageDecoder.channelInactive(ByteToMessageDecoder.java:228) [spigot-skywars.jar:git-Spigot-f94fe8f-2642f9b]
    at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:233) [spigot-skywars.jar:git-Spigot-f94fe8f-2642f9b]
    at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:219) [spigot-skywars.jar:git-Spigot-f94fe8f-2642f9b]
    at io.netty.channel.ChannelInboundHandlerAdapter.channelInactive(ChannelInboundHandlerAdapter.java:75) [spigot-skywars.jar:git-Spigot-f94fe8f-2642f9b]
    at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:233) [spigot-skywars.jar:git-Spigot-f94fe8f-2642f9b]
    at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:219) [spigot-skywars.jar:git-Spigot-f94fe8f-2642f9b]
    at io.netty.channel.ChannelInboundHandlerAdapter.channelInactive(ChannelInboundHandlerAdapter.java:75) [spigot-skywars.jar:git-Spigot-f94fe8f-2642f9b]
    at io.netty.handler.timeout.ReadTimeoutHandler.channelInactive(ReadTimeoutHandler.java:144) [spigot-skywars.jar:git-Spigot-f94fe8f-2642f9b]
    at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:233) [spigot-skywars.jar:git-Spigot-f94fe8f-2642f9b]
    at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:219) [spigot-skywars.jar:git-Spigot-f94fe8f-2642f9b]
    at io.netty.channel.DefaultChannelPipeline.fireChannelInactive(DefaultChannelPipeline.java:769) [spigot-skywars.jar:git-Spigot-f94fe8f-2642f9b]
    at io.netty.channel.AbstractChannel$AbstractUnsafe$5.run(AbstractChannel.java:567) [spigot-skywars.jar:git-Spigot-f94fe8f-2642f9b]
    at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:380) [spigot-skywars.jar:git-Spigot-f94fe8f-2642f9b]
    at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:268) [spigot-skywars.jar:git-Spigot-f94fe8f-2642f9b]
    at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116) [spigot-skywars.jar:git-Spigot-f94fe8f-2642f9b]
    at java.lang.Thread.run(Thread.java:745) [?:1.8.0_45]
[22:45:58] [Netty Epoll Server IO #2/WARN]: An exception was thrown by a user handler's exceptionCaught() method while handling the following exception:
java.lang.NullPointerException
    at net.minecraft.server.v1_8_R3.NetworkManager.close(NetworkManager.java:245) ~[spigot-skywars.jar:git-Spigot-f94fe8f-2642f9b]
    at net.minecraft.server.v1_8_R3.NetworkManager.channelInactive(NetworkManager.java:105) ~[spigot-skywars.jar:git-Spigot-f94fe8f-2642f9b]
    at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:233) [spigot-skywars.jar:git-Spigot-f94fe8f-2642f9b]
    at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:219) [spigot-skywars.jar:git-Spigot-f94fe8f-2642f9b]
    at io.netty.handler.codec.ByteToMessageDecoder.channelInactive(ByteToMessageDecoder.java:228) [spigot-skywars.jar:git-Spigot-f94fe8f-2642f9b]
    at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:233) [spigot-skywars.jar:git-Spigot-f94fe8f-2642f9b]
    at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:219) [spigot-skywars.jar:git-Spigot-f94fe8f-2642f9b]
    at io.netty.handler.codec.ByteToMessageDecoder.channelInactive(ByteToMessageDecoder.java:228) [spigot-skywars.jar:git-Spigot-f94fe8f-2642f9b]
    at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:233) [spigot-skywars.jar:git-Spigot-f94fe8f-2642f9b]
    at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:219) [spigot-skywars.jar:git-Spigot-f94fe8f-2642f9b]
    at io.netty.channel.ChannelInboundHandlerAdapter.channelInactive(ChannelInboundHandlerAdapter.java:75) [spigot-skywars.jar:git-Spigot-f94fe8f-2642f9b]
    at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:233) [spigot-skywars.jar:git-Spigot-f94fe8f-2642f9b]
    at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:219) [spigot-skywars.jar:git-Spigot-f94fe8f-2642f9b]
    at io.netty.channel.ChannelInboundHandlerAdapter.channelInactive(ChannelInboundHandlerAdapter.java:75) [spigot-skywars.jar:git-Spigot-f94fe8f-2642f9b]
    at io.netty.handler.timeout.ReadTimeoutHandler.channelInactive(ReadTimeoutHandler.java:144) [spigot-skywars.jar:git-Spigot-f94fe8f-2642f9b]
    at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:233) [spigot-skywars.jar:git-Spigot-f94fe8f-2642f9b]
    at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:219) [spigot-skywars.jar:git-Spigot-f94fe8f-2642f9b]
    at io.netty.channel.DefaultChannelPipeline.fireChannelInactive(DefaultChannelPipeline.java:769) [spigot-skywars.jar:git-Spigot-f94fe8f-2642f9b]
    at io.netty.channel.AbstractChannel$AbstractUnsafe$5.run(AbstractChannel.java:567) [spigot-skywars.jar:git-Spigot-f94fe8f-2642f9b]
    at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:380) [spigot-skywars.jar:git-Spigot-f94fe8f-2642f9b]
    at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:268) [spigot-skywars.jar:git-Spigot-f94fe8f-2642f9b]
    at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116) [spigot-skywars.jar:git-Spigot-f94fe8f-2642f9b]
    at java.lang.Thread.run(Thread.java:745) [?:1.8.0_45]

Crashed today... with 4GB memory cap and avg 10 players online.

Problem with trailEffectMenuItem

The problem is that users, when they tried to click the arrow to select a trail they
click the arrow but nothing happens, the user have the permissions:
swr.projeffectshop
swr.useprojeffect
swr.projeffect.*

Spawn/chest location duplication

I ran into a bug that all spawn point, chest and sign locations etc are multiplied by, sometimes 2, but mostly 4!
This means that a map that says 32 players can join instead of 8.

This may have happened after swm refresh (refresh map data) after I edited the events.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.