Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Latest commit

 

History

History
8 lines (7 loc) · 588 Bytes

readme.md

File metadata and controls

8 lines (7 loc) · 588 Bytes

Creepinson's Spigot Plugin Template for Complete Beginners

Thank you for using my plugin template! It is free to use in any of your plugins, just please credit me. That's all I request.
This template includes an example command, and an example event listener. This template also includes a few utilities made both by me, and some other programmers out there.

If you want to add additional libraries to your plugin, put the dependency information in the pom.yml file in the <dependencies> section. You may need to add the repository to the <repositories> section as well.