By continuing to use this site, you agree to the Terms of Service of this website, including usage of cookies.
OK, Don't show this again
Trampoline is a customizable PocketMine-MP plugin that allows players to create trampolines in their worlds. Players can be launched into the air when they walk over blocks configured as trampolines. The plugin includes features such as adjustable launch power, particle effects, and multi-world support.
Command | Description | Usage Example |
---|---|---|
/trampoline set <count> |
Enter set mode to create a trampoline. | /trampoline set 4 |
/trampoline remove <ID> |
Remove a trampoline by its ID. | /trampoline remove 1 |
/trampoline edit <ID> |
Edit trampoline settings by ID. | /trampoline edit 1 |
/trampoline list |
List all created trampolines. | /trampoline list |
/trampoline cancel |
Cancel the current set mode. | /trampoline cancel |
Permission | Description | Default |
---|---|---|
trampoline.cmd |
Allows use of all trampoline commands. | op |
This file allows you to customize the global settings for the plugin.
# The throw power applied to players when they step on the trampoline
throwPower: 2.0
# Enable or disable slime particles when the player jumps
enableSlimeParticles: true
This file allows you to customize all the messages displayed by the plugin.
prefix: "§a[Trampoline] §r"
no-permission: "§cYou don't have permission to use this command."
only-in-game: "§cThis command can only be used in-game."
usage: "§cUsage: /trampoline <set|remove|edit|list> [params]"
set-start: "You are now in set mode. Break %count% block(s) to define your trampoline."
set-done: "Trampoline #%id% has been created with %count% block(s)."
exit-set-mode: "You are no longer in set mode."
already-in-set-mode: "You are already in set mode. Use /trampoline cancel to exit."
no-trampolines: "There are no trampolines created yet."
list-format: "§eTrampoline §f#%id%§e has §f%count% block(s)§e in world: §f%world%."
remove-success: "Trampoline #%id% was successfully removed."
remove-fail: "No trampoline found with ID: #%id%."
edit-success: "Trampoline #%id% has been updated."
edit-fail: "Failed to edit. Make sure the ID is correct and the parameters are valid."
cancel-success: "Set mode canceled."
This file stores all the trampolines created by players. It is automatically managed by the plugin and should not be edited manually unless necessary.
Example:
trampolines:
1:
blocks:
- world: "world"
x: 100
y: 65
z: 200
- world: "world"
x: 101
y: 65
z: 200
Set a trampoline:
Use /trampoline set <count>
to enter set mode. Once in set mode, break the specified number of blocks you want to act as trampolines.
Example:
/trampoline set 4
Then, break 4 blocks. These blocks will now function as trampolines.
Remove a trampoline:
Use /trampoline remove <ID>
to remove a trampoline by its ID.
Example:
/trampoline remove 1
Edit a trampoline:
Use /trampoline edit <ID>
to modify a trampoline’s settings.
List trampolines:
Use /trampoline list
to see all the trampolines that have been created.
Cancel set mode:
Use /trampoline cancel
to exit set mode without creating a trampoline.
Trampoline.zip
) and extract it.Trampoline
folder inside your plugins
directory.config.yml
, lang.yml
) to your liking.If you encounter any issues or have feature requests, feel free to contact the author (SoyDavs) or open an issue on the plugin’s repository.
This plugin is provided under the MIT License. You are free to use, modify, and distribute it as long as proper credit is given.
You can leave one review per plugin release, and delete or update your review at any time