minecraft-dev / MinecraftDev

Plugin for IntelliJ IDEA that gives special support for Minecraft modding projects.
https://minecraftdev.org/
GNU Lesser General Public License v3.0
1.49k stars 185 forks source link

Adding Purpur support when creating a project #1787

Open RareMaker50 opened 2 years ago

RareMaker50 commented 2 years ago

Bukkit, Spigot, Paper are all supported but I was wondering if Purpur support could be added? it's a good fork of Paper that's trusted which adds Tuinity's optimization to Paper with a lot of customization, and some API functions that can come in very useful.

despwtf commented 2 years ago

just use paper api lol

RareMaker50 commented 2 years ago

I want to use Purpur API, I didn't ask for someone's opinion on which API I should use, I asked if it could be added. Not trying to be rude, just want to use it lol

BlueTree242 commented 2 years ago

Why u need purpur api?

RareMaker50 commented 2 years ago

I don't desperately need it, but it has some packages I wanna use and try out and it still has bukkit/spigot/paper's api's/packages so not really gonna affect anything. I asked in the discord if I can just change out the dependencies/gradle/maven patch for the api and the only person replying to messages said it may or may not work, Tried it today and "seems" to be working, just a feature I'd like to see if it doesn't take a while.