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

67 lines
2.1 KiB
YAML
Raw Normal View History

2016-04-14 16:24:03 +00:00
name: Slimefun
version: ${project.version}
2017-07-14 10:02:32 +00:00
author: The Slimefun 4 Community
2016-04-14 16:24:03 +00:00
description: Slimefun basically turns your entire Server into a FTB modpack without installing a single mod
2020-09-06 15:19:02 +00:00
website: https://github.com/Slimefun
2016-04-14 16:24:03 +00:00
2020-06-27 11:10:47 +00:00
main: io.github.thebusybiscuit.slimefun4.implementation.SlimefunPlugin
softdepend: [CS-CoreLib, PlaceholderAPI, WorldEdit, EmeraldEnchants]
2016-04-14 16:24:03 +00:00
2020-05-13 20:20:31 +00:00
api-version: '1.13'
2018-09-04 15:26:10 +00:00
2016-04-14 16:24:03 +00:00
commands:
slimefun:
2020-04-03 09:41:58 +00:00
description: Slimefun command
2016-04-14 16:24:03 +00:00
aliases: sf
2020-05-13 21:35:22 +00:00
usage: You either forgot to install CS-CoreLib or you installed an unsupported version.
2020-04-03 09:41:58 +00:00
2016-04-14 16:24:03 +00:00
permissions:
2020-06-04 21:56:08 +00:00
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
2016-04-14 16:24:03 +00:00
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
2016-05-18 13:15:45 +00:00
slimefun.command.teleporter:
description: Allows you to do /sf teleporter
default: op
2017-01-18 14:37:00 +00:00
slimefun.command.versions:
description: Allows you to do /sf versions
default: op
2020-05-10 21:28:30 +00:00
slimefun.command.backpack:
description: Allows you to do /sf backpack
default: op
2020-09-10 21:02:03 +00:00
slimefun.command.charge:
description: Allows you to do /sf charge
default: op
2016-04-14 16:24:03 +00:00
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
2020-05-13 20:20:31 +00:00
default: op
slimefun.debugging:
description: Allows you to use the debugging tool from Slimefun
default: op