Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/katorlys-samples/maven-spigot-starter
A latest Spigot maven starter template. 👉Usage: Replace "ExampleProject" with your repository name.
https://github.com/katorlys-samples/maven-spigot-starter
bukkit java maven minecraft sdk spigot starter template
Last synced: 9 days ago
JSON representation
A latest Spigot maven starter template. 👉Usage: Replace "ExampleProject" with your repository name.
- Host: GitHub
- URL: https://github.com/katorlys-samples/maven-spigot-starter
- Owner: katorlys-samples
- License: mpl-2.0
- Created: 2022-01-21T06:44:09.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-24T05:27:07.000Z (3 months ago)
- Last Synced: 2024-10-24T23:29:41.940Z (3 months ago)
- Topics: bukkit, java, maven, minecraft, sdk, spigot, starter, template
- Language: Java
- Homepage:
- Size: 38.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
ExampleProject
One sentence to describe your plugin.[![Pull Requests][github-pr-badge]][github-pr-link]
[![Issues][github-issue-badge]][github-issue-link]
[![License][github-license-badge]](LICENSE)
[![Build][github-build-badge]][github-build-link]
[![Release][github-release-badge]][github-release-link]## Introduction
Describe your plugin clearly.### Features
- Feature 1
### Dependencies## Commands
`/command` Command function.## Permissions
`permission.node` Permission description.## Config
config.yml:
```yml
# Your config here.
```## Notice
- Please test before leaving a review. If you dislike it, avoid leaving negative reviews.
- If you find a bug, are unsure how to use the plugin, or have feature suggestions, make sure that you're using the latest version and report issues on [GitHub](https://github.com/katorlys/ExampleProject/issues).
- DO NOT use the review section to report bugs, as you won't receive support there.
- For other issues or questions, visit [Discussions](https://github.com/orgs/katorlys/discussions) for further assistance.
[![BACK TO TOP][back-to-top-button]](#readme-top)---
Copyright © 2024-present Katorly Lab[![License][github-license-badge-bottom]](LICENSE)
[back-to-top-button]: https://img.shields.io/badge/BACK_TO_TOP-151515?style=flat-square
[github-pr-badge]: https://img.shields.io/github/issues-pr/katorlys/ExampleProject?label=pulls&labelColor=151515&color=79E096&style=flat-square
[github-pr-link]: https://github.com/katorlys/ExampleProject/pulls
[github-issue-badge]: https://img.shields.io/github/issues/katorlys/ExampleProject?labelColor=151515&color=FFC868&style=flat-square
[github-issue-link]: https://github.com/katorlys/ExampleProject/issues
[github-license-badge]: https://img.shields.io/github/license/katorlys/ExampleProject?labelColor=151515&color=EFEFEF&style=flat-square[github-license-badge-bottom]: https://img.shields.io/github/license/katorlys/ExampleProject?labelColor=151515&color=EFEFEF&style=for-the-badge
[github-build-badge]: https://img.shields.io/github/actions/workflow/status/katorlys/ExampleProject/build.yml?labelColor=151515&style=flat-square
[github-build-link]: https://github.com/katorlys/ExampleProject/actions/workflows/build.yml
[github-release-badge]: https://img.shields.io/github/v/release/katorlys/ExampleProject?include_prereleases&labelColor=151515&color=8DD1E0&style=flat-square
[github-release-link]: https://github.com/katorlys/ExampleProject/releases/latest