SG: Reborn - Ultimate Survival Games Plugin (25% OFF Halloween Sale) icon

SG: Reborn - Ultimate Survival Games Plugin (25% OFF Halloween Sale) -----

The reborn of Survival Games. Ultimate Survival Games plugin, the only one you will ever need.



[​IMG]
SG: Reborn is a plugin that challenges each player to survive as long as he can and be the last man standing! Survival Games is a predecessor of the famous Battle Royale genre! This gamemode includes looting chests and gaining advantages on others! You can also find a teammate to have an easier time winning, but remember there's only one winner. So watch your back!
SG: Reborn completely revamps old SG systems and makes them better! Therefore the name SG: Reborn!

[​IMG]
  • SG: Reborn currently only supports Bungeecord network. Meaning multi-arena DOESN'T work. This plugin is pretty complex with map voting systems and arena pre-loadings. Multi-arena requires ton of work and recoding. If it's heavily requested and the plugin generates certain revenue I will add it. But for now the plugin is purely multi-server!
  • It's is heavily suggested to install Vault, PlaceholderAPI and ProtocolLib on your server as dependencies. Also installing Decent Holograms allows you to have Chest Holograms.
  • You're required to use MySQL or MongoDB to use stats or leaderboards.

[​IMG]

SG: Reborn is a plugin originally bought from a previous developer with resell rights and redeveloped for my previous SG Network. That was almost 3 years ago. Since I now own a different network with different systems that aren't SG oriented I have decided to sell the plugin on SpigotMC. SG: Reborn is probably the best and most complete SG plugin ever made for SpigotMC since it has Survival Games, Clan War, Tournament and Private Games systems built in it. This is the best plugin to create a SG based gamemode for SG & CW players. SG: Reborn will be compatible with all plugins on your server. You may edit the plugin to your liking. Also all future updates are included in the product and issues will be fixed as soon as possible. If you have encountered an issue please don't leave a negative review, but first either join our discord support server or PM me on SpigotMC or just simply leave your issue under resource discussion!

[​IMG]
  • Ability to Manage 3 SG Based Game Modes (Survival Games, Clan Wars and Tournaments for SG or CW)​
  • Fully Configurable (Menus, Join Items, Messages, Scoreboard, Maps, Kits and Chests)​
  • Common Path for Map Folders​
  • Database Support (MongoDB and MySQL). Stats system requires some of these two databases!​
  • Chunk Loading System (Loads all chunks before teleporting players to a map)​
  • Clan War System (Classic style)​
  • Tiered chests! (Tier 1 = Regular chest, Tier 2 = Enderchest or trapped chest)​
  • Leaderboards system (For tournaments and regular games)​
  • Stats system (That shows all the required information for a player)​
  • Kits system! (Create your own kits! Let your players purchase them with coins or lock them behind a permission!)​
  • PlaceholderAPI support!​
  • Tournament System (MCMonday style, ability to host SG or CW tournaments)​
  • 30+ Scoreboard Placeholders​
  • Ability to Add Custom/Private Kits (Can be purchased with points or permission)​
  • Detailed Map Command (Saving, loading/unloading maps, no need to use other world managing plugins)​
  • Exclusive Perks for Donators (Penta/Quadra/Triple/Double Votes, Full Server Join, Private Kits and Custom Setup Menu)​
  • Ability to Add Custom Join Items​
  • Advanced Custom Setup (Map, Grace Period, Flint and Steel, Hunger, Health, Time of the day and Chest Types)​
  • Ability to Toggle Commands (Bounty, ConfirmBounty, Stats, Vote, Sponsor and Leaderboard)​
  • Ability to Toggle Team/Player Nametags​
  • Vote system that resembles MCGamer Network! (Vote to play on your favorite map!)​
  • Built-in World Manager to configure your own maps and worlds!​
  • End Damage Chart (Shows damages of winner and losers, MVP and Worst when the game ends)​
  • Ability to Choose Map Pool Size​
  • Max/Min Bounty To Send / Bounty Amounts / Start Bounty For Stats (50 to 500)​
  • Multiple Deathmatch styles! (Arena, Common Deathmatch!)​
  • Refills, Grace, Custom Servers, Vote Power, Bounty System, and many more! And even more coming soon!​
  • Kill coins precentages like MCSG!​
  • Chest Holograms (require Decent Holograms)​
  • Leveling system​
  • Elo system​
  • Discord Webhooks (on Game Start and Game End)​
  • Custom Items that can be used in chests.
    Care package (can be used by adding ci-carepackage to chests.yml)
    Golden Head (can be used by adding ci-goldenhead to chests.yml)
    Selection Chest (can be used by adding ci-selectionchest to chests.yml)​
  • Graves system​
  • Boss system (Happens on chest refill)​
  • Air Drop system with interactive user experience!​

