Ultimate Survival Games
Ultimate SurvivalGames is a fully configurable plugin, that allow players to play full automaticly survival games! The plugins is very customizable and can be set up different on each server!

Features
- Arena vote function with GUI
- Own chests blocks
- Deathmatch function
- Spectator Mode
- Configurable Scoreboard
- Configurable Messages
- Automaticly start and map-reset
- Unlimited game lobbys with unlimited arenas
- Multiverse support
- Seperate chat (in-game and global)
- And much more...
Other useful links

Commands
| Command | Description | Permission |
|---|---|---|
| /sg | The Main Command, shows the main help site | / |
| /sg start | Start a game | sg.start |
| /sg join <LOBBYNAME> | Join a Game | sg.join |
| /sg leave | Left a game | sg.join |
| /sg vote <ARENAID> | Vote for an arena | sg.join |
| /sg list | List of all available lobbys | sg.list |
| /sg lobby | Show the lobby helpsite | sg.lobby |
| /sg lobby create <NAME> | Creates a lobby | sg.lobby |
| /sg lobby setspawn <NAME> | Set the spawn of the lobby! | sg.lobby |
| /sg lobby unload <NAME> | Unload the lobby from the RAM | sg.lobby |
| /sg lobby load <NAME> | Load a lobby to the RAM and enable it. | sg.lobby |
| /sg lobby reload <NAME> | Unload and reload a lobby | sg.lobby |
| /sg lobby list <NAME> | List of all loaded arenas in a lobby | sg.lobby |
| /sg lobby delete <NAME> | Delete a lobby. | sg.lobby |
| /sg arena create <LOBBYNAME> <ARENA NAME> | Creates an arena in the specify Game-Lobby! | sg.arena |
| /sg arena tools | Gives the arena selection tools! | sg.arena |
| /sg arena select <LOBBYNAME> <ARENA NAME> | Select the specify arena in the specify Game-Lobby! | sg.arena |
| /sg arena check | Shows what must be done to finish the selected arena! | sg.arena |
| /sg arena addspawn | Adds a Spawn on the selected arena! | sg.arena |
| /sg arena removespawn <ID> | Removes a Spawn on the selected arena! | sg.arena |
| /sg arena deathmatch | Disabled or enabled the arena deathmatch! | sg.arena |
| /sg arena deathmatch add | Adds a deathmatch spawn! | sg.arena |
| /sg arena deathmatch remove <ID> | Removes a Spawn of the arena deathmatch! | sg.arena |
| /sg arena finish | Finish the arena setup and enable the arena! | sg.arena |
| Spectate after you die or if you join a started game | sg.spectate |

English Video Tutorial
Its not prohibited to leave a subscribe.

Planned features
- Add kits with special abilities
- Option for voting a random arena
- Add point system
- Add achievements
- Configurable delay between win of the game and start of the reset
- mysql/sqlite saved stats
- seperated chat and tab list
- Optional BarAPI support
- invisible dome with adjustable size in the middle of the deathmatch arena
- Use /sg join instead of /sg join <LOBBYNAME> if only one arena is defined!
- Add option to change the weather disabling

Plugin update checking/Plugin Statistics
- The plugin connects automaticly to curse (while enabling) , to inform you when a new update is available. If you don't want this, set the option "enable-update-check" in the config.yml of the SurvivalGames folder to false.
- The plugins sends automaticly statistic informations like current player amount, java version, etc. to http://mcstats.org/! If you don't want this, set the option "opt-out" in the config.yml of the PluginMetrics folder to true.







