Skip to main content

Recently Updated Pages

Addon Roundup

InsurgenceBoosters Setup

What are addons? Addons are used to extend the capabilities of the main plugin. We offer free ad...

Updated 6 months ago by Hxtch

PlaceholderAPI

InsurgenceBoosters Placeholders

Below is a list of placeholders that can be used to retrieve data about the boosters. {scope} ...

Updated 7 months ago by Dragon

Creating Addon Lua

InsurgenceSets Developer API

To accommodate addons that necessitate only a minimal amount of code, we have introduced the opti...

Updated 7 months ago by Dragon

Creating A Custom Fragment Generator Lua

InsurgenceSets Developer API

It is possible to use Lua to develop a simple or new fragment generator for additional events. F...

Updated 7 months ago by Dragon

Creating An Addon

InsurgenceSets Developer API

Setup a new project then right click the project and create a directory called libs. Once that i...

Updated 7 months ago by Hxtch

Creating A New Fragment Generator Java

InsurgenceSets Developer API

We made it easy to create new custom fragment generators Create a new class in your project and ...

Updated 7 months ago by Hxtch

Creating A New Currency Java

InsurgenceSets Developer API

Creating a new currency is very easy; simply extend our Currency class Currency After extending...

Updated 7 months ago by Hxtch

Installing The Plugin

InsurgenceBoosters Setup

After downloading the plugin from BuiltByBit, place it in the plugins folder on your server. That...

Updated 9 months ago by Hxtch

Creating an Effect Booster (Java)

InsurgenceBoosters Developer API

Below is an example of how you can create a booster that applies effects to the player Main Cl...

Updated 9 months ago by Hxtch

Creating a Custom Booster (Java)

InsurgenceBoosters Developer API

Below is an example of an Experience booster. When a player receives exp, the amount received wil...

Updated 10 months ago by Hxtch

Creating an Addon

InsurgenceBoosters Developer API

Assuming you have already created your empty project, you will be required to create a new direct...

Updated 10 months ago by Hxtch

Center A Message In Chat

InsurgenceBoosters Messages

To center a message in chat add <center> to the start of the message.

Updated 10 months ago by Hxtch

Player Variable

InsurgenceBoosters Messages

You can also show the players name by inserting {player} into the message

Updated 10 months ago by Hxtch

Prefix

InsurgenceBoosters Messages

Insert the Prefix from settings.yml into any message just add {prefix} to the message

Updated 10 months ago by Hxtch

Json

InsurgenceBoosters Messages

Minecraft allows you to create more advanced messages using Json you can use a json text generato...

Updated 10 months ago by Hxtch

Send Message As Action Bar

InsurgenceBoosters Messages

You can choose to send a chat message as an actionbar instead by adding <actionbar> to the start ...

Updated 10 months ago by Hxtch

Send Message As Toast

InsurgenceBoosters Messages

You can choose to send a chat message as a toast by adding <toast> to the start of the message

Updated 10 months ago by Hxtch

Send Message As A Title

InsurgenceBoosters Messages

You can choose to send a chat message as a title by adding <title> to the start of the message

Updated 10 months ago by Hxtch

Send Message As A Boss Bar

InsurgenceBoosters Messages

You can choose to send a chat message as a bossbar by adding <bossbar> to the start of the messag...

Updated 10 months ago by Hxtch

Creating Your First Booster

InsurgenceBoosters Setup

The command below can be used to generate a booster. It will produce an automatically generated b...

Updated 10 months ago by Hxtch