Skip to content

AnteprimaGUI/BowBoost

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🎯 BowBoost

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.


✨ Features

  • Instant & smooth boosts via PacketPlayOutEntityVelocity
  • ⚙️ Fully configurable: horizontal, vertical, and cobweb scaling
  • 🕸 Cobweb-aware: optional horizontal multiplier when standing in webs
  • 🔄 Hot reload: /bowboost reload updates config.yml and messages.yml on the fly
  • 🛠️ Lightweight & dependency-free

🕹 Commands & Permissions

  • Command: /bowboost reload
  • Permission: bowboost.command

📦 Installation

  1. Drop the jar into your plugins/ folder.
  2. Start the server to generate configs.
  3. Edit config.yml and messages.yml as you like.
  4. Run /bowboost reload to apply changes instantly.

⚠️ Important Notes

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)

About

BowBoost adds the classic bow boosting mechanic to your server. Shoot yourself with an arrow to gain a quick velocity boost, making movement faster and more dynamic. Fully configurable power and direction, optimized performance, and simple plug-and-play setup.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages