generated from Slimefun/Addon-Template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplugin.yml
23 lines (16 loc) · 828 Bytes
/
plugin.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
## CHANGE this to the name of your plugin.
name: Spikes
## CHANGE this to your username.
author: Asriel_dmr
## CHANGE this to a meaninful but short description of your plugin.
description: A simple way to upgrade your mob farm!
## CHANGE this to the path of the class that extends JavaPlugin.
main: me.Asrieldmr.spikes.Spikes
## You can change this to link to your website or repository. You can also remove this line if you want to.
website: https://github.com/TheBusyBiscuit/Slimefun4-Addon
## This is required and marks Slimefun as a plugin dependency.
depend: [Slimefun]
## This value is automatically replaced by the version specified in your pom.xml file, do not change this.
version: ${project.version}
## This is the minimum minecraft version required to run your plugin.
api-version: 1.14