1
mirror of https://github.com/StarWishsama/Slimefun4.git synced 2024-09-20 19:55:48 +00:00
Slimefun4/src/main/resources/plugin.yml
2020-12-09 13:33:34 +01:00

88 lines
2.5 KiB
YAML

# Name and version
name: Slimefun
version: ${project.version}
# Project metadata
author: The Slimefun 4 Community
website: https://github.com/Slimefun
description: Slimefun basically turns your entire Server into a FTB modpack without installing a single mod
# Technical settings
main: io.github.thebusybiscuit.slimefun4.implementation.SlimefunPlugin
api-version: '1.14'
# (Soft) dependencies of Slimefun, we hook into these plugins.
softdepend:
- CS-CoreLib
- PlaceholderAPI
- WorldEdit
- ClearLag
- mcMMO
- ItemsAdder
# We hook into these plugins too, but they depend on Slimefun.
loadBefore:
- ChestTerminal
- ExoticGarden
# Our commands
commands:
slimefun:
aliases: sf
description: Slimefun base command
usage: You either forgot to install CS-CoreLib or you installed an unsupported version.
# Default permissions
permissions:
slimefun.command.guide:
description: Allows you to obtain the Slimefun guide book
default: true
slimefun.command.search:
description: Allows you to do /sf search
default: true
slimefun.command.open_guide:
description: Allows you to open the SF guide without the book
default: op
slimefun.cheat.items:
description: Allows you to cheat Items
default: op
slimefun.cheat.researches:
description: Allows you to cheat Researches
default: op
slimefun.stats.others:
description: Allows you to see the Stats from other Players
default: op
slimefun.android.upload-script:
description: Allows you to upload an Android Script
default: op
slimefun.command.timings:
description: Allows you to do /sf timings
default: op
slimefun.command.teleporter:
description: Allows you to do /sf teleporter
default: op
slimefun.command.versions:
description: Allows you to do /sf versions
default: op
slimefun.command.backpack:
description: Allows you to do /sf backpack
default: op
slimefun.command.charge:
description: Allows you to do /sf charge
default: op
slimefun.android.bypass:
description: Allows you to edit other Players Androids
default: op
slimefun.cargo.bypass:
description: Allows you to edit other Players Cargo Blocks
default: op
slimefun.inventory.bypass:
description: Allows you to open all Slimefun Machines
default: op
slimefun.gps.bypass:
description: Allows you to open all GPS inventories
default: op
slimefun.debugging:
description: Allows you to use the debugging tool from Slimefun
default: op