Skip to content

🟢 High-performance Spigot/Paper plugin that overhauls slime physics with custom multipliers, removal of vanilla limits, and a beautiful Admin GUI.

License

Notifications You must be signed in to change notification settings

CRZX1337/SlimePlus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SlimePlus Logo

🟢 SlimePlus

Official Website | Report Issues

Overview

SlimePlus is a Spigot plugin that enhances slime block mechanics with customizable bounce heights, removal of vanilla limits, and an optional boost mechanic.

Features

  • 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.

Admin GUI

Compatibility

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.

Commands

  • /slimeplus: Opens the Admin Control GUI. (OP only)

Permissions

  • slimeplus.admin: Allows access to the /slimeplus command and the Admin GUI. (Default: OP)

Installation

  1. Build the plugin using the included Gradle wrapper:
    .\gradlew build
  2. Locate the built JAR file in build/libs/SlimePlus-1.0-SNAPSHOT.jar.
  3. Place the JAR file into your server's plugins folder.
  4. Restart or reload your server.
  5. Use /slimeplus in-game (must be OP) to configure the plugin.

Configuration

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: true

License

This project is licensed under the MIT License - see the LICENSE file for details.

Developer

Developed by CRZX1337