Bukkit plugin.yml
Minecraft Bukkit plugin description files
| Type | object |
|---|---|
| File match |
plugin.yml
|
| Schema URL | https://catalog.lintel.tools/schemas/schemastore/bukkit-plugin-yml/latest.json |
| Source | https://www.schemastore.org/bukkit-plugin.json |
Validate with Lintel
npx @lintel/lintel check
Properties
The plugin's initial class file.
A plugin revision identifier.
Human readable plugin summary.
The plugin author.
The plugin contributors.
The URL to the plugin's site
The token to prefix plugin log entries.
Set to true if this plugin uses a database.
The phase of server-startup this plugin will load during.
Other required plugins.
Other plugins that add functionality.
A list of plugins should be loaded after this plugin.
The commands the plugin will register
The permissions the plugin will register
The concepts that the plugin acknowledges.
Gives the API version which this plugin is designed to support.
A list of libraries the server should download and supply to the plugin when loading it.
Definitions
Optional command attributes.
A user-friendly description for a command.
Alternate command names a user may use instead.
The permission required to use the command.
A no-permission message.
A short description of how to use this command.
Optional permission attributes.
A short description of what this permission allows.
Allows other permissions to be set as a relation to the parent permission.