Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/MSUPlugins/TemplatePlugin

Basic template for MSU plugins
https://github.com/MSUPlugins/TemplatePlugin

bukkit bukkit-api bukkit-plugin minecraft minecraft-plugin minecraft-server plugin spigot spigot-api spigot-plugin

Last synced: 4 months ago
JSON representation

Basic template for MSU plugins

Awesome Lists containing this project

README

        

# Description
TODO

# Usage
- `/templatecommand`: User command
- Permission: `templateplugin.use` (auto-granted to everyone)
- `/templatecommand admin`: Administration command
- Permission: `templateplugin.admin` (auto-granted to admins)

# Permissions
- `templateplugin.use`: Allows to use "/templatecommand"
- `templateplugin.admin`: Allows to use "/templatecommand admin"

# Config
- See [config.yml](https://github.com/MSUPlugins/TemplatePlugin/blob/master/src/main/resources/config.yml)