Sylvester is a plugin which allows you to launch huge fireworks or just let your users launch single rockets.
Whenever a firework rocket is launched by this plugin (either as part of a firework-block or just as a single rocket) the plugin creates a
random firework effect which often is amazing.
#Time in seconds until the firework is primed after using the command or powering the lamp prime_delay: 1 #Maximum of effects in a rocket (I recommend not more than 8) max_effects: 7 #Maximum of colors in an effect (I recommend not more than 7) max_colors: 5 #Maximum of fadecolors in an effect (I recommend not more than 10) max_fades: 9 #Maximum distance to the launcher block for using /fwlaunch max_distance_to_block: 30 #Default amount of rockets being launched when /fwlaunch is used without parameters standard_amount: 15 #Cooldown between each use of /rocket rocket_cooldown: 30 #If server operators get all permissions by default op_all_permission: true #Whether you can't use /rocket when you have not enough money no_negative_balance: true #The amount of money the use of /rocket costs. rocket_charge: 10 #Language variables error_please_wait: "Please wait %secs seconds until you can perform this command." error_no_perm: "You don't have permission to perform this action" error_no_money: "Go and earn some money!" success_create_sign: "You successfully created a firework launcher" no_launcher_in_sight: "No launcher block in sight" success_launch: "Launching firework... Enjoy!" charge_success: "$%amount were taken from your account!" now_active: "Fireworks are now active." now_inactive: "Fireworks are now inactive."