Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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 "

```