BradleyLyman / my_first_plugin

An example PaperMC Plugin.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My First Plugin

An example plugin for a PaperMC Minecraft server.

Gradle Tasks

  • runServer
    • launch a local paper server which includes the plugin for quick testing
  • test
    • run all unit tests
  • build
    • build the obfuscated jar and resource pack

Folder Structure

  • /buildSrc
    • Hosts local gradle build scripts / plugins.
  • /gradle
    • The standard gradle wrapper check in
  • /lib
    • The actual plugin source + tests

About

An example PaperMC Plugin.

License:MIT License


Languages

Language:Java 51.6%Language:Groovy 48.4%