-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Welcome to the PlatformJump wiki! Want to jump into the sky? Platform Jump creates a platform when you press "Shift" (the bottom you use to sneak) in the air in order to let you jump higher in the sky!
- Create a platform in the sky when you want
- Won't create platform to replace the block under you if there is
- Automatically give potion effect of jump to let you jump higher
- Play beautiful visual particles when creating platforms
- Customized log messages settings
- Customized block type of platforms settings
- Collecting data and send to mcstats.org
Just jump in the game and simply press "Shift" bottom, you'll find out that there is a platform generated under you to hold up you. You can do this again to jump higher and higher! **You need to give yourself the permission "platform.use" first. **
Thanks **benlewisc** for providing the Video tutorial! <<youtube></youtube>>
- /platform toggle - Allows you to toggle enabled of platform
- /platform reload - reloads the configuration
- /platform remove - Allows you to remove your last platform
- platform.* - Allows you to use all platform feature
- platform.use - The basic feature of platform
- platform.admin - The feature for administrators
- platform.create - Allows you to create platform
- ...
<>
platform:
block-id: 20
max-height: 256
# Set the max height where platforms can be created.
jump-effect:
time: 200
# Set the time of the effect of jump.
level: 4
# Set the level of the effect of jump.
exhaustion: 1
# Add exhaustion of hunger when creating platforms
debug: false
metrics: true
# Set true if agree to send data to mcstats.org
message:
no-permission: No permission
too-high: can't create platform in this height
reloaded: PlatformJump configuration reloaded
toggle-on: PlatformJump enabled
toggle-off: PlatformJump disabled
removed: Last platform removed
not-available: is not currently available
not-player: You are not a player
version: 0.2.0
<>
- Platform will be removed when server reloaded so the player will fall off
- If you find a bug, please call me by writing a comment
I need your data to make this plugin better. This plugin collect the data of your server like the default set on mcstats org such as the location of servers. Then send it to here. But if you don't want plugin to do this, you can simply set the "metrics" in the config.yml to false.