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's it!
Insurgence Multipliers
Add-on Roundup
What are add-ons?
Add-ons are .jar
files used to extend the capabilities of the main plugin. We offer free add-on creation to provide support for plugins you want displayed in the multiplier menu.
Loading an add-on
For an add-on to be loaded, the .jar
file must be placed in the plugins\IMultipliers\addons
folder followed by the execution of the plugin's reload command or a server restart. You can verify if an add-on has been loaded by running the command /multiadmin addons
.
Creating an add-on
Please contact support on discord for assistance with creating an add-on to possibly support other plugins.
Creating Your First Multiplier Category
What are categories?
Categories serve as the organizing framework for categorizing each type of multiplier. Upon successful plugin installation, the below example category is provided as a guide.
Settings:
menu-priority: 1
base-multiplier: 1.0
Sub-Labels: []
Formats:
pet: "&a- &7Pet Multiplier: &fx{multiplier}"
Menu-Icon:
material: "EMERALD"
model-data: 0
amount: 1
name: "&aMoney &2Multipliers"
lore:
- " "
- "&7A breakdown of your"
- "&7money multipliers."
- " "
- "&2Multipliers"
- "&a- &7Base Multiplier: &f1x"
- "{multipliers}"
- ""
- "&7Total multi of &f{total}x&7."
glow: false
hide-flags: false
Category Breakdown
For organization and understanding, It is recommended that the name of your category represent the type of multipliers that will be displayed. For example, money.yml
; this suggests that the category will display all registered money multipliers when viewing the display menu.
Formats
This section is a list of identifiers that are used to determine how a multiplier should be displayed in the menu.
Menu-Icon
This is the display item for a category that is shown in the menu. PlaceholderAPI is supported in the lore.