Sprint like the wind, jump like a Predator!
Sprint allows users to sprint & jump into the trees by holding down your sneak key and moving. Minecraft now has a sprint key however Sprint still offers a unique (e.g. high-jumps) & configurable (faster than vanilla sprinting) experience. It has a configurable speed and permission support.
Features
- Lets users sprint (and jump) while holding sneak key
- Optional "item worn" requirement (defaults to leather boots)
- Configurable sprint speed
- Configurable energy meter
- Live in-game configuration editing (not yet re-enabled)
- Permission support
- Easy installation
- AntiCheat support (otherwise AntiCheat cancels this type of movement)
Getting started
Download the plugin, wear a pair of leather boots, hold sneak and speed off into the sunset...
Jumping takes a little getting used to. Just look towards the sky as you hold sneak and you'll spring forward. The higher you look, the higher the jump - before you know it you'll be hopping from tree to tree - just don't fall down, it hurts :)
Default config
requires-item:
item-id: 301 # id of the item which is required to wear to sprint (must be either boots, chestplate, leggings, or helmet)
enabled: true # if a item is required to be worn in order to sprint
held-item:
item-id: 0 # id of the item which is held by the user to enable/disable sprinting by left clicking
enabled: false # enable/disable being able to enable/disable sprinting by left clicking with a specified item in a person's hand
messages:
interval: 5 # use 5 or 10 for this option. (every 5 or 10 % amount of energy used/gained a message will appear with your current energy left)
energy-lost-color: f # color displayed when a user is losing energy
energy-gained-color: f # color displayed when a user is gaining energy
options:
energy-gained-per-second: 1 # energy gained while not sprinting
speed: 0.6 # controls the sprint speed (its what the player's direction's velocity is multiplied by)
energy-lost-per-second: 1 # energy lost per second while sprinting
requires-command-enabled: false # if true, players can enable/disable sprinting using '/sprint on' or '/sprint off'
high-jump-enabled: true # if true, players can jump high while sprinting, but if false, users will jump the same height while sprinting as the normal jumping height
Permissions
- sprint.admin # allow users access to sprint administrative commands
- sprint.allow # allow users or groups access to sprint
- sprint.highjump # allow users who have sprint.allow be able to jump high while sprinting
Dev Builds
Development builds of this project can be acquired at the provided continuous integration server.
These builds have not been approved by the BukkitDev staff. Use them at your own risk.
ToDo
- Investigate possibility of acceleration
- Jumping should take up more "stamina"
- Support data/lore on items required
- Different sprint speeds/jumping based on items/lorename.
Thanks
- Carbon131: creator of the original Sprint plugin (Apr 2011). Continued with permission.