F TNT Take Fix
This commit is contained in:
@@ -1117,11 +1117,146 @@ fupgrades:
|
||||
- '&e&lClick to &nUnlock'
|
||||
slots:
|
||||
- 22
|
||||
|
||||
############################################################
|
||||
# +------------------------------------------------------+ #
|
||||
# | Faction Banners | #
|
||||
# | Faction Shop | #
|
||||
# +------------------------------------------------------+ #
|
||||
############################################################
|
||||
F-Shop:
|
||||
Gui-Title: '&c&lFaction Shop'
|
||||
|
||||
BackButtonSlot: 0
|
||||
BackButton:
|
||||
Material: "ARROW"
|
||||
Name: "&8<< Back"
|
||||
|
||||
PointsSlot: 4
|
||||
PointsItem:
|
||||
Material: "PAPER"
|
||||
Name: "&dYour Faction has &f&n%points% Points"
|
||||
|
||||
#Potions Shop#
|
||||
PotionGUISize: 3
|
||||
PotionsLastHours: 6
|
||||
MaxActivePotions: 2
|
||||
PotionShop:
|
||||
'9':
|
||||
Name: "&dFire Resistance"
|
||||
Lore:
|
||||
- "&ffor 6 hours"
|
||||
- ""
|
||||
- "&d&lPrice: &f&l%price%"
|
||||
PotionType: "FIRE_RESISTANCE"
|
||||
Level: 0
|
||||
PointCost: 100
|
||||
'10':
|
||||
Name: "&dStrength II"
|
||||
Lore:
|
||||
- "&ffor 6 hours"
|
||||
- ""
|
||||
- "&d&lPrice: &f&l%price%"
|
||||
PotionType: "INCREASE_DAMAGE"
|
||||
Level: 1
|
||||
PointCost: 100
|
||||
'11':
|
||||
Name: "&dSpeed II"
|
||||
Lore:
|
||||
- "&ffor 6 hours"
|
||||
- ""
|
||||
- "&d&lPrice: &f&l%price%"
|
||||
PotionType: "SPEED"
|
||||
Level: 1
|
||||
PointCost: 100
|
||||
'12':
|
||||
Name: "&dRegeneration"
|
||||
Lore:
|
||||
- "&ffor 6 hours"
|
||||
- ""
|
||||
- "&d&lPrice: &f&l%price%"
|
||||
PotionType: "REGENERATION"
|
||||
Level: 0
|
||||
PointCost: 100
|
||||
'13':
|
||||
Name: "&dWater Breathing"
|
||||
Lore:
|
||||
- "&ffor 6 hours"
|
||||
- ""
|
||||
- "&d&lPrice: &f&l%price%"
|
||||
PotionType: "WATER_BREATHING"
|
||||
Level: 0
|
||||
PointCost: 100
|
||||
'14':
|
||||
Name: "&dSaturation"
|
||||
Lore:
|
||||
- "&ffor 6 hours"
|
||||
- ""
|
||||
- "&d&lPrice: &f&l%price%"
|
||||
PotionType: "SATURATION"
|
||||
Level: 0
|
||||
PointCost: 100
|
||||
'15':
|
||||
Name: "&dHaste II"
|
||||
Lore:
|
||||
- "&ffor 6 hours"
|
||||
- ""
|
||||
- "&d&lPrice: &f&l%price%"
|
||||
PotionType: "FAST_DIGGING"
|
||||
Level: 1
|
||||
PointCost: 100
|
||||
'16':
|
||||
Name: "&dJump Boost II"
|
||||
Lore:
|
||||
- "&ffor 6 hours"
|
||||
- ""
|
||||
- "&d&lPrice: &f&l%price%"
|
||||
PotionType: "JUMP"
|
||||
Level: 1
|
||||
PointCost: 100
|
||||
'17':
|
||||
Name: "&dHealth Boost"
|
||||
Lore:
|
||||
- "&ffor 6 hours"
|
||||
- ""
|
||||
- "&d&lPrice: &f&l%price%"
|
||||
PotionType: "HEALTH_BOOST"
|
||||
Level: 0
|
||||
PointCost: 100
|
||||
|
||||
#Booster Shop#
|
||||
#PlaceHolders: %faction% - %player_name% - %player_uuid%
|
||||
#Booster Types:
|
||||
# COMMAND - Faction Based Boosters
|
||||
# COMMAND_ONLINE - Faction, Player, and Offline Player based
|
||||
# COMMAND_OFFLINE - Offline Faction Members, Players, and UUID Based
|
||||
# Multiple Commands Supported!
|
||||
BoosterGUISize: 3 #Rows
|
||||
MaxActiveBooster: 2
|
||||
BoosterGUI:
|
||||
'11': #Represents Whereabouts in the GUI
|
||||
Material: "DIAMOND"
|
||||
Name: "&aCool Booster"
|
||||
Lore:
|
||||
- "&ffor 30 minutes"
|
||||
- ""
|
||||
- "&d&lPrice: &f&l%price%"
|
||||
CooldownMinutes: 30
|
||||
Type: "COMMAND"
|
||||
Commands: ["bc booster bought! %faction% enjoy your booster!"]
|
||||
PointCost: 100
|
||||
'15':
|
||||
Material: "GHAST_TEAR"
|
||||
Name: "&cCool Booster"
|
||||
Lore:
|
||||
- "&ffor 30 minutes"
|
||||
- ""
|
||||
- "&d&lPrice: &f&l%price%"
|
||||
CooldownMinutes: 30
|
||||
Type: "COMMAND_OFFLINE"
|
||||
Commands: ["bc booster bought by %player_name%"] #Will broadcast that <player> bought said booster.
|
||||
PointCost: 100
|
||||
|
||||
|
||||
fbanners:
|
||||
Enabled: true
|
||||
Item:
|
||||
|
||||
Reference in New Issue
Block a user