BetterFortune-Pillars
BetterFortune-Pillars is a minigame managed plugin! You can download it from the official Spigotmc plugin page!
Downloading and start using the plugin, It is easy to setup, just put the plugin.jar inside your /plugins folder!
Editing The Files
You can edit about 99.9% of the plugin since version V2.0.0! You can add more Schematics, Menus, Hotbar Items & Much More!
How to add custom schematic files? Create your own .schem or .schematic file and upload it in the folder ./plugins/~~/Schematics/ and give your schematic a name! (Important! You need to create a .yml settings file too for the schematic to work correctly!) After this, go to ./plugins/~~/Settings.yml and add your schematic to the schematic settings section!
File will look like this! (Can be little bit different!)
Code (YAML):
Schematics:
default1:
SettingsFile
: Default1.yml
SchemFile
: Default1.schem
MyCoolSchematic:
SettingsFile
: MyCoolSchematic.yml
SchemFile
: MyCoolSchematic.schem
How to add custom Gui file? Its really simple, first of all you need to create a new file in ./Menus/ folder! after this, add the following code:
Code (YAML):
GUI
:
#Size (9, 18, 27, 36, 45, 54)
Size
: 27
Gui-Display-Name
:
"&b&lCustom Gui"
#Do not use the same GUI-ID for multiple guis, this will cause issues!
GUI-ID
:
"CustomGui"
Items:
STONE:
Display-Name
:
"&b&lStone"
Lores
:
-
"&fCustom Stone!"
-
"&fClick to use the /help command!"
Slot
: 1
Item
: STONE
Action:
Type
: COMMAND
Sender
: PLAYER
Command
: /help
You can add as many items as you want! Dont use the same name for items due it will cause issues!
After you made the menu file, add it to the plugin Settings.yml file! Add it like this:
Code (YAML):
Menus:
CustomGUI:
File
: CustomGUI.yml
Command
: /customgui
Permission
: BetterLab.Menus.CustomGUI
MyCoolGUI:
File
: MyCoolGUI.yml
Command
: /MyCoolgui
Permission
: BetterLab.Menus.MyCoolGUI
For More information, Check our official wiki!
https://wiki.betterplugins.xyz/