LIMITED SALE |⭐PRO⭐ BuildBattle ~ The BEST BuildBattle minigame on the market ! [1.8.8-1.13.2]

NULLED LIMITED SALE |⭐PRO⭐ BuildBattle ~ The BEST BuildBattle minigame on the market ! [1.8.8-1.13.2] 5.3.3

No permission to download
[IMG]
[IMG]
[IMG]
[IMG]
[IMG]
[IMG]
[IMG]
... and a lot more satisfied customers !
[IMG]

[IMG]
BuildBattle
is a building styled minigame where players have to build something relevant to specified theme for a certain amount of time. Players can choose to play solo mode, or team mode to team up with other players or friends. When building time is over, all players will vote for the best build in the game. Player(s) with most vote points is(are) the winner(s)!
[IMG]

I am always here for you to help on my Discord Support Channelwith any kind of problem you have or with any unresolved question about my plugins. Definitely join it to stay updated!

Other Forms of contacting me:
This resource is recommended by:
a10007d593ec6baacffe34baf01922495c804a1f.png


[IMG]
  • NEW Ready-Made Setup included in Download
    • If you don't have enough time setting up the arenas I have included Ready-Mate setup with one arena totally for FREE !
  • NEW Fully Customizable Scoreboard !
    • Supports also PlaceholderAPI and MVdWPlaceholderAPI placeholders !
  • Support ready for you ANYTIME !
  • Multi-Version compatibility [1.8.8 - 1.13.2]
  • Multi-Arena / BungeeCord
  • Easy and effortless setup
  • Translate and configure almost everything
  • Customizable commands
    • Customize plugin commands, their names, aliases and description !
  • Fancy in-game and main lobby Non-Flickering Scoreboard
  • Solo/Team mode
  • GUI Arena Editor
  • Parties
  • Change Floor via NPCs
  • Build Reports
    • Requires WorldEdit plugin and version below 1.13
    • Easily report and manage inappropriate builds !
  • LeaderHeads support
    • Customizable LeaderHeads for every player statistic:
      • bb-wins (Most Wins)
      • bb-played (Most Played)
      • bb-mostpoints (Most Points gained)
      • bb-supervotes (Most Super Votes owned)
      • bb-blocks (Most Blocks placed)
      • bb-particles (Most Particles placed)
  • Leaderboards:
  • Arena Signs
    • Solo / Team Auto-Join signs !
  • Placeholders for PlaceholderAPI and MVdWPlaceholderAPI
    • buildbattlepro_wins
    • buildbattlepro_played
    • buildbattlepro_most_points
    • buildbattlepro_blocks_placed
    • buildbattlepro_particles_placed
    • buildbattlepro_super_votes
  • After game rewards
  • GUI Theme Voting
  • Player's statistics:
    • MySQL / Flat file support
  • Advanced in-game build options
    • Banner creator
    • Changing plot biome
    • Changing plot floor
    • Changing plot time
    • Changing plot weather
    • Particles
    • Plot reset
    • Decoration Heads
  • Developer API
[IMG]

bbadmincommands1.png
bbadmincommands2.png
bbplayercommands.png

Permissions:
  • buildbattlepro.admin - Admin permission. Allows to reload plugin, start / stop game, and reload plugin. Default given to all OP's
  • buildbattlepro.particle.* - Permission for placing all particles. Default given to all players. Contains:
    • buildbattlepro.particle.heart
    • buildbattlepro.particle.happy
    • buildbattlepro.particle.angry
    • buildbattlepro.particle.lava
    • buildbattlepro.particle.water
    • buildbattlepro.particle.note
    • buildbattlepro.particle.glyph
    • buildbattlepro.particle.slime
    • buildbattlepro.particle.mobspawner
    • buildbattlepro.particle.explosion
    • buildbattlepro.particle.crit
    • buildbattlepro.particle.witch
    • buildbattlepro.particle.splash
    • buildbattlepro.particle.cloud
    • buildbattlepro.particle.portal
    • buildbattlepro.particle.firework
    • buildbattlepro.particle.redstone
    • buildbattlepro.particle.snowball
  • buildbattlepro.* - Permission for everything in this plugin
  • buildbattlepro.create - Permission for creating and setting arenas and managing arenas plots
  • buildbattlepro.party - Permissions for creating parties. Default given to all OPs.
  • buildbattlepro.joinfull - Permission to join full arenas. Default given to all OPs.
  • buildbattlepro.player - Player permissions, includes join, leave, and using in-game build options. Default given to all players.
  • buildbattlepro.settheme - Permission that allows to force-set themes. Default given to all OPs.
  • buildbattlepro.start - Permission that allows to start arenas. Default given to all OPs.
  • buildbattlepro.stop - Permission that allows to stop arenas. Default given to all OPs.
  • buildbattlepro.bypass - Permission that allows to bypass using only BuildBattle commands in game. Default given to all OPs.
  • buildbattlepro.manage.reports - Permission that allows player to watch and manage all reports. Default given to all OPs.
  • buildbattlepro.party.size.* - Permission that allows to have unlimited players in your party. Default given to all OPs.
  • buildbattlepro.party.size.<amount> - Permission that allows to have up to <amount> players in your party.
[IMG]
Tutorials:
English
Tutorial by @AntonioRush

English Tutorial by @BranstonProject


[IMG]

Installing plugin to your server:
  • No other dependencies required !
  • This plugin will work only on servers with Java 8 and above !
Arena setupping:
Arena settuping is trivial for each arena. If you want to setup arena game length and other variables such as MySQL, BungeeCord, check out config.yml ! If you want to edit Themes, check out themes.yml !
  1. Create arena with /bb create <name> <solo/team>
  2. Set arena lobby location with /bb setlobby <name>
  3. Give yourself a Plot Selection Wand by /bb pos for plot selection
  4. Create as many build plots as you want with /bb addplot <name>
  5. If you made a mistake with adding build plots, simply do /bb delplot <name>
  6. (Optional) Create arena sign(s) like this:
    1. Line: [bb]
    2. Line: <arena_name>
  7. (Optional) If you want to create Auto-Join sign(s), create them like this:
    1. Line: [bb]
    2. Line: autojoin
    3. (Optional) Line: <solo/team>

  • Just for safety, reload plugin by doing /bb reload
Spoiler: config.yml
[IMG]

[IMG]
[IMG]
[IMG]
[IMG]
[IMG]
[IMG]
[IMG]
[IMG]
[IMG]
[IMG]

[IMG]
[IMG]
[IMG]
[IMG]
[IMG]
[IMG]
[IMG]
[IMG]


[IMG]
Code (Text):

//Retrieves you list of all arenas
List<BBArena> bbArenas = BuildBattleProAPI.getArenas();

//Retrieves you build battle stats of player (if exists, if not returns null)
PlayerStats playerBBStats = BuildBattleProAPI.getPlayerBuildBattleStats(player);

//Retrieves you arena in which player is
BBArena playerArena = BuildBattleProAPI.getPlayerArena(player);

//Events
BBGameEndEvent
BBGameStartEvent
BBGameStateSwitchEvent
BBReportEvent
BBPlayerGameJoinEvent

[IMG]
  • If you have right to download the BuildBattlePro plugin, you are claimed as "buyer" of BuildBattlePro plugin.
  • Refunds/chargebacks are prohibited, as one does not have a right to get a refund for such digital item as it has been used.
  • One purchase is valid for one (1) Minecraft server, or one (1) instance of a bungee network.
  • Author of this plugin has full right to change the price of the plugin anytime.
  • After buying this plugin you will have right to download plugin, and all exclusive content with it
  • Author of this plugin has full right to change content of this plugin anytime.
Author
Direct-Leaks.com
Downloads
18
Views
528
First release
Last update
Rating
0.00 star(s) 0 ratings

More resources from Direct-Leaks.com

Top