InsurgenceBoosters
WIP
Setup
Get yourself started with the plugin!
Installing The Plugin
After downloading the plugin from BuiltByBit, place it in the plugins folder on your server. That...
Creating Your First Booster
The command below can be used to generate a booster. It will produce an automatically generated b...
Addon Roundup
What are addons? Addons are used to extend the capabilities of the main plugin. We offer free ad...
Messages
The list of actions that can be taken on messages. Hex colors are supported in all messages.
Prefix
Insert the Prefix from settings.yml into any message just add {prefix} to the message
Json
Minecraft allows you to create more advanced messages using Json you can use a json text generato...
Player Variable
You can also show the players name by inserting {player} into the message
Send Message As Action Bar
You can choose to send a chat message as an actionbar instead by adding <actionbar> to the start ...
Send Message As Toast
You can choose to send a chat message as a toast by adding <toast> to the start of the message
Send Message As A Title
You can choose to send a chat message as a title by adding <title> to the start of the message
Send Message As A Boss Bar
You can choose to send a chat message as a bossbar by adding <bossbar> to the start of the messag...
Center A Message In Chat
To center a message in chat add <center> to the start of the message.
Developer API
Use our robust API to put your unique ideas into practice.
Creating an Addon
Assuming you have already created your empty project, you will be required to create a new direct...
Creating a Custom Booster (Java)
Below is an example of an Experience booster. When a player receives exp, the amount received wil...
Creating an Effect Booster (Java)
Below is an example of how you can create a booster that applies effects to the player Main Cl...