ModernLaunchPad Plugin
Welcome to
ModernLaunchPad, a fully customizable Minecraft plugin that enhances your lobby experience with interactive launchpads! ✨
⭐ Give this plugin a star on GitHub!
Features
- Customizable Sound: Choose from a variety of Minecraft sounds to play when using the launchpad.
- Special Effects: Add visual effects like ender signals for a dazzling experience.
- ️Fully Customizable: Change the launchpad block type, knockback strength, and more.
- Easy Reload Command: Use the /reloadml command to instantly reload the plugin with your changes.
How to Use
- Set up a Launchpad: Define multiple launchpads with different sounds, effects, and knockback strengths.
- Activate: Step on a launchpad block to trigger the effects and launch into the air!
- Customization: Configure each launchpad in the config.yml file, where you can set:
- Sound: Select the sound effect for the launchpad.
- Effect: Add particle effects for a visually stunning experience.
- Block: Choose the block type for the launchpad.
- Knockback: Adjust the knockback strength for the launchpad.
Configuration Example
Easily customize each launchpad in the config.yml. Here's an example configuration:
Code (YAML):
# ModernLaunchPad Configuration - Fully customizable!
# Reference lists:
# - Sounds: https://www.digminecraft.com/lists/sound_list_pc.php
# - Effects: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Effect.html
launchPads:
1:
sound
:
# The sound played when the launchpad is used
name
: entity.bat.takeoff
volume
: 1.0
pitch
: 1.0
effect
:
# The effect activated when the launchpad is used
type
: ender_signal
data
: 1
# Additional data values (depends on the effect type)
block
:
# The block type used as the launchpad
type
: lime_carpet
knockback
:
# The strength of the knockback when using the launchpad
velocity
: 5.0
Commands
/reloadml
- Permission: modernlaunchpad.reload
- Description: Reloads the plugin configuration. This is especially useful after making changes to the config.yml file.
Links
License
ModernLaunchPad is an
OpenSource plugin. Feel free to contribute, make improvements, and share your feedback!
Enjoy your flight!