-
Notifications
You must be signed in to change notification settings - Fork 40
Home
RoseStacker is a plugin that allows you to stack mobs, items, spawners, and blocks. The purpose of the plugin is to add cool and new functionality to your server, and to alleviate common sources of server lag through minimizing the loaded entities and items in your worlds.
If you need any help with our plugins, including any questions to ask, any bugs to report, or you just want to chat, join our Discord server! We offer all support through our server, so feel welcome to join if you need any assistance.
To install the plugin, visit our Spigot page and hit the big download button. This will download a jar file. Make sure your server is turned off first, and then put that jar file into your server's /plugins
folder. After it's in the folder, go ahead and start up your server. After your server is finished starting up, you should be able to find a RoseStacker folder in the /plugins/RoseStacker
directory, which contains all of the configuration files and data files for RoseStacker.
The only plugin(s) you need in order to get full functionality from RoseStacker is to use a hologram plugin that we support. We suggest HolographicDisplays, but we also support Holograms, GHolo, CMI holograms, and TrHologram. You will need one of them installed if you want to see holograms above block stacks and spawner stacks. Though RoseStacker is still functional without one of these plugins installed, we suggest that you do indeed use one, as the feature that they enable is pretty useful in using RoseStacker efficiently.
In a more advanced method, you can compile the plugin yourself from the GitHub.
RoseStacker uses Gradle to compile and build the plugin. To use this method, run ./gradlew build
in the project's root directory to build the jar. The plugin jar should be located in ./build/libs
when finished.