This update changes A LOT but adds A LOT too.
this plugin has needed a re-code for a LONG time and Firestone82 was kind enough to do the re-code for me.
Now that this plugin is updated to how I was wanting you can now expect some more updates in the future. the first one being me going through the plugin and adding as much customization as possible(Even though it has a lot already).
There was an issue dealing with setting a custom value for the RGB color and the GUI not opening back up. This fixes it and the plugin is compiled with 1.16.2 supporting the latest version.
In the 1.7 updates, I modified the way fireworks are given. In that process, I forgot to update the power 3(Flight Duration 3) to work the same. I recently left a couple of lines of code making Power 3 unusable.
NOW IT'S FIXED!
Sorry for the delay, I was on vacation.
This option allows you to remove the RGB setting if needed.
Any past bugs relating to the RGB editing SHOULD be fixed.
Please direct message me if a bug persists instead of just turning off RGB due to this option alone adds over 16 Million color options.
I brought to you an improvement to the FWM(FireWorkMaker) community.
I've had many requests to hook into vault for economy support, WELL.... here it is. Now with configurable prices in the config.yml
To obtain the new Config simply delete the old one and a new one will generate(There were no options in the config.yml in any previous version)
So look into that brand new config file and you'll see these options:
Code (YAML):
Pricing: true
#The ability to entirely turn off the vault economy hook GUIPermission: 'fireworkmaker.use'
#Now customizable Permission for players to access the GUI BypassPricingPermission: 'fireworkmaker.bypass'
#NEW customizable Permission for players to access the Free GUI BasePrice: #The number of effects on a firework base price 1Effect: 100
2Effect: 200
3Effect: 300
4Effect: 400
5Effect: 500
Type:
Ball: 100
Ball_Large: 100
Burst: 100
Creeper: 100
Star: 100
EffectColor: 100
Flicker: 100
FadeColor: 100
Trail: 100
FlightDuration:
Power1: 100
Power2: 200
Power3: 300
I added all possible colors to the plugin for fade and effect colors, Thank you Seansbar for the idea. The economy hook is going to be difficult to do to make it cost more depending on size, effects, options, etc.