https://github.com/devan-kerman/spigot-template
template project for making spigot plugins
https://github.com/devan-kerman/spigot-template
Last synced: 12 months ago
JSON representation
template project for making spigot plugins
- Host: GitHub
- URL: https://github.com/devan-kerman/spigot-template
- Owner: Devan-Kerman
- License: gpl-3.0
- Created: 2019-12-24T22:48:01.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-31T17:08:49.000Z (over 6 years ago)
- Last Synced: 2025-05-17T06:41:02.426Z (about 1 year ago)
- Language: Java
- Size: 31.3 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Spigot-Template
template project for making spigot plugins
## Features
automatically downloads paper for testing your plugins without having to include it in your repo or install it every time you clone it
shades in paperlib
uses bukkit api for more compatibility, but you can change it to spigot
auto-fills plugin.yml based on gradle.properties
auto-checks for main class to ensure it is valid
already packs in shadow plugin