https://github.com/thehale/papermc-plugin-template
A beginner-friendly template for creating your first Minecraft plugin!
https://github.com/thehale/papermc-plugin-template
beginner-friendly minecraft minecraft-plugin minecraft-plugin-template papermc papermc-plugin papermc-plugin-template
Last synced: about 1 month ago
JSON representation
A beginner-friendly template for creating your first Minecraft plugin!
- Host: GitHub
- URL: https://github.com/thehale/papermc-plugin-template
- Owner: thehale
- License: mpl-2.0
- Created: 2024-01-18T05:02:59.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2026-03-31T17:26:02.000Z (3 months ago)
- Last Synced: 2026-03-31T18:44:33.587Z (3 months ago)
- Topics: beginner-friendly, minecraft, minecraft-plugin, minecraft-plugin-template, papermc, papermc-plugin, papermc-plugin-template
- Language: Java
- Homepage:
- Size: 98.6 KB
- Stars: 0
- Watchers: 2
- Forks: 3
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# PaperMC Plugin Template
A template for developing custom plugins for PaperMC Minecraft Servers
[](https://jhale.dev)
## How to Use this Template
1. Make a copy of this repository.
- On GitHub, press the **Use this template** button.
- Or you can clone a copy: `git clone https://github.com/thehale/papermc-plugin-template`
2. Choose a name for your plugin (e.g. `my-plugin`).
- Rename the repository.
- Run `./gradlew renamePlugin -PnewAuthor=YOUR_GITHUB_USERNAME -PnewPluginName=YOUR_PLUGIN_NAME`
## Contributing
Please read the [Contributing Guide](./CONTRIBUTING.md)
## License
Copyright (c) 2023 Joseph Hale. All Rights Reserved
Licensed under the terms of the [Mozilla Public License version 2.0](./LICENSE).
> TL;DR *(not legal advice)*
> - New files of code of your own authorship can carry any license, open-source
> or proprietary.
> - Changes to existing files (or files into which you copy code from this
> project) must be released as open-source code under the terms of the MPL-2.0.