Proof Ownership
EpicSurvivalGames is a Minecraft plugin that creates a Hunger Games-style survival game mode. Players are dropped into an arena where they must scavenge for resources, fight each other, and be the last one standing. The plugin includes features like custom arenas, configurable settings, and various gameplay mechanics to enhance the survival competition.
- Vote Chest
- Vote Time
- Vote Health
- Scoreboard
- Statistics
- MySQL and SQLite Databases
- MultiArena Support
- BungeeMode Support
- Custom Signs
- PlaceholderAPI Support
- Leaderboard
- Achievement
- Fully Configurable
Commands
Arena Signs
Setup join signs for EpicSurvivalGames by this pattern:
%sg_wins% Displays how many time player has won
%sg_gameplayed% Displays how many times player has played
%sg_kills% Displays how many times player has killed
%sg_deaths% Displays the number of times the player has died
%sg_arrowshots% Displays the number of arrows the player has shot
%sg_arrowhits% Displays the number of arrows that hit their target
%sg_killstreaks% Displays the player's current kill streak
%sg_status_{arena}% Displays status of {arena}
%sg_arena_players_{arena}% Displays status of {arena}
%sg_arena_min_players_{arena}% Displays the minimum number of players for {arena}
%sg_arena_max_players_{arena}% Displays the maximum number of players for {arena}
%sg_arena_total_players_{arena}% Displays the total number of players currently in {arena}
%sg_players% Displays the list of players currently in all arenas
%sg_leaderboard_wins_<number>% Displays the top <number> players sorted by their wins
%sg_leaderboard_kills_<number>% Displays the top <number> players sorted by their kills
%sg_leaderboard_deaths_<number>% Displays the top <number> players sorted by their deaths
%sg_leaderboard_gameplayed_<number>% Displays the top <number> players sorted by their game played
%sg_leaderboard_arrowshots_<number>% Displays the top <number> players sorted by their arrow shots
%sg_leaderboard_arrowhits_<number>% Displays the top <number> players sorted by their arrow hits
%sg_leaderboard_ks_<number>% Displays the top <number> players sorted by their kill streak
Code (Text):
PlayerAchievementEvent
ArenaEndEvent
ArenaJoinEvent
ArenaLeaveEvent
ArenaStartEvent
ArenaStateSwitchEvent
ArenaWinEvent
Code (Text):
Main.getAPI().getArenas();
Main.getAPI().getPlayerArena(Player);
Main.getAPI().getPlayerData(UUID);
Main.getAPI().getPlayerData(String);
Main.getAPI().getPlayerData(Player);
Main.getAPI().getTopData(LeaderboardType);
Main.getAPI().getOfflineData(LeaderboardType, Player);
Main.getAPI().updateLeaderboard(boolean);
For support, please use only resource discussion
Terms of Service
By using this plugin, you agree to the following terms, which may be updated by the author at any time.
- All payments are final and non-refundable.
- Redistribution or resale of this plugin is prohibited.
- You are not permitted to modify, decompile, or extract any part of the plugin's source code.
- Support is provided exclusively to legitimate customers. We cannot offer support for plugins obtained through unauthorized or illegal means.