Use the commands to create banner wings and click on the wings item to enable or disable the wings. Enable the flying on your server with any other plugin, start flying and see that your wings are starting to move! If you land again, the wings will stop moving.
Features
Create Wings
Type /bwings create <name> <displayname>
Type /bwings give <name>
Click on the received feather and start flying.
Customize Wings
Get a custom banner item
Type /bwings leftwing <name>
The design of your leftwing changed.
Add Wings to entites
This is more like a funny addon because entities lose their wings on server reload
Hit a random entity with a wing-feather
Commands
/bwings - All commands for BannerWings
Config
Plays wings sound when you have enabled wings:
play-wing-sound: true
Plays wings particle when you have enabled wings:
play-wing-particle: true
Enable/Disable data collecting for mcstats.org
metrics: true
Permissions
bannerwings.commands - Allows creating banners with the commands
bannerwings.entitywings - Allows to give entities wings
bannerwings.useall - Allows to use all bannerwings.
bannerwings.use.<wingName> - Allows to use a specific bannerwing.
Metrics
This plugin collects anonymous stats for McStats.org.
API
This plugin has an api for other developers! Easy useage:
Add the .jar to your project
Add/Set/Modify/DoWhatEverYouWant in the BannerWingsApi.class.
You can also register an event class with the interface BannerWingsApiListener.