Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/MSUPlugins/TemplatePlugin
- Owner: MSUPlugins
- License: mit
- Created: 2024-03-01T03:39:32.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2024-03-07T02:20:43.000Z (11 months ago)
- Last Synced: 2024-03-07T03:30:23.147Z (11 months ago)
- Topics: bukkit, bukkit-api, bukkit-plugin, minecraft, minecraft-plugin, minecraft-server, plugin, spigot, spigot-api, spigot-plugin
- Language: Java
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)