Spawner
This plugin allows you to set mob spawner types and optionally gather mob spawners with a Silk Touch enchanted tool.
Thanks to @shop1126 for this video which showcases some of the plugin's features.
This plugin allows you to set mob spawner types and optionally gather mob spawners with a Silk Touch enchanted tool.
Thanks to @shop1126 for this video which showcases some of the plugin's features.
could you pls update this to 1.19.2?
In reply to boomdragonwastaken:
The latest build you can download from the GitLab might work: https://gitlab.com/rwr/spawner/-/jobs/3456939098/artifacts/file/target/Spawner-3.1.4-SNAPSHOT-r07a11ce.jar
I don't post new releases here anymore since I don't really have time to deal with it.
I am working on a new release that should work on 1.19.4 but I've been really busy lately with work. I think that build works on it too but I'm adding some new features and whatnot as well.
Hello, could you please post a new build for Spawner? I recently failed to build Spawner myself using the source, but dependencies have made it complicated.
In reply to MithrandirMage:
Hello,
Whenever I push a new commit GitLab will automatically try to build it. You can view those builds and download them there.
You can go to Source above or just go to https://gitlab.com/rwr/spawner/ and then go to CI/CD and then you will be in the Pipelines page. On the right of the latest build you can see a download artifacts button that when clicked should show you a build:archive link which when clicked will download a zip file that contains the jar inside it. You have to extract it and go into the target folder to find the jar file.
The latest build should normally work with the latest version of Spigot/Paper and if it doesn't then just let me know because I might have to update it.
Sorry, I don't always seem to get notifications from this page. Feel free to post an issue on the GitLab or message me on Discord.
Does this work on Java 16? We updated java and it stopped working. Same Paper version: 1.16.4
In reply to MithrandirMage:
Yes you can download the latest version from the pipelines on the gitlab.
https://gitlab.com/rwr/spawner/
Note that those versions are not vetted by the staff here. I'm not sure if they even do that anymore but I would imagine so.
In reply to ryvix:
I don't see any jar around that site, and I'm kinda clueless as to how to compile this with my IDE (IntelliJ)
In reply to MithrandirMage:
Hmm you're right sorry, it didn't upload properly. It should build it again and upload the right version this time. I'll post a link for you when it's done.
In reply to MithrandirMage:
In the future if you want to compile it on your own, you be able to use Maven to build it. You can do that in your IDE as well. I use IntelliJ as well.
You can go to View > Tool Windows > Maven. On the window that shows you can click Spawner and click the play button and it should build it. Then you can find the Spawner jar in the target folder.
You will also have to have the Java Compiler set to 16 and whatnot in the settings. You can set this under File > Settings > Build, Execution, Deployment > Compiler > Java Compiler. It should show 16 there for Project bytecode version and Target bytecode version. You also may have to add Java 16 under File > Project Structure > Platform Settings > SDKs.
This is a page where you can download the unapproved, potentially risky, semi-tested jar from: https://gitlab.com/rwr/spawner/-/jobs/1454379998/artifacts/file/target/Spawner-3.0.15-SNAPSHOT.jar
In reply to ryvix:
Thanks for the instructions! We may very well use them in the future :)
In reply to ryvix:
Hey, the problem with this jar is that it won't work on our 1.16.4 paper, because the API is 1.17
Edit: Never mind, we'll update to 1.17 :'D
Hey there, i have a question! Would it be possible to put something in the config to make it so people can pick up spawners without silk touch? thanks!
In reply to Vroegah:
Hello, you can use permissions for that.
spawner.nosilk.all or spawner.nosilk.{entity}
For example spawner.nosilk.polar_bear should allow only for polar bear spawners to be picked up with no silk touch.
In reply to ryvix:
I tried using the permissions, but it doesn't change anything
In reply to Vroegah:
What permission did you try using? What permission plugin are you using? What version of Spawner are you using? What server version are you using?
In reply to ryvix:
i tried using spawner.nosilk.all, and spawner.nosilk.chicken, my permission plugin is luckperms, I'm using 1.4.0 on paper 1.16.4
In reply to Vroegah:
You're using Spawner 1.4.0? You would definitely have to upgrade that to use those permissions.
1.16.4 broke it.
In reply to MithrandirMage:
Ok thanks for letting me know! I’ll fix it up when I wake up. Just about to head to sleep.
In reply to MithrandirMage:
I've updated it. You can download it from the gitlab pipelines.