mirror of
https://github.com/songoda/FabledSkyBlock.git
synced 2025-02-17 04:02:04 +01:00
# Added the 'Island Upgrade' menu to upgrade perks on your Island (Requires Vault Economy). # Added the command '/island upgrade' to open the 'Island Upgrade' menu. # Added the 'Upgrade Editor' menu to manage upgrades for islands. # Added the command '/island admin upgrade' to open the 'Upgrade Editor' menu. # Added the permission node 'skyblock.admin.upgrade' to open the 'Upgrade Editor' menu. # Fixed CPE when opening an inventory on a seperate thread. # Fixed Chunk error when setting the biome of the Island. # Setting data now has its own file rather than being in the same file as the island data. # Replaced the default structure file with an actual island. # Recoded the Setting System.
12 lines
307 B
YAML
12 lines
307 B
YAML
name: SkyBlock
|
|
main: me.goodandevil.skyblock.SkyBlock
|
|
version: 31
|
|
api-version: 1.13
|
|
description: A unique SkyBlock plugin
|
|
author: GoodAndEvil
|
|
softdepend: [PlaceholderAPI, MVdWPlaceholderAPI, Vault]
|
|
loadbefore: [Multiverse-Core]
|
|
commands:
|
|
island:
|
|
description: Island command
|
|
aliases: [is] |