[​IMG]
Commands:
Kill Command - sg.command.kill
Manage Command - sg.command.manage
Map Command - sg.command.map
Setup Command - sg.command.setup

Features:
Join Full Servers - sg.fulljoin
Only Donators Spec - sg.donatorspec
See Spectator Chat - sg.seespectatorchat
See Hidden LB - sg.seehiddenleaderboard
Leave Tournament Team - sg.leaveteam
6X Vote - sg.sextavotes
5X Vote - sg.pentavotes
4X Vote - sg.quadravotes
3X Vote - sg.triplevotes
2X Vote - sg.doublevotes
[​IMG]
Map setup video:


[​IMG]
You can request your server to be added here!
----------------------------------------------------------------------------------------------
astralnetwork.com | Astral Network
play.kyodo.network | Kyodo Network [Modified SRC]

[​IMG]
Code (Text):
public class SGRebornAPI {

    /**
     * Gets name of the current segment
     */
    public static String getSegment() { return MatchManager.getInstance().getSegment().getName(); }

    /**
     * Gets name of the current map
     */
    public static String getMapName() { return MatchManager.getInstance().getMap().getName(); }

    /**
     * Gets formatted name of the current map
     */
    public static String getMapFormattedName() { return MatchManager.getInstance().getMap().getFormattedName(); }

    /**
     * Gets match duration (seconds)
     */
    public static int getDuration() { return MatchManager.getInstance().getSeconds(); }

    /**
     * Gets formatted match duration (minutes and seconds)
     */
    public static String getFormattedDuration() { return MatchManager.getInstance().getFormattedDuration(); }

    // API for Profiles

    public static Profile getProfile(Player player) {
        Profile profile = Profile.getProfile(player.getUniqueId());
        if (profile == null) {
            Bukkit.getLogger().log(Level.SEVERE, "SGReborn API - Profile not loaded.");
            return null;
        }
        return profile;
    }


}
GameDeathmatchEvent - Runs when segment changes to deathmatch.
GameWinEvent - Runs when player or team win a game.
GameEliminationEvent - Runs when player eliminates others.
GameStartEvent - Runs when the game starts.
PlayerJumpEvent - Runs when player jumps.

More things will be added to the API!


PAPI Placeholders:

Code (Text):
%sgreborn_game_state%
%sgreborn_game_duration_raw%
%sgreborn_game_duration_formatted%
%sgreborn_game_map%
%sgreborn_game_alive_players_int%
%sgreborn_game_spectator_players_int%
%sgreborn_game_spectator_players_list%
%sgreborn_player_bounty%
%sgreborn_player_points%
%sgreborn_player_total_kills%
%sgreborn_player_total_kdr%
%sgreborn_player_current_kit%
%sgreborn_player_kills%
%sgreborn_player_wins%
%sgreborn_player_winrate%
%sgreborn_player_current_chests%
%sgreborn_player_streak%
%sgreborn_player_chests%
%sgreborn_player_team%
%sgreborn_player_tribute_number%
[​IMG]
  • Please note that by buying this plugin you agree to the following!
    1 - You are not allowed to redistribute this plugin to other people or other networks! Or on another sites!
    2 - Only use it for your server/network!
    3 - No stupid reviews, such as (Its missing features! or the dev isn't adding features i request) Because the features are in the main page! and you knew them before purchasing, so no complaining!
    4 - No refunds!
    5 - I'm not obligated to do updates at a specific time, BUT that doesn't mean I won't do updates, just to clear some things up. I also have a life, ik shocking.
Resource Information
Author:
----------
Total Downloads: 22
First Release: Sep 28, 2022
Last Update: Aug 16, 2024
Category: ---------------
All-Time Rating:
11 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings