Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sofianedjerbi/paperplugintemplate
A simple template for Paper plugins.
https://github.com/sofianedjerbi/paperplugintemplate
Last synced: about 10 hours ago
JSON representation
A simple template for Paper plugins.
- Host: GitHub
- URL: https://github.com/sofianedjerbi/paperplugintemplate
- Owner: sofianedjerbi
- License: gpl-3.0
- Created: 2023-08-07T21:18:37.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-16T22:52:23.000Z (about 1 year ago)
- Last Synced: 2024-10-12T03:44:11.179Z (28 days ago)
- Language: Java
- Homepage:
- Size: 70.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Template
An awesome plugin.
# Commands
- `/template reload`: Reload the plugin
- `/template version`: Plugin version# Configuration
```yaml
# Please don't change this
version: 1# Plugin messages
# Format: MiniMessage
# Documentation: https://docs.advntr.dev/minimessage/format.html
language:
reload: "[Template] Successfully reloaded!"
version: "[Template] Plugin version: "
permission: "You do not have permission to use this command."
usage: "Usage: /template "```