-
View User Profile
-
Send Message
Posted Jan 21, 2015Hi, I can't make a join or leave sign because the words do not fit on the sign.
-
View User Profile
-
Send Message
Posted Jan 18, 2015@Adamchrisp
Update WorldEdit 6
-
View User Profile
-
Send Message
Posted Jan 18, 2015Hi,
When I try to create an arena I just get spammed with Map save of arena 0.0% completed!
This error is also in the console:
18.01 16:32:21 [Server] WARN at me.maker56.survivalgames.reset.Save.run(Save.java:787) 18.01 16:32:21 [Server] WARN java.lang.NoSuchMethodError: com.sk89q.jnbt.ShortTag.<init>(S)V 18.01 16:32:21 [Server] WARN Exception in thread "Thread-87"
Please can someone help on this? Thanks
-
View User Profile
-
Send Message
Posted Jan 16, 2015Using MySQL
and so on.. using the 1.8 build no idea which one specifically u didnt bother naming your jar file with version info to easily see
-
View User Profile
-
Send Message
Posted Jan 15, 2015A response to my ticket on players losing inventory would be great. I cannot run the plugin until this is fixed. I made these same observations in 1.7 and there has been no response to the issue.
http://dev.bukkit.org/bukkit-plugins/ultimatesurvivalgames/tickets/111-a-few-major-bugs/
-
View User Profile
-
Send Message
Posted Jan 14, 2015Hey, any chance that you will add Bungeecord support to the Plugin? with auto login, kick on game end etc?
-
View User Profile
-
Send Message
Posted Jan 14, 2015PLEASE MAKE KITS SOON PLSS I WANT IT
-
View User Profile
-
Send Message
Posted Jan 12, 2015@Demonrammstein
You can't run survival games and factions on the same server. It won't work. If you get a bungee cord server or two different servers, It would work.
@MineTuberDeveloping
Lots of people have that issue, I would suggest that if your using a tutorial, try finding a different one or if your setting it up with /help, to find a working tutorial.
@TerminNater
Once again, lots of people have that problem..
-
View User Profile
-
Send Message
Posted Jan 12, 2015hmm players can't open the chests.. hm not sure why, is there a perm or config setting?
never mind effing bukkit spawn-protection crap i forgot to change for 1.8
-
View User Profile
-
Send Message
Posted Jan 11, 2015Can someone explain how to make permissions work? I've put sg.join to the default group but no one can join when they right click the signs. Thank you
-
View User Profile
-
Send Message
Posted Jan 10, 2015@Maker56 how come when the game ends the entities don't disappear
-
View User Profile
-
Send Message
Posted Jan 9, 2015I can't create a lobby. No Message in chat!
-
View User Profile
-
Send Message
Posted Jan 9, 2015@ElectroTMC @ElectroTCM I've seen people with the same issue. However, it works just fine for me.
@Maker56 What do you think about adding the sponsorship function? I tried editing the source myself and I managed to get the sponsorInventory and the sponsorItem working, but after the player has chosen what player to sponsor (in a selector made by the model of the playerNavigator) and the other inventory opened (the one in which the player should select the item he wants to sponsor the player he has just selected) and the player clicks the item, nothing happens. Normally, it should cancel the event and give the sponsored player the item (if the player has enough money). But I can just take the item and put it in my Inventory. Nothing logged into the console. It looks like the if I created (to check weather the player chosen is null or not) simply won't work. I have tried to figure it out with my friend, and even tried to log the player name to the console before the if, just to make sure the player is not null, and it wasn't. Any help would be appreciated.
-
View User Profile
-
Send Message
Posted Jan 8, 2015For some reason whenever I try to set an arena up with world edit, I do sg arena create CuriousHills (The lobby) CuriousHillsArena (The Arena) and then it just says Map save of arena CuriousHillsArena in lobby CuriousHills 0,0% complete! It just keeps spamming that until I reload the server. Can anyone help please?
-
View User Profile
-
Send Message
Posted Jan 8, 2015@Demonrammstein
Get PerWorldPlugins.
-
View User Profile
-
Send Message
Posted Jan 8, 2015Awesome plugin but I have a question. When will kit support be added? Thanks in advance.
-
View User Profile
-
Send Message
Posted Jan 8, 2015@Maker56:
Arenas can't save for me and as I have seen, it can't save for others as well. For me, there isn't a thing that is said in the console. What's going on?
-
View User Profile
-
Send Message
Posted Jan 7, 2015I have installed factions
When a player hit another player with the same faction nothing happen how i can fix this? ===
-
View User Profile
-
Send Message
Posted Jan 7, 2015This Plugin is awesome, but it realy needs Bungeecord Support.
-
View User Profile
-
Send Message
Posted Jan 6, 2015@KeyvMC
Use 1.9.2 SurvivalGames, not 1.9.4