A lightweight, packet-level bow boosting plugin for Minecraft 1.8.8
BowBoost delivers crisp, configurable bow boosting using direct velocity packets.
Shoot an arrow at yourself with a Punch bow to get an instant, smooth boost — no weird knockback, no rubber-banding.
- ⚡ Instant & smooth boosts via
PacketPlayOutEntityVelocity - ⚙️ Fully configurable: horizontal, vertical, and cobweb scaling
- 🕸 Cobweb-aware: optional horizontal multiplier when standing in webs
- 🔄 Hot reload:
/bowboost reloadupdatesconfig.ymlandmessages.ymlon the fly - 🛠️ Lightweight & dependency-free
- Command:
/bowboost reload - Permission:
bowboost.command
- Drop the jar into your
plugins/folder. - Start the server to generate configs.
- Edit
config.ymlandmessages.ymlas you like. - Run
/bowboost reloadto apply changes instantly.
KB THROUGH THE COBWEBS FOR THE ARROWS TO MAKE THEM SMOOTH DURING THE BOW BOOST OVER THE COBWEBS
“editable” – this allows you to block the block that is there when you try to bowboost over them.
spigot.yml
settings:
moved-wrongly-threshold: 0.5 # default 0.0625 is too strict for custom boosts
moved-too-quickly-threshold: 2000.0 # raise a lot: prevents rubberband on high speeds
paper.yml / paper-spigot.yml (if you use PaperSpigot)
yml
Copy code
warnWhenSettingExcessiveVelocity: false # prevents spam and reduces conservative overrides
settings:
limit-player-interactions: false # optional; can reduce odd rollbacks
server.properties
properties
Copy code
allow-flight=true # avoids false "flying" positives when applying repeated vertical boosts (e.g. webs)