ThePit - Player vs Player Minigame (Bungee and Shared)

Plugins ThePit - Player vs Player Minigame (Bungee and Shared) 0.6.4

Pro Download

Native Minecraft Version:Legacy (< 1.13)Tested Minecraft Versions:
  • 1.8
  • 1.9
  • 1.10
  • 1.11
  • 1.12
  • 1.13
  • 1.14
  • 1.15
  • 1.16
Source Code:https://github.com/MherZaqaryan/ThePit-IssuesContributors:Mher ZaqaryanLanguages Supported:Romanian, Italian, Simplified Chinese, Spanish, Vietnamese, PortugueseDonation Link:https://mher.club/donate
ThePit is currently being rewritten from scratch.
Join our Discord server for any type of questions.
1705797824464.png

[IMG] [IMG] [IMG]


1705797829902.png

Compatibility: Spigot and PaperSpigot *forks as well, not tested (FoxSpigot has problems with Launchers)
Server version: 1.8.8 - 1.16.5
Optional (Soft-depend): PlaceholderAPI, MVdWPlaceholderAPI
For any other pieces of information, don't hesitate to contact me via Spigot or Discord!

1705797835669.png

⦁ Plugin modes:
- Bungee (dedicated server for ThePit)
- Shared (multiple gamemodes/minigames in one *spigot* server)

⦁ Setup system:
- Easy to setup, via commands and GUI's

⦁ Database system:
- MySQL (used to bridge data between *ThePit* servers)
- FlatFile (used to keep track of player accounts)

⦁ Languages:
- Comes with English, Romanian, Italian (by PrankAlien), Simplified Chinese (by huangchen), Spanish (by DavidML), Vietnamese (by DiamondUniverse#7520), Portuguese (by Weark), Polish (in the next update) (by SAvselgafg415),
⦁ PlaceholderAPI support:
- Scoreboard
- Tab list
- Chat format

⦁ Placeholders list:
- %thepit_player_<variable>% (gold, level, neededxp, status, streak, bounty, level_prestige, renown, tag_prefix, tag_suffix)
- %thepit_server_date%
- %thepit_stats_<statistics>% (arrow_hits, arrows_shot, assists, bow_damage_taken, bow_damage_dealt, blocks_broken, blocks_placed, buckets_emptied, chat_messages, damage_taken, damage_dealt, deaths, diamond_items_purchased, fishing_rods_launched, golden_apples_eaten, golden_heads_eaten, gold_earned, highest_streak, jumps_into_pit, kills, left_clicks, launches, damage_taken, damage_dealt, sword_hits)
- %thepit_leaderheads_<statistics>% (gold, level, neededxp, bounty, renown, prestige)

⦁ Implemented functions:
- Custom join messages (Toggleable, PlaceholderAPI support)
- Scoreboard (Toggleable, PlaceholderAPI support)
- Chat format (Toggleable, PlaceholderAPI support)
- Tab list (Toggleable, PlaceholderAPI support)
- Player tag (In-game & Tab)
- Boss Bar (Toggleable, Requires 1.9+)

⦁ Server sync *known as Player Sync*:
- Used to sync multiple ThePit servers with the same player data

⦁ Gameplay features:
- Prestige (Players prestige in order to unlock new perks and features)
- Minor events (X2 Rewards, King of the Hill, Everyone gets a bounty, Care package, Quick maths)
- Major events (Rage pit, Team deathmatch, The beast)
- Perks (Golden heads, Fishing rod, Lava bucket, Strength-chaining, Endless quiver, Mineman, Safety first, Trickle-down, Lucky diamond, Spammer, Bounty hunter, Streaker, Gladiator, Vampire)
- Prestige Perks (Overheal, Barbarian, Dirty, Rambo, Olympus, First Strike, Assist Streaker, Marathon, Soup, Recon, Conglomerate, Kung Fu Knowledge, Co-op Cat, Thick)
- Bounty (When players reach a number of kills, they are bountied *gold reward*)
- Bounty Aura (The bounty tag floats near the bountied player)
- Gold (Minigame's currency, editable per player)
- Assists (Players that help killing a player receive rewards *gold reward*)
- Armor kit (Death players drop iron parts *drops by chance*, receive iron parts upon respawning *drops by chance*)
- Streaks (When killing 5, 10, 15, 20, 25, 30, 40, 50, 65, 80, 100 players, the streaker's name will be announced in game-chat)
- Temporary blocks & liquids (Placing lava, cobblestone and obsidian will queue the blocks to be removed after several seconds)
- Pit chat settings (Allow players to disable certain chat messages)
- Enderchest (Multiple enderchests, access cooldown)
- NPCs (Stats, Non Permanent Items, Permanent Upgrades, The Keeper, Prestige, Quest Master* *Coming soon )
- Stats (Track player's statistics while playing)
- Non Permanent Items (Small shop, items are lost upon death)
- Permanent Upgrades (Perk shop, perks are permanent)
- The Keeper (Teleport players to lobby/hub)
- Combat log (Track player fights, upon disconnecting, the damager is rewarded)
- Spawn region (Disabled pvp & block placing)
- /Spawn* & /Respawn* (Teleport to spawn *Won't interfere with other plugins)
- Holograms (NPC names, Enderchest, Pit hole, Events, Unlocked Features)
- Launchpads (Jump boost to go battle faster)
- Random gold (Gold spawns on map)
- Rank Colors (You can set player's rank color in tab and chat, permission based)
- World manager (ThePit runs standalone, no Multiverse required)

(Developer API)
⦁ Events:

- ArenaJoinEvent (Player joined ThePit)
- ArenaLeaveEvent (Player left ThePit)
- GoldSpawnEvent (Gold ingot was spawned)
- NonPermanentItemsBuyEvent (Item was bought)
- SetupSetEvent (Setup step set)
- PlayerArrowHitEvent (Arrow hits a player)
- PlayerAssistEvent (Player assists to a kill)
- PlayerChatEvent (Player chatting)
- PlayerLaunchEvent (Player using launchpads)
- PlayerPlaceEvent (Player placing blocks)
- PlayerRankupEvent (Player ranking up)
- PlayerShootEvent (Player bow shooting)
- PlayerStreakEvent (Player kill streaking)
- PlayerGoldenHeadsEatEvent (Player eating golden head)
- PlayerPrestigeEvent (Player prestige)
⦁ Methods:
- Main#getThePitAPI()#getPlayerEconomy(Player)
- Main#getThePitAPI()#formatCoins(double)
- Main#getThePitAPI()#isInCombat(Player)
- Main#getThePitAPI()#getPlayerStats(Player, StatsType)
- Main#getThePitAPI()#getPlayerLevel(Player)
- Main#getThePitAPI()#getPlayerExp(Player)
- Main#getThePitAPI()#getXpAmplifier()
- Main#getThePitAPI()#setXpAmplifier(int)
- Main#getThePitAPI()#getGoldAmplifier()
- Main#getThePitAPI()#setGoldAmplifier(int)
- Main#getThePitAPI()#isBossBarDisplayed()
- Main#getThePitAPI()#getBossBarTitle()
- Main#getThePitAPI()#getBossBarProgress()


[IMG]

Spoiler: Screenshots
[IMG]


⦁ BUNGEE MODE
Spoiler: Setup - Bungee mode
Spoiler: Config - Bungee mode

⦁ SHARED MODE
Spoiler: Setup - Shared mode
Spoiler: Config - Shared mode

[IMG]


mc.gamster.org (Romanian) *this server using ThePit builds created by their developers*
mc.trollandia.it (Italian)
mc.crackpixel.net (English) *this server using ThePit builds created by their developers*
mc.legendity.es (Spanish)
[IMG]


/ThePit Level (Change player's level)
/ThePit Prestige (Change player's prestige)
/ThePit Gold (Modify player's gold)
/ThePit Renown (Modify player's renown)
/ThePit Bounty (Modify player's bounty)
/ThePit Build (Enables / disables building mode)
/ThePit Reset <player> (Reset player's account)
⦁ /ThePit Join (Join ThePit arena, shared mode only)
/ThePit Leave (Leaves ThePit arena, shared mode only)
/Gold (Shows your gold)
[IMG]


thepit.setup (setup commands)
thepit.build (build command)
thepit.reset (delete player account)
thepit.economy (modify gold balance)
thepit.rankcolors.<rankname> (assign rank colors to players, create tags in RankColors.yml)

Uploader


Downloads
8
Views
625
First release
Last update
Rating
0.00 star(s) 0 ratings

More resources from ArteffKods

Similar resources

:【UltimateHomes】: Highly configurable player sethome system [1.8-1.20.x+] UNKNOWN
Let players create their own personal waypoints they can teleport back to at any time!
0.00 star(s) 0 ratings
Updated
Advanced Market | Player Market Place - GUI - Local Database ArteffKods
0.00 star(s) 0 ratings
Updated
Advanced Market | Player Market Place - GUI - Local Database M
0.00 star(s) 0 ratings
Updated
AdvancedHeads ⭐ 50,000+ Player heads database ArteffKods
Over 50,000 Custom Heads ⚡️ Purchase Heads ⚡️ Searching & Favorites ⚡️ Supported by many plugins
0.00 star(s) 0 ratings
Updated
Back
Top Bottom