Survival Games (No longer updated)
Survival Games

Survival Games is a plugin that has the aim of creating a fully automated hunger games style experience. The plugin was created to be simple to use, and to be easily setup on any type of server, no matter the size or type! Survival Games provides a way for your server to have a full fledged, fully automated hunger games experience for any player. For more information on the aim of the plugin, watch popular youtuber AntVenom play Survival Games HERE.
Requirements
Before installing this plugin, a few things are required.
- WorldEdit- Needed to create arenas.
- MySQL Database (optional) - If you wish to use stats, you must have an SQL database.
Conflicts
- Any plugin that modifies damage amounts by applying more damage can sometimes cause issues and make the player actually die (ie McMMO).
- Some locking plugins such as LWC have been reported to have issues with the lobby signs, but should work normally if protection is turned of for those signs.
- WORLD PORTAL will make this plugin completely break if the lobby is not in a world that is loaded at start!
Features
This is not just another Hunger Games plugin. This plugin aims to bring a fully automated, fully fledged gaming system to your server.
Features:
- Full automation
- Automatic arena regeneration
- Chest reset / randomly filled chest
- Auto game start
- Spectators
- In-game Lobby with real-time player and arena stats
- Multiple arenas
- Simultaneous games
- Web-based stats
- Easy arena setup
- Per Arena Permissions
- Lightning and thunder on player deaths (Simulate cannons)
- Multiworld Support
- Events API - Economy, Kits + More!
Plus many, many more features included in this plugin!
- A full tutorial on kits, economy and new features will be released soon!
- /sg setlobbywall was changed to /sg addwall <arena> in versions 0.5.0 and above!
New Permissions:
If you have for example 6 arenas, and you want every player to be able to join all arenas, give each rank the following permissions:
- sg.arena.join.<arena#> (Replace <arena#> with the arena number.)
- sg.arena.join
- sg.player.vote
- sg.lobby.join
Note: Devs and important people of this plugin have colored names on lobby signs








-
View User Profile
-
Send Message
Posted May 23, 2012Urgent suggestions, allow people to log out. With a timer varibale.
Spectate mode.
-
View User Profile
-
Send Message
Posted May 23, 2012@Double_0_negative
Ahh maybe put that in the instructions right after saying to add the plugin and edit the config for sql? cause I'm one of those 'one step at a time' people and I was like 'plugin in folder' check 'config files edited for sql' check 'look at console for errors' 'wtf there is errors' :D
-
View User Profile
-
Send Message
Posted May 23, 2012Hey guys,
I got the plugin installed at this point, and it is properly connected to my Database. I have set my lobby spawn and made my lobbywall, the problem I am running into now is that the wall does not load. The only thing that shows up is:
=================================================================
|-
|-
=================================================================
I followed the wall recommended lengths and such, having 9 signs for the 24 slots in game. I have also attempted restarting the server with no luck. The arena is in a separate world using multiverse, but having the lobbysign in the same world or different, didn't make a difference. The only error I could find was this one:
23.05 09:13:24 [Server] SEVERE at java.lang.Thread.run(Thread.java:722)
23.05 09:13:24 [Server] SEVERE at org.bukkit.craftbukkit.scheduler.CraftWorker.run(CraftWorker.java:34)
23.05 09:13:24 [Server] SEVERE at com.narrowtux.showcase.Metrics$1.run(Metrics.java:191)
23.05 09:13:24 [Server] SEVERE at com.narrowtux.showcase.Metrics.access$100(Metrics.java:55)
23.05 09:13:24 [Server] SEVERE at com.narrowtux.showcase.Metrics.postPlugin(Metrics.java:217)
23.05 09:13:24 [Server] SEVERE java.lang.NoSuchMethodError org.bukkit.plugin.PluginDescriptionFile.getAuthors()Ljava/util/ArrayList
However the server also spits out:
23.05 09:13:15 [Server] INFO 1 9
and says the wall was successfully created in game... Any help would be awesome... Sorry if I'm missing something I'm pretty new to running a server.
Thanks
Pugz
-
View User Profile
-
Send Message
Posted May 23, 2012If you are getting the exception at the bottom of the page on a new install, set your lobby wall and all the errors will got away.
-
View User Profile
-
Send Message
Posted May 23, 2012<<reply 720301="">>
I get java.lang.NullPointerException
at com.skitscape.survivalgames.LobbyManager.clearSigns(LobbyManager.java:359)
at com.skitscape.survivalgames.GameManager.LoadGames(GameManager.java:69)
at com.skitscape.survivalgames.GameManager.setup(GameManager.java:39)
at com.skitscape.survivalgames.SurvivalGames$Startup.run(SurvivalGames.java:97)
at org.bukkit.craftbukkit.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:126)
at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:524)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:450)
at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
And then when i do /sg setspawn, i get:
2012-05-23 09:05:31 [INFO] settings spawn
2012-05-23 09:05:31 [INFO] 1 1
2012-05-23 09:05:31 [SEVERE] java.lang.ArrayIndexOutOfBoundsException: 0
2012-05-23 09:05:31 [SEVERE] at com.skitscape.survivalgames.commands.SetSpawn.onCommand(SetSpawn.java:45)
2012-05-23 09:05:31 [SEVERE] at com.skitscape.survivalgames.CommandHandler.onCommand(CommandHandler.java:98)
2012-05-23 09:05:31 [SEVERE] at org.bukkit.command.PluginCommand.execute(PluginCommand.java:40)
2012-05-23 09:05:31 [SEVERE] at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:166)
2012-05-23 09:05:31 [SEVERE] at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:479)
2012-05-23 09:05:31 [SEVERE] at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:821)
2012-05-23 09:05:31 [SEVERE] at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:781)
2012-05-23 09:05:31 [SEVERE] at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:764)
2012-05-23 09:05:31 [SEVERE] at net.minecraft.serverhook.NetServerHandlerProxy.a(NetServerHandlerProxy.java:141)
2012-05-23 09:05:31 [SEVERE] at net.minecraft.server.Packet3Chat.handle(Packet3Chat.java:34)
2012-05-23 09:05:31 [SEVERE] at net.minecraft.server.NetworkManager.b(NetworkManager.java:229)
2012-05-23 09:05:31 [SEVERE] at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:113)
2012-05-23 09:05:31 [SEVERE] at net.minecraft.serverhook.NetServerHandlerProxy.a(NetServerHandlerProxy.java:83)
2012-05-23 09:05:31 [SEVERE] at net.minecraft.server.NetworkListenThread.a(NetworkListenThread.java:78)
2012-05-23 09:05:31 [SEVERE] at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:558)
2012-05-23 09:05:31 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:450)
-
View User Profile
-
Send Message
Posted May 23, 2012Very good plugin im running it on my server with 26 slots and 24 players, playing at 1 time no problems run about 10 games in a row with max players and everything went fine :D
-
View User Profile
-
Send Message
Posted May 23, 2012I cant get rid of the error that's on the bottom of the page I've reset configs like a million times. Can I please get more help then that? I started with version 0.3.4 and never had the plugin before that so idk whats going wrong
-
View User Profile
-
Send Message
Posted May 23, 2012i am sure the Double_0_negative will be happy to know that i got it working :D. how long do the resetting take after a game?
-
View User Profile
-
Send Message
Posted May 23, 2012Maybe rollback messing up?
2012-05-23 10:28:55 [INFO] veliden won the Survival Games on arena 1 2012-05-23 10:29:02 [SEVERE] java.lang.NullPointerException 2012-05-23 10:29:02 [SEVERE] at com.skitscape.survivalgames.logging.QueueManager$DatabaseDumper.run(QueueManager.java:89) 2012-05-23 10:29:03 [SEVERE] java.lang.NullPointerException 2012-05-23 10:29:03 [SEVERE] java.lang.NullPointerException 2012-05-23 10:29:05 [SEVERE] java.lang.NullPointerException 2012-05-23 10:29:13 [SEVERE] java.lang.NullPointerException
-
View User Profile
-
Send Message
Posted May 23, 2012This plugin was previously not allowing non-opped players to join games [I don't know how to change permissions, but that's the least of my worries now], so I re-installed the plugin.
Upon re-installing it, I began getting the described errors at the bottom of this post. I tried deleting my configs and restarting the server, but it still will not go away.
Just to be clear, by "resetting" my configs, I'm guessing you mean deleting the config file and letting the .jar file create it again. I've re-installed bukkit twice now, and I've done everything that I can think of...
-
View User Profile
-
Send Message
Posted May 22, 2012Error:
2012-05-23 00:38:29 [SEVERE] Could not pass event PlayerInteractEvent to SurvivalGames org.bukkit.event.EventException at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:303) at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:459) at org.bukkit.craftbukkit.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:177) at net.minecraft.server.ItemInWorldManager.interact(ItemInWorldManager.java:287) at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:636) at net.minecraft.server.Packet15Place.handle(SourceFile:39) at net.minecraft.server.NetworkManager.b(NetworkManager.java:229) at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:113) at net.minecraft.server.NetworkListenThread.a(NetworkListenThread.java:78) at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:558) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:450) at net.minecraft.server.ThreadServerApplication.run(SourceFile:492) Caused by: java.lang.NullPointerException at com.skitscape.survivalgames.util.ChestRatioStorage.getItems(ChestRatioStorage.java:148) at com.skitscape.survivalgames.Events.ChestReplaceEvent.ChestListener(ChestReplaceEvent.java:56) at sun.reflect.GeneratedMethodAccessor926.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:616) at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:301) ... 12 more
-
View User Profile
-
Send Message
Posted May 22, 2012@agust220
this is a bukkit issue, and is not a plugin issue. it doesn't really matter. Also, we no longer use /sg forcestart, we use /sg start and /sg start is now /sg vote
-
View User Profile
-
Send Message
Posted May 22, 2012Every time an /sg command goes wrong, for example i'd write "/sg ztart" by mistake and the error gives:
"An error occured while executing the command. Check the console" and console says what says in the url: http://pastebin.com/6hdKtTpL
It can also be "/sg forcestart" and this also happens if default players do commands like this.
Help?
-
View User Profile
-
Send Message
Posted May 22, 2012@GoodTryBro
we haven't really started yet on the next update. we will start very soon!
-
View User Profile
-
Send Message
Posted May 22, 2012@toocoolkevin1
http://dev.bukkit.org/server-mods/survival-games/pages/faq-please-read-before-asking-questions/
-
View User Profile
-
Send Message
Posted May 22, 2012Plese Make It With Out a data base D: plese
-
View User Profile
-
Send Message
Posted May 22, 2012Hey,
Plugin runs smoothly, but one problem chests aren't restoring!
23.05 00:24:07 [Server] INFO GroupManager - INFO - Data files refreshed. 23.05 00:23:07 [Server] INFO GroupManager - INFO - Data files refreshed. 23.05 00:22:56 [Server] INFO Arena 1 reset. Rolled back 6440 blocks 23.05 00:22:56 [Server] SEVERE java.lang.NullPointerException 23.05 00:22:56 [Server] SEVERE java.lang.NullPointerException 23.05 00:22:56 [Server] SEVERE java.lang.NullPointerException 23.05 00:22:56 [Server] SEVERE java.lang.NullPointerException 23.05 00:22:55 [Server] SEVERE java.lang.NullPointerException 23.05 00:22:55 [Server] SEVERE java.lang.NullPointerException 23.05 00:22:51 [Server] SEVERE java.lang.NullPointerException 23.05 00:22:50 [Server] INFO MoistPenguin won the Survival Games on arena 1 23.05 00:22:07 [Server] INFO GroupManager - INFO - Data files refreshed.
There is a hiccup somewhere any idea ?
Cheers.
-
View User Profile
-
Send Message
Posted May 22, 2012i have a server with this on it 99.4.116.156
-
View User Profile
-
Send Message
Posted May 22, 2012Please post the new features for the next update!
-
View User Profile
-
Send Message
Posted May 22, 2012@Brainmonkey
ip?