Official Website | Report Issues
SlimePlus is a Spigot plugin that enhances slime block mechanics with customizable bounce heights, removal of vanilla limits, and an optional boost mechanic.
- Custom Bounce Multiplier: Adjust how high players bounce off slime blocks.
- Max Bounce Height: Set a hard cap on the maximum bounce height.
- Boost Mechanic: Add an extra upward boost when bouncing.
- Remove Vanilla Limit: Bypasses the default 44-block height limit for slime bounces.
- Fall Damage Protection: Optional protection to prevent dying when landing after a high bounce.
- Admin GUI: Easy-to-use interface for OPs to manage settings in-game.
SlimePlus is built on the Spigot API and is designed to work across a wide range of server platforms:
- CraftBukkit: Fully Supported (Recommended/Development)
- Paper: Fully Supported
- Spigot: Fully Supported
- Purpur: Fully Supported
- Pufferfish: Fully Supported
Tested on Minecraft 1.21.x, but likely works on older versions that support the modern Spigot API.
/slimeplus: Opens the Admin Control GUI. (OP only)
slimeplus.admin: Allows access to the/slimepluscommand and the Admin GUI. (Default: OP)
- Build the plugin using the included Gradle wrapper:
.\gradlew build
- Locate the built JAR file in
build/libs/SlimePlus-1.0-SNAPSHOT.jar. - Place the JAR file into your server's
pluginsfolder. - Restart or reload your server.
- Use
/slimeplusin-game (must be OP) to configure the plugin.
The config.yml file is located in plugins/SlimePlus/config.yml.
# SlimePlus Configuration
bounce-multiplier: 1.0
max-bounce-height: 256.0
boost-enabled: false
boost-power: 0.5
remove-vanilla-limit: true
prevent-fall-damage: trueThis project is licensed under the MIT License - see the LICENSE file for details.
Developed by CRZX1337

