InsurgenceSets
WIP will update description later
Setup
This chapter is for the initial setup of the plugin, mainly to get you started.
Booster Types
Currently we only support EdPrison and Vault We are taking suggestions to add support to more...
Messages
List of things that can be done to messages. All messages supports hex colors
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.
Placeholders
Custom Buttons
A guide on how to make a custom button in our main set menu. Mainly used to open menus that ar...
Setting up a button
First open up the main-set-menu.yml in a text editor Now navigate down to the Custom_Buttons: ...
Importing Java Classes
To import Java classes in to your project is very simple, in this example we will show you how to...
Action Setups
onButtonClick() the onButtonClick() is how you tell the button that you want to do something whe...
Debugging
Information on how to enable debugging.
Developer API
This guide assumes you already know how Java works. If you have any suggestions or questions abou...
Creating Addon Lua
To accommodate addons that necessitate only a minimal amount of code, we have introduced the opti...
Creating A Custom Fragment Generator Lua
It is possible to use Lua to develop a simple or new fragment generator for additional events. F...
Creating An Addon
Setup a new project then right click the project and create a directory called libs. Once that i...
Creating A New Fragment Generator Java
We made it easy to create new custom fragment generators Create a new class in your project and ...
Creating A New Currency Java
Creating a new currency is very easy; simply extend our Currency class Currency After extending...