All Projects → PaperMC → paperweight-test-plugin

PaperMC / paperweight-test-plugin

Licence: other
test plugin for paperweight-userdev

Programming Languages

kotlin
9241 projects
java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to paperweight-test-plugin

Docker-Minecraft-PaperMC-Server
Starts a Minecraft PaperMC 1.18 server
Stars: ✭ 80 (+135.29%)
Mutual labels:  minecraft-server, papermc
LevelledMobs
Level-up mobs on your Spigot/Paper server, RPG-style!
Stars: ✭ 143 (+320.59%)
Mutual labels:  minecraft-server, minecraft-plugin
Islands
A spigot plugin for creating customisable home islands with different biomes. https://www.spigotmc.org/resources/islands-home-islands-system.84303/
Stars: ✭ 18 (-47.06%)
Mutual labels:  minecraft-server, minecraft-plugin
Paper
High performance Spigot fork that aims to fix gameplay and mechanics inconsistencies
Stars: ✭ 5,293 (+15467.65%)
Mutual labels:  minecraft-server, papermc
pluGET
📦 Powerful Package manager which updates plugins & server software for minecraft servers
Stars: ✭ 87 (+155.88%)
Mutual labels:  minecraft-server, papermc
ScriptableMC-Engine
Create TypeScript/JavaScript plugins for Minecraft 1.16 Bukkit/Spigot/Paper
Stars: ✭ 36 (+5.88%)
Mutual labels:  minecraft-server, minecraft-plugin
RaspberryPiMinecraft
Configuration files and performance testing scripts to setup and optimize a dedicated Minecraft (PC Java version) server
Stars: ✭ 179 (+426.47%)
Mutual labels:  minecraft-server, papermc
yamipa
Yet Another Minecraft Image Placing Addon
Stars: ✭ 19 (-44.12%)
Mutual labels:  minecraft-plugin, papermc
CommandWhitelist
You decide what commands players can use or tab complete on your server!
Stars: ✭ 115 (+238.24%)
Mutual labels:  minecraft-plugin, papermc
LiteXLoader
This project has been merged into LiteLoaderBDS 👇 click below to new project 本项目已经合并到 LiteLoaderBDS 项目中 👇 点击前往 https://github.com/LiteLDev/LiteLoaderBDS
Stars: ✭ 84 (+147.06%)
Mutual labels:  minecraft-server, minecraft-plugin
LibertyBans
The be-all, end-all of discipline.
Stars: ✭ 92 (+170.59%)
Mutual labels:  minecraft-plugin, papermc
McRPG
An RPG plugin for Minecraft 1.13
Stars: ✭ 32 (-5.88%)
Mutual labels:  minecraft-server, minecraft-plugin
EliteMobs
This is a spigot plugin that aims to extend Minecraft's survival endgame by making mobs more interesting.
Stars: ✭ 114 (+235.29%)
Mutual labels:  minecraft-server, minecraft-plugin
TamableFoxes
SpigotMC Plugin that gives you the ability to tame foxes!
Stars: ✭ 21 (-38.24%)
Mutual labels:  minecraft-server, minecraft-plugin
Mohist
Minecraft Forge Hybrid server implementing the Spigot/Bukkit API, formerly known as Thermos/Cauldron/MCPC+
Stars: ✭ 861 (+2432.35%)
Mutual labels:  minecraft-server
Boss
Premium custom monsters plugin with skill system, natural spawning and lots of sickest features!
Stars: ✭ 72 (+111.76%)
Mutual labels:  minecraft-plugin
KibblePatcher
KibbleLands Spigot patcher
Stars: ✭ 25 (-26.47%)
Mutual labels:  papermc
hyperblock
[DEPRECATED] A theoretically-infinitely-scalable Skyblock plugin.
Stars: ✭ 16 (-52.94%)
Mutual labels:  minecraft-plugin
NanoLimbo
The lightweight, high performance Minecraft limbo server
Stars: ✭ 94 (+176.47%)
Mutual labels:  minecraft-server
MineiaGo
Minecraft Bedrock Edition <-> Java Edition using BungeeCord.
Stars: ✭ 14 (-58.82%)
Mutual labels:  minecraft-server

paperweight-test-plugin

jmp's test plugin for paperweight-userdev development

(also serves as an example until more thorough documentation is created)

note

  • build.gradle.kts and settings.gradle.kts both contain important configuration.
  • paperweight-userdev automatically detects shadow and will use shadowJar as input for reobfJar. This means no extra configuration is required to use paperweight-userdev with shadow. See the shadow branch on this repository for an exmaple usage of shadow with paperweight-userdev.
  • The plugin-yml and run-paper Gradle plugins are both optional, however I use them in almost all my plugin projects and recommend at least trying them out. plugin-yml auto-generates your plugin.yml file from configuration in the build file, and run-paper allows for launching a test server with your plugin through the runServer and runMojangMappedServer tasks.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].