Skip to content

Latest commit

 

History

History
executable file
·
49 lines (33 loc) · 1.74 KB

File metadata and controls

executable file
·
49 lines (33 loc) · 1.74 KB

🏹 UltimateBows

Adds new bows in your Minecraft server. Basically my first plugin, it will remain active, but I will only update it when there's a bug or a new feature proposal, even I find it useless.

Demonstration

Build

You can build the project yourself by running

git clone https://github.com/NienteSpigotSenzaJava/UltimateBows
cd UltimateBows
mvn package

you will find the compiled jar file in the /target directory.

Commands

It has only one command which is /ubows give <bowName>, the permission for that command is ultimatebows.give.

Bows

These are the different bows (write them like this in the command, for example /ubows give playerBow).

Bow Permission
destructionBow ultimatebows.use.destructionbow
playerBow ultimatebows.use.playerbow
teleportBow ultimatebows.use.teleportbow
explosiveBow ultimatebows.use.explosivebow
mobBow ultimatebows.use.mobbow
lightningBow ultimatebows.use.lightningbow
fireBow ultimatebows.use.firebow
waterBow ultimatebows.use.waterbow
lavaBow ultimatebows.use.lavabow

You can also type all to get every bow, for example /ubows give all.

Compatibility

The plugin should work from version 1.13.2 to version 1.19.4 (latest atm).

Contributing

Pull requests are welcome. I obviously accept any constructive criticism.

License

MIT