BouncyBlockMX

BouncyBlockMX 1.3

Miroshka

Member
Miroshka updated BouncyBlockMX with a new update entry:

1.1

BouncyBlocksMX is a plugin for Minecraft servers based on Nukkit that adds a unique physical feature to blocks in the Minecraft world. With this plugin, certain blocks can give players an extra boost when they jump or step on them, making movement across the map more dynamic and interesting.
Key Features:
  • Bounce Customization: Server administrators can configure the bounce strength for each type of block through the config.yml configuration file...
Read the rest of this update entry...
 

Miroshka

Member
Miroshka updated BouncyBlockMX with a new update entry:

1.2

Plugin Update Description
Version: 1.2

Changes:

  1. Configuration Support Added:
    • The plugin now supports the bounce_on_wool setting, which determines whether a player should be bounced only if there is wool underneath the plate.
    • This new setting has been added to the configuration file config.yml.
  2. Updated Configuration File (config.yml):
    Java:
    bounce_on_wool: true
    BouncyBlocks:
    '70': 2.5 # Stone Pressure...
Read the rest of this update entry...
 

Miroshka

Member
Miroshka updated BouncyBlockMX with a new update entry:

1.2

Plugin Update Description
Version:
1.2

Changes:

  1. Configuration Support Added:
    • The plugin now supports the bounce_on_wool setting, which determines whether a player should be bounced only if there is wool underneath the plate.
    • This new setting has been added to the configuration file config.yml.
  2. Updated Configuration File (config.yml):
    YAML:
    bounce_on_wool: true
    BouncyBlocks:
    '70': 2.5 # Stone Pressure Plate - 2.5
    '147'...
Read the rest of this update entry...
 

Miroshka

Member
Miroshka updated BouncyBlockMX with a new update entry:

1.3

Changes:
  1. Optimized Checks: Streamlined logic for checking blocks beneath and above the player. Now, it only verifies the presence of a bounce block beneath the player, reducing unnecessary checks and improving performance.
  2. Enhanced Configuration Handling: Implemented configuration data handling for bounce blocks. Data is now stored in Map<Integer, Double> bouncyBlocks, simplifying access to bounce power values for each block.
  3. Event...
Read the rest of this update entry...
 
Top