A beginner-friendly template for creating your first Minecraft plugin!
0

Configure Feed

Select the types of activity you want to include in your feed.

papermc-plugin-template / gradle.properties
484 B 19 lines
1############################################ 2# Plugin properties 3 4## Your GitHub username 5pluginOwner = thehale 6 7## The name of your plugin (match the name of your repository) 8pluginName = papermc-plugin-template 9 10 11############################################ 12# Test Server Properties 13 14## The version of Minecraft to use for testing 15paperVersion = 1.20.4 16 17## The version of Paper to use for testing 18## - Check https://papermc.io/downloads/paper for the latest version 19paperBuild = 389