Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

71 total results found

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

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

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 message, it will show a boss bar for 10 seconds.

Center A Message In Chat

InsurgenceBoosters Messages

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

Creating an Addon

InsurgenceBoosters Developer API

Assuming you have already created your empty project, you will be required to create a new directory called libs by right-clicking your main folder and clicking New -> Directory.  Cope and paste your IBoosters JAR file into that new folder.                 ...

Creating a Custom Booster (Java)

InsurgenceBoosters Developer API

Below is an example of an Experience booster. When a player receives exp, the amount received will be multiplied based on the boosters that are active. We locate active personal and global boosters of the required Type and Namespace. If located, we apply the a...

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 Class package com.insurgencedev.potioneffectsaddon; import com.insurgencedev.potioneffectsaddon.listeners.BoosterListener; import org.insurgencedev.insurgencebo...

PlaceholderAPI

InsurgenceBoosters Placeholders

Below is a list of placeholders that can be used to retrieve data about the boosters. {scope} - Booster scope (Personal or Global){type} - Name of the booster (Money, Token){namespace} - Unique identifier for the booster (CUSTOM, VANILLA) Get how much ti...

Creating Addon Lua

InsurgenceSets Developer API

To accommodate addons that necessitate only a minimal amount of code, we have introduced the option to utilize Lua in place of Java. The process of establishing a Lua addon is straightforward and user-friendly. Setting up the addon Addons require these fie...

Addon Roundup

InsurgenceBoosters Setup

What are addons? Addons are used to extend the capabilities of the main plugin. We offer free addons which provide support for other plugins and also add additional features to the main plugin. You can view the entire list of addons on BuiltByBit. There are t...