Global ServerBoosters Plugin, [Fully Customizable] +[Custom Unlimited Boosters]

Status
This thread has been locked.

Huub_Griffin

Premium
Feedback score
2
Posts
6
Reactions
9
Resources
0
STKApW6.png

ServerBoosters is a plugin, that allows you to make custom global boosters. This plugin has alot of different features. It allows you to place boosters in function groups, so only 1 booster from that group can be active. It allows you to have custom boosters, just add the enable and disable command to the config(for example to give the permission essentials.fly to a certain group). It has usefull commands such as, /boosters active it will show a list of booster that are active and who activated it. . Its very customizable, all messages, gui`s and more are editable
-/boosters
-/boosters give {player} {booster} {amount} (serverboosters.give)
-/boosters available
-/boosters active
-/boosters activate
-/boosters help (serverboosters.help)
-/boosters reload
Installation:
Step 1: Put that jar file in your plugin folder
Step 2: Restart your server
Step 3: Edit the config file as you want to
Step 4: Reload the server booster plugin with /boosters reload
Step 5: Enjoy it!
PM me if you want to have your server to on this list.
-play.skyvoid.org


c8AQCCA.png

Code:
########################################
##ServerBoosters Plugin
##Version 1.1
##Author: Huub_Griffin
##All rights reserved.
##Commands:
## -/boosters
##Permissions:
##-serverboosters.give
##-serverboosters.help
#########################################


General:
  PluginPrefix: '&8[&bServerBoosters&8]'
  CountdownInterval:
  - 30
  - 10
  - 5
  - 4
  - 3
  - 2
  - 1
  ActiveFunctions: []
  ActiveBoosters: []
  ListCommand:
  - 3HourFly
  - 2XMCMMO
  - 3XMCMMO
AvailableGui:
  GuiSize: 27
  NoBoostersPlace: 13
  List:
  - 3HourFly
  - 2XMCMMO
  - 3XMCMMO
Messages:
  boosternotexist: '&cThat booster does not exist!'
  usageactivate: '&cUsage: /booster activate <booster>'
  options: '&cAvailable options are: Activate, Active, Available, Give, Help, List, Reload'
  noboosteravailable: '&cSorry! But you dont have this booster available at the moment!'
  nopermission: '&cSorry! But you dont have permission for this command!'
  givenoargs1: '&cError! Usage:/booster give <player> <booster> <amount>'
  neverjoinedbefore: '&cError! This player never joined the server before!'
  boosternotexist: '&cError! This booster does not exist!'
  givenotanint: '&cError! Invalid format you need to use an number!'
  addedbooster: '&aThe booster &6{booster}&a is added for &6{amount}x &a to the player!'
  boosteralreadyactive: '&cSorry! But there is already a booster active with the same function, wait until that ones expires!'
  List: '&bThe boosters that are available:'
  ListBoosters: '&7- &b{booster} Booster'
  ListHover: "&7&m--------&b Booster Information &7&m--------\n&bName: &f{booster}\n&bDuration: &f{time} Min\n&bAvailable: {available}\n&bDiscription: &f{discription} \n&7&m----------------------------------"
  active: '&bThe boosters that are active:'
  boosteractive: '&7- &b{booster} Booster&7 is active!'
  boosteractivehover: "&7&m--------&b Booster Information &7&m--------\n&bName: &f{booster}\n&bActivator: &f{activator}\n&bExpires in: &f{expires} Min\n&bDiscription: &f{discription} \n&7&m----------------------------------"
  boosterdone: '&7The &b{booster} Booster&7 is over, thanks to &b{player}&7 for activating it!'
  boosterdonecountdown: '&7The &b{booster} Booster&7 will end in &b{time-left} Seconds!'

##Boosters##
3HourFly:
  Function: "Fly"
  EnableCommand: 'lp group default permission set essentials.fly'
  DisableCommand: 'lp group default permission unset essentials.fly'
  ##Time in seconds
  Time: 10800
  Discription: "3 Hour Fly Booster"
  DisplayName: "3 Hour Fly"
  BroadcastEnabled: true
  Broadcast: '&b{player} &7has activated a &b{booster}&b Booster!'
  PlayerMessage: '&7Thanks! &b{player}&7. You succesfully activated &b{booster} Booster!'
  AvailableGui:
  - "&7&m--------&b Booster Information &7&m--------"
  - "&bName: &f{booster}"
  - "&bDuration: &f{time} Min"
  - "&bAmount Available: &f{amount-available}"
  - "&bDiscription: &f3Hour Fly Booster"
  - "&7&m----------------------------------"
  Players:
  - Huub_Griffin~1
2XMCMMO:
  Function: "MCMMO"
  EnableCommand: 'lp group default permission set mcmmo.perks.xp.double true'
  DisableCommand: 'lp group default permission unset mcmmo.perks.xp.double'
  ##Time in seconds
  Time: 10800
  Discription: "This will give you 2 times more mcmmo XP, then you normally get from activities."
  DisplayName: "2X MCMMO"
  BroadcastEnabled: true
  Broadcast: '&b{player} &7has activated a &b{booster}&b Booster!'
  PlayerMessage: '&7Thanks! &b{player}&7. You succesfully activated &b{booster} Booster!'
  AvailableGui:
  - "&7&m--------&b Booster Information &7&m--------"
  - "&bName: &f{booster}"
  - "&bDuration: &f{time} Min"
  - "&bAmount Available: &f{amount-available}"
  - "&bDiscription: &fThis will give you 2 times"
  - "&fmore mcmmo XP, then you normally get from"
  - "&factivities."
  - "&7&m----------------------------------"
  Players:
  - Huub_Griffin~1
3XMCMMO:
  Function: "MCMMO"
  EnableCommand: 'lp group default permission set mcmmo.perks.xp.triple true'
  DisableCommand: 'lp group default permission unset mcmmo.perks.xp.triple'
  ##Time in seconds
  Time: 10800
  Discription: "This will give you 3 times more mcmmo XP, then you normally get from activities."
  DisplayName: "3X MCMMO"
  BroadcastEnabled: true
  Broadcast: '&b{player} &7has activated a &b{booster}&b Booster!'
  PlayerMessage: '&7Thanks! &b{player}&7. You succesfully activated &b{booster} Booster!'
  AvailableGui:
  - "&7&m--------&b Booster Information &7&m--------"
  - "&bName: &f{booster}"
  - "&bDuration: &f{time} Min"
  - "&bAmount Available: &f{amount-available}"
  - "&bDiscription: &fThis will give you 2 times"
  - "&fmore mcmmo XP, then you normally get from"
  - "&factivities."
  - "&7&m----------------------------------"
  Players:
  - Huub_Griffin~1

z0wsutB.png
You can buy it here: https://selly.gg/p/b1fdc8f8
Support,
https://discord.gg/RZtAAb4
Or Huub_Griffin#1277​
 
Last edited:
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

BrianGrug

Full time failure
Supreme
Feedback score
56
Posts
1,473
Reactions
995
Resources
1
Vouch, nice plugin!
 
Status
This thread has been locked.
Top