Oi oi fuck simplytrash <3
This commit is contained in:
commit
3758e3d1e2
41
Configs + Precompiled/config/CrackShot/general.yml
Normal file
41
Configs + Precompiled/config/CrackShot/general.yml
Normal file
@ -0,0 +1,41 @@
|
||||
#Visit the Complete Guide to CrackShot for information on everything in the configuration.
|
||||
#https://github.com/Shampaggon/CrackShot/wiki/The-Complete-Guide-to-CrackShot
|
||||
|
||||
#Use this node to completely disable CrackShot in certain worlds. Example usage:
|
||||
#
|
||||
#Disabled_Worlds:
|
||||
# - world_nether
|
||||
# - world_the_end
|
||||
# - world_foldername
|
||||
#
|
||||
#"Disabled_Worlds: []" means the list is empty. Change it to "Disabled_Worlds:" before listing worlds.
|
||||
#Remember not to use any tabs. The spacing must also be correct.
|
||||
Disabled_Worlds: []
|
||||
|
||||
#Use this module to limit the amount of weapons a player can have in the hot bar.
|
||||
#If the specified amount is exceeded, the weapon cannot be used. Example usage:
|
||||
#
|
||||
#Inventory_Control:
|
||||
# Group_Primary:
|
||||
# Limit: 2
|
||||
# Group_BlaBlaBla:
|
||||
# Limit: 2
|
||||
# Whatever_Name_You_Want:
|
||||
# Limit: 2
|
||||
#
|
||||
#You can create as many groups as you want. Messages and sounds are optional.
|
||||
#Enforce these limits using the Inventory_Control node in the weapon's Item_Information module.
|
||||
#The example below is used for the default weapon Bazooka.
|
||||
Inventory_Control:
|
||||
Group_Bazookas:
|
||||
Limit: 1
|
||||
Message_Exceeded: "&e[IC] &bYou cannot have more than one Bazooka in the hot bar!"
|
||||
Sounds_Exceeded: LAVA_POP-1-1-0
|
||||
|
||||
#A merged reload refers to the act of reloading multiple weapons in the same slot.
|
||||
#Set "Disable" to true if you wish to prevent players from doing this.
|
||||
#Messages and sounds are optional.
|
||||
Merged_Reload:
|
||||
Disable: false
|
||||
Message_Denied: "&eYou cannot reload slots that contain more than one weapon!"
|
||||
Sounds_Denied: VILLAGER_NO-1-1-0
|
32
Configs + Precompiled/config/CrackShot/messages.yml
Normal file
32
Configs + Precompiled/config/CrackShot/messages.yml
Normal file
@ -0,0 +1,32 @@
|
||||
#Visit the Complete Guide to CrackShot for information on everything in the configuration.
|
||||
#https://github.com/Shampaggon/CrackShot/wiki/The-Complete-Guide-to-CrackShot
|
||||
|
||||
#These are the messages most likely to be seen by the ordinary, non-administrative player.
|
||||
#Feel free to customize them to your liking.
|
||||
#
|
||||
#Notes:
|
||||
# - Some messages use special variables, such as "<amount>", "<item>" and "<cross>".
|
||||
# They represent numbers, weapon names and the multiplication sign.
|
||||
# - It is good practice to surround all messages with quotes (").
|
||||
# - To completely hide a message, provide an empty message. (i.e. Store_Created: "")
|
||||
# - Color codes are not supported.
|
||||
|
||||
#Permission-related messages.
|
||||
NP_Weapon_Use: "You do not have permission to use this."
|
||||
NP_Weapon_Craft: "You do not have permission to craft this."
|
||||
NP_Store_Create: "You do not have permission to create this store."
|
||||
NP_Store_Purchase: "You do not have permission to purchase this item."
|
||||
|
||||
#Store-related messages.
|
||||
Store_Created: "Store successfully created!"
|
||||
Store_Cannot_Afford: "You cannot afford to purchase this item."
|
||||
Store_Items_Needed: "You need <amount> <item>."
|
||||
Store_Purchased: "Item purchased - <item>"
|
||||
|
||||
#The message displayed when the reload command is used on a weapon that cannot be reloaded.
|
||||
#Not to be confused with "/shot config reload", which reloads the configuration.
|
||||
Cannot_Reload: "This weapon cannot be reloaded."
|
||||
|
||||
#The message displayed when a player receives a weapon given with the give command.
|
||||
#The command in question has the format "/shot give <user> <weapon> <#>".
|
||||
Weapon_Received: "Package received - <item> <cross><amount>"
|
@ -0,0 +1,54 @@
|
||||
M320:
|
||||
Item_Information:
|
||||
Attachments:
|
||||
Type: accessory
|
||||
Toggle_Delay: 5
|
||||
Sounds_Toggle: NOTE_STICKS-1-2-0
|
||||
Shooting:
|
||||
Cancel_Left_Click_Block_Damage: true
|
||||
Cancel_Right_Click_Interactions: true
|
||||
Recoil_Amount: 2
|
||||
Projectile_Amount: 1
|
||||
Projectile_Type: egg
|
||||
Projectile_Speed: 20
|
||||
Projectile_Damage: 1
|
||||
Sounds_Shoot: EXPLODE-1-2-0
|
||||
Sneak:
|
||||
Enable: true
|
||||
No_Recoil: true
|
||||
Reload:
|
||||
Enable: true
|
||||
Reload_Amount: 1
|
||||
Reload_Duration: 45
|
||||
Sounds_Reloading: PISTON_EXTEND-1-1-10,SKELETON_WALK-1-0-20,PISTON_RETRACT-1-1-35
|
||||
Particles:
|
||||
Enable: true
|
||||
Particle_Impact_Anything: BLOCK_BREAK-24
|
||||
Explosions:
|
||||
Enable: true
|
||||
Damage_Multiplier: 10
|
||||
Explosion_No_Grief: true
|
||||
Explosion_Radius: 5
|
||||
On_Impact_With_Anything: true
|
||||
Projectile_Activation_Time: 5
|
||||
Sounds_Shooter: SHOOT_ARROW-2-2-0
|
||||
|
||||
Tactical_Knife:
|
||||
Item_Information:
|
||||
Item_Name: "&eTactical Knife"
|
||||
Item_Type: 288
|
||||
Item_Lore: "&eA melee attachment.|&eNot intended for standalone use."
|
||||
Melee_Mode: true
|
||||
Sounds_Acquired: SHOOT_ARROW-1-0-0
|
||||
Hidden_From_List: true
|
||||
Shooting:
|
||||
Cancel_Left_Click_Block_Damage: true
|
||||
Cancel_Right_Click_Interactions: true
|
||||
Delay_Between_Shots: 20
|
||||
Projectile_Damage: 40
|
||||
Particles:
|
||||
Enable: true
|
||||
Particle_Hit: BLOCK_BREAK-55
|
||||
Hit_Events:
|
||||
Enable: true
|
||||
Sounds_Shooter: SHOOT_ARROW-1-0-0,SLIME_WALK-1-1-1
|
@ -0,0 +1,232 @@
|
||||
CocoPops:
|
||||
Item_Information:
|
||||
Item_Name: "&eCocoPops"
|
||||
Item_Type: 351~3
|
||||
Item_Lore: "&eA cluster bomb that releases|&e10 bomblets upon detonation."
|
||||
Sounds_Acquired: BAT_TAKEOFF-1-1-0
|
||||
Remove_Unused_Tag: true
|
||||
Shooting:
|
||||
Right_Click_To_Shoot: true
|
||||
Cancel_Right_Click_Interactions: true
|
||||
Projectile_Amount: 1
|
||||
Projectile_Type: grenade
|
||||
Projectile_Subtype: 351~3
|
||||
Projectile_Speed: 12
|
||||
Sounds_Projectile: EAT-2-1-28,EAT-2-1-32,EAT-2-1-36
|
||||
Sounds_Shoot: FIRE_IGNITE-2-0-0
|
||||
Cluster_Bombs:
|
||||
Enable: true
|
||||
Bomblet_Type: 362
|
||||
Delay_Before_Split: 40
|
||||
Number_Of_Splits: 1
|
||||
Number_Of_Bomblets: 10
|
||||
Speed_Of_Bomblets: 8
|
||||
Delay_Before_Detonation: 40
|
||||
Detonation_Delay_Variation: 10
|
||||
Particle_Release: BLOCK_BREAK-127
|
||||
Sounds_Release: BURP-2-1-0
|
||||
Explosions:
|
||||
Enable: true
|
||||
Damage_Multiplier: 25
|
||||
Explosion_No_Grief: true
|
||||
Explosion_Radius: 4
|
||||
Sounds_Explode: ITEM_PICKUP-2-1-0
|
||||
Extras:
|
||||
One_Time_Use: true
|
||||
|
||||
Trinket:
|
||||
Item_Information:
|
||||
Item_Name: "&eTrinket"
|
||||
Item_Type: 264
|
||||
Item_Lore: "&eLeft-click to set the owner.|&eExplodes when:|&e- picked up|&e- shot out of a dispenser|&e- a chest containing this item is opened|&e- placed in an item frame, and nearby|&e ...pressure plates are stepped on.|&e&oOwners cannot trigger their own traps."
|
||||
Sounds_Acquired: BAT_TAKEOFF-1-1-0
|
||||
Explosive_Devices:
|
||||
Enable: true
|
||||
Device_Type: trap
|
||||
Device_Info: true-true-true-false-false
|
||||
Sounds_Deploy: ITEM_PICKUP-2-0-0
|
||||
Message_Trigger_Placer: "&e<victim> has triggered your booby trap!"
|
||||
Message_Trigger_Victim: "&eYou have triggered <shooter>'s booby trap!"
|
||||
Sounds_Trigger: SHEEP_IDLE-2-1-0
|
||||
Explosions:
|
||||
Enable: true
|
||||
Damage_Multiplier: 50
|
||||
Explosion_No_Grief: true
|
||||
Enable_Owner_Immunity: true
|
||||
Explosion_Radius: 5
|
||||
Explosion_Potion_Effect: POISON-100-2,HUNGER-100-2
|
||||
Explosion_Delay: 10
|
||||
Sounds_Explode: WITHER_SHOOT-2-2-0
|
||||
|
||||
Putty:
|
||||
Item_Information:
|
||||
Item_Name: "&ePutty"
|
||||
Item_Type: 404
|
||||
Item_Lore: "&eRemote explosives.|&eRight click to throw.|&eLeft click to detonate."
|
||||
Sounds_Acquired: BAT_TAKEOFF-1-1-0
|
||||
Shooting:
|
||||
Cancel_Left_Click_Block_Damage: true
|
||||
Cancel_Right_Click_Interactions: true
|
||||
Explosive_Devices:
|
||||
Enable: true
|
||||
Device_Type: itembomb
|
||||
Device_Info: 2,10,159,159~14
|
||||
Sounds_Deploy: SHOOT_ARROW-1-0-0
|
||||
Sounds_Alert_Placer: CLICK-1-1-0
|
||||
Sounds_Trigger: SHEEP_SHEAR-1-2-0
|
||||
Explosions:
|
||||
Enable: true
|
||||
Explosion_No_Grief: true
|
||||
Explosion_Radius: 5
|
||||
Explosion_Delay: 16
|
||||
Sounds_Explode: ZOMBIE_WOOD-2-0-0
|
||||
|
||||
C4:
|
||||
Item_Information:
|
||||
Item_Name: "&eC4"
|
||||
Item_Type: 69
|
||||
Item_Lore: "&eRemote explosives.|&eRight click to place.|&eLeft click to detonate."
|
||||
Sounds_Acquired: BAT_TAKEOFF-1-1-0
|
||||
Shooting:
|
||||
Cancel_Left_Click_Block_Damage: true
|
||||
# Ammo:
|
||||
# Enable: true
|
||||
# Ammo_Item_ID: 46
|
||||
# Take_Ammo_Per_Shot: true
|
||||
Explosive_Devices:
|
||||
Enable: true
|
||||
Device_Type: remote
|
||||
Device_Info: 2-1A-TheStabbyBunny
|
||||
Sounds_Deploy: CHICKEN_EGG_POP-1-1-0
|
||||
Message_Disarm: "&eYou have disarmed an explosive device."
|
||||
Message_Trigger_Placer: "&e<victim> has set off your C4!"
|
||||
Message_Trigger_Victim: "&eYou have set off <shooter>'s C4!"
|
||||
Sounds_Alert_Placer: CLICK-1-1-0
|
||||
Sounds_Trigger: SHEEP_SHEAR-1-1-0
|
||||
Explosions:
|
||||
Enable: true
|
||||
Explosion_No_Grief: true
|
||||
Explosion_Radius: 6
|
||||
Explosion_Delay: 16
|
||||
Sounds_Explode: ZOMBIE_WOOD-2-0-0
|
||||
# Extras:
|
||||
# One_Time_Use: true
|
||||
|
||||
Airstrike:
|
||||
Item_Information:
|
||||
Item_Name: "&eHarrier Strike"
|
||||
Item_Type: 76
|
||||
Item_Lore: "&eCalls in an airstrike at the|&eposition of the thrown flare."
|
||||
Sounds_Acquired: BAT_TAKEOFF-1-1-0
|
||||
Remove_Unused_Tag: true
|
||||
Shooting:
|
||||
Right_Click_To_Shoot: true
|
||||
Cancel_Right_Click_Interactions: true
|
||||
Projectile_Amount: 1
|
||||
Projectile_Type: flare
|
||||
Projectile_Subtype: 76
|
||||
Projectile_Speed: 10
|
||||
Sounds_Shoot: FIRE_IGNITE-2-0-0,FIZZ-2-0-0
|
||||
Airstrikes:
|
||||
Enable: true
|
||||
Flare_Activation_Delay: 60
|
||||
Particle_Call_Airstrike: lightning
|
||||
Message_Call_Airstrike: "&eFriendly airstrike on the way."
|
||||
Block_Type: 85
|
||||
Area: 4
|
||||
Distance_Between_Bombs: 4
|
||||
Height_Dropped: 90
|
||||
Vertical_Variation: 10
|
||||
Horizontal_Variation: 10
|
||||
Multiple_Strikes:
|
||||
Enable: true
|
||||
Number_Of_Strikes: 3
|
||||
Delay_Between_Strikes: 20
|
||||
Sounds_Airstrike: ENDERMAN_STARE-2-2-0
|
||||
Explosions:
|
||||
Enable: true
|
||||
Explosion_No_Grief: true
|
||||
Explosion_Radius: 4
|
||||
Sounds_Explode: ENDERDRAGON_HIT-2-2-0
|
||||
Extras:
|
||||
One_Time_Use: true
|
||||
|
||||
Grenade:
|
||||
Item_Information:
|
||||
Item_Name: "&eFrag Grenade"
|
||||
Item_Type: 402
|
||||
Item_Lore: "&eExplodes three seconds after launch."
|
||||
Sounds_Acquired: BAT_TAKEOFF-1-1-0
|
||||
Remove_Unused_Tag: true
|
||||
Shooting:
|
||||
Right_Click_To_Shoot: true
|
||||
Cancel_Right_Click_Interactions: true
|
||||
Delay_Between_Shots: 10
|
||||
Projectile_Amount: 1
|
||||
Projectile_Type: grenade
|
||||
Projectile_Subtype: 46
|
||||
Projectile_Speed: 10
|
||||
Sounds_Shoot: SHOOT_ARROW-2-0-0
|
||||
Explosions:
|
||||
Enable: true
|
||||
Explosion_No_Grief: true
|
||||
Explosion_Radius: 4
|
||||
Explosion_Delay: 60
|
||||
Extras:
|
||||
One_Time_Use: true
|
||||
|
||||
Flashbang:
|
||||
Item_Information:
|
||||
Item_Name: "&eFlashbang"
|
||||
Item_Type: 351~8
|
||||
Item_Lore: "&eDisorientates the target upon detonation."
|
||||
Sounds_Acquired: BAT_TAKEOFF-1-1-0
|
||||
Remove_Unused_Tag: true
|
||||
Shooting:
|
||||
Right_Click_To_Shoot: true
|
||||
Cancel_Right_Click_Interactions: true
|
||||
Delay_Between_Shots: 10
|
||||
Projectile_Amount: 1
|
||||
Projectile_Type: grenade
|
||||
Projectile_Subtype: 351~8
|
||||
Projectile_Speed: 10
|
||||
Sounds_Shoot: SHOOT_ARROW-2-0-0
|
||||
Explosions:
|
||||
Enable: true
|
||||
Explosion_No_Grief: true
|
||||
Explosion_No_Damage: true
|
||||
Explosion_Radius: 6
|
||||
Explosion_Potion_Effect: BLINDNESS-120-1,SLOW-120-1
|
||||
Explosion_Delay: 20
|
||||
Sounds_Victim: LEVEL_UP-1-0-0
|
||||
Sounds_Explode: ANVIL_LAND-2-1-0
|
||||
Extras:
|
||||
One_Time_Use: true
|
||||
|
||||
Toaster:
|
||||
Item_Information:
|
||||
Item_Name: "&eToaster"
|
||||
Item_Type: 343
|
||||
Item_Lore: "&eAnti-personnel mine.|&eTriggers a fiery explosion when:|&e- walked into by mobs or players|&e- struck with fists or items|&e- shot by projectiles"
|
||||
Sounds_Acquired: BAT_TAKEOFF-1-1-0
|
||||
Remove_Unused_Tag: true
|
||||
Shooting:
|
||||
Right_Click_To_Shoot: true
|
||||
Cancel_Right_Click_Interactions: true
|
||||
Explosive_Devices:
|
||||
Enable: true
|
||||
Device_Type: landmine
|
||||
Device_Info: 46,MINECART
|
||||
Sounds_Deploy: ORB_PICKUP-2-2-0
|
||||
Message_Trigger_Placer: "&e<victim> has triggered your mine!"
|
||||
Message_Trigger_Victim: "&eYou have triggered <shooter>'s mine!"
|
||||
Sounds_Trigger: ITEM_BREAK-2-1-0,ZOMBIE_UNFECT-2-2-0
|
||||
Explosions:
|
||||
Enable: true
|
||||
Ignite_Victims: 120
|
||||
Explosion_No_Grief: true
|
||||
Explosion_Radius: 4
|
||||
Explosion_Delay: 16
|
||||
Sounds_Explode: FIRE-2-0-0,ZOMBIE_METAL-2-0-0
|
||||
Extras:
|
||||
One_Time_Use: true
|
@ -0,0 +1,428 @@
|
||||
Gauss:
|
||||
Item_Information:
|
||||
Item_Name: "&eGauss Shotgun"
|
||||
Item_Type: 417
|
||||
Item_Lore: "&eAdvanced pump-action shotgun.|&eFires metal slugs that penetrate|&eall targets within 40 blocks.|&eDeals 200% damage to Zombies."
|
||||
Sounds_Acquired: BAT_TAKEOFF-1-1-0
|
||||
Shooting:
|
||||
Cancel_Left_Click_Block_Damage: true
|
||||
Cancel_Right_Click_Interactions: true
|
||||
Projectile_Amount: 1
|
||||
Projectile_Type: energy
|
||||
Projectile_Subtype: 40-1-NONE-0
|
||||
Projectile_Damage: 12
|
||||
Sounds_Shoot: WITHER_SHOOT-1-2-0,EXPLODE-1-2-0
|
||||
Reload:
|
||||
Enable: true
|
||||
Reload_Amount: 8
|
||||
Reload_Bullets_Individually: true
|
||||
Reload_Duration: 10
|
||||
Sounds_Reloading: IRONGOLEM_THROW-1-2-0
|
||||
Firearm_Action:
|
||||
Type: pump
|
||||
Open_Duration: 12
|
||||
Close_Duration: 3
|
||||
Sound_Open: PISTON_EXTEND-1-2-0
|
||||
Sound_Close: PISTON_EXTEND-1-2-0
|
||||
Abilities:
|
||||
Reset_Hit_Cooldown: true
|
||||
Super_Effective: ZOMBIE-2
|
||||
Particles:
|
||||
Enable: true
|
||||
Particle_Player_Shoot: BLOCK_BREAK-57
|
||||
Hit_Events:
|
||||
Enable: true
|
||||
Sounds_Shooter: SHOOT_ARROW-1-2-0
|
||||
|
||||
Carbine:
|
||||
Item_Information:
|
||||
Item_Name: "&eCarbine"
|
||||
Item_Type: 417
|
||||
Item_Lore: "&eDeals crits with a 10% chance.|&eSwitch to the grenade launcher|&ewith right click. Fired grenades|&earm themselves in 0.25 seconds."
|
||||
Attachments:
|
||||
Type: main
|
||||
Info: "M320"
|
||||
Toggle_Delay: 5
|
||||
Sounds_Toggle: NOTE_STICKS-1-2-0
|
||||
Sounds_Acquired: BAT_TAKEOFF-1-1-0
|
||||
Shooting:
|
||||
Cancel_Left_Click_Block_Damage: true
|
||||
Cancel_Right_Click_Interactions: true
|
||||
Delay_Between_Shots: 3
|
||||
Recoil_Amount: 1
|
||||
Projectile_Amount: 1
|
||||
Projectile_Type: snowball
|
||||
Projectile_Speed: 40
|
||||
Projectile_Damage: 4
|
||||
Bullet_Spread: 0.5
|
||||
Sounds_Shoot: BLAZE_HIT-1-2-0,ZOMBIE_WOOD-1-2-0
|
||||
Sneak:
|
||||
Enable: true
|
||||
No_Recoil: true
|
||||
Bullet_Spread: 0.4
|
||||
Reload:
|
||||
Enable: true
|
||||
Reload_Amount: 8
|
||||
Reload_Duration: 30
|
||||
Sounds_Reloading: SKELETON_IDLE-1-0-0,FIRE_IGNITE-1-1-14,DOOR_OPEN-1-2-16,FIRE_IGNITE-1-1-26,HURT_FLESH-1-0-27,DOOR_CLOSE-1-2-28
|
||||
Firearm_Action:
|
||||
Type: slide
|
||||
Close_Duration: 8
|
||||
Sound_Close: CLICK-1-1-0
|
||||
Abilities:
|
||||
Reset_Hit_Cooldown: true
|
||||
Particles:
|
||||
Enable: true
|
||||
Particle_Impact_Anything: BLOCK_BREAK-80
|
||||
Particle_Critical: BLOCK_BREAK-55
|
||||
Hit_Events:
|
||||
Enable: true
|
||||
Sounds_Shooter: SHOOT_ARROW-1-2-0
|
||||
Critical_Hits:
|
||||
Enable: true
|
||||
Bonus_Damage: 2
|
||||
Chance: 10
|
||||
Sounds_Shooter: ORB_PICKUP-1-2-0
|
||||
|
||||
Deagle:
|
||||
Item_Information:
|
||||
Item_Name: "&eDesert Eagle"
|
||||
Item_Type: 417
|
||||
Item_Lore: "&eDual pistols.|&eLeft/right click to shoot.|&eShoot enemies in the back|&efor bonus backstab damage."
|
||||
Sounds_Acquired: BAT_TAKEOFF-1-1-0
|
||||
Shooting:
|
||||
Dual_Wield: true
|
||||
Cancel_Left_Click_Block_Damage: true
|
||||
Cancel_Right_Click_Interactions: true
|
||||
Delay_Between_Shots: 2
|
||||
Recoil_Amount: 2
|
||||
Projectile_Amount: 1
|
||||
Projectile_Type: egg
|
||||
Projectile_Speed: 40
|
||||
Projectile_Damage: 4
|
||||
Bullet_Spread: 1
|
||||
Sounds_Shoot: ZOMBIE_WOOD-1-2-0,ZOMBIE_WOOD-1-0-0
|
||||
Sneak:
|
||||
Enable: true
|
||||
No_Recoil: true
|
||||
Bullet_Spread: 0.75
|
||||
Reload:
|
||||
Enable: true
|
||||
Reload_Amount: 7
|
||||
Reload_Duration: 40
|
||||
Sounds_Out_Of_Ammo: CLICK-1-1-0
|
||||
Sounds_Reloading: DOOR_OPEN-1-2-4,DOOR_OPEN-1-2-8,DOOR_CLOSE-1-2-23,DOOR_CLOSE-1-2-38
|
||||
Dual_Wield:
|
||||
Single_Reload_Duration: 25
|
||||
Sounds_Single_Reload: DOOR_OPEN-1-2-4,DOOR_CLOSE-1-2-23
|
||||
Sounds_Shoot_With_No_Ammo: CLICK-1-2-0
|
||||
Abilities:
|
||||
Reset_Hit_Cooldown: true
|
||||
Backstab:
|
||||
Enable: true
|
||||
Bonus_Damage: 2
|
||||
Sounds_Shooter: ORB_PICKUP-1-2-0
|
||||
Particles:
|
||||
Enable: true
|
||||
Particle_Backstab: BLOCK_BREAK-55
|
||||
Hit_Events:
|
||||
Enable: true
|
||||
Sounds_Shooter: SHOOT_ARROW-1-2-0
|
||||
|
||||
Bazooka:
|
||||
Item_Information:
|
||||
Item_Name: "&eBazooka"
|
||||
Item_Type: 417
|
||||
Item_Lore: "&eRocket launcher.|&eFire down at your|&efeet to rocket-jump.|&eNegates fall damage."
|
||||
Sounds_Acquired: BAT_TAKEOFF-1-1-0
|
||||
Inventory_Control: Group_Bazookas
|
||||
Shooting:
|
||||
Cancel_Left_Click_Block_Damage: true
|
||||
Cancel_Right_Click_Interactions: true
|
||||
Recoil_Amount: 2
|
||||
Projectile_Amount: 1
|
||||
Projectile_Type: fireball
|
||||
Projectile_Speed: 10
|
||||
Sounds_Shoot: ZOMBIE_WOOD-1-0-0,FIZZ-1-1-0
|
||||
Sneak:
|
||||
Enable: true
|
||||
No_Recoil: true
|
||||
Abilities:
|
||||
No_Fall_Damage: true
|
||||
Reload:
|
||||
Enable: true
|
||||
Reload_Amount: 1
|
||||
Reload_Duration: 55
|
||||
Sounds_Reloading: SKELETON_IDLE-1-0-10,PISTON_EXTEND-1-0-28,SKELETON_WALK-1-0-48
|
||||
Particles:
|
||||
Enable: true
|
||||
Particle_Player_Shoot: BLOCK_BREAK-35
|
||||
Shrapnel:
|
||||
Enable: true
|
||||
Block_Type: 77
|
||||
Amount: 14
|
||||
Speed: 7
|
||||
Explosions:
|
||||
Enable: true
|
||||
Knockback: 5
|
||||
Damage_Multiplier: 10
|
||||
Explosion_No_Grief: true
|
||||
Explosion_Radius: 6
|
||||
Sounds_Shooter: SHOOT_ARROW-1-2-0
|
||||
|
||||
Python:
|
||||
Item_Information:
|
||||
Item_Name: "&ePython &l/&e Knife"
|
||||
Item_Type: 417
|
||||
Item_Lore: "&eRevolver with high power.|&eLeft click to melee enemies|&ewith the tactical knife."
|
||||
Melee_Attachment: Tactical_Knife
|
||||
Sounds_Acquired: BAT_TAKEOFF-1-1-0
|
||||
Shooting:
|
||||
Right_Click_To_Shoot: true
|
||||
Cancel_Left_Click_Block_Damage: true
|
||||
Cancel_Right_Click_Interactions: true
|
||||
Delay_Between_Shots: 2
|
||||
Projectile_Amount: 1
|
||||
Projectile_Type: snowball
|
||||
Projectile_Speed: 40
|
||||
Projectile_Damage: 6
|
||||
Bullet_Spread: 0.5
|
||||
Sounds_Shoot: IRONGOLEM_HIT-1-2-0,ZOMBIE_METAL-1-2-0
|
||||
Reload:
|
||||
Enable: true
|
||||
Reload_Amount: 6
|
||||
Reload_Duration: 35
|
||||
Sounds_Reloading: LEVEL_UP-1-1-10,FIRE_IGNITE-1-2-28
|
||||
Firearm_Action:
|
||||
Type: revolver
|
||||
Open_Duration: 5
|
||||
Close_Duration: 5
|
||||
Sound_Open: DOOR_OPEN-1-2-0
|
||||
Sound_Close: DOOR_CLOSE-1-2-0
|
||||
Abilities:
|
||||
Reset_Hit_Cooldown: true
|
||||
Hit_Events:
|
||||
Enable: true
|
||||
Sounds_Shooter: SHOOT_ARROW-1-2-0
|
||||
|
||||
Riotshield:
|
||||
Item_Information:
|
||||
Item_Name: "&eRiot Shield"
|
||||
Item_Type: 267
|
||||
Item_Lore: "&eBlocks all melee and ranged attacks.|&eIneffective against attacks from behind."
|
||||
Sounds_Acquired: BAT_TAKEOFF-1-1-0
|
||||
Remove_Unused_Tag: true
|
||||
Riot_Shield:
|
||||
Enable: true
|
||||
Durability_Loss_Per_Hit: 10
|
||||
Sounds_Blocked: GLASS-2-2-0
|
||||
Sounds_Break: ITEM_BREAK-2-1-0
|
||||
|
||||
Olympia:
|
||||
Item_Information:
|
||||
Item_Name: "&eOlympia"
|
||||
Item_Type: 417
|
||||
Item_Lore: "&eDouble-barreled shotgun.|&eDeadly at close range.|&eIneffective at longer ranges.|&eFires incendiary ammo."
|
||||
Sounds_Acquired: BAT_TAKEOFF-1-1-0
|
||||
Shooting:
|
||||
Cancel_Left_Click_Block_Damage: true
|
||||
Cancel_Right_Click_Interactions: true
|
||||
Delay_Between_Shots: 3
|
||||
Recoil_Amount: 5
|
||||
Projectile_Amount: 8
|
||||
Projectile_Type: egg
|
||||
Removal_Or_Drag_Delay: 4-false
|
||||
Projectile_Speed: 30
|
||||
Projectile_Damage: 5
|
||||
Projectile_Flames: true
|
||||
Projectile_Incendiary:
|
||||
Enable: true
|
||||
Duration: 80
|
||||
Bullet_Spread: 1
|
||||
Reset_Fall_Distance: true
|
||||
Sounds_Shoot: ZOMBIE_WOOD-1-1-0,EXPLODE-1-2-0,GHAST_FIREBALL-1-1-0
|
||||
Sneak:
|
||||
Enable: true
|
||||
No_Recoil: true
|
||||
Bullet_Spread: 1
|
||||
Reload:
|
||||
Enable: true
|
||||
Reload_Amount: 2
|
||||
Reload_Bullets_Individually: true
|
||||
Reload_Duration: 15
|
||||
Sounds_Reloading: NOTE_STICKS-1-1-0,NOTE_SNARE_DRUM-1-6-1
|
||||
Firearm_Action:
|
||||
Type: break
|
||||
Open_Duration: 10
|
||||
Close_Duration: 15
|
||||
Sound_Open: DOOR_OPEN-1-2-0
|
||||
Sound_Close: DOOR_CLOSE-1-2-0
|
||||
Abilities:
|
||||
Reset_Hit_Cooldown: true
|
||||
No_Fall_Damage: true
|
||||
Hit_Events:
|
||||
Enable: true
|
||||
Sounds_Shooter: SHOOT_ARROW-1-2-0
|
||||
Damage_Based_On_Flight_Time:
|
||||
Enable: true
|
||||
Bonus_Damage_Per_Tick: -1
|
||||
Maximum_Damage: -4
|
||||
Particles:
|
||||
Enable: true
|
||||
Particle_Player_Shoot: FLAMES-1
|
||||
Particle_Impact_Anything: BLOCK_BREAK-51
|
||||
|
||||
Hunting:
|
||||
Item_Information:
|
||||
Item_Name: "&eHunting Rifle"
|
||||
Item_Type: 417
|
||||
Item_Lore: "&eBolt-action rifle with high accuracy.|&eEquipped with a night vision scope.|&eDeals double damage on headshots."
|
||||
Sounds_Acquired: BAT_TAKEOFF-1-1-0
|
||||
Shooting:
|
||||
Cancel_Left_Click_Block_Damage: true
|
||||
Cancel_Right_Click_Interactions: true
|
||||
Projectile_Amount: 1
|
||||
Projectile_Type: snowball
|
||||
Projectile_Speed: 1000
|
||||
Projectile_Damage: 12
|
||||
Sounds_Shoot: BLAZE_HIT-1-1-0,EXPLODE-1-2-0
|
||||
Custom_Death_Message:
|
||||
Normal: "&e<victim> was sniped by <shooter>'s Hunting Rifle!"
|
||||
Reload:
|
||||
Enable: true
|
||||
Starting_Amount: 0
|
||||
Reload_Amount: 5
|
||||
Reload_Bullets_Individually: true
|
||||
Reload_Duration: 10
|
||||
Sounds_Reloading: NOTE_STICKS-1-1-0
|
||||
Firearm_Action:
|
||||
Type: bolt
|
||||
Open_Duration: 8
|
||||
Close_Duration: 7
|
||||
Close_Shoot_Delay: 6
|
||||
Sound_Open: NOTE_STICKS-1-0-0,PISTON_RETRACT-1-2-2
|
||||
Sound_Close: PISTON_EXTEND-1-2-0
|
||||
Headshot:
|
||||
Enable: true
|
||||
Bonus_Damage: 12
|
||||
Sounds_Shooter: NOTE_PLING-1-2-0
|
||||
Sounds_Victim: VILLAGER_DEATH-1-1-0
|
||||
Abilities:
|
||||
Reset_Hit_Cooldown: true
|
||||
Knockback: 3
|
||||
Particles:
|
||||
Enable: true
|
||||
Particle_Player_Shoot: BLOCK_BREAK-1
|
||||
Particle_Terrain: true
|
||||
Fireworks:
|
||||
Enable: true
|
||||
Firework_Headshot: STAR-TRUE-TRUE-250-0-0
|
||||
Scope:
|
||||
Enable: true
|
||||
Night_Vision: true
|
||||
Zoom_Amount: 5
|
||||
Sounds_Toggle_Zoom: NOTE_STICKS-1-2-0
|
||||
Hit_Events:
|
||||
Enable: true
|
||||
Sounds_Shooter: SHOOT_ARROW-1-2-0
|
||||
|
||||
Type95:
|
||||
Item_Information:
|
||||
Item_Name: "&eType 95"
|
||||
Item_Type: 417
|
||||
Item_Lore: "&eSemi-automatic with three round burst fire.|&eGhast Tears are required for reloads."
|
||||
Sounds_Acquired: BAT_TAKEOFF-1-1-0
|
||||
SignShops:
|
||||
Enable: true
|
||||
Price: 266-10
|
||||
Sign_Gun_ID: 95
|
||||
Shooting:
|
||||
Cancel_Left_Click_Block_Damage: true
|
||||
Cancel_Right_Click_Interactions: true
|
||||
Delay_Between_Shots: 7
|
||||
Recoil_Amount: 1
|
||||
Projectile_Amount: 1
|
||||
Projectile_Type: snowball
|
||||
Projectile_Speed: 40
|
||||
Projectile_Damage: 4
|
||||
Bullet_Spread: 2
|
||||
Sounds_Shoot: ITEM_BREAK-1-2-2,NOTE_SNARE_DRUM-1-0-2
|
||||
Sneak:
|
||||
Enable: true
|
||||
No_Recoil: true
|
||||
Bullet_Spread: 1
|
||||
Burstfire:
|
||||
Enable: true
|
||||
Shots_Per_Burst: 3
|
||||
Delay_Between_Shots_In_Burst: 1
|
||||
Ammo:
|
||||
Enable: true
|
||||
Ammo_Item_ID: 370
|
||||
Sounds_Out_Of_Ammo: NOTE_PLING-1-2-0
|
||||
Sounds_Shoot_With_No_Ammo: NOTE_STICKS-1-2-0
|
||||
Reload:
|
||||
Enable: true
|
||||
Reload_Amount: 30
|
||||
Take_Ammo_On_Reload: true
|
||||
Reload_Duration: 40
|
||||
Sounds_Reloading: FIRE_IGNITE-1-1-4,DOOR_OPEN-1-2-6,FIRE_IGNITE-1-1-36,HURT_FLESH-1-0-37,DOOR_CLOSE-1-2-38
|
||||
Firearm_Action:
|
||||
Type: slide
|
||||
Close_Duration: 10
|
||||
Sound_Close: PISTON_RETRACT-1-2-0,PISTON_RETRACT-1-2-2
|
||||
Scope:
|
||||
Enable: true
|
||||
Zoom_Amount: 5
|
||||
Zoom_Bullet_Spread: 0
|
||||
Sounds_Toggle_Zoom: ENDERDRAGON_WINGS-1-2-0
|
||||
Abilities:
|
||||
Reset_Hit_Cooldown: true
|
||||
Hit_Events:
|
||||
Enable: true
|
||||
Sounds_Shooter: SHOOT_ARROW-1-2-0
|
||||
|
||||
AK-47:
|
||||
Item_Information:
|
||||
Item_Name: "&eAK-47"
|
||||
Item_Type: 417
|
||||
Item_Lore: "&eFully automatic with high power.|&eEffective at medium range.|&eControls are inverted."
|
||||
Sounds_Acquired: BAT_TAKEOFF-1-1-0
|
||||
Shooting:
|
||||
Right_Click_To_Shoot: true
|
||||
Cancel_Left_Click_Block_Damage: true
|
||||
Cancel_Right_Click_Interactions: true
|
||||
Recoil_Amount: 1
|
||||
Projectile_Amount: 1
|
||||
Projectile_Type: snowball
|
||||
Projectile_Speed: 40
|
||||
Projectile_Damage: 4
|
||||
Bullet_Spread: 2
|
||||
Sounds_Shoot: IRONGOLEM_HIT-1-2-0,SKELETON_HURT-1-2-0,ZOMBIE_WOOD-1-2-0
|
||||
Sneak:
|
||||
Enable: true
|
||||
No_Recoil: true
|
||||
Bullet_Spread: 1
|
||||
Fully_Automatic:
|
||||
Enable: true
|
||||
Fire_Rate: 6
|
||||
Reload:
|
||||
Enable: true
|
||||
Reload_Amount: 30
|
||||
Reload_Duration: 40
|
||||
Sounds_Out_Of_Ammo: ITEM_BREAK-1-1-0
|
||||
Sounds_Reloading: FIRE_IGNITE-1-1-4,DOOR_OPEN-1-2-6,FIRE_IGNITE-1-1-36,HURT_FLESH-1-0-37,DOOR_CLOSE-1-2-38
|
||||
Firearm_Action:
|
||||
Type: slide
|
||||
Close_Duration: 10
|
||||
Close_Shoot_Delay: 12
|
||||
Sound_Close: PISTON_RETRACT-1-2-0,PISTON_RETRACT-1-2-3
|
||||
Scope:
|
||||
Enable: true
|
||||
Zoom_Amount: 5
|
||||
Zoom_Bullet_Spread: 0
|
||||
Sounds_Toggle_Zoom: ENDERDRAGON_WINGS-1-2-0
|
||||
Abilities:
|
||||
Reset_Hit_Cooldown: true
|
||||
Hit_Events:
|
||||
Enable: true
|
||||
Sounds_Shooter: SHOOT_ARROW-1-2-0
|
106
Configs + Precompiled/config/CrateReloaded/block.yml
Normal file
106
Configs + Precompiled/config/CrateReloaded/block.yml
Normal file
@ -0,0 +1,106 @@
|
||||
world:
|
||||
- KEYCRATE:-15:69:33:DrePvP
|
||||
- KEYCRATE:-15:69:36:SimplyTrash
|
||||
- KEYCRATE:-15:69:24:Dylan
|
||||
- KEYCRATE:8:69:39:Silver
|
||||
- KEYCRATE:12:69:39:Items
|
||||
- KEYCRATE:15:69:36:Perk
|
||||
- KEYCRATE:18:69:33:Seasonal
|
||||
- KEYCRATE:18:69:29:Gold
|
||||
- KEYCRATE:17:69:25:Token
|
||||
- KEYCRATE:-165:68:1175:Items
|
||||
- KEYCRATE:6:70:13:Airdrop
|
||||
- KEYCRATE:419:72:1524:Silver
|
||||
- KEYCRATE:417:72:1524:Gold
|
||||
- KEYCRATE:415:72:1524:Items
|
||||
- KEYCRATE:413:72:1524:Seasonal
|
||||
- KEYCRATE:411:72:1524:Token
|
||||
- KEYCRATE:409:72:1524:Perk
|
||||
- KEYCRATE:407:72:1524:Dylan
|
||||
- KEYCRATE:405:72:1524:Headed
|
||||
- KEYCRATE:403:72:1524:iMakeMcVids
|
||||
- KEYCRATE:401:72:1524:DrePvP
|
||||
- KEYCRATE:399:72:1524:SimplyTrash
|
||||
- KEYCRATE:-28:4:1262:Perk
|
||||
- KEYCRATE:-28:4:1264:Items
|
||||
- KEYCRATE:-28:4:1266:Seasonal
|
||||
- KEYCRATE:-28:4:1268:iMakeMcVids
|
||||
- KEYCRATE:-28:4:1272:SimplyTrash
|
||||
- KEYCRATE:-28:4:1274:DrePvP
|
||||
- KEYCRATE:-28:4:1260:SamHCF
|
||||
- KEYCRATE:-28:4:1258:Lectors
|
||||
- KEYCRATE:-28:4:1256:QnA
|
||||
- KEYCRATE:-14:70:18:Airdrop
|
||||
- KEYCRATE:22:69:53:Perk
|
||||
- KEYCRATE:22:69:57:Items
|
||||
- KEYCRATE:22:69:45:Gold
|
||||
- KEYCRATE:22:69:61:Silver
|
||||
- KEYCRATE:22:69:49:Seasonal
|
||||
- KEYCRATE:8:69:26:SimplyTrash
|
||||
- KEYCRATE:8:69:29:Dylan
|
||||
- KEYCRATE:8:69:35:DrePvP
|
||||
- KEYCRATE:8:69:38:Headed
|
||||
- KEYCRATE:13:69:62:Token
|
||||
- KEYCRATE:117:67:2092:Silver
|
||||
- KEYCRATE:115:67:2092:Gold
|
||||
- KEYCRATE:113:67:2092:Items
|
||||
- KEYCRATE:111:67:2092:Seasonal
|
||||
- KEYCRATE:109:67:2092:Perk
|
||||
- KEYCRATE:107:67:2092:Headed
|
||||
- KEYCRATE:105:67:2092:Dylan
|
||||
- KEYCRATE:103:67:2092:DrePvP
|
||||
- KEYCRATE:101:67:2092:iMakeMcVids
|
||||
- KEYCRATE:99:67:2092:SimplyTrash
|
||||
- KEYCRATE:263:65:1156:iMakeMcVids
|
||||
- KEYCRATE:260:65:1156:SimplyTrash
|
||||
- KEYCRATE:260:65:1158:Dylan
|
||||
- KEYCRATE:263:65:1158:Dylan
|
||||
- KEYCRATE:263:65:1160:Headed
|
||||
- KEYCRATE:-37:94:38:Gold
|
||||
- KEYCRATE:-29:94:38:Seasonal
|
||||
- KEYCRATE:-33:94:38:Items
|
||||
- KEYCRATE:-29:94:29:Perk
|
||||
- KEYCRATE:-32:92:6:SimplyTrash
|
||||
- KEYCRATE:-28:92:6:Headed
|
||||
- KEYCRATE:-24:92:6:iMakeMcVids
|
||||
- KEYCRATE:-20:92:6:Dylan
|
||||
- KEYCRATE:-16:92:6:DrePvP
|
||||
- KEYCRATE:-25:94:38:Silver
|
||||
- KEYCRATE:-58:69:1039:Silver
|
||||
- KEYCRATE:-58:69:1037:Gold
|
||||
- KEYCRATE:-58:69:1035:Token
|
||||
- KEYCRATE:-58:69:1033:Items
|
||||
- KEYCRATE:-58:69:1031:Seasonal
|
||||
- KEYCRATE:-58:69:1029:Perk
|
||||
- KEYCRATE:-58:69:1027:iMakeMcVids
|
||||
- KEYCRATE:-58:69:1025:DrePvP
|
||||
- KEYCRATE:-58:69:1023:Dylan
|
||||
- KEYCRATE:-58:69:1021:SimplyTrash
|
||||
- KEYCRATE:-58:69:1019:Headed
|
||||
- KEYCRATE:-21:94:38:Token
|
||||
- KEYCRATE:-174:159:6:Partner
|
||||
- KEYCRATE:-65:68:1346:SOTW
|
||||
- KEYCRATE:-65:68:1344:Seasonal
|
||||
- KEYCRATE:-65:68:1342:Perk
|
||||
- KEYCRATE:-65:68:1340:iMakeMcVids
|
||||
- KEYCRATE:-65:68:1338:NotRamix
|
||||
- KEYCRATE:239:66:1129:Resucting
|
||||
- KEYCRATE:236:66:1129:Seasonal
|
||||
Spawn:
|
||||
- KEYCRATE:24:71:25:SOTW
|
||||
- KEYCRATE:-27:71:6:iMakeMcVids
|
||||
- KEYCRATE:-9:107:0:SOTW
|
||||
- KEYCRATE:-7:108:31:Airdrop
|
||||
- KEYCRATE:-1:108:31:Partner
|
||||
- KEYCRATE:-9:108:31:Lootbox
|
||||
- KEYCRATE:-5:108:31:Seasonal
|
||||
- KEYCRATE:4:108:22:Legendary
|
||||
- KEYCRATE:24:71:25:Rare
|
||||
- KEYCRATE:20:71:29:Legendary
|
||||
- KEYCRATE:23:71:28:Cave
|
||||
- KEYCRATE:-8:71:28:Seasonal
|
||||
- KEYCRATE:8:71:28:Lootbox
|
||||
- KEYCRATE:4:71:28:Airdrop
|
||||
- KEYCRATE:-4:71:28:Perk
|
||||
- KEYCRATE:-21:71:0:Partner
|
||||
- KEYCRATE:-27:71:-6:Headed
|
91
Configs + Precompiled/config/CrateReloaded/config.yml
Normal file
91
Configs + Precompiled/config/CrateReloaded/config.yml
Normal file
@ -0,0 +1,91 @@
|
||||
# ======================================================= #
|
||||
# #
|
||||
# CONFIG.YML #
|
||||
# Revision-07 by Bart/Dinosaur #
|
||||
# #
|
||||
# Thank you for supporting CrateReloaded! #
|
||||
# Developer Note: Enjoy the plugin! #
|
||||
# #
|
||||
# ======================================================= #
|
||||
#
|
||||
#
|
||||
# ======================================================= #
|
||||
# #
|
||||
# Administration #
|
||||
# #
|
||||
# ======================================================= #
|
||||
#
|
||||
# Prefix
|
||||
# Goes before every message
|
||||
#
|
||||
prefix: '&4&lCrate &8┃ &7'
|
||||
#
|
||||
# Language
|
||||
# Currently Supports: en, fr, bg, es, fi
|
||||
#
|
||||
locale: en
|
||||
#
|
||||
# Logger
|
||||
# Creates a log folder which automatically logs important information.
|
||||
#
|
||||
logger: false
|
||||
#
|
||||
#
|
||||
# ======================================================= #
|
||||
# #
|
||||
# Crate Settings #
|
||||
# Please view Crate.YML for reward configuration #
|
||||
# #
|
||||
# ======================================================= #
|
||||
#
|
||||
# Chance Format
|
||||
# ex: #.## 1.23
|
||||
#
|
||||
display:
|
||||
chanceFormat: '#'
|
||||
#
|
||||
# Global Crate Cooldown
|
||||
# Wait time before consecutive crate actions
|
||||
#
|
||||
usage:
|
||||
cooldown: -1
|
||||
#
|
||||
# Confirmation Menu
|
||||
#
|
||||
confirmation-menu:
|
||||
name: 'Are you sure?'
|
||||
yesDisplay: '159:5 1 &a&lOPEN &7Opens_the_Mystery_Box!%line%%line%Action_is_irreversible.'
|
||||
dialogDisplay: '116 1 &f&lCHOOSER'
|
||||
noDisplay: '159:14 1 &4&lCANCEL &7Cancels your previous action.'
|
||||
#
|
||||
# Preview Menu
|
||||
#
|
||||
preview-menu:
|
||||
name: 'Crates'
|
||||
backButton: '355 1 &4&lGo_back! &7Return_to_the_crate_selector!'
|
||||
#
|
||||
# Velocity multipliers
|
||||
#
|
||||
pushback:
|
||||
enabled: false
|
||||
modifiers:
|
||||
x: 1.0
|
||||
y: 1.0
|
||||
z: 1.0
|
||||
#
|
||||
# Roulette and CSGO Settings
|
||||
#
|
||||
glassName: ''
|
||||
roulette:
|
||||
length: 5
|
||||
csgo:
|
||||
length: 6
|
||||
topPrizeDisplay: 'REDSTONE_TORCH_ON 1 &6Prize!'
|
||||
botPrizeDisplay: 'REDSTONE_TORCH_ON 1 &6Prize!'
|
||||
#
|
||||
# Holographic Offset
|
||||
#
|
||||
holographic-offset:
|
||||
x: 0.0
|
||||
y: 5.0
|
||||
z: 0.0
|
1035
Configs + Precompiled/config/CrateReloaded/crate.yml
Normal file
1035
Configs + Precompiled/config/CrateReloaded/crate.yml
Normal file
File diff suppressed because it is too large
Load Diff
117
Configs + Precompiled/config/CrateReloaded/lang/l_bg.properties
Normal file
117
Configs + Precompiled/config/CrateReloaded/lang/l_bg.properties
Normal file
@ -0,0 +1,117 @@
|
||||
|
||||
# Credit: using-xenforo @Spigot
|
||||
|
||||
##################
|
||||
#- Help -#
|
||||
##################
|
||||
|
||||
# Unknown Command
|
||||
help.user=%gray%------------------- %prefix%%gray%-------------------\
|
||||
\n%light_purple%CrateReloaded %green%??? %light_purple%??????????? ????? %green%? %light_purple%????? ??? ?????? \
|
||||
%green%????? ? ???????!\
|
||||
\n%white%/crate list %green%?? ?? ?????? ??????? ? ?????!\
|
||||
\n%white%/crate info <???_??_???????> %green%?? ?? ?????? ?????????? ?? ???!\
|
||||
\n%gray%-----------------------------------------------------
|
||||
|
||||
# Info Command
|
||||
info.user=%gray%----------------------- %prefix%%gray%----------------------\
|
||||
\n%green%??? ?? ???????: %white%%cratename%\
|
||||
\n%green%??? ?? ???????: %white%%cratetype%\
|
||||
\n%green%?????? ?? ???: %white%%cratebuy%\
|
||||
\n%green%???? ?? ??????????: %white%%cratecost%\
|
||||
\n%gray%-----------------------------------------------------
|
||||
|
||||
# List Command
|
||||
list.user=%gray%----------------------- %prefix%%gray%----------------------\
|
||||
\n%green%?????? ??? ?????: %white%%list%\
|
||||
\n%gray%-----------------------------------------------------\
|
||||
|
||||
##################
|
||||
#- Commands -#
|
||||
##################
|
||||
|
||||
# No Permission
|
||||
command.permission.none=%prefix%??? ?????? ????? ?? ?????????? ???? ???????.
|
||||
|
||||
# Unknown Command
|
||||
command.unknown.notfound=%prefix%????????? ?? ? ????????.
|
||||
|
||||
# Incorrect Usage
|
||||
command.incorrect.usage=%prefix%?????????? ??????????
|
||||
|
||||
# Player only command
|
||||
command.playeronly.usage=%prefix%???? ?????? ????? ?? ????????? ???? ???????.
|
||||
|
||||
# Incorrect Parameters
|
||||
command.incorrect.parameters=%prefix%?????????? ?????????
|
||||
# Incorrect Arguments
|
||||
command.incorrect.arguments=%prefix%?????????? ???? ????????? %green%
|
||||
|
||||
# Argument must be numbers
|
||||
command.incorrect.numbers=%prefix%??????????? ?????? ?? ??? ?????
|
||||
|
||||
#######################
|
||||
#- Crate/Keys -#
|
||||
#######################
|
||||
|
||||
# Incorrect crate crateName
|
||||
crate.incorrect.name=%prefix%?????????? ??? ?? ?????
|
||||
|
||||
# Player is offline, unable to receive items
|
||||
crate.player.offline=%prefix%??????? ?????? ?? ? ? ???????, ?? ?? ?????? ?????.
|
||||
|
||||
# Received a crate
|
||||
crate.player.recieved=%prefix%??? ????????? ?????.
|
||||
|
||||
# Unable to buy crate
|
||||
crate.player.unabletobuy=%prefix%??? ?? ??????? ?? ?????? ?????. ????????? ???? ????? ?????????? ????, ? ???? ??????? ?? ???????.
|
||||
|
||||
# Select a crate
|
||||
crate.player.noselection=%prefix%???? ???????? ?????.
|
||||
|
||||
# You cannot give a key crate.
|
||||
crate.player.nogivekeycrate=%prefix%??? ?? ?????? ?? ?????? ????? ? ????, ???? ?????? ???? ????? ????.
|
||||
|
||||
# No Key
|
||||
crate.player.nokey=%prefix%?????? ?? ???? ?? ?? ???????? ???? ?????.
|
||||
|
||||
# Received a key
|
||||
crate.player.keyrecieved=%prefix%??? ????????? ????
|
||||
|
||||
# Unable to set key crate
|
||||
crate.key.createerror=%prefix%?? ??????? ?? ??????? ??????? ? ????.
|
||||
|
||||
# Successfully created a key crate
|
||||
crate.key.createsuccess=%prefix%??? ????????? ????? ? ???? ?? ???? ?????!
|
||||
|
||||
# Unable to remove key crate
|
||||
crate.key.removeerror=%prefix%?? ??????? ?? ????????? ??????? ? ????.
|
||||
|
||||
# Successfully remove a key crate
|
||||
crate.key.removesuccess=%prefix%??? ??????????? ????? ? ???? ?? ???? ?????!
|
||||
|
||||
# Not a keycrate
|
||||
crate.key.notankey=%prefix%???? ?? ? ????? ? ????!
|
||||
|
||||
# Unable to use the key here
|
||||
crate.key.unabletouse=%prefix%?? ?????? ?? ?????????? ????? ???.
|
||||
|
||||
# You don't have the right key
|
||||
crate.key.wrongkey=%prefix%??? ?????? ???? ?? ??????? %cratename%!
|
||||
|
||||
##################
|
||||
#- Money -#
|
||||
##################
|
||||
|
||||
# -UNUSED- Replaced by crate.player.unabletobuy
|
||||
money.notenough=%prefix%??? ?????? ?????????? ????, ?? ?? ?????? ???? ?????.
|
||||
|
||||
# Transaction Complete
|
||||
money.transaction.complete=%prefix%???????????? ?????????! ??????? ?? %money%.
|
||||
|
||||
##################
|
||||
#- Error -#
|
||||
##################
|
||||
|
||||
# Number Error
|
||||
error.excp.numberformat=%prefix%????????? ?????????, ???????? ?? ?????.
|
128
Configs + Precompiled/config/CrateReloaded/lang/l_en.properties
Normal file
128
Configs + Precompiled/config/CrateReloaded/lang/l_en.properties
Normal file
@ -0,0 +1,128 @@
|
||||
##################
|
||||
#- Help -#
|
||||
##################
|
||||
|
||||
# Unknown Command
|
||||
help.user=%gray%----------------------- %prefix%%gray%----------------------\
|
||||
\n%light_purple%CrateReloaded %green%features %light_purple%MysteryCrates %green%to %light_purple%Supply Crates \
|
||||
%green%filled with prizes and rewards!\
|
||||
\n%white%/crate list %green%to view what crates there are!\
|
||||
\n%white%/crate info <crate_name> %green%to view the crates info!\
|
||||
\n%white%/crate commands %green%to view the commands!\
|
||||
|
||||
# Info Command
|
||||
info.user=%gray%----------------------- %prefix%%gray%----------------------\
|
||||
\n%green%Crate Name: %white%%cratename%\
|
||||
\n%green%Crate Type: %white%%cratetype%\
|
||||
\n%green%Buyable: %white%%cratebuy%\
|
||||
\n%green%Buy Price: %white%%cratecost%\
|
||||
|
||||
# List Command
|
||||
list.user=%gray%----------------------- %prefix%%gray%----------------------\
|
||||
\n%green%Current Crates: %white%%list%\
|
||||
|
||||
##################
|
||||
#- Commands -#
|
||||
##################
|
||||
|
||||
# No Permission
|
||||
command.permission.none=%prefix%You do not have permission to use this command.
|
||||
|
||||
# Unknown Command
|
||||
command.unknown.notfound=%prefix%Command not found.
|
||||
|
||||
# Incorrect Usage
|
||||
command.incorrect.usage=%prefix%Incorrect Usage
|
||||
|
||||
# Player only command
|
||||
command.playeronly.usage=%prefix%Only players are able to use this command.
|
||||
|
||||
# Incorrect Parameters
|
||||
command.incorrect.parameters=%prefix%Incorrect Parameters.
|
||||
|
||||
# Incorrect Arguments
|
||||
command.incorrect.arguments=%prefix%Incorrect number of arguments %green%
|
||||
|
||||
# Argument must be numbers
|
||||
command.incorrect.numbers=%prefix%Argument must have numbers
|
||||
|
||||
#######################
|
||||
#- Crate/Keys -#
|
||||
#######################
|
||||
|
||||
# Incorrect crate crateName
|
||||
crate.incorrect.name=%prefix%Incorrect crate name
|
||||
|
||||
# Player is offline, unable to receive items
|
||||
crate.player.offline=%prefix%Player must be online to receive items.
|
||||
|
||||
# Received a crate
|
||||
crate.player.recieved=%prefix%You have received a crate.
|
||||
|
||||
# Unable to buy crate
|
||||
crate.player.unabletobuy=%prefix%You were unable to buy a crate. Check if you have enough money or if the crate is for sale.
|
||||
|
||||
# Select a crate
|
||||
crate.player.noselection=%prefix%Please select a crate!
|
||||
|
||||
# You cannot give a key crate.
|
||||
crate.player.nogivekeycrate=%prefix%You cannot give a keycrate, please give a key instead!
|
||||
|
||||
# No Key
|
||||
crate.player.nokey=%prefix%You need a key to open this crate!
|
||||
|
||||
# Received a key
|
||||
crate.player.keyrecieved=%prefix%You have received a key!
|
||||
|
||||
# Unable to set key crate
|
||||
crate.key.createerror=%prefix%Unable to set key Crate.
|
||||
|
||||
# Successfully created a key crate
|
||||
crate.key.createsuccess=%prefix%You have set a key crate at this location!
|
||||
|
||||
# Unable to remove key crate
|
||||
crate.key.removeerror=%prefix%Unable to remove key Crate!
|
||||
|
||||
# Successfully remove a key crate
|
||||
crate.key.removesuccess=%prefix%You have removed a key crate at this location!
|
||||
|
||||
# Not a keycrate
|
||||
crate.key.notankey=%prefix%That is not a key crate!
|
||||
|
||||
# Unable to use the key here
|
||||
crate.key.unabletouse=%prefix%You cannot use this key here!
|
||||
|
||||
# You don't have the right key
|
||||
crate.key.wrongkey=%prefix%You do not have a %cratename%&7!
|
||||
|
||||
# You don't have the right key
|
||||
crate.keys.wrongkey=%prefix%You do not have the correct key!
|
||||
|
||||
# When a player attempts to craft a key
|
||||
crafting.unable=%prefix%Please do not craft your key!
|
||||
|
||||
# When a player attempts to interact with crate/keys in creative
|
||||
crafting.creative=%prefix%You cannot perform this action in creative!
|
||||
|
||||
#
|
||||
crate.reward.none=%prefix%Unable to find anymore rewards!
|
||||
|
||||
# Cooldown
|
||||
crate.cooldown=%prefix%Cooldown: %cooldown% sec(s)
|
||||
|
||||
##################
|
||||
#- Money -#
|
||||
##################
|
||||
|
||||
# -UNUSED- Replaced by crate.player.unabletobuy
|
||||
money.notenough=%prefix%You do not have enough money to buy this crate.
|
||||
|
||||
# Transaction Complete
|
||||
money.transaction.complete=%prefix%Transaction Complete! You have %money% left!
|
||||
|
||||
##################
|
||||
#- Error -#
|
||||
##################
|
||||
|
||||
# Number Error
|
||||
error.excp.numberformat=%prefix%Received a value other than a number!
|
110
Configs + Precompiled/config/CrateReloaded/lang/l_es.properties
Normal file
110
Configs + Precompiled/config/CrateReloaded/lang/l_es.properties
Normal file
@ -0,0 +1,110 @@
|
||||
|
||||
##################
|
||||
#- Help -#
|
||||
##################
|
||||
|
||||
# Unknown Command
|
||||
help.user=%gray%------------------- %prefix%%gray%-------------------\
|
||||
\n%light_purple%CrateReloaded %green%features %light_purple%MysteryCrates %green%to %light_purple%Supply Crates \
|
||||
%green%filled with prizes and rewards!\
|
||||
\n%white%/crate list %green%to view what crates there are!\
|
||||
\n%white%/crate info <crate_name> %green%to view the crates info!\
|
||||
\n%gray%-----------------------------------------------------
|
||||
|
||||
# Info Command
|
||||
info.user=%gray%----------------------- %prefix%%gray%----------------------\
|
||||
\n%green%Nombre de crate: %white%%cratename%\
|
||||
\n%green%Tipo de crate: %white%%cratetype%\
|
||||
\n%green%En venta: %white%%cratebuy%\
|
||||
\n%green%Precio de venta: %white%%cratecost%\
|
||||
\n%gray%-----------------------------------------------------
|
||||
|
||||
# List Command
|
||||
list.user=%gray%----------------------- %prefix%%gray%----------------------\
|
||||
\n%green%Crates Actuales: %white%%list%\
|
||||
\n%gray%-----------------------------------------------------\
|
||||
|
||||
##################
|
||||
#- Commands -#
|
||||
##################
|
||||
|
||||
# No Permission
|
||||
command.permission.none=%prefix%No tienes permiso para usar este comando.
|
||||
|
||||
# Unknown Command
|
||||
command.unknown.notfound=%prefix%Comando no encontrado.
|
||||
|
||||
# Incorrect Usage
|
||||
command.incorrect.usage=%prefix%Uso incorrecto
|
||||
|
||||
# Player only command
|
||||
command.playeronly.usage=%prefix%Solo los jugadores pueden ejecutar este comando.
|
||||
|
||||
# Incorrect Parameters
|
||||
command.incorrect.parameters=%prefix%Parametros erroneos
|
||||
|
||||
# Incorrect Arguments
|
||||
command.incorrect.arguments=%prefix%Numero de argumentos erroneo %green%
|
||||
|
||||
# Argument must be numbers
|
||||
command.incorrect.numbers=%prefix%Los argumentos tienen que ser numericos
|
||||
|
||||
#######################
|
||||
#- Crate/Keys -#
|
||||
#######################
|
||||
|
||||
# Incorrect crate crateName
|
||||
crate.incorrect.name=%prefix%Nombre de crate incorrecto
|
||||
|
||||
# Player is offline, unable to receive items
|
||||
crate.player.offline=%prefix%El jugador tiene que estar conectado para recibir los items.
|
||||
|
||||
# Received a crate
|
||||
crate.player.recieved=%prefix%Has recibido un crate.
|
||||
|
||||
# Unable to buy crate
|
||||
crate.player.unabletobuy=%prefix%No puedes comprar un crate. Comprueba si tienes suficiente dinero o el crate esta a la venta.
|
||||
# Select a crate
|
||||
crate.player.noselection=%prefix%Por favor, selecciona un crate.
|
||||
|
||||
# You cannot give a key crate.
|
||||
crate.player.nogivekeycrate=%prefix%No puedes dar una crate de llave, tienes que dar la llave.
|
||||
|
||||
# No Key
|
||||
crate.player.nokey=%prefix%Necesitas una llave para abrir este crate.
|
||||
|
||||
# Received a key
|
||||
crate.player.keyrecieved=%prefix%Has recibido una llave
|
||||
|
||||
# Unable to set key crate
|
||||
crate.key.createerror=%prefix%No se ha podido establecer un crate de llave.
|
||||
|
||||
# Successfully created a key crate
|
||||
crate.key.createsuccess=%prefix%¡Has establecido un crate de llave en esta localizacion!
|
||||
|
||||
# Unable to remove key crate
|
||||
crate.key.removeerror=%prefix%No se ha podido eliminar el crate de llave.
|
||||
|
||||
# Successfully remove a key crate
|
||||
crate.key.removesuccess=%prefix%¡Has eliminado el crate de llave de esta localizacion!
|
||||
|
||||
# Not a keycrate
|
||||
crate.key.notankey=%prefix%¡Esto no es un crate de llave!
|
||||
|
||||
# Unable to use the key here
|
||||
crate.key.unabletouse=%prefix%No puedes usar una llave aqui.
|
||||
|
||||
# You don't have the right key
|
||||
crate.key.wrongkey=%prefix%"No tienes una llave "%cratename%"!
|
||||
##################
|
||||
#- Money -#
|
||||
##################
|
||||
# -UNUSED- Replaced by crate.player.unabletobuy
|
||||
money.notenough=%prefix%No tienes suficiente dinero para comprar este crate.
|
||||
# Transaction Complete
|
||||
money.transaction.complete=%prefix%Transaccion completa, te queda %money% de dinero.
|
||||
##################
|
||||
#- Error -#
|
||||
##################
|
||||
# Number Error
|
||||
error.excp.numberformat=%prefix%Recibido un valor no numerico.
|
119
Configs + Precompiled/config/CrateReloaded/lang/l_fi.properties
Normal file
119
Configs + Precompiled/config/CrateReloaded/lang/l_fi.properties
Normal file
@ -0,0 +1,119 @@
|
||||
|
||||
# Credit: Favoo @Spigot
|
||||
# Tukea @Github
|
||||
|
||||
##################
|
||||
#- Help -#
|
||||
##################
|
||||
|
||||
# Unknown Command
|
||||
help.user=%gray%------------------- %prefix%%gray%-------------------\
|
||||
\n%light_purple%CrateReloaded %green%sis?lt?? %light_purple%Mysteeriavaimista %light_purple%Toimituslaatikkoihin \
|
||||
%green%t?ytettyin? voitoilla ja palkinnoilla!\
|
||||
\n%white%/crate list %green%n?hd?ksesi, mit? laatikkoja on olemassa!\
|
||||
\n%white%/crate info <laatikon nimi> %green%n?ytt??ksesi tietoa laatikosta!\
|
||||
\n%gray%-----------------------------------------------------
|
||||
|
||||
# Info Command
|
||||
info.user=%gray%----------------------- %prefix%%gray%----------------------\
|
||||
\n%green%Laatikon nimi: %white%%cratename%\
|
||||
\n%green%Laatikon tyyppi: %white%%cratetype%\
|
||||
\n%green%Ostettavissa: %white%%cratebuy%\
|
||||
\n%green%Mill? hinnalla ostettavissa: %white%%cratecost%\
|
||||
\n%gray%-----------------------------------------------------
|
||||
|
||||
# List Command
|
||||
list.user=%gray%----------------------- %prefix%%gray%----------------------\
|
||||
\n%green%Laatikot nyt: %white%%list%\
|
||||
\n%gray%-----------------------------------------------------\
|
||||
|
||||
##################
|
||||
#- Komennot -#
|
||||
##################
|
||||
|
||||
# Ei oikeuksia
|
||||
command.permission.none=%prefix% Sinulla ei ole oikeuksia tuohon komentoon.
|
||||
|
||||
#
|
||||
command.unknown.notfound=%prefix%Emme l?yt?neet komentoasi. Kirjoititko sen v??rin vai onko sit? edes koskaan ollut olemassa?
|
||||
|
||||
# Incorrect Usage
|
||||
command.incorrect.usage=%prefix%Mit? tarkoitit? K?ytit v??rin komentoa!
|
||||
|
||||
# Player only command
|
||||
command.playeronly.usage=%prefix%T?m? komento on tarkoitettu vain pelaajille, eik? sinulle, konsoli!
|
||||
|
||||
# Incorrect Parameters
|
||||
command.incorrect.parameters=%prefix%V??r?t parametrit!
|
||||
|
||||
# Incorrect Arguments
|
||||
command.incorrect.arguments=%prefix%V??r? numero argumentteja! %green%
|
||||
|
||||
# Argument must be numbers
|
||||
command.incorrect.numbers=%prefix%Argumenttejen pit?? olla numeroita!
|
||||
|
||||
#######################
|
||||
#- Crate/Keys -#
|
||||
#######################
|
||||
|
||||
# Incorrect crate crateName
|
||||
crate.incorrect.name=%prefix%Incorrect crate name
|
||||
|
||||
# Player is offline, unable to receive items
|
||||
crate.player.offline=%prefix%Pelaajan pit?? olla paikalla, jotta h?n voi saada tavaroita.
|
||||
|
||||
# Received a crate
|
||||
crate.player.recieved=%prefix%Sait laatikon.
|
||||
|
||||
# Unable to buy crate
|
||||
crate.player.unabletobuy=%prefix%Et voinut ostaa avainta. Katso, onko sinulla tarpeeksi rahaa ja onko laatikko saatavilla.
|
||||
|
||||
# Select a crate
|
||||
crate.player.noselection=%prefix%Valitse laatikko, kiitos.
|
||||
|
||||
# You cannot give a key crate.
|
||||
crate.player.nogivekeycrate=%prefix%Et voi antaa avainlaatikkoa, voisitko antaa avaimen mielummin.
|
||||
|
||||
# No Key
|
||||
crate.player.nokey=Tarvitset avaimen avataksesi t?m?n!
|
||||
|
||||
# Received a key
|
||||
crate.player.keyrecieved=%prefix%Sait juuri avaimen.
|
||||
|
||||
# Unable to set key crate
|
||||
crate.key.createerror=%prefix%Ei voitu asettaa avainlaatikkoa.
|
||||
|
||||
# Successfully created a key crate
|
||||
crate.key.createsuccess=%prefix%Laitoit avainlaatikon t?h?n paikkaan!
|
||||
|
||||
# Unable to remove key crate
|
||||
crate.key.removeerror=%prefix%Ei voitu poistaa avainlaatikkoa.
|
||||
|
||||
# Successfully remove a key crate
|
||||
crate.key.removesuccess=%prefix%Poistit avainlaatikon t?st? paikasta!
|
||||
|
||||
# Not a keycrate
|
||||
crate.key.notankey=%prefix%T?m? ei ole avainlaatikko!
|
||||
|
||||
# Unable to use the key here
|
||||
crate.key.unabletouse=%prefix%Et voi k?ytt?? avainta t?ss?!
|
||||
|
||||
# You don't have the right key
|
||||
crate.key.wrongkey=%prefix%Sinulla ei ole %cratename%-avainta!
|
||||
|
||||
##################
|
||||
#- Money -#
|
||||
##################
|
||||
|
||||
# -UNUSED- Replaced by crate.player.unabletobuy
|
||||
money.notenough=%prefix%Sinulla ei ole tarpeeksi rahaa t?m?n tavaran ostoon.
|
||||
|
||||
# Transaction Complete
|
||||
money.transaction.complete=%prefix%Ostit avaimen, maksu suoritettu.
|
||||
|
||||
##################
|
||||
#- Error -#
|
||||
##################
|
||||
|
||||
# Number Error
|
||||
error.excp.numberformat=%prefix%Saatiin arvo, joka ei ole numero.
|
118
Configs + Precompiled/config/CrateReloaded/lang/l_fr.properties
Normal file
118
Configs + Precompiled/config/CrateReloaded/lang/l_fr.properties
Normal file
@ -0,0 +1,118 @@
|
||||
############################################
|
||||
#- Traduction Française -#
|
||||
#- Heroiik62 -#
|
||||
############################################
|
||||
|
||||
##################
|
||||
#- Aide -#
|
||||
##################
|
||||
|
||||
# Commande d'aide
|
||||
help.user=%dark_grey%----------------------- %prefix%%dark_grey%----------------------\
|
||||
\n%red%Aide sur les caisses de loot.\
|
||||
\n%white%/crate list %green%pour voir les caisse disponibles!\
|
||||
\n%white%/crate info <nom_de_la_caisse> %green%pour voir les infos!\
|
||||
\n%dark_grey%-----------------------------------------------------
|
||||
|
||||
# Commande d'info
|
||||
info.user=%dark_grey%----------------------- %prefix%%dark_grey%----------------------\
|
||||
\nNom: %cratename%\
|
||||
\nType: %cratetype%\
|
||||
\nAchetable?: %cratebuy%\
|
||||
\nPrix: %cratecost%\
|
||||
\n%dark_grey%-----------------------------------------------------
|
||||
|
||||
# Liste des commandes
|
||||
list.user=%dark_grey%----------------------- %prefix%%dark_grey%----------------------\
|
||||
\n%list%\
|
||||
\n%dark_grey%-----------------------------------------------------\
|
||||
|
||||
###################
|
||||
#- Commandes -#
|
||||
###################
|
||||
|
||||
# Pas la permission
|
||||
command.permission.none=%prefix%Vous n'avez pas la permission d'utiliser cette commande.
|
||||
|
||||
# Commande inconnue
|
||||
command.unknown.notfound=%prefix%Commande non trouvée.
|
||||
|
||||
# Mauvais Usage
|
||||
command.incorrect.usage=%prefix%Usage incorrect
|
||||
|
||||
# Commande pour joueur
|
||||
command.playeronly.usage=%prefix%Seulement les joueurs peuvent utiliser cette commande.
|
||||
|
||||
# Paramètres incorrects
|
||||
command.incorrect.parameters=%prefix%Paramètres incorrects
|
||||
|
||||
# Arguments incorrects
|
||||
command.incorrect.arguments=%prefix%Le nombre d'arguments est incorrect
|
||||
|
||||
# Les arguments doivent êtres des nombres
|
||||
command.incorrect.numbers=%prefix%Les arguments doivent être des nombres
|
||||
|
||||
#######################
|
||||
#- Caisse/Clés -#
|
||||
#######################
|
||||
|
||||
# Nom de caisse incorrect
|
||||
crate.incorrect.name=%prefix%Nom de la caisse incorrect
|
||||
|
||||
# Joueur hors ligne
|
||||
crate.player.offline=%prefix%Le joueur doit être en ligne pour recevoir des items.
|
||||
|
||||
# Reç une caisse
|
||||
crate.player.recieved=%prefix%Vous avez reçu une caisse.
|
||||
|
||||
# Impossible d'acheter une caisse
|
||||
crate.player.unabletobuy=%prefix%Vous ne pouvez pas acheter de caisses. Assurez-vous d'avoir assez d'argent ou que la caisse est en vente.
|
||||
|
||||
# Selection d'une caisse
|
||||
crate.player.noselection=%prefix%Veuillez sélectionner une caisse.
|
||||
|
||||
# Cette clé n'est pas pour ce coffre
|
||||
crate.player.nogivekeycrate=%prefix%Vous ne pouvez pas donner de clé à cette caisse, donnez une clé à la place.
|
||||
|
||||
# Nécéssite une clé
|
||||
crate.player.nokey=%prefix%Vous devez avoir une clé pour ouvrir ceci.
|
||||
|
||||
# Reçu une clé
|
||||
crate.player.keyrecieved=%prefix%Vous venez de recevoir une clé
|
||||
|
||||
# Impossible de définir cette clé
|
||||
crate.key.createerror=%prefix%Impossible de définir une clé de caisse ici.
|
||||
|
||||
# Cette clé a bien été crée
|
||||
crate.key.createsuccess=%prefix%Vous venez de définir une clé de caisse à cet emplacement!
|
||||
|
||||
# Impossible de supprimer cette clé de caisse
|
||||
crate.key.removeerror=%prefix%Impossible de supprimer la clé de cette caisse.
|
||||
|
||||
# Clé de caisse supprimé
|
||||
crate.key.removesuccess=%prefix%Vous venez de supprimer la clé reliée à cette caisse!
|
||||
|
||||
# Ce n'est pas une clé
|
||||
crate.key.notankey=%prefix%Ceci n'est pas une clé de caisse!
|
||||
|
||||
# Impossible d'utiliser la clé ici
|
||||
crate.key.unabletouse=%prefix%Vous ne pouvez pas utiliser cette clé ici. Vérifier bien son nom.
|
||||
|
||||
# You don't have the right key
|
||||
crate.key.wrongkey=%prefix%You do not have a %cratename% key!
|
||||
##################
|
||||
#- Argent -#
|
||||
##################
|
||||
|
||||
# -INUTILISE- Remplacé par crate.player.unabletobuy
|
||||
money.notenough=%prefix%Vous n'avez pas assez d'argent pour acheter cette caisse.
|
||||
|
||||
# Transaction effectué
|
||||
money.transaction.complete=%prefix%Transaction Complétée! Il vous reste: %money% .
|
||||
|
||||
###################
|
||||
#- Erreur -#
|
||||
###################
|
||||
|
||||
# Erreur de nombre
|
||||
error.excp.numberformat=%prefix%J'ai reçu une valeur au lieu d'un nombre, veuillez vérifier de nouveau svp.
|
0
Configs + Precompiled/config/CrateReloaded/npc.yml
Normal file
0
Configs + Precompiled/config/CrateReloaded/npc.yml
Normal file
51
Configs + Precompiled/config/EasyBackup/config.yml
Normal file
51
Configs + Precompiled/config/EasyBackup/config.yml
Normal file
@ -0,0 +1,51 @@
|
||||
backupSchedule:
|
||||
- DAY HOUR:MINUTE PM
|
||||
- 2:00 AM
|
||||
- 4:00 AM
|
||||
- 6:00 AM
|
||||
- 8:00 AM
|
||||
- 10:00 AM
|
||||
- 12:00 AM
|
||||
- 2:00 PM
|
||||
- 4:00 PM
|
||||
- 6:00 PM
|
||||
- 8:00 PM
|
||||
- 10:00 PM
|
||||
- 12:00 PM
|
||||
- 1:00 AM
|
||||
- 3:00 AM
|
||||
- 5:00 AM
|
||||
- 7:00 AM
|
||||
- 9:00 AM
|
||||
- 11:00 AM
|
||||
- 1:00 PM
|
||||
- 3:00 PM
|
||||
- 5:00 PM
|
||||
- 7:00 PM
|
||||
- 9:00 PM
|
||||
- 11:00 PM
|
||||
- Mon Tue Wed Thur Fri Sat Sun 2:30
|
||||
maxBackupsBeforeErase: 24
|
||||
compressionLevel_1-10: 3
|
||||
slowdownWhenServerLags: true
|
||||
showSlowdownMessage: true
|
||||
debug: false
|
||||
name: backup_%time%
|
||||
extension: zip
|
||||
exemptFolders:
|
||||
- example/this/folder/wont/backup
|
||||
- example/folder
|
||||
- example/file.yml
|
||||
saveFolder: backups/saves
|
||||
allowInGameCommands: false
|
||||
notifyAdmins: true
|
||||
ftp:
|
||||
enable: false
|
||||
hostname: ftp.example.com
|
||||
port: 21
|
||||
protocol: sftp
|
||||
username: user
|
||||
password: password
|
||||
saveLocation: ''
|
||||
deleteAfterSuccess: false
|
||||
maxBackupsBeforeErase: 4
|
73
Configs + Precompiled/config/EasyBackup/language.yml
Normal file
73
Configs + Precompiled/config/EasyBackup/language.yml
Normal file
@ -0,0 +1,73 @@
|
||||
noPerm: '&4You do not have permission to do /backup.'
|
||||
help:
|
||||
'1': '&b&lUsage:'
|
||||
'2': '&a/backup create &7-&e Creates backup'
|
||||
'3': '&a/backup cancel &7-&e Cancels any backup in progress'
|
||||
'4': '&a/backup info &7-&e Check if a backup is in progress and get other info'
|
||||
'5': '&a/backup reload &7-&e Reloads the config'
|
||||
'6': '&a/backup restore <backup> &7-&e Restores a backup'
|
||||
restore:
|
||||
info: '&cRestoring a backup can fail, so a backup will be made before attempting
|
||||
to restore. ONLY the files in the backup you are restoring will be restored. Any
|
||||
new files, or exempt files will be removed.'
|
||||
choose: '&6Backups you can restore: &7'
|
||||
noBackups: '&cThere are no backups in your backup folder.'
|
||||
currentcolor: '&7'
|
||||
noExist: '&cThat backup file does not exist.'
|
||||
backupInProgress: '&cA backup is currently in progress.'
|
||||
restoreInProgress: '&cRestore already in progress'
|
||||
backupName: RestoreBackup_%time%
|
||||
failed: '&cFailed to restore backup.'
|
||||
begin: '&aRestoring!'
|
||||
backupComplete: '&aRestore backup complete, stopping server in 30 seconds to complete
|
||||
the restore. Do not start the server until restoring is complete! When the file
|
||||
''restore_log.txt'' appears in your server folder, the restore process has completed.'
|
||||
restoreInProgressAll: '&cA restore process is in progress. EasyBackup commands disabled.
|
||||
DO NOT RESTART YOUR SERVER WHILE RESTORING.'
|
||||
info:
|
||||
backupSchedule: '&6Backup schedule: &7'
|
||||
delay: '&6Backup Delay (Hours): &7'
|
||||
maxbk: '&6Max backups: &7'
|
||||
backingup: '&6Backing up: &7'
|
||||
percent: '&6Backup percent: &7'
|
||||
compression: '&6Compression: &7'
|
||||
current: '&6Current files in backup folder:'
|
||||
currentcolor: '&7'
|
||||
noCancel: '&cThere is no backup to cancel.'
|
||||
inProgress: '&cA backup is in already progress.'
|
||||
reloaded: '&aConfig reloaded.'
|
||||
failedReload: '&cFAILED TO RELOAD CONFIG - Error message sent to console.'
|
||||
startFrom: '&6[EasyBackup] &fStarting server backup from: '
|
||||
savingTo: '&6[EasyBackup] &fSaving to: '
|
||||
backupSaved: '&6[EasyBackup] &fBackup saved!'
|
||||
failedToSaveBk: '&6[EasyBackup] &cFAILED TO SAVE BACKUP!'
|
||||
debug:
|
||||
zipping: '&6[EasyBackup] &fZipping file: &7'
|
||||
zippingFolder: '&6[EasyBackup] &fZipping folder: &7'
|
||||
failedToZipFile: '&6[EasyBackup] &cFAILED TO ZIP FILE: &7'
|
||||
failedToZipFolder: '&6[EasyBackup] &cFAILED TO ZIP FOLDER: &7'
|
||||
backupStarted: '&aBackup started.'
|
||||
savedPercent: '&6[EasyBackup] &9Backup: &7%percent%% %mb% / %totalmb% mb saved.'
|
||||
canceledBk: '&aCanceled backup.'
|
||||
slowDown: '&6[EasyBackup] &cBackup slowing down since server is lagging.'
|
||||
speedUp: '&6[EasyBackup] &fBackup has returned back to max speed.'
|
||||
noInGameCommands: '&cIn game commands have been disabed by the EasyBackup config.'
|
||||
ftp:
|
||||
start: '&6Starting FTP upload.'
|
||||
folder: '&6Created FTP folder.'
|
||||
finished: '&6Finished FTP upload!'
|
||||
failed: '&cFTP UPLOAD FAILED!'
|
||||
loginFailed: '&cFTP LOGIN FAILED.'
|
||||
login: '&6Logged into FTP server.'
|
||||
connectFailed: '&cFTP CONNECTION FAILED.'
|
||||
percent: '&fFTP Backup percent: &7'
|
||||
timeout: '&cFTP connection timed out.'
|
||||
trySSH: '&6Attempting to connect to ftp via SSH.'
|
||||
connectedSSH: '&6Connection established!'
|
||||
loadingDir: '&6Loading FTP save directory.'
|
||||
beginSSH: '&6Starting SSH upload!'
|
||||
deleteAfter: '&fDeleting local backup file.'
|
||||
failedDelete: '&cFailed to delete local backup file!'
|
||||
successDelete: '&aLocal backup file deleted! Backup complete!'
|
||||
tryProtocol: '&6Using protocol: '
|
||||
fileLoadFail: '&cFailed to load backup file. Is it being used by another program?'
|
85
Configs + Precompiled/config/Entity/entities/Abilities.json
Normal file
85
Configs + Precompiled/config/Entity/entities/Abilities.json
Normal file
@ -0,0 +1,85 @@
|
||||
{
|
||||
"type": "NPC",
|
||||
"name": "Abilities",
|
||||
"location": {
|
||||
"world": "Spawn",
|
||||
"x": -5.5,
|
||||
"y": 70.0,
|
||||
"z": 6.5,
|
||||
"yaw": 225.0,
|
||||
"pitch": -0.0
|
||||
},
|
||||
"commands": [
|
||||
"abilityitems"
|
||||
],
|
||||
"equipment": [
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null
|
||||
],
|
||||
"faces": false,
|
||||
"hologram": {
|
||||
"name": "NPC_Abilities_HOLOGRAM",
|
||||
"location": {
|
||||
"world": "Spawn",
|
||||
"x": -5.5,
|
||||
"y": 72.095,
|
||||
"z": 6.5,
|
||||
"yaw": 225.0,
|
||||
"pitch": -0.0
|
||||
},
|
||||
"lines": [
|
||||
{
|
||||
"type": "TEXT",
|
||||
"text": "§a* §lREVAMPED §a*",
|
||||
"location": {
|
||||
"world": "Spawn",
|
||||
"x": -5.5,
|
||||
"y": 72.325,
|
||||
"z": 6.5,
|
||||
"yaw": 225.0,
|
||||
"pitch": -0.0
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "TEXT",
|
||||
"text": "§4§lAbility Items",
|
||||
"location": {
|
||||
"world": "Spawn",
|
||||
"x": -5.5,
|
||||
"y": 72.095,
|
||||
"z": 6.5,
|
||||
"yaw": 225.0,
|
||||
"pitch": -0.0
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "TEXT",
|
||||
"text": "§f§ostore.cavepvp.org",
|
||||
"location": {
|
||||
"world": "Spawn",
|
||||
"x": -5.5,
|
||||
"y": 71.865,
|
||||
"z": 6.5,
|
||||
"yaw": 225.0,
|
||||
"pitch": -0.0
|
||||
}
|
||||
}
|
||||
],
|
||||
"animations": [],
|
||||
"visibility": "VISIBLE"
|
||||
},
|
||||
"signature": "TJxws2nJAr2J4jjD0Qn+eYkXw1vb6NudT8QmwsB3qNOMR0d/6JmL8u6bP4xM7AEh/Td11DypLpCUfqvTm5/Bts7QCd+yRZf2e4LCAhAucT9QaR+PEg0LVt4szVPvszUCEIMRMtSFclWY/6hxE4vFEqUJXLwSPtDkzFYCHMjTclhccbcaRXwkZM+D6hdrgUP27hHvQr2vcwKo7FJlkTCjf1T29iHXbrimNxIMAVfXoQO94h19vYys0vVzkeEKsAmtaLKnvp8UW/umMXBM0YqvZLHHaYHNcn0hHomZbZfwO4BR1T5u51R/RcQlXoEZxTmU/1kJt5WPTlZ0yZCOFbhl9NwZ78rbcIfsXsf046wTovi3x/BDIBLWShABv6IDSuFCAhx8n9goyoJf8egfOcPv0EHvfHwgmnd7a6YbzK+oyQAtleMbQVKVr13MwltpZyzXCyp+5Jy4pEtlOfQKyLFd9J32V+PgM49IOfD274OIF8btrGoy3heav5Nk+BPFO80tp+sa72E32DDweA/QBxwxw/b6GzG/OVCj3vNut8eiaz44zdsBBy696jpbKLqHZNrPvtVaNvgBdH0T1Ug3fjFUJl89CQJnnl2rX8xrJcI+y/yNrBNOyNxAE0Di1AWJMNE5a74r60jtCb/g2T0HEIeISxX2EnrL83HhmG8ruLGqx9M=",
|
||||
"skinUsername": "iMakeMcVids",
|
||||
"swing": true,
|
||||
"tabVisibility": "HIDDEN",
|
||||
"tagVisibility": "HIDDEN",
|
||||
"texture": "ewogICJ0aW1lc3RhbXAiIDogMTY0NzEwOTQ5ODUyOCwKICAicHJvZmlsZUlkIiA6ICJkYWQ4NDQxZmRlY2U0OTlkYTg5NDc0Y2YzYmQ2M2Q0YSIsCiAgInByb2ZpbGVOYW1lIiA6ICJpTWFrZU1jVmlkcyIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS9lOTg0ZTdjYzE0MThhY2JlYzJhZTVmNjUwN2JiY2ZmMjU2ZWEyODZkMjhkNjk3ODFjNzU2MzZkZTNlMTllZmUwIgogICAgfQogIH0KfQ==",
|
||||
"animations": [
|
||||
"Rings_DARK_GRAY",
|
||||
"Rings_DARK_RED"
|
||||
],
|
||||
"visibility": "VISIBLE"
|
||||
}
|
86
Configs + Precompiled/config/Entity/entities/BattlePass.json
Normal file
86
Configs + Precompiled/config/Entity/entities/BattlePass.json
Normal file
@ -0,0 +1,86 @@
|
||||
{
|
||||
"type": "NPC",
|
||||
"name": "BattlePass",
|
||||
"location": {
|
||||
"world": "Spawn",
|
||||
"x": -5.5,
|
||||
"y": 70.0,
|
||||
"z": -5.5,
|
||||
"yaw": 217.28561,
|
||||
"pitch": -0.0
|
||||
},
|
||||
"commands": [
|
||||
"bp"
|
||||
],
|
||||
"equipment": [
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null
|
||||
],
|
||||
"faces": false,
|
||||
"hologram": {
|
||||
"name": "NPC_BattlePass_HOLOGRAM",
|
||||
"location": {
|
||||
"world": "Spawn",
|
||||
"x": -5.5,
|
||||
"y": 72.095,
|
||||
"z": -5.5,
|
||||
"yaw": 217.28561,
|
||||
"pitch": -0.0
|
||||
},
|
||||
"lines": [
|
||||
{
|
||||
"type": "TEXT",
|
||||
"text": "&a* &a&lREVAMPED &a*",
|
||||
"location": {
|
||||
"world": "Spawn",
|
||||
"x": -5.5,
|
||||
"y": 72.325,
|
||||
"z": -5.5,
|
||||
"yaw": 217.28561,
|
||||
"pitch": -0.0
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "TEXT",
|
||||
"text": "&6&lBattle Pass",
|
||||
"location": {
|
||||
"world": "Spawn",
|
||||
"x": -5.5,
|
||||
"y": 72.095,
|
||||
"z": -5.5,
|
||||
"yaw": 217.28561,
|
||||
"pitch": -0.0
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "TEXT",
|
||||
"text": "§f§ostore.cavepvp.org",
|
||||
"location": {
|
||||
"world": "Spawn",
|
||||
"x": -5.5,
|
||||
"y": 71.865,
|
||||
"z": -5.5,
|
||||
"yaw": 217.28561,
|
||||
"pitch": -0.0
|
||||
}
|
||||
}
|
||||
],
|
||||
"animations": [],
|
||||
"visibility": "VISIBLE"
|
||||
},
|
||||
"signature": "UKL73mwIp2SpejoDRqpHQMWbGJ6NSWs6ZaFY3HWuqAswrc/cUTAMx+zTi8e8RpW20vfLe/26HDXRxXoJ0Zp5LiZvWvEB4h4x3Q86n2iD1NURikbUGK1HZFk9T3qLemNAD0lO+3XvAMdl/IFwHxY90N6LMzAGcbhYmwo7o+gtaee4V+tGYaHfY5dHaJ69Vnemb7N7VDM2cQRXlxRtX/pPzX/4JdLNoSIEusgedZkDLRW7pZuZK5oQBmXWHIOjMMW2ygxTfsGRd1OMOIHy8ErlAs6V0n4lmv7uj+RQ+WZU2UELtgFAy1X7TYs1OdnZDrrZd/uqtyZgKD4wu+2Ai182psk/WE8sQwKC4GdWRWq/qnlUU1AHRZNik19o/JWTWJessJgs76QpuB4QsimTEM2Wfxvpmog8joV7/5sizlPDVT5UvHAg3uPgI6mM6rlXl8cyrgHlQJakAmteSeYSMBgZI1nAVuqUsPmCUMm2habsae8+PDgkY/JtdqIVslJmwJtjBTuAxFevj/E3vi//lF+KPEaWq6CDvI1hXdGS6RJZZfJwVfEUGkqiu+IsPYdg6jG7M4DBWKs3EwIjeLka23MePi9IqLuAIGbhs+yrSH+mYHuEt51rMsH6GCgBB5+OMPVskCR2tTreC/aO8/Jg5M9MPxpr5kKzNql86FGH03ydrNw=",
|
||||
"skinUsername": "Rayzo",
|
||||
"swing": true,
|
||||
"tabVisibility": "HIDDEN",
|
||||
"tagVisibility": "HIDDEN",
|
||||
"texture": "ewogICJ0aW1lc3RhbXAiIDogMTY2NTk1MzczNzA1NywKICAicHJvZmlsZUlkIiA6ICJjNTgwNmIzMmE0ZTA0MDViYjM4MjExMjUwZGZlNWQ3YiIsCiAgInByb2ZpbGVOYW1lIiA6ICJSYXl6byIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS9lNDNiMmJhOTU4MWY3YTAzNGVhMWQzMWNkZDU4MGM3NzViZGY5ODMxNjJkM2IyNzBkZTRiNDUyOTdmMTU4NjZlIgogICAgfQogIH0KfQ==",
|
||||
"animations": [
|
||||
"Rings_YELLOW",
|
||||
"Rings_GREEN",
|
||||
"Rings_DARK_GREEN"
|
||||
],
|
||||
"visibility": "VISIBLE"
|
||||
}
|
80
Configs + Precompiled/config/Entity/entities/Free-Rank.json
Normal file
80
Configs + Precompiled/config/Entity/entities/Free-Rank.json
Normal file
@ -0,0 +1,80 @@
|
||||
{
|
||||
"type": "NPC",
|
||||
"name": "Free-Rank",
|
||||
"location": {
|
||||
"world": "Spawn",
|
||||
"x": 6.5,
|
||||
"y": 70.0,
|
||||
"z": 6.5,
|
||||
"yaw": 137.81062,
|
||||
"pitch": -0.0
|
||||
},
|
||||
"commands": [],
|
||||
"equipment": [
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null
|
||||
],
|
||||
"faces": false,
|
||||
"hologram": {
|
||||
"name": "NPC_Free-Rank_HOLOGRAM",
|
||||
"location": {
|
||||
"world": "Spawn",
|
||||
"x": 6.5,
|
||||
"y": 72.095,
|
||||
"z": 6.5,
|
||||
"yaw": 137.81062,
|
||||
"pitch": -0.0
|
||||
},
|
||||
"lines": [
|
||||
{
|
||||
"type": "TEXT",
|
||||
"text": "§2§l*§a§l NEW §2§l*",
|
||||
"location": {
|
||||
"world": "Spawn",
|
||||
"x": 6.5,
|
||||
"y": 72.325,
|
||||
"z": 6.5,
|
||||
"yaw": 137.81062,
|
||||
"pitch": -0.0
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "TEXT",
|
||||
"text": "&7&lFree Rank",
|
||||
"location": {
|
||||
"world": "Spawn",
|
||||
"x": 6.5,
|
||||
"y": 72.095,
|
||||
"z": 6.5,
|
||||
"yaw": 137.81062,
|
||||
"pitch": -0.0
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "TEXT",
|
||||
"text": "§f§o/freerank",
|
||||
"location": {
|
||||
"world": "Spawn",
|
||||
"x": 6.5,
|
||||
"y": 71.865,
|
||||
"z": 6.5,
|
||||
"yaw": 137.81062,
|
||||
"pitch": -0.0
|
||||
}
|
||||
}
|
||||
],
|
||||
"animations": [],
|
||||
"visibility": "VISIBLE"
|
||||
},
|
||||
"signature": "okxu7hE3mrGIIs4rqXHGMb7coSo2x6bhYRz0MFZXSzajk9cxJBElLDnQ9rJMBz4LlZCrtkgteRUBhAqotLMRjFT2DTWjfQ3DzKzhoW/cyJ+kYrSWESalT1WeA2DrdnTxs5B/AC6pakXNtNP+vfwBjGqmctkmBg5MLk8IZYLt4laG44vIVsBW6pMwBTgSWgrq8U+/4xkPuL4O44HthRl3bVNPKlAfc2WgPWNmSHbYMyalpVRVU7RR7BWKCDRQeAX6PKo3XhSmmMCsSMx+DqoB8dlKrc+0EtSUcqTlUuGwM18xyE+GdTQ5g5vxr+njpMh1ur+sH6gmjdmNlYGQgLZjLppOzUPEoCpLEZoAHdn1ee4OKiMSP4Gd5UT3c5AB8ihy6fGf3qHgVNvt/cclKUYdBEuwrmg+aXf8bQgwUEQ+DMISrXnSCrZP6jTNhK71swE8ai4u29LcPPmnmVaFPZlkIEVvWVpd+sqtZZotH9PwjOXwQ6KCzbzdYxTZ+C7NhzNLFgpbChuSUXJr3/Qc1gA4j2KR67/XaKSq9ccuTux6WsdoTGdSMUm71vIITkrnMrxLA4hySbvmHB8lGN0IBZXL7tayrfiSHme0uORcOHNV8lZC9eTJUVZ4LVKTE0L4qlXFIVL/K4/y6OlAdzdGRkSwBmoobKxMMr+qrUG86GkQmeA=",
|
||||
"skinUsername": "SamHCF",
|
||||
"swing": true,
|
||||
"tabVisibility": "HIDDEN",
|
||||
"tagVisibility": "HIDDEN",
|
||||
"texture": "ewogICJ0aW1lc3RhbXAiIDogMTY1ODkxMTM1MjQ5MCwKICAicHJvZmlsZUlkIiA6ICI3N2YwNTdjN2RiZDc0NjBiOGUwMTViYzg4NmVmOWFiMCIsCiAgInByb2ZpbGVOYW1lIiA6ICJTYW1IQ0YiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOGI2NmQxMDg5MGEyOTgzYmM1MzhmYTUwYzNmZDcxMDJhZTIzZGU0ODI4YjAxOTYxMzA1NmY1Y2Q4NjE2NzMwNSIKICAgIH0KICB9Cn0=",
|
||||
"animations": [],
|
||||
"visibility": "VISIBLE"
|
||||
}
|
82
Configs + Precompiled/config/Entity/entities/FreeKits.json
Normal file
82
Configs + Precompiled/config/Entity/entities/FreeKits.json
Normal file
@ -0,0 +1,82 @@
|
||||
{
|
||||
"type": "NPC",
|
||||
"name": "FreeKits",
|
||||
"location": {
|
||||
"world": "Spawn",
|
||||
"x": 6.5,
|
||||
"y": 70.0,
|
||||
"z": -5.5,
|
||||
"yaw": 142.52457,
|
||||
"pitch": -0.0
|
||||
},
|
||||
"commands": [
|
||||
"freekits"
|
||||
],
|
||||
"equipment": [
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null
|
||||
],
|
||||
"faces": false,
|
||||
"hologram": {
|
||||
"name": "NPC_FreeKits_HOLOGRAM",
|
||||
"location": {
|
||||
"world": "Spawn",
|
||||
"x": 6.5,
|
||||
"y": 72.095,
|
||||
"z": -5.5,
|
||||
"yaw": 142.52457,
|
||||
"pitch": -0.0
|
||||
},
|
||||
"lines": [
|
||||
{
|
||||
"type": "TEXT",
|
||||
"text": "&4&lFree Kits",
|
||||
"location": {
|
||||
"world": "Spawn",
|
||||
"x": 6.5,
|
||||
"y": 72.325,
|
||||
"z": -5.5,
|
||||
"yaw": 142.52457,
|
||||
"pitch": -0.0
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "TEXT",
|
||||
"text": "&7Claim 4 free kits!",
|
||||
"location": {
|
||||
"world": "Spawn",
|
||||
"x": 6.5,
|
||||
"y": 72.095,
|
||||
"z": -5.5,
|
||||
"yaw": 142.52457,
|
||||
"pitch": -0.0
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "TEXT",
|
||||
"text": "&f&o/freekits",
|
||||
"location": {
|
||||
"world": "Spawn",
|
||||
"x": 6.5,
|
||||
"y": 71.865,
|
||||
"z": -5.5,
|
||||
"yaw": 142.52457,
|
||||
"pitch": -0.0
|
||||
}
|
||||
}
|
||||
],
|
||||
"animations": [],
|
||||
"visibility": "VISIBLE"
|
||||
},
|
||||
"signature": "JdJ3KKtNySIJG8YdIR9BRcWDafImEBIjxvoXY4y6XFf4YwLQaLMuBRqetQw7aps2ekoYdaeWOizvVLmNTIbjcxrvAPIbb5raFAx67vpZztobepZTYOrIu8Jdsq0w/8z/adLwwreUHBXNFO47NUGW3yWTH2f86k/DxVHQbTC51pDL9DqV4WZdHNS/KWg4ecn4d1Pbv5XFuB/6G0qYL8VoMXPXbfitL4R4nVNBD7058x6j99pDlB7Civa/GnBvJcE6EKW0uC74hIkFOS8Z+w5SWAJItFhNyDJrfe1B1iOevpOXYHWBK5r68Ewjf0Xn4XLARwuTr7O95J5KuTzhgV/xE6icjEPjuTL7QTgADKlAjNp1D1mSojLj5GaRt4QgxpH1z0D1URvgNnkQcIN0LwaF8Mu5Opi7YDiF358bPBvsNAF7vzj1v2h2hv/Sg2UBvsx3ACfKiEVYLgdL9xqniYaGzUxxuAP1K2GLs3mm8xofriVNMflTd0xoyejMEmhq0rE3WzXK6XAgMo7JYwTLqbCu0F3RRuzu1bOOkmyw6LVkWZq+sZqMIL/J0cibKq/TsD824QdA0W6ePJwx0KjiUCSKMmKx43vhz9F3klf72KcC/lG7BtRx13Quj5vvHaVy+6XT8BebTZiZL3ZGRJ+P1gDzhSDHNTWmlVnPiE8XSaCbC48=",
|
||||
"skinUsername": "CrustyDawg",
|
||||
"swing": true,
|
||||
"tabVisibility": "HIDDEN",
|
||||
"tagVisibility": "HIDDEN",
|
||||
"texture": "ewogICJ0aW1lc3RhbXAiIDogMTY2NTk1Mzc0NDA1NywKICAicHJvZmlsZUlkIiA6ICI0MjcyMzM3ZDEzMWE0ZDc2ODFiMGJhZTYwMDYzMTU5YiIsCiAgInByb2ZpbGVOYW1lIiA6ICJDcnVzdHlEYXdnIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2Y2ZmJhODU2OGRmODc1Yjc5N2U5MWY1ZDYzZWQ5MzJhODM0NmRlNmU1ZDg1ZWU4ZTdkNjYyYTQ4YzUzYWUyYzgiCiAgICB9CiAgfQp9",
|
||||
"animations": [],
|
||||
"visibility": "VISIBLE"
|
||||
}
|
@ -0,0 +1,112 @@
|
||||
{
|
||||
"type": "HOLOGRAM",
|
||||
"name": "Nether-Hologram",
|
||||
"location": {
|
||||
"world": "world_nether",
|
||||
"x": 400.30728886259743,
|
||||
"y": 35.50000004768371,
|
||||
"z": -106.45934098021321,
|
||||
"yaw": -96.75005,
|
||||
"pitch": 90.0
|
||||
},
|
||||
"lines": [
|
||||
{
|
||||
"type": "TEXT",
|
||||
"text": "§4§lNether Outpost",
|
||||
"location": {
|
||||
"world": "world_nether",
|
||||
"x": 400.30728886259743,
|
||||
"y": 36.880000047683694,
|
||||
"z": -106.45934098021321,
|
||||
"yaw": -96.75005,
|
||||
"pitch": 90.0
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "TEXT",
|
||||
"text": "§8§m------------------------------",
|
||||
"location": {
|
||||
"world": "world_nether",
|
||||
"x": 400.30728886259743,
|
||||
"y": 36.6500000476837,
|
||||
"z": -106.45934098021321,
|
||||
"yaw": -96.75005,
|
||||
"pitch": 90.0
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "TEXT",
|
||||
"text": "§7Status: §f§aNeutral",
|
||||
"location": {
|
||||
"world": "world_nether",
|
||||
"x": 400.30728886259743,
|
||||
"y": 36.4200000476837,
|
||||
"z": -106.45934098021321,
|
||||
"yaw": -96.75005,
|
||||
"pitch": 90.0
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "TEXT",
|
||||
"text": "§7Controller: §cNone",
|
||||
"location": {
|
||||
"world": "world_nether",
|
||||
"x": 400.30728886259743,
|
||||
"y": 36.190000047683704,
|
||||
"z": -106.45934098021321,
|
||||
"yaw": -96.75005,
|
||||
"pitch": 90.0
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "TEXT",
|
||||
"text": "§7Attackers: §cNone",
|
||||
"location": {
|
||||
"world": "world_nether",
|
||||
"x": 400.30728886259743,
|
||||
"y": 35.96000004768371,
|
||||
"z": -106.45934098021321,
|
||||
"yaw": -96.75005,
|
||||
"pitch": 90.0
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "TEXT",
|
||||
"text": "§7Percentage: §f§c0.00%",
|
||||
"location": {
|
||||
"world": "world_nether",
|
||||
"x": 400.30728886259743,
|
||||
"y": 35.73000004768371,
|
||||
"z": -106.45934098021321,
|
||||
"yaw": -96.75005,
|
||||
"pitch": 90.0
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "TEXT",
|
||||
"text": "§7[§a§c■■■■■■■■■■■■■■■■■■■■■■■■ §7]",
|
||||
"location": {
|
||||
"world": "world_nether",
|
||||
"x": 400.30728886259743,
|
||||
"y": 35.50000004768371,
|
||||
"z": -106.45934098021321,
|
||||
"yaw": -96.75005,
|
||||
"pitch": 90.0
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "TEXT",
|
||||
"text": "§8§m------------------------------",
|
||||
"location": {
|
||||
"world": "world_nether",
|
||||
"x": 400.30728886259743,
|
||||
"y": 35.270000047683716,
|
||||
"z": -106.45934098021321,
|
||||
"yaw": -96.75005,
|
||||
"pitch": 90.0
|
||||
}
|
||||
}
|
||||
],
|
||||
"animations": [],
|
||||
"visibility": "VISIBLE"
|
||||
}
|
112
Configs + Precompiled/config/Entity/entities/Road-Hologram.json
Normal file
112
Configs + Precompiled/config/Entity/entities/Road-Hologram.json
Normal file
@ -0,0 +1,112 @@
|
||||
{
|
||||
"type": "HOLOGRAM",
|
||||
"name": "Road-Hologram",
|
||||
"location": {
|
||||
"world": "world",
|
||||
"x": 0.5,
|
||||
"y": 73.0,
|
||||
"z": 1199.5,
|
||||
"yaw": 0.0,
|
||||
"pitch": 0.0
|
||||
},
|
||||
"lines": [
|
||||
{
|
||||
"type": "TEXT",
|
||||
"text": "§6§lRoad Outpost",
|
||||
"location": {
|
||||
"world": "world",
|
||||
"x": 0.5,
|
||||
"y": 74.38000000000002,
|
||||
"z": 1199.5,
|
||||
"yaw": 0.0,
|
||||
"pitch": 0.0
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "TEXT",
|
||||
"text": "§8§m------------------------------",
|
||||
"location": {
|
||||
"world": "world",
|
||||
"x": 0.5,
|
||||
"y": 74.15000000000002,
|
||||
"z": 1199.5,
|
||||
"yaw": 0.0,
|
||||
"pitch": 0.0
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "TEXT",
|
||||
"text": "§7Status: §f§aNeutral",
|
||||
"location": {
|
||||
"world": "world",
|
||||
"x": 0.5,
|
||||
"y": 73.92000000000002,
|
||||
"z": 1199.5,
|
||||
"yaw": 0.0,
|
||||
"pitch": 0.0
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "TEXT",
|
||||
"text": "§7Controller: §cNone",
|
||||
"location": {
|
||||
"world": "world",
|
||||
"x": 0.5,
|
||||
"y": 73.69000000000001,
|
||||
"z": 1199.5,
|
||||
"yaw": 0.0,
|
||||
"pitch": 0.0
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "TEXT",
|
||||
"text": "§7Attackers: §cNone",
|
||||
"location": {
|
||||
"world": "world",
|
||||
"x": 0.5,
|
||||
"y": 73.46000000000001,
|
||||
"z": 1199.5,
|
||||
"yaw": 0.0,
|
||||
"pitch": 0.0
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "TEXT",
|
||||
"text": "§7Percentage: §f§c0.00%",
|
||||
"location": {
|
||||
"world": "world",
|
||||
"x": 0.5,
|
||||
"y": 73.23,
|
||||
"z": 1199.5,
|
||||
"yaw": 0.0,
|
||||
"pitch": 0.0
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "TEXT",
|
||||
"text": "§7[§a§c■■■■■■■■■■■■■■■■■■■■■■■■ §7]",
|
||||
"location": {
|
||||
"world": "world",
|
||||
"x": 0.5,
|
||||
"y": 73.0,
|
||||
"z": 1199.5,
|
||||
"yaw": 0.0,
|
||||
"pitch": 0.0
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "TEXT",
|
||||
"text": "§8§m------------------------------",
|
||||
"location": {
|
||||
"world": "world",
|
||||
"x": 0.5,
|
||||
"y": 72.77,
|
||||
"z": 1199.5,
|
||||
"yaw": 0.0,
|
||||
"pitch": 0.0
|
||||
}
|
||||
}
|
||||
],
|
||||
"animations": [],
|
||||
"visibility": "VISIBLE"
|
||||
}
|
70
Configs + Precompiled/config/Entity/entities/Shop.json
Normal file
70
Configs + Precompiled/config/Entity/entities/Shop.json
Normal file
@ -0,0 +1,70 @@
|
||||
{
|
||||
"type": "NPC",
|
||||
"name": "Shop",
|
||||
"location": {
|
||||
"world": "Spawn",
|
||||
"x": 19.5,
|
||||
"y": 70.0,
|
||||
"z": 24.5,
|
||||
"yaw": 134.44087,
|
||||
"pitch": -0.9341512
|
||||
},
|
||||
"commands": [
|
||||
"shop"
|
||||
],
|
||||
"equipment": [
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null
|
||||
],
|
||||
"faces": false,
|
||||
"hologram": {
|
||||
"name": "NPC_Shop_HOLOGRAM",
|
||||
"location": {
|
||||
"world": "Spawn",
|
||||
"x": 19.5,
|
||||
"y": 72.095,
|
||||
"z": 24.5,
|
||||
"yaw": 134.44087,
|
||||
"pitch": -0.9341512
|
||||
},
|
||||
"lines": [
|
||||
{
|
||||
"type": "TEXT",
|
||||
"text": "&a&lShop",
|
||||
"location": {
|
||||
"world": "Spawn",
|
||||
"x": 19.5,
|
||||
"y": 72.095,
|
||||
"z": 24.5,
|
||||
"yaw": 134.44087,
|
||||
"pitch": -0.9341512
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "TEXT",
|
||||
"text": "&f&o/shop",
|
||||
"location": {
|
||||
"world": "Spawn",
|
||||
"x": 19.5,
|
||||
"y": 71.865,
|
||||
"z": 24.5,
|
||||
"yaw": 134.44087,
|
||||
"pitch": -0.9341512
|
||||
}
|
||||
}
|
||||
],
|
||||
"animations": [],
|
||||
"visibility": "VISIBLE"
|
||||
},
|
||||
"signature": "HESzvfiHe+/l2XuNFD2w/2FuzhulByq29oSZxpOqib04ErtsBN3EsMKpxNxfGshQ9FRxVkP6pcPd6yuHHfkLJu1h+IvbIQtIHZNN2CZ7cP3X+YkaDWkEt3iiYT04datEfqfY0mv5AxHD9AHnrpv38LyKYxzNp21iIpUqw89gatqGZH4MYOpC6iOhWksFjmSKR+FfD7wpA+/6S7UtuNqv97YPT/U24bwF3RfMfazdmnqE3F0OxPRakUcE3zFw54f/9UHoU4CzbsGt3tYTdbntZwc//UWT79Ej0T9u242shYiie4TgL9ai+8lycPyJBoFRr6b39LPho+rYVar0jb5mH2Dev8UM/Dji9/R4JS7XqURg/9ooOACGME4xDNqy5HmqNkNkGSHapWijn75uDXHehuwlLM/2S6N/DIPB8VrrV6J6yyCVuSpOhiXmYB290IDjg0vjfEG6I9ft9EGUp3iioibBVMvzoSIClolYxajwZRm6vPA57D3hjj4vMhuALD7kujMA9HT9yxNdDvgje00wb7gs9XDTSURq7OUY7j72Ktxona3oTNAcHJGut+eq8eFS3VYlZVTJf78awu9yo85ai0OqTXt2TlXW7VIuHtbkkUHY22vqr0H7ej92kv+KEoY0pXPleE9wGIXkA6+sZRU0YXwm9KkovNywNXsl/IeF2KI=",
|
||||
"skinUsername": "tracklol",
|
||||
"swing": true,
|
||||
"tabVisibility": "HIDDEN",
|
||||
"tagVisibility": "HIDDEN",
|
||||
"texture": "ewogICJ0aW1lc3RhbXAiIDogMTY2NTk1Mzc4Mzc0NywKICAicHJvZmlsZUlkIiA6ICIzYmQ1MzA2ZjNlODM0YTM0YTNlNzUyMDdhMmM2ZTYwYiIsCiAgInByb2ZpbGVOYW1lIiA6ICJ0cmFja2xvbCIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS9iMmE5M2I4MjZiMzc1ZGIyY2ZmOTljODBjMDhjYmZjMWFiY2IwMTA5MDYwZGYxZmFmYWNkZjAwM2VmMDBmMGQiLAogICAgICAibWV0YWRhdGEiIDogewogICAgICAgICJtb2RlbCIgOiAic2xpbSIKICAgICAgfQogICAgfQogIH0KfQ==",
|
||||
"animations": [],
|
||||
"visibility": "VISIBLE"
|
||||
}
|
82
Configs + Precompiled/config/Entity/entities/Vote.json
Normal file
82
Configs + Precompiled/config/Entity/entities/Vote.json
Normal file
@ -0,0 +1,82 @@
|
||||
{
|
||||
"type": "NPC",
|
||||
"name": "Vote",
|
||||
"location": {
|
||||
"world": "Spawn",
|
||||
"x": 22.5,
|
||||
"y": 70.0,
|
||||
"z": 19.5,
|
||||
"yaw": 123.824356,
|
||||
"pitch": -0.0
|
||||
},
|
||||
"commands": [
|
||||
"vote"
|
||||
],
|
||||
"equipment": [
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null
|
||||
],
|
||||
"faces": false,
|
||||
"hologram": {
|
||||
"name": "NPC_Vote_HOLOGRAM",
|
||||
"location": {
|
||||
"world": "Spawn",
|
||||
"x": 22.5,
|
||||
"y": 72.095,
|
||||
"z": 19.5,
|
||||
"yaw": 123.824356,
|
||||
"pitch": -0.0
|
||||
},
|
||||
"lines": [
|
||||
{
|
||||
"type": "TEXT",
|
||||
"text": "&a&lVote",
|
||||
"location": {
|
||||
"world": "Spawn",
|
||||
"x": 22.5,
|
||||
"y": 72.325,
|
||||
"z": 19.5,
|
||||
"yaw": 123.824356,
|
||||
"pitch": -0.0
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "TEXT",
|
||||
"text": "§7Vote daily for free keys!",
|
||||
"location": {
|
||||
"world": "Spawn",
|
||||
"x": 22.5,
|
||||
"y": 72.095,
|
||||
"z": 19.5,
|
||||
"yaw": 123.824356,
|
||||
"pitch": -0.0
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "TEXT",
|
||||
"text": "&f&o/vote",
|
||||
"location": {
|
||||
"world": "Spawn",
|
||||
"x": 22.5,
|
||||
"y": 71.865,
|
||||
"z": 19.5,
|
||||
"yaw": 123.824356,
|
||||
"pitch": -0.0
|
||||
}
|
||||
}
|
||||
],
|
||||
"animations": [],
|
||||
"visibility": "VISIBLE"
|
||||
},
|
||||
"signature": "P4NhSjT/Wnnw97b4Oo7J3AJ4ZfSuF65zEwsP8HGtvT/YWZw1LwtQYSrbWdLcmTwap7PjQ2IGZNGpLUEMQMzlHN7UxAuHZ1Vkc7m506VVNfM+os6Ml1s/jfF8TCSvOzBtBirlOhXb5eFF1oNJfYp008GGva7dmCF4LAzInf24Ft5NLSjJ2JJgV394Ve6caRldloct+ltOik/ZWN35uAiFTnMLLG7DjzQrah+G3LTNUJPmrTRP9ppk42G5ei7i2nAHoreN7bGUS/L7cfIqr4iL+b04ohd1g/JYtBWv9p1EV7P5n5ictOtCNV7yvLJbxdbKfuVBzXZ2vPCBfEOE5gLxCs+45iC/E/H+FWulCkLQfXV2yOob0VoIrysbuKlIU8jwsMLgUqSpz51xbV7paoZyh1o4CAvaLFwsjpq1hF4uN6PrQwYuXRhbpB9kLbirqLfzUdB25OxEa59AxELXNH6wVamscaIfFY0oXbs5NbU4KIwlDNgOmR3xc39e9h9++qhVNA+1IH+8Qdd9kt82VMOV4nPAKIu7h8YKxKa0tEB2EF8jCPWWMQoBtWotbHd/SNmGr+f+/HmxObKB2t4Vw4indyK5GAQmlLn78CqWN6+JihmNjjdP8C8qngnX5XaZKQCNc2g6ZvN2PpaxU1Flifp0DnSJIF3cO0kDQqsC6TeBlLs=",
|
||||
"skinUsername": "iLikeToGlitqh",
|
||||
"swing": true,
|
||||
"tabVisibility": "HIDDEN",
|
||||
"tagVisibility": "HIDDEN",
|
||||
"texture": "ewogICJ0aW1lc3RhbXAiIDogMTY2NTk1Mzc2NjE0NywKICAicHJvZmlsZUlkIiA6ICJlZWUzNTg1ZGU2NDg0MDk4YmE2ODdlZGNmZDBiMTgwOCIsCiAgInByb2ZpbGVOYW1lIiA6ICJpTGlrZVRvR2xpdHFoIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzE3MzllMzU4YWJiOTc4YWM4ZmYxOWFkZjdlNzliNWVjY2U4ZmIzMTAwMGJmNDJjOTJjYjA5N2ExMWY3NGNmMzMiLAogICAgICAibWV0YWRhdGEiIDogewogICAgICAgICJtb2RlbCIgOiAic2xpbSIKICAgICAgfQogICAgfQogIH0KfQ==",
|
||||
"animations": [],
|
||||
"visibility": "VISIBLE"
|
||||
}
|
84
Configs + Precompiled/config/Entity/entities/cave-rank.json
Normal file
84
Configs + Precompiled/config/Entity/entities/cave-rank.json
Normal file
@ -0,0 +1,84 @@
|
||||
{
|
||||
"type": "NPC",
|
||||
"name": "cave-rank",
|
||||
"location": {
|
||||
"world": "Spawn",
|
||||
"x": 26.5,
|
||||
"y": 70.0,
|
||||
"z": -5.5,
|
||||
"yaw": 89.927216,
|
||||
"pitch": -0.0
|
||||
},
|
||||
"commands": [
|
||||
"viewcategory cave rank"
|
||||
],
|
||||
"equipment": [
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null
|
||||
],
|
||||
"faces": false,
|
||||
"hologram": {
|
||||
"name": "NPC_cave-rank_HOLOGRAM",
|
||||
"location": {
|
||||
"world": "Spawn",
|
||||
"x": 26.5,
|
||||
"y": 72.095,
|
||||
"z": -5.5,
|
||||
"yaw": 89.927216,
|
||||
"pitch": -0.0
|
||||
},
|
||||
"lines": [
|
||||
{
|
||||
"type": "TEXT",
|
||||
"text": "§f",
|
||||
"location": {
|
||||
"world": "Spawn",
|
||||
"x": 26.5,
|
||||
"y": 72.325,
|
||||
"z": -5.5,
|
||||
"yaw": 89.927216,
|
||||
"pitch": -0.0
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "TEXT",
|
||||
"text": "§4§lCave Rank",
|
||||
"location": {
|
||||
"world": "Spawn",
|
||||
"x": 26.5,
|
||||
"y": 72.095,
|
||||
"z": -5.5,
|
||||
"yaw": 89.927216,
|
||||
"pitch": -0.0
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "TEXT",
|
||||
"text": "&oClick to view",
|
||||
"location": {
|
||||
"world": "Spawn",
|
||||
"x": 26.5,
|
||||
"y": 71.865,
|
||||
"z": -5.5,
|
||||
"yaw": 89.927216,
|
||||
"pitch": -0.0
|
||||
}
|
||||
}
|
||||
],
|
||||
"animations": [],
|
||||
"visibility": "VISIBLE"
|
||||
},
|
||||
"signature": "Az4eJZ6I8m4TzSfCurk1opQw/gbse9sDLe9SE/tNcQB1B6TCw7xHe3cx0sVurTrAoGdPDBBgQZMxM62JgAkAhA5LL+F7xvbtz9ZV2ACA5tF3iuR+zvozrrEGPZDvg6e694p8tN0tOB6S3v7OocyakFV1dlTaMfurhbWkqpsZvYEh9roUhiz7xJn7mTpWHoiB1Ap+j4ewUpnDeqS0zMckNXWEMCf0iUNkWVWWmTnIJoTGSowI2UvG6RI0OGbvwAjyCOLZZ8BoJZ3dO8ypUxZ4NosNHNhzMGpeXBUyf/QryDJ7kZM+l6s+QLXPSqQeWjnMfs2vVWBWxXTmZovWGzg6cRkibAuV5qXyg/Md1uXWcoBFYrVJAY/1FlfALnWpOUjhOgaS/CA8XJsEGECa2iVDC64dCk/2R7Uwvk7AZrv1rKi8uXuOls7dNMUJgwG2m+4HAhMoP+xK+909XiWu3q0WKpBUK+xqtOC1xx2kXWyP2cHrz1WPCvyXoPqBsaEwPnSvRTFCTdqSe/ZBvCBZ9T6SgBcoUBimc4NTv4bOuyQmUdtYjXlPjH0tL/FaoasfwdQWdq5G1lNMnMC2F/A3LPfwgwNLYIzCoXKLmzt2875PD9Nnu52L72VljGUUa9/t0e7HwoptOEDdZNXCjTgp38lzeTCByKsdH5pAbGwXsf5TD6w=",
|
||||
"skinUsername": "staticdaddy",
|
||||
"swing": true,
|
||||
"tabVisibility": "HIDDEN",
|
||||
"tagVisibility": "HIDDEN",
|
||||
"texture": "ewogICJ0aW1lc3RhbXAiIDogMTY1MzcxNTk4NTE2NCwKICAicHJvZmlsZUlkIiA6ICJhMzk1YjVmYzIyYTg0ZTAyYjhhMTE1YjlkYzYwZjk1ZiIsCiAgInByb2ZpbGVOYW1lIiA6ICJTdGF0aWNEYWRkeSIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS9mOTU2MjA3NzYzNTgyNTk4YzVlMjI1NDE3MDBmNjhlNmIwMjQ2ZWI1NTE2YWY0MDQwMzNlOTg5NjY0NDgzYzZlIgogICAgfSwKICAgICJDQVBFIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS8yMzQwYzBlMDNkZDI0YTExYjE1YThiMzNjMmE3ZTllMzJhYmIyMDUxYjI0ODFkMGJhN2RlZmQ2MzVjYTdhOTMzIgogICAgfQogIH0KfQ==",
|
||||
"animations": [
|
||||
"Rings_DARK_RED"
|
||||
],
|
||||
"visibility": "VISIBLE"
|
||||
}
|
130
Configs + Precompiled/config/Entity/entities/coins.json
Normal file
130
Configs + Precompiled/config/Entity/entities/coins.json
Normal file
@ -0,0 +1,130 @@
|
||||
{
|
||||
"type": "NPC",
|
||||
"name": "coins",
|
||||
"location": {
|
||||
"world": "Spawn",
|
||||
"x": 0.5,
|
||||
"y": 70.0,
|
||||
"z": 0.5,
|
||||
"yaw": 183.77856,
|
||||
"pitch": -1.1162077
|
||||
},
|
||||
"commands": [
|
||||
"coinshop"
|
||||
],
|
||||
"equipment": [
|
||||
{
|
||||
"type": "DOUBLE_PLANT",
|
||||
"amount": 1,
|
||||
"durability": 0,
|
||||
"metadata": {}
|
||||
},
|
||||
{
|
||||
"type": "LEATHER_HELMET",
|
||||
"amount": 1,
|
||||
"durability": 0,
|
||||
"metadata": {
|
||||
"color": 15066419
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "LEATHER_CHESTPLATE",
|
||||
"amount": 1,
|
||||
"durability": 0,
|
||||
"metadata": {
|
||||
"color": 15066419
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "LEATHER_LEGGINGS",
|
||||
"amount": 1,
|
||||
"durability": 0,
|
||||
"metadata": {
|
||||
"color": 15066419
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "LEATHER_BOOTS",
|
||||
"amount": 1,
|
||||
"durability": 0,
|
||||
"metadata": {
|
||||
"color": 15066419
|
||||
}
|
||||
}
|
||||
],
|
||||
"faces": false,
|
||||
"hologram": {
|
||||
"name": "NPC_coins_HOLOGRAM",
|
||||
"location": {
|
||||
"world": "Spawn",
|
||||
"x": 0.5,
|
||||
"y": 72.095,
|
||||
"z": 0.5,
|
||||
"yaw": 183.77856,
|
||||
"pitch": -1.1162077
|
||||
},
|
||||
"lines": [
|
||||
{
|
||||
"type": "TEXT",
|
||||
"text": "&a&l* NEW *",
|
||||
"location": {
|
||||
"world": "Spawn",
|
||||
"x": 0.5,
|
||||
"y": 72.555,
|
||||
"z": 0.5,
|
||||
"yaw": 183.77856,
|
||||
"pitch": -1.1162077
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "TEXT",
|
||||
"text": "&6&lCoin Shop",
|
||||
"location": {
|
||||
"world": "Spawn",
|
||||
"x": 0.5,
|
||||
"y": 72.325,
|
||||
"z": 0.5,
|
||||
"yaw": 183.77856,
|
||||
"pitch": -1.1162077
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "TEXT",
|
||||
"text": "&7Click to view the Coin Shop",
|
||||
"location": {
|
||||
"world": "Spawn",
|
||||
"x": 0.5,
|
||||
"y": 72.095,
|
||||
"z": 0.5,
|
||||
"yaw": 183.77856,
|
||||
"pitch": -1.1162077
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "TEXT",
|
||||
"text": "&f&ostore.cavepvp.org",
|
||||
"location": {
|
||||
"world": "Spawn",
|
||||
"x": 0.5,
|
||||
"y": 71.865,
|
||||
"z": 0.5,
|
||||
"yaw": 183.77856,
|
||||
"pitch": -1.1162077
|
||||
}
|
||||
}
|
||||
],
|
||||
"animations": [],
|
||||
"visibility": "VISIBLE"
|
||||
},
|
||||
"signature": "p/6wgsr8veWi4tTOIGEdbzcb/Z8/48e7iTvnE5e5UD1odkaay2jJG4Ve6bHSUA+X/3GolPxQHyzEPhb8OPiRixK0EkeLtInKiNnUmwyo+H4YTeQcWvtap3SChMnMch9kJf2Q3wXtc5XbvM+Hg8cYscqOcBhW/k/WcbI57LiHaY4yaaH6ePf1xlaQZ95lTs8vhMYobpDu0hU23eSU6RA1bp+R0W+w6NlxizAfYh2p4wRWcZQgzN5BomkymSXi5Fq1IPf6RPOavVwHww/9T3oFq5nSrJf56xTsHPgRnxAy/rs7FdGYOdRJoWORD4+lC3DdNtDwsTbz4UpAwpIo0nBOQwfrop/F92YouX+FQKH9lLVPCP2PTVS9rwZ+oTR9nsnZpu87DxWz8z1VwfrDUOQWUKbH+EZkTyK4D+mWnXQ+zqTUR6LrdIvlwEOJtaQLN23uwG1cpJYRjPWYTQL7eW9ImLzFcaj1bogllziKhqqzUUptlV3hHPYYUAbM4xGmxkESAsqHIc+dtJoeBvx2I0qWn5j0vv7RI81RZxqsL1xjjpXkAjQg7NapXnnDdIMcoyT9kfY0eJs9xdUXq6ZAH5io7xkN3auPDuvm8Whx0SAIhZ/AAAyt7qs8VLEkFLheuE9bOPv7Ea6tWlL7CJ+8jETdUdOF1A6jEbv2vPlIDCAEamM=",
|
||||
"skinUsername": "SimplyTrash",
|
||||
"swing": true,
|
||||
"tabVisibility": "HIDDEN",
|
||||
"tagVisibility": "HIDDEN",
|
||||
"texture": "ewogICJ0aW1lc3RhbXAiIDogMTY1NDM3MTM5MDAxMCwKICAicHJvZmlsZUlkIiA6ICIwZjdhNGU5ODdmNTA0NjU0ODMzNGVlMTcxMDkyNWFjZSIsCiAgInByb2ZpbGVOYW1lIiA6ICJTaW1wbHlUcmFzaCIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS8xYzZhMzU5MjBlZDYwMTcwNzAxODg5MjZjNzgzMjkwYmMyNjZlODE4N2ZmNTVmMWNkODMxZjIyNTQ2MThiZjcxIgogICAgfQogIH0KfQ==",
|
||||
"animations": [
|
||||
"Rings_GOLD",
|
||||
"Rings_YELLOW"
|
||||
],
|
||||
"visibility": "VISIBLE"
|
||||
}
|
@ -0,0 +1,71 @@
|
||||
{
|
||||
"type": "NPC",
|
||||
"name": "custom-rank",
|
||||
"location": {
|
||||
"world": "Spawn",
|
||||
"x": 26.5,
|
||||
"y": 70.0,
|
||||
"z": 0.5,
|
||||
"yaw": 93.11694,
|
||||
"pitch": -0.0
|
||||
},
|
||||
"commands": [],
|
||||
"equipment": [
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null
|
||||
],
|
||||
"faces": false,
|
||||
"hologram": {
|
||||
"name": "NPC_custom-rank_HOLOGRAM",
|
||||
"location": {
|
||||
"world": "Spawn",
|
||||
"x": 26.5,
|
||||
"y": 72.095,
|
||||
"z": 0.5,
|
||||
"yaw": 93.11694,
|
||||
"pitch": -0.0
|
||||
},
|
||||
"lines": [
|
||||
{
|
||||
"type": "TEXT",
|
||||
"text": "&e&ki&6&lCustom Rank&e&ki",
|
||||
"location": {
|
||||
"world": "Spawn",
|
||||
"x": 26.5,
|
||||
"y": 72.095,
|
||||
"z": 0.5,
|
||||
"yaw": 93.11694,
|
||||
"pitch": -0.0
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "TEXT",
|
||||
"text": "&f&ostore.cavepvp.org",
|
||||
"location": {
|
||||
"world": "Spawn",
|
||||
"x": 26.5,
|
||||
"y": 71.865,
|
||||
"z": 0.5,
|
||||
"yaw": 93.11694,
|
||||
"pitch": -0.0
|
||||
}
|
||||
}
|
||||
],
|
||||
"animations": [],
|
||||
"visibility": "VISIBLE"
|
||||
},
|
||||
"signature": "bXBf7aY/nF9j4gIoTrOByLbo+NLiIMz7BCTZW8WRXikG9uZpSLuzUeqxnPyGbHxMpcmREIz65JZxK97i9F5lI90uOASB3Stw4ltX87aW4A9axkRyKScj08I9Rn+UHKpKTTnbqZs68eFpKWQMLUQYFEnw+NZcLiOSoTBwxWchzYJSyESjrq2caedvvBi2V0c0o/Yr3VrMAQSyFtSzTWyyKx31vZEX49TZ07kmywczlGWfadUaP++C9FY+J2nVuN8Y21t9UE12BvWRldF9BVRylEqzRnkr5Y/P3pQAGD76tzonY10jCa4Hz8l4+WeSPi5/bfWJP3FAnXkQOayRNaMq6B8yhWhUF08CVuRh7kHW9o2URnYZb+QEFs+A5HzOhwunLyQiyYbilrgfw4lCId5hJSuLxUFrh7cKKumLycKXKHXdVgbqjjdUlJAYyCB+hp7kmI8R0NqHXltyrXZS8/3qEO/lzzZtURUyINlpRyMTiIsJ02p12qd+FhoQMPbFacFaLTTBHV6Mw1/H6zFmNYxzlo2BYqSdOj0T12u69wCvRV1iuFrIrxvhSntqojvf0ZONZSvwVHuuHH4fur9w0+e1/g2wdgSDgWj4OnCu55fb5W4uDvK4/JrSdSEKE1uikxdbcLtV65fi0Vur883qcyeW6Tq1+LbR2JzI2CdxLJGOGtc=",
|
||||
"skinUsername": "SimplyTrash",
|
||||
"swing": true,
|
||||
"tabVisibility": "HIDDEN",
|
||||
"tagVisibility": "HIDDEN",
|
||||
"texture": "ewogICJ0aW1lc3RhbXAiIDogMTY2NTk1MjE1NDg5MiwKICAicHJvZmlsZUlkIiA6ICIwZjdhNGU5ODdmNTA0NjU0ODMzNGVlMTcxMDkyNWFjZSIsCiAgInByb2ZpbGVOYW1lIiA6ICJTaW1wbHlUcmFzaCIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS9jMTEwYWY1M2YyZmEyZDdlODIwMWIxODY4Yjc3ZGZiNGJkNmZkZDY5ODRkMmZkYzFhZjZiOTkxMDUzM2RhOWY4IgogICAgfQogIH0KfQ==",
|
||||
"animations": [
|
||||
"Rings_YELLOW",
|
||||
"Rings_GOLD"
|
||||
],
|
||||
"visibility": "VISIBLE"
|
||||
}
|
@ -0,0 +1,70 @@
|
||||
{
|
||||
"type": "NPC",
|
||||
"name": "diamond-rank",
|
||||
"location": {
|
||||
"world": "Spawn",
|
||||
"x": 51.5,
|
||||
"y": 69.0,
|
||||
"z": -7.5,
|
||||
"yaw": -0.7115123,
|
||||
"pitch": 0.028377593
|
||||
},
|
||||
"commands": [
|
||||
"viewproduct lifetime-diamond"
|
||||
],
|
||||
"equipment": [
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null
|
||||
],
|
||||
"faces": false,
|
||||
"hologram": {
|
||||
"name": "NPC_diamond-rank_HOLOGRAM",
|
||||
"location": {
|
||||
"world": "Spawn",
|
||||
"x": 51.5,
|
||||
"y": 71.0,
|
||||
"z": -7.5,
|
||||
"yaw": -0.7115123,
|
||||
"pitch": 0.028377593
|
||||
},
|
||||
"lines": [
|
||||
{
|
||||
"type": "TEXT",
|
||||
"text": "&b&lDiamond Rank",
|
||||
"location": {
|
||||
"world": "Spawn",
|
||||
"x": 51.5,
|
||||
"y": 71.0,
|
||||
"z": -7.5,
|
||||
"yaw": -0.7115123,
|
||||
"pitch": 0.028377593
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "TEXT",
|
||||
"text": "&oClick to view",
|
||||
"location": {
|
||||
"world": "Spawn",
|
||||
"x": 51.5,
|
||||
"y": 70.77,
|
||||
"z": -7.5,
|
||||
"yaw": -0.7115123,
|
||||
"pitch": 0.028377593
|
||||
}
|
||||
}
|
||||
],
|
||||
"animations": [],
|
||||
"visibility": "VISIBLE"
|
||||
},
|
||||
"signature": "ntXi79FhD1+A1lpzabbwDhU26pky8zP3sDvuOC1BSNYftJQzjp0TY5W4FcxXwy8yKpfpR9GitQn1BoqI/Xr5Qyeff+bHgfWMG4pMn8bjirhx9E6ck7nMmc89rE+5x+yJZM98nYJxgZcF5owUU84yNFUv6k1JLDt8XboSSs+Wq4FAUVDs7J/JR5NspIiqe7iP/Ffv+FqjLOIiNfKZYkhq/smvdSn6eqejI5gCaxKfELlIIOZwhPJPe/eoFP6RPPxpDXFHnfT5Uu8sxDAXpTMGksW1Fyfs5zqzhUamMBWVhz2I008SUNRK3aFwPan4ddFB8zTUurKoBwDVMBVprbc8BZB6qt5CRXpJg/M4OrPi186pAv35JO4NHb/LGpBTa2Vh6EMeFucKEO7cUhCQJ/Qx455XNsg9kZI2A63Yd0uiOnYYBoNXoZUisCFmc1T9wKfime7/J43mPJ4kPhm7bIrXN90+bNGuIrNvh+N3qzcbp0A4tFQ+GLrf6JOSV8/WZuj/JGicpLb4IeMQ8IpqStMKw5MPgBDs6XGrcCPfBETD284W/fsj8BJUYPT603twkALc4Af3iB9PpNq+qc5tcXe4FwUHx5ohn31FA8H8bDE/nXlSJraNrkma948jJ22A4g2ujf3RGKuF/EC89QHvsJHZqeL5Jg+zPeZ3lz7xy/sdCJY=",
|
||||
"skinUsername": "BurningTax75",
|
||||
"swing": true,
|
||||
"tabVisibility": "HIDDEN",
|
||||
"tagVisibility": "HIDDEN",
|
||||
"texture": "ewogICJ0aW1lc3RhbXAiIDogMTY1MzcxNDQ4MzE0MiwKICAicHJvZmlsZUlkIiA6ICIzMzA5NzEzZTY0YzI0NjcyYjU5MmFlNGY5ZmM2OTZiZSIsCiAgInByb2ZpbGVOYW1lIiA6ICJCdXJuaW5nVGF4NzUiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvN2U3MDc0MDIxNGFhMjg4NTIzNjUzZjRhMzFjOTAxNjVmMmE0NmQzYWQxZTdmMThkZTdkODA0NDM1ZmI5NGYxYyIKICAgIH0KICB9Cn0=",
|
||||
"animations": [],
|
||||
"visibility": "VISIBLE"
|
||||
}
|
@ -0,0 +1,70 @@
|
||||
{
|
||||
"type": "NPC",
|
||||
"name": "emerald-rank",
|
||||
"location": {
|
||||
"world": "Spawn",
|
||||
"x": 37.5,
|
||||
"y": 69.0,
|
||||
"z": 6.5,
|
||||
"yaw": 180.22023,
|
||||
"pitch": 2.1000037
|
||||
},
|
||||
"commands": [
|
||||
"viewproduct lifetime-emerald"
|
||||
],
|
||||
"equipment": [
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null
|
||||
],
|
||||
"faces": false,
|
||||
"hologram": {
|
||||
"name": "NPC_emerald-rank_HOLOGRAM",
|
||||
"location": {
|
||||
"world": "Spawn",
|
||||
"x": 37.5,
|
||||
"y": 71.0,
|
||||
"z": 6.5,
|
||||
"yaw": 180.22023,
|
||||
"pitch": 2.1000037
|
||||
},
|
||||
"lines": [
|
||||
{
|
||||
"type": "TEXT",
|
||||
"text": "&a&lEmerald Rank",
|
||||
"location": {
|
||||
"world": "Spawn",
|
||||
"x": 37.5,
|
||||
"y": 71.0,
|
||||
"z": 6.5,
|
||||
"yaw": 180.22023,
|
||||
"pitch": 2.1000037
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "TEXT",
|
||||
"text": "&f&oClick to view",
|
||||
"location": {
|
||||
"world": "Spawn",
|
||||
"x": 37.5,
|
||||
"y": 70.77,
|
||||
"z": 6.5,
|
||||
"yaw": 180.22023,
|
||||
"pitch": 2.1000037
|
||||
}
|
||||
}
|
||||
],
|
||||
"animations": [],
|
||||
"visibility": "VISIBLE"
|
||||
},
|
||||
"signature": "wg5dLBikPS/gljybCTLTao9KGZPQO51PgELnFNWVqmkxs2EFg86m8cF75oSjEDossa5Bmp9cOp+ngJOWFRo90Yt71rblgkAyObkz9qZ0YBMSsJ7mb/UH7crcnjp25Om/DvVJotuCFv17N/n7MLi7tMTSm0frOVRLDPeZa75HWedZST5ctfCckU9kDiK3vESNyaEAFp+0222lp4W6vudr1wg0yET78zcLa4lLIjIoFzYVXPJpmxptnyFTgfqt3RtAAz5DQn6g0C7039VjSAjlFUg/Kd5X291OEiZIAPpJkw1mIMuYeI71jnSH82MqWs1E/xzWPBjkZQ1kt7oCcsk2J3m0embs4BQPsKyCHhc5HkrZ/yHQgh7O6YINMlYdRwViTKINplpaVZEggkSqBUOxuuO+pzOmiRmDYzwAhMQhYthGXm4eBP93stYnviMhiUwAg6/Ft9x7Pbft8588vdYYX6rslPzewWFYIbtSoNSWj1SGC1Laz3sLLqqF0Rxheff294GgxJqG7UjbCs9ifq4vYadWjRYU6yWP/gqqFPsPocdCMmWWwAIVoj1ItJEdHvkgrfkLRlB/ZN06vkJ7UcmWIPmsvBAbmYcptoHIkRLKW1H4e9S8xJ3Qzr2nk3+2ELVuvYOwpGz7KZqVlGb4Dg3f7qTpv5aCD4pOIjoiri+aG+E=",
|
||||
"skinUsername": "EmeraldSuffers",
|
||||
"swing": true,
|
||||
"tabVisibility": "HIDDEN",
|
||||
"tagVisibility": "HIDDEN",
|
||||
"texture": "ewogICJ0aW1lc3RhbXAiIDogMTY1MzcxNDM3NDU1NSwKICAicHJvZmlsZUlkIiA6ICIyZjRjN2I5MDFmZDc0YTExOTY0NzIzODhlOWI2Nzg5MCIsCiAgInByb2ZpbGVOYW1lIiA6ICJFbWVyYWxkU3VmZmVycyIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS9jNDU4NjQ3NjE3NmEyNTY0NzM4MThhMTg0OTE1N2U4NDRjNTYzODcyNGJjZjgzMDlmMGQ5ZGYyN2NhOTU5MTYwIgogICAgfQogIH0KfQ==",
|
||||
"animations": [],
|
||||
"visibility": "VISIBLE"
|
||||
}
|
82
Configs + Precompiled/config/Entity/entities/gold-rank.json
Normal file
82
Configs + Precompiled/config/Entity/entities/gold-rank.json
Normal file
@ -0,0 +1,82 @@
|
||||
{
|
||||
"type": "NPC",
|
||||
"name": "gold-rank",
|
||||
"location": {
|
||||
"world": "Spawn",
|
||||
"x": 45.5,
|
||||
"y": 69.0,
|
||||
"z": -7.5,
|
||||
"yaw": 359.93378,
|
||||
"pitch": 0.028621972
|
||||
},
|
||||
"commands": [
|
||||
"viewproduct lifetime-gold"
|
||||
],
|
||||
"equipment": [
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null
|
||||
],
|
||||
"faces": false,
|
||||
"hologram": {
|
||||
"name": "NPC_gold-rank_HOLOGRAM",
|
||||
"location": {
|
||||
"world": "Spawn",
|
||||
"x": 45.5,
|
||||
"y": 71.0,
|
||||
"z": -7.5,
|
||||
"yaw": 359.93378,
|
||||
"pitch": 0.028621972
|
||||
},
|
||||
"lines": [
|
||||
{
|
||||
"type": "TEXT",
|
||||
"text": "&a&lFREE",
|
||||
"location": {
|
||||
"world": "Spawn",
|
||||
"x": 45.5,
|
||||
"y": 71.23,
|
||||
"z": -7.5,
|
||||
"yaw": 359.93378,
|
||||
"pitch": 0.028621972
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "TEXT",
|
||||
"text": "&6&lGold Rank",
|
||||
"location": {
|
||||
"world": "Spawn",
|
||||
"x": 45.5,
|
||||
"y": 71.0,
|
||||
"z": -7.5,
|
||||
"yaw": 359.93378,
|
||||
"pitch": 0.028621972
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "TEXT",
|
||||
"text": "&oClick to view",
|
||||
"location": {
|
||||
"world": "Spawn",
|
||||
"x": 45.5,
|
||||
"y": 70.77,
|
||||
"z": -7.5,
|
||||
"yaw": 359.93378,
|
||||
"pitch": 0.028621972
|
||||
}
|
||||
}
|
||||
],
|
||||
"animations": [],
|
||||
"visibility": "VISIBLE"
|
||||
},
|
||||
"signature": "TkJLmRHv/+jEAAW46megHzwt07f4fQgRV5GDXHUV5p31mWcSh+qN6JTLttTRz0GIgNyVpzdpQtZMhCq3eJ3mUH+UEZZVv/Y4WgVzA41sGvvPGjD/w5d10VXVDTb3hzTsYpJ7pTuwHdp1HKmhhTRuAFkqhjaZObzL++c8Q1EiWMo7eaWTfqVtrzrqkSFt5oYpkZrBF2+nZWdwfbDWCvcwd5/VYIMvFxiajzffkMe627+BjwOmmhs0GMNOKUbqG/W/ORuuwrO1pflDNJGL9/oFOIK8Llp2gKvdFVMv0g8BqGFY7kCTamoAVIQPxleepEFZeaDx58EE+PPraS3ugp2GT5ZYQ2hZC1e4XxPbLYnHhy54YJdiPlrmu0djqr/ivIEI8rSIT7p+KK6n7CQ17TMF/mu0x/OVcZOd9cbsrpog5HxcZo7qvhiirPSxbjOjMiX0adnRdMsewNypH9bvRsQTIvtu/3OnpwHElvxDGteM8+C7ydkgmtqer+IfwqclYqOPyOR6Iq0e6Xl3pRyE0x0fuBPday0TgoUWMqKvqG9tsPDyvLkOmYsxKRvdYFiv2zLqLcId22JTgVm9+52pdV5AyaVYYMsVOEVo5a4SJ8LfVki8J2NxG/9KyiV/ppl6UgeGuyrhtxt9VY2gUYxDJneec3BCEVQmohtMoDm5qx/r+mg=",
|
||||
"skinUsername": "StopOverReacting",
|
||||
"swing": true,
|
||||
"tabVisibility": "HIDDEN",
|
||||
"tagVisibility": "HIDDEN",
|
||||
"texture": "ewogICJ0aW1lc3RhbXAiIDogMTY1MzcxNDI0NzU3OCwKICAicHJvZmlsZUlkIiA6ICI2NmVjYjZlNzY4ODI0ODAxOTZhNDJmYjBmYTQ2YzUxOCIsCiAgInByb2ZpbGVOYW1lIiA6ICJTdG9wT3ZlclJlYWN0aW5nIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2RhNzc4YWI4Yjk4ZjMyMWJlODUxMDIzODA0MGJjNTY1MzM0N2ZhNTJlZTEwYThiMDYwZGRiNzY2ZTUwN2NjMDIiCiAgICB9CiAgfQp9",
|
||||
"animations": [],
|
||||
"visibility": "VISIBLE"
|
||||
}
|
@ -0,0 +1,72 @@
|
||||
{
|
||||
"type": "NPC",
|
||||
"name": "holiday-rank",
|
||||
"location": {
|
||||
"world": "Spawn",
|
||||
"x": 26.5,
|
||||
"y": 70.0,
|
||||
"z": 6.5,
|
||||
"yaw": 90.0,
|
||||
"pitch": -0.0
|
||||
},
|
||||
"commands": [
|
||||
"viewproduct lifetime-holiday"
|
||||
],
|
||||
"equipment": [
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null
|
||||
],
|
||||
"faces": false,
|
||||
"hologram": {
|
||||
"name": "NPC_holiday-rank_HOLOGRAM",
|
||||
"location": {
|
||||
"world": "Spawn",
|
||||
"x": 26.5,
|
||||
"y": 72.095,
|
||||
"z": 6.5,
|
||||
"yaw": 90.0,
|
||||
"pitch": -0.0
|
||||
},
|
||||
"lines": [
|
||||
{
|
||||
"type": "TEXT",
|
||||
"text": "§6§lSpooky Rank",
|
||||
"location": {
|
||||
"world": "Spawn",
|
||||
"x": 26.5,
|
||||
"y": 72.095,
|
||||
"z": 6.5,
|
||||
"yaw": 90.0,
|
||||
"pitch": -0.0
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "TEXT",
|
||||
"text": "&f&oClick to view",
|
||||
"location": {
|
||||
"world": "Spawn",
|
||||
"x": 26.5,
|
||||
"y": 71.865,
|
||||
"z": 6.5,
|
||||
"yaw": 90.0,
|
||||
"pitch": -0.0
|
||||
}
|
||||
}
|
||||
],
|
||||
"animations": [],
|
||||
"visibility": "VISIBLE"
|
||||
},
|
||||
"signature": "wO3D0MH+tCDWzW5RfJdKodsaSdxTl2+UBiiP/hZRhMJ1aSJBLuAVWt794wob+RwfnC5+H2jM5h5ssGJ/cXyUnLiogr0Te90ZXaYuAiV7+yRG0h3bvKHD/jDPuITx/f6ZN7y1SbcQIhvd4KDgtspoNivWuz4GW7Ztb6VtXBMqasc5taUVl2BY/Di/amXgltYzcJwVEGvAFEjNSAj/vX849Wyyo1dk2qb+ZMmvErffSfL0/tAdvca0qov/b/hWqIriDgcQjcgyS7lvu6ygbboblBz0wYEMyWJoEc0GG91UYEnTPZmGDhjDPJ54H8uVqGcdcIN5DWvrHsL/wySo7kyyb78yQtnNpP0q++3X9K/lX8mq4ywTfyk6Hl3zOm80rgeaZf6ZKPT66ByIj6039mErU8XwP9oDkMpyypBHK02OgmysPmNrleaWhgtSGzzIXW25qw3J4lqJQARuHmPLhmD/4zlkPX7ypmIztU80tI/m7BsBVHGZQK65ku8ayZZmYRGXY8VPqedgIscsQiOsHjJJoBes+I0UiIZBuiQBeXlRt+gMAquhoz8TGqU+XZxViGS3CL0BqzCWx/ZR511jmszgkD1xPqXMUEaYHYrq4pVuS+dc+WHb77SvAvL3C3iDQq6Ml4gUgMI7rAogsqNLrk6oz/wDxCblAL9z7koJJ1eFRC8=",
|
||||
"skinUsername": "golombeczek",
|
||||
"swing": true,
|
||||
"tabVisibility": "HIDDEN",
|
||||
"tagVisibility": "HIDDEN",
|
||||
"texture": "ewogICJ0aW1lc3RhbXAiIDogMTY2NTk1MjA3OTE3MywKICAicHJvZmlsZUlkIiA6ICJhYzljYzk2NmJhZWQ0MzRiYjEzYTJhMjljMWFiYmRjMCIsCiAgInByb2ZpbGVOYW1lIiA6ICJnb2xvbWJlY3playIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS8xMDEwMjVjMWM4ZmYzMGZhZGIwYjRkY2I5YWVkNWJkZjE1NTA0N2YzMDYyY2FjMDhkYjczN2Q0NTg1ZDFmMzVmIgogICAgfQogIH0KfQ==",
|
||||
"animations": [
|
||||
"Rings_GREEN"
|
||||
],
|
||||
"visibility": "VISIBLE"
|
||||
}
|
82
Configs + Precompiled/config/Entity/entities/iron-rank.json
Normal file
82
Configs + Precompiled/config/Entity/entities/iron-rank.json
Normal file
@ -0,0 +1,82 @@
|
||||
{
|
||||
"type": "NPC",
|
||||
"name": "iron-rank",
|
||||
"location": {
|
||||
"world": "Spawn",
|
||||
"x": 37.5,
|
||||
"y": 69.0,
|
||||
"z": -5.5,
|
||||
"yaw": -0.21955574,
|
||||
"pitch": 0.37111962
|
||||
},
|
||||
"commands": [
|
||||
"freerank"
|
||||
],
|
||||
"equipment": [
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null
|
||||
],
|
||||
"faces": false,
|
||||
"hologram": {
|
||||
"name": "NPC_iron-rank_HOLOGRAM",
|
||||
"location": {
|
||||
"world": "Spawn",
|
||||
"x": 37.5,
|
||||
"y": 71.0,
|
||||
"z": -5.5,
|
||||
"yaw": -0.21955574,
|
||||
"pitch": 0.37111962
|
||||
},
|
||||
"lines": [
|
||||
{
|
||||
"type": "TEXT",
|
||||
"text": "§a§lFREE",
|
||||
"location": {
|
||||
"world": "Spawn",
|
||||
"x": 37.5,
|
||||
"y": 71.23,
|
||||
"z": -5.5,
|
||||
"yaw": -0.21955574,
|
||||
"pitch": 0.37111962
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "TEXT",
|
||||
"text": "§7§lIron Rank",
|
||||
"location": {
|
||||
"world": "Spawn",
|
||||
"x": 37.5,
|
||||
"y": 71.0,
|
||||
"z": -5.5,
|
||||
"yaw": -0.21955574,
|
||||
"pitch": 0.37111962
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "TEXT",
|
||||
"text": "&oClick to view",
|
||||
"location": {
|
||||
"world": "Spawn",
|
||||
"x": 37.5,
|
||||
"y": 70.77,
|
||||
"z": -5.5,
|
||||
"yaw": -0.21955574,
|
||||
"pitch": 0.37111962
|
||||
}
|
||||
}
|
||||
],
|
||||
"animations": [],
|
||||
"visibility": "VISIBLE"
|
||||
},
|
||||
"signature": "nGIjagYeNTqsfc3LU6jSqSzDjRNSOXJGMvnb0/W1HrMTP4MWuPLFJ7Mi4ujIh64HN94q3sQisbS5SuZAm99gOEPA1bdS7km8qm5HxvIXJGOqTKlaMJWrhGigNMS39vVdXb+4IEx9LERKxfae8HxZpxByjPp4/+7ja4xgQPLQRbJ5oo+ijOt4TsYUt6hhnkZrVTpdBVYKGSf+Z2FH6mqDzXjGJmxZ5Je55O9c8ST3gMmolqbFA1hMSg1YfxmFM+RrN8EOKEuAW94BC31U+aTaATPR2gUeKXm5iNQFdXovwjb9D6au/TUI8+NALOaZjM21AWysI3wkXXlnQZU6uLNwk5PJgulyXMyE/yE5czsNcK/I5Q8y9RADs6DRIHRXi0GrWZelQBCgKQcpFJS7M+Wg4UaZjIf6x5agglhIeBdXfj9KpLRPD3cOLDVEHWQaRbq4zVYh6UNgZDkBBSsM3029h6ug+8O622JIUDcccm6F4u8ZRbWxoAdF3/6iqs5l5kBzTUlnmgSbGv87qilVCysSQ4EpwBBBMAegrwkY/7LK4LvehZriKn7hJwEg/ozojTveUrJTwmQ+xy7MRq++OuZAy7HMsRnHx0+pgkNBjuFbE6N8bsi1u1SohN+9SX/PvPKOZrOi1hnddUjJsIV+1q1AIuoIFWRocVeVyXlIuQeP518=",
|
||||
"skinUsername": "legionL",
|
||||
"swing": true,
|
||||
"tabVisibility": "HIDDEN",
|
||||
"tagVisibility": "HIDDEN",
|
||||
"texture": "ewogICJ0aW1lc3RhbXAiIDogMTY1MzcxNDIyODMyMSwKICAicHJvZmlsZUlkIiA6ICI0OTlhNmM0NThhYzY0YWMwYWUzYWQ0M2FiM2NiMDIyOCIsCiAgInByb2ZpbGVOYW1lIiA6ICJMZWdpb25MIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzkyZDUyNjM0NmFlMmZjMmE5YTFmZDZmOTcyZTljZDhkMjZhZjQ3Yjc4ZmYyODhkOTlkZDVlN2ZmNTQ4NDg0OWYiLAogICAgICAibWV0YWRhdGEiIDogewogICAgICAgICJtb2RlbCIgOiAic2xpbSIKICAgICAgfQogICAgfQogIH0KfQ==",
|
||||
"animations": [],
|
||||
"visibility": "VISIBLE"
|
||||
}
|
70
Configs + Precompiled/config/Entity/entities/pearl-rank.json
Normal file
70
Configs + Precompiled/config/Entity/entities/pearl-rank.json
Normal file
@ -0,0 +1,70 @@
|
||||
{
|
||||
"type": "NPC",
|
||||
"name": "pearl-rank",
|
||||
"location": {
|
||||
"world": "Spawn",
|
||||
"x": 45.5,
|
||||
"y": 69.0,
|
||||
"z": 8.5,
|
||||
"yaw": 179.51074,
|
||||
"pitch": -0.36366004
|
||||
},
|
||||
"commands": [
|
||||
"viewproduct lifetime-pearl"
|
||||
],
|
||||
"equipment": [
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null
|
||||
],
|
||||
"faces": false,
|
||||
"hologram": {
|
||||
"name": "NPC_pearl-rank_HOLOGRAM",
|
||||
"location": {
|
||||
"world": "Spawn",
|
||||
"x": 45.5,
|
||||
"y": 71.0,
|
||||
"z": 8.5,
|
||||
"yaw": 179.51074,
|
||||
"pitch": -0.36366004
|
||||
},
|
||||
"lines": [
|
||||
{
|
||||
"type": "TEXT",
|
||||
"text": "&5&lPearl Rank",
|
||||
"location": {
|
||||
"world": "Spawn",
|
||||
"x": 45.5,
|
||||
"y": 71.0,
|
||||
"z": 8.5,
|
||||
"yaw": 179.51074,
|
||||
"pitch": -0.36366004
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "TEXT",
|
||||
"text": "&oClick to view",
|
||||
"location": {
|
||||
"world": "Spawn",
|
||||
"x": 45.5,
|
||||
"y": 70.77,
|
||||
"z": 8.5,
|
||||
"yaw": 179.51074,
|
||||
"pitch": -0.36366004
|
||||
}
|
||||
}
|
||||
],
|
||||
"animations": [],
|
||||
"visibility": "VISIBLE"
|
||||
},
|
||||
"signature": "cF1Zd1zj73T3kzTcilSnqAe4s2rhNNuuF2yLlttRKnzSyvW1PqdoWNEWreQqxEZgAlTRE+IznRxBYPUYMcmWLTmlQ3yzKh5lqKXq6tq4GIKg3hBBUPnhI/qMlEtV0D2IHly6FYyMHT6cAhDxui2PITbd/nu02Y1lQWk2lrs1DT/JXDBm82Pgxo3OdZPD6GS0G3wldmGqSdz2L3o1J9D3xCEUpH3mO2r1n53HOcvK6XMMfKb1Dq35LNcqMb/vEbvViW4HLYxUgqWWsbavEuZ5KPk3HslcQUpdr7kDgyPCE9tpX2X38z2DrtRD+8GLzjKOQKehmhicuOHipfzcC611FollrI0nv6T+NNElH5220mLaC81YTGCtEfZM8Yjvwle1z94d3VW9vhOOE8YfnmrU5nmta5PZgjp6vBGvrWVr9naWqjUXWLtNZIyipbMxKiuhf/SHhIfCN4Cq8QXhAzFY3uaCK2CLPVuLOsYPlbAJjtwml6iUAt8d9XSDR4F5Nn7RD1eoSevhNvPUlckus5OWag5vlKCwi4+3cgxK3avbfCbKdTQWJ30KQRXFShI+ulhuxHOtW2+6heYGoaV1Eazf6SyO+OpVpAJF5X5zBZLAm7KXHE09vVxQcr4a4ZMmsPY2Dyt8bDcpeWvKL8frxU3uWZPHNdx5UH96d2LTiHzdnJc=",
|
||||
"skinUsername": "polygonic",
|
||||
"swing": true,
|
||||
"tabVisibility": "HIDDEN",
|
||||
"tagVisibility": "HIDDEN",
|
||||
"texture": "ewogICJ0aW1lc3RhbXAiIDogMTY1MzcxNTYxMDA5NSwKICAicHJvZmlsZUlkIiA6ICI4ODdmN2EyOGFlMzM0OTExYWU5ZTc1ZDlmODE2NWFmNyIsCiAgInByb2ZpbGVOYW1lIiA6ICJQb2x5Z29uaWMiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMzczNDNjYWY2YTJmMWNjYjA4MmU0Y2JhOTM2MzhlYjY3YzM3ZDBlM2JmOWU4NDllMjEzMGVmMzRhZDgwNGU0OCIsCiAgICAgICJtZXRhZGF0YSIgOiB7CiAgICAgICAgIm1vZGVsIiA6ICJzbGltIgogICAgICB9CiAgICB9CiAgfQp9",
|
||||
"animations": [],
|
||||
"visibility": "VISIBLE"
|
||||
}
|
@ -0,0 +1,70 @@
|
||||
{
|
||||
"type": "NPC",
|
||||
"name": "platinum-rank",
|
||||
"location": {
|
||||
"world": "Spawn",
|
||||
"x": 56.5,
|
||||
"y": 69.0,
|
||||
"z": 3.5,
|
||||
"yaw": 89.74457,
|
||||
"pitch": -0.8161538
|
||||
},
|
||||
"commands": [
|
||||
"viewproduct lifetime-platinum"
|
||||
],
|
||||
"equipment": [
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null
|
||||
],
|
||||
"faces": false,
|
||||
"hologram": {
|
||||
"name": "NPC_platinum-rank_HOLOGRAM",
|
||||
"location": {
|
||||
"world": "Spawn",
|
||||
"x": 56.5,
|
||||
"y": 71.0,
|
||||
"z": 3.5,
|
||||
"yaw": 89.74457,
|
||||
"pitch": -0.8161538
|
||||
},
|
||||
"lines": [
|
||||
{
|
||||
"type": "TEXT",
|
||||
"text": "&3&lPlatinum Rank",
|
||||
"location": {
|
||||
"world": "Spawn",
|
||||
"x": 56.5,
|
||||
"y": 71.0,
|
||||
"z": 3.5,
|
||||
"yaw": 89.74457,
|
||||
"pitch": -0.8161538
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "TEXT",
|
||||
"text": "&oClick to view",
|
||||
"location": {
|
||||
"world": "Spawn",
|
||||
"x": 56.5,
|
||||
"y": 70.77,
|
||||
"z": 3.5,
|
||||
"yaw": 89.74457,
|
||||
"pitch": -0.8161538
|
||||
}
|
||||
}
|
||||
],
|
||||
"animations": [],
|
||||
"visibility": "VISIBLE"
|
||||
},
|
||||
"signature": "c7SU5u6SepNVVUIg44oc4kIVhx2hPVzd+qDaqyE5o2GLteTr7UjM2ErfMuv4ME8rGhz1A9+AQ2X1krkOb43efUXNqcPeaF0xJ5AQLLUjPuxm6w28e6sjJrmiAEcTeBLB8Caxo+NtpqJaXaioHpXr2d6a5MTOKU0KQxeSGldzA3bz2H7ipMaN5MwTRcgMB8yqkMuYH+ZwttPsjyCxktlwBqiKzh0qx+p3P/ekG+skUd3P3j0wMf+9NvlVZODLUi0iwg3wliPMZwqNbeDT2gQS5QxG3E+LPKl7JW412Np7pEWdI5cYuXWl05ptjHywPP7wyjcEXDRTWQs4MbmpEFG5YnoKxTUkNI+ucbDaqLQu0Gh0fxngpqTP/nUl0mDfYbYS7fGc4kfNHIEKwp16KqOsMSYYbtATqX8rAuD6vS9WhPCuDtK2KbwI/yPtQe+jHv1GDtTiLxEDIbkmXcTStgeS+WR8T852z+M3i0SYeYTAst1nhZwlhnH2Mmabn2fndDL7iU6VXN68YQzENGMBASSjtxpIcwKlScKLc7Lcr1LFHYlDIxx2cKT5DhJNf9K9iKprbgd0OBlkEbfvqVnFMpGGr4NGzpEjMJ9QvZj7Mo0zWb2/K7B9W6v2w5Aznmjk1xz/1ectAPkIasLF6G265U2RvRgYJkYQ4imvZhG9I1XkAdo=",
|
||||
"skinUsername": "minecarted",
|
||||
"swing": true,
|
||||
"tabVisibility": "HIDDEN",
|
||||
"tagVisibility": "HIDDEN",
|
||||
"texture": "ewogICJ0aW1lc3RhbXAiIDogMTY1MzcxNTQ3NDY0MCwKICAicHJvZmlsZUlkIiA6ICJmOTM1M2MxYjE5ZjM0ZWY0YWRkZjg0MWExZWE5YzQyZCIsCiAgInByb2ZpbGVOYW1lIiA6ICJtaW5lY2FydGVkIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzg0Yzk5YjAxNWJiYWMyNTgwNjBiYzk1ZDc4OWMyMmFhYTAwMGMxY2U2YWM1ZWE4ZDJhOWQ3ODc5Yzc0NzVlOGMiLAogICAgICAibWV0YWRhdGEiIDogewogICAgICAgICJtb2RlbCIgOiAic2xpbSIKICAgICAgfQogICAgfQogIH0KfQ==",
|
||||
"animations": [],
|
||||
"visibility": "VISIBLE"
|
||||
}
|
@ -0,0 +1,70 @@
|
||||
{
|
||||
"type": "NPC",
|
||||
"name": "ravine-rank",
|
||||
"location": {
|
||||
"world": "Spawn",
|
||||
"x": 56.5,
|
||||
"y": 69.0,
|
||||
"z": -2.5,
|
||||
"yaw": 89.714615,
|
||||
"pitch": -0.48428106
|
||||
},
|
||||
"commands": [
|
||||
"viewproduct lifetime-ravine"
|
||||
],
|
||||
"equipment": [
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null
|
||||
],
|
||||
"faces": false,
|
||||
"hologram": {
|
||||
"name": "NPC_ravine-rank_HOLOGRAM",
|
||||
"location": {
|
||||
"world": "Spawn",
|
||||
"x": 56.5,
|
||||
"y": 71.0,
|
||||
"z": -2.5,
|
||||
"yaw": 89.714615,
|
||||
"pitch": -0.48428106
|
||||
},
|
||||
"lines": [
|
||||
{
|
||||
"type": "TEXT",
|
||||
"text": "&d&lRavine Rank",
|
||||
"location": {
|
||||
"world": "Spawn",
|
||||
"x": 56.5,
|
||||
"y": 71.0,
|
||||
"z": -2.5,
|
||||
"yaw": 89.714615,
|
||||
"pitch": -0.48428106
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "TEXT",
|
||||
"text": "&oClick to view",
|
||||
"location": {
|
||||
"world": "Spawn",
|
||||
"x": 56.5,
|
||||
"y": 70.77,
|
||||
"z": -2.5,
|
||||
"yaw": 89.714615,
|
||||
"pitch": -0.48428106
|
||||
}
|
||||
}
|
||||
],
|
||||
"animations": [],
|
||||
"visibility": "VISIBLE"
|
||||
},
|
||||
"signature": "RulfhJrT6VpUoBeqWUq8J+mlKmRLAudUtctK+6YFeMlZSeGlOZbjXhf1+yZwLBSBk25R3gwIJ8WWPO1gzJOqF6px28KOm61IOcVmGb7m+9nFcpcqHLOoAlOo3zaLl+c0X0oKy6mhQUuyg7Cd38IqdQPT4UpV6S8nyH7Gl9TsvP+ywgYWlEo92JdBEdQh44S0l2KeAembwiyBKuwCr+te5ggg6AT/D+uQojGpE4vJeIyBYbyFc+tcenhitI2NedbEjfn04UBvyf91BDdy1O+poGPUwmPbChbGpQ41kXsevZWxikTphBWJUH7PyU7/PvPOvnAFRYxtte4nr3v3FVEi72AIScsk8MpOdmDbdcXXYk6kj1wi5q53Zj0qZsNyRq88457wdMVxC4j1JUVaVQM3ygu2b9rpIx+5upwQSe7n7gyN6SpLrUCIMZISvkimcDpopyx200ZPZkRGXihxipRhpw4sjHE1rtQkSOB7zlJliD7Q+f45hlN7vfFN0orGDxCd6oxt/ZrJ2WyW6C96XJVUyIUSBzmlodbHHzHYuZWzEK1sD/9f3o/IDM0u00crTdgNivIid93yvBCqJTdAP1tHvKR6FtlHUbEECbtIVIWyMcRqlXpa3zzio/V+/bwjClyJJqZ+/+mxfGCndFwgjiqY3LCYby+8/2gwiBIukInbLDY=",
|
||||
"skinUsername": "sayeu",
|
||||
"swing": true,
|
||||
"tabVisibility": "HIDDEN",
|
||||
"tagVisibility": "HIDDEN",
|
||||
"texture": "ewogICJ0aW1lc3RhbXAiIDogMTY1MzcxNTI4NjMwMSwKICAicHJvZmlsZUlkIiA6ICIzNDcyMmYxYWQ2MTU0NjZhYTc5NzljNWVhOWQwZmNiNyIsCiAgInByb2ZpbGVOYW1lIiA6ICJzYXlldSIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS84NDFmOGRlYzlkMWY0MGM3YjdlM2E1Y2M0NDYwNmUyZjlhZjY1ODExNWE1MDk4NGUyOGQ3NjllZDAzMGRlNzk2IgogICAgfSwKICAgICJDQVBFIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS8yMzQwYzBlMDNkZDI0YTExYjE1YThiMzNjMmE3ZTllMzJhYmIyMDUxYjI0ODFkMGJhN2RlZmQ2MzVjYTdhOTMzIgogICAgfQogIH0KfQ==",
|
||||
"animations": [],
|
||||
"visibility": "VISIBLE"
|
||||
}
|
@ -0,0 +1,70 @@
|
||||
{
|
||||
"type": "NPC",
|
||||
"name": "sapphire-rank",
|
||||
"location": {
|
||||
"world": "Spawn",
|
||||
"x": 51.491139493945866,
|
||||
"y": 69.0,
|
||||
"z": 8.412863992004295,
|
||||
"yaw": 180.1745,
|
||||
"pitch": 0.6321265
|
||||
},
|
||||
"commands": [
|
||||
"viewproduct lifetime-sapphire"
|
||||
],
|
||||
"equipment": [
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null
|
||||
],
|
||||
"faces": false,
|
||||
"hologram": {
|
||||
"name": "NPC_sapphire-rank_HOLOGRAM",
|
||||
"location": {
|
||||
"world": "Spawn",
|
||||
"x": 51.491139493945866,
|
||||
"y": 71.0,
|
||||
"z": 8.412863992004295,
|
||||
"yaw": 180.1745,
|
||||
"pitch": 0.6321265
|
||||
},
|
||||
"lines": [
|
||||
{
|
||||
"type": "TEXT",
|
||||
"text": "&9&lSapphire Rank",
|
||||
"location": {
|
||||
"world": "Spawn",
|
||||
"x": 51.491139493945866,
|
||||
"y": 71.0,
|
||||
"z": 8.412863992004295,
|
||||
"yaw": 180.1745,
|
||||
"pitch": 0.6321265
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "TEXT",
|
||||
"text": "&oClick to view",
|
||||
"location": {
|
||||
"world": "Spawn",
|
||||
"x": 51.491139493945866,
|
||||
"y": 70.77,
|
||||
"z": 8.412863992004295,
|
||||
"yaw": 180.1745,
|
||||
"pitch": 0.6321265
|
||||
}
|
||||
}
|
||||
],
|
||||
"animations": [],
|
||||
"visibility": "VISIBLE"
|
||||
},
|
||||
"signature": "a8IGILzPfrwjc5M2sjFyFEpo8fNuLq5lE/GbHTNtXWeL2fvG1FewuH7YX1vRFnIcERN4/vTSN045a2gf4F+X1uM9cJThjYtYzjxpPchTikK02MnXOVW9uWz/L2oXgp1RytANOOpDI3FP3pOl+3/aB+20RjRvMs2lKuamXhAhq+bPUwqHhZAajxUH2dkgcxGBECOcPH/+e3m9CYgS2k+n7joMmyiiBHhcuOoj/YlYCDvqNAj9hpFedbexV6ZoQt07WGPzJR4hEETk8x94ZI/3CJRlaTuP5pRFR4hUt71eaSsA4sIFX9E2aF3OsSUGXpb3ELG+ewWdc/WdbQCjYkbtREw/khR0jIEIXs4L4jXFDDpoLvvzhvvw/8sgc9Fi0JM1tlFhrMhtA7oGSjN7wzXZvm5LNnJwx1Qxjrrov+jngGapb21doK4Y+12Fq0zseNzOXw5XA3vgdSC37aycZ2fVl43roBMs/Adc7fr1Yqwwwhzmh5oRSKHPPu7rrmuGKMOEeEgGUS74HaVVms97vgTcX5U05pF7bh1685MOGkWXnJVBjs8mncBRmYRqNTnCXO6MMMHsZbTNLY2lgaj51+QX0R5ZgnLIDykPzhxdk7PperGRfZsEzQq2iLTTMfx1C4JNbEJGIPCmueXHiU8GM0GHX81LZvuyc6sP1OY/KD4C+wc=",
|
||||
"skinUsername": "baseboys",
|
||||
"swing": true,
|
||||
"tabVisibility": "HIDDEN",
|
||||
"tagVisibility": "HIDDEN",
|
||||
"texture": "ewogICJ0aW1lc3RhbXAiIDogMTY1MzcxNDk3OTU2MCwKICAicHJvZmlsZUlkIiA6ICI4MWFmYTNjYTBlM2M0Yzg5YTgzZmMyZTU1OWY0NzQ4NyIsCiAgInByb2ZpbGVOYW1lIiA6ICJCYXNlQm95cyIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS9hMDExMDc2OTU4NGM2MjQ5YTJkZTdkYjcxYTU4YTk3ODlhYWI4NTUzZDJjNWNiMGRiMTAzMzhjNTNkNmU2ODkiCiAgICB9CiAgfQp9",
|
||||
"animations": [],
|
||||
"visibility": "VISIBLE"
|
||||
}
|
170
Configs + Precompiled/config/ExploitFixer/config.yml
Normal file
170
Configs + Precompiled/config/ExploitFixer/config.yml
Normal file
@ -0,0 +1,170 @@
|
||||
# ExploitFixer by LinsaFTW
|
||||
# Please help by donating, we require funds to continue with the development.
|
||||
# https://paypal.me/LinsaFTW
|
||||
#
|
||||
# INSTALL THE PLUGIN ON ALL BUKKIT SERVERS!
|
||||
#
|
||||
# Most of the check use Violations (vls), this a counter to execute different
|
||||
# actions on diverse levels to allow high customization of the modules.
|
||||
|
||||
# Default language used by the plugin (This changes depending on the client language)
|
||||
locale: "en"
|
||||
|
||||
# Web link used on the messages
|
||||
web: "discord.gg/gF36AT3"
|
||||
|
||||
# Shows notifications to console and players with permissions.
|
||||
notifications:
|
||||
enabled: true
|
||||
|
||||
# Placeholders: %player% %ping% %check% %vls%
|
||||
message: "&c&lEF: &e%player% &7(&a%ping%ms&7) &ffailed &6%check% &7(&c%vls% vls&7)"
|
||||
|
||||
# This shows extra information about blocked packets.
|
||||
debug: false
|
||||
|
||||
# Prevents exploits that occur on different Bukkit events.
|
||||
events:
|
||||
# Prevents moving if the chunk is null. (Prevents chunk overloading)
|
||||
null_chunk: true
|
||||
|
||||
# Prevents players from damaging themselves and consuming ram.
|
||||
self_damage: true
|
||||
|
||||
# Prevents the use of invalid packets to crash the server.
|
||||
packets:
|
||||
enabled: true
|
||||
|
||||
# Amount of vls required to start cancelling packets.
|
||||
cancel_vls: 100
|
||||
|
||||
# Amount of vls to reduce per second.
|
||||
reduce_vls: 60
|
||||
|
||||
# Cancels packets if the player sending them is offline.
|
||||
offline: true
|
||||
|
||||
# This will check if integers, floats, doubles and items have a invalid size in packets.
|
||||
data:
|
||||
# Vls to add when a packet fails the check. (Set to -1 to disable)
|
||||
vls: 600
|
||||
|
||||
# Maximum amount of bytes allowed per packet. (Set to -1 to disable)
|
||||
bytes: 16000
|
||||
|
||||
# Maximum amount of bytes allowed per book page. (Set to -1 to disable)
|
||||
bytes_book: 300
|
||||
|
||||
# Maximum amount of bytes allowed per sign line. (Set to -1 to disable)
|
||||
bytes_sign: 47
|
||||
|
||||
# Packets will add their amount of bytes divided by this number to vl count.
|
||||
# This is made so big packets add more vls when received.
|
||||
bytes_divider: 1000
|
||||
|
||||
# Cancels book packets when a book is not in hand
|
||||
# Vls to add when a packet fails the check. (Set to -1 to disable)
|
||||
book: 100
|
||||
|
||||
# Cancels CustomPayload packets with invalid tags
|
||||
# Vls to add when a packet fails the check. (Set to -1 to disable)
|
||||
tag: 600
|
||||
|
||||
# Checks if players send PacketPlayInWindowClick packets with invalid data.
|
||||
# Vls to add when a packet fails the check. (Set to -1 to disable)
|
||||
window_click: 300
|
||||
|
||||
# Checks if players send PacketPlayInBlockPlace packets with invalid data.
|
||||
# Vls to add when a packet fails the check. (Set to -1 to disable)
|
||||
block_place: 300
|
||||
|
||||
# Checks if players send PacketPlayInBlockDig packets with invalid data.
|
||||
# Vls to add when a packet fails the check. (Set to -1 to disable)
|
||||
block_dig: 600
|
||||
|
||||
# Checks if players send PacketPlayInCreativeSlot packets without creative.
|
||||
# Vls to add when a packet fails the check. (Set to -1 to disable)
|
||||
set_creative_slot: 600
|
||||
|
||||
# Vls to add when a normal packet is sent by a player.
|
||||
# This option is made to work as a packet limiter feature.
|
||||
# Unlisted packets are considered as "PacketPlayInOther" by default.
|
||||
# Remember to take a look at bytes_divider option.
|
||||
multipliers:
|
||||
PacketPlayInOther: 0.1
|
||||
MC|BSign: 30
|
||||
MC|BEdit: 30
|
||||
MC|BOpen: 30
|
||||
PacketPlayInAutoRecipe: 10
|
||||
PacketPlayInUpdateSign: 10
|
||||
PacketPlayInAbilities: 0.1
|
||||
PacketPlayInArmAnimation: 0.3
|
||||
PacketPlayInBlockDig: 0.3
|
||||
PacketPlayInBlockPlace: 0.4
|
||||
PacketPlayInCustomPayload: 0.04
|
||||
PacketPlayInEntityAction: 0.4
|
||||
PacketPlayInFlying: 0.05
|
||||
PacketPlayInLook: 0.1
|
||||
PacketPlayInPositionLook: 0.1
|
||||
PacketPlayInPosition: 0.35
|
||||
PacketPlayInSetCreativeSlot: 0.1
|
||||
PacketPlayInSettings: 0.5
|
||||
PacketPlayInTabComplete: 0.2
|
||||
PacketPlayInUseEntity: 0.4
|
||||
PacketPlayInUseItem: 0.4
|
||||
PacketPlayInWindowClick: 0.5
|
||||
|
||||
# Placeholders: %player%
|
||||
# Commands to run when a player reachs certain violation level.
|
||||
violations:
|
||||
350:
|
||||
- "notification"
|
||||
600:
|
||||
- "notification"
|
||||
- "kick"
|
||||
|
||||
# Removes custom NBT tags from creative items to prevent harm to your server.
|
||||
# Negative enchant values will be always removed.
|
||||
itemsfix:
|
||||
enabled: true
|
||||
|
||||
# Maximum stack size obtainable with creative packets. (-1 to allow anything)
|
||||
max_stack_size: 64
|
||||
|
||||
# Maximum enchant level obtainable with creative packets.
|
||||
# -1 removes all enchants, 0 forces vanilla values
|
||||
enchant_limit: 0
|
||||
|
||||
# List of materials that are unobtainable from Creative.
|
||||
blacklist:
|
||||
- "END_PORTAL"
|
||||
- "NETHER_PORTAL"
|
||||
# - "BARRIER"
|
||||
# - "COMMAND_BLOCK"
|
||||
|
||||
# Checks if players try to crash/exploit the server with commands.
|
||||
commands:
|
||||
enabled: true
|
||||
|
||||
# Commands that are excempt from this server.
|
||||
commands:
|
||||
- "//calc"
|
||||
- "//calculate"
|
||||
- "//eval"
|
||||
- "//evaluate"
|
||||
- "//solve"
|
||||
- "/hd readtext"
|
||||
- "/holo readtext"
|
||||
- "/hologram readtext"
|
||||
- "/holograms readtext"
|
||||
- "/holographicdisplays readtext"
|
||||
- "/pex promote"
|
||||
- "/pex demote"
|
||||
- "/promote"
|
||||
- "/demote"
|
||||
- "/execute"
|
||||
|
||||
# Placeholders: %player%
|
||||
punishments:
|
||||
- "notification"
|
||||
- "kick"
|
27
Configs + Precompiled/config/ExploitFixer/locales/en.yml
Normal file
27
Configs + Precompiled/config/ExploitFixer/locales/en.yml
Normal file
@ -0,0 +1,27 @@
|
||||
# English - Credits: LinsaFTW
|
||||
commands:
|
||||
reload: "&aPlugin ExploitFixer reloaded!"
|
||||
help: |-
|
||||
&aExploitFixer &b%version%&a by &bLinsaFTW&a.
|
||||
&e /%command% help &7> &bShows available commands.
|
||||
&e /%command% reload &7> &bReloads the plugin.
|
||||
&e /%command% notifications &7> &bToggles notifications of the plugin.
|
||||
&e /%command% stats &7> &bWatch the stats of the plugin.
|
||||
error:
|
||||
unknown: "&cUnknown command. Use /exploitfixer help to see available commands!"
|
||||
permission: "&cYou dont have permission to use this command!"
|
||||
console: "&cThis command cant be executed from the console!"
|
||||
notifications:
|
||||
enable: "&aYou have enabled notifications!"
|
||||
disable: "&cYou have disabled notifications!"
|
||||
stats: "&c&lEF: &ePlayers cached: &a%players_cached%&e Players punished: &a%players_punished%"
|
||||
modules:
|
||||
custompayload:
|
||||
kick_message: "&cYou are temporally blocked from this server!\n\n&7Reason: &fToo many CustomPayload packets detected.\n&7Discord: &b&n%web%&r"
|
||||
commands:
|
||||
kick_message: "&cYou are temporally blocked from this server!\n\n&7Reason: &fCommand exploit detected.\n&7Discord: &b&n%web%&r"
|
||||
packets:
|
||||
kick_message: "&cYou are temporally blocked from this server!\n\n&7Reason: &fPackets exploit detected.\n&7Discord: &b&n%web%&r"
|
||||
nulladdress:
|
||||
kick_message: "&cYou are temporally blocked from this server!\n\n&7Reason: &fNull address detected.\n&7Discord: &b&n%web%&r"
|
||||
mojang_down: "&cMojang servers are down, please come back later!\n\n&7Reason: &fExploitFixer can't check the UUID.\n&7Discord: &b&n%web%&r"
|
27
Configs + Precompiled/config/ExploitFixer/locales/es.yml
Normal file
27
Configs + Precompiled/config/ExploitFixer/locales/es.yml
Normal file
@ -0,0 +1,27 @@
|
||||
# Spanish - Credits: LinsaFTW
|
||||
commands:
|
||||
reload: "&aPlugin ExploitFixer recargado!"
|
||||
help: |-
|
||||
&aExploitFixer &b%version%&a por &bLinsaFTW&a.
|
||||
&e /%command% help &7> &bMuestra los comandos disponibles.
|
||||
&e /%command% reload &7> &bRecarga el plugin.
|
||||
&e /%command% notifications &7> &bAlterna las notificaciones del plugin.
|
||||
&e /%command% stats &7> &bMira las estadisticas del plugin.
|
||||
error:
|
||||
unknown: "&cComando desconocido. Usa /exploitfixer help para ver comandos disponibles!"
|
||||
permission: "&cNo tienes permiso para usar ese comando!"
|
||||
console: "&cEste comando no puede ser usado desde la consola!"
|
||||
notifications:
|
||||
enable: "&aHabilitaste las notificaciones!"
|
||||
disable: "&cDeshabilitaste las notificaciones!"
|
||||
stats: "&c&lEF: &eJugadores en cache: &a%players_cached%&e Jugadores sancionados: &a%players_punished%"
|
||||
modules:
|
||||
custompayload:
|
||||
kick_message: "&cFuiste bloqueado temporalmente!\n\n&7Razon: &fExploit de CustomPayload detectado.\n&7Discord: &b&n%web%&r"
|
||||
commands:
|
||||
kick_message: "&cFuiste bloqueado temporalmente!\n\n&7Razon: &fExploit de Comandos detectado.\n&7Discord: &b&n%web%&r"
|
||||
packets:
|
||||
kick_message: "&cFuiste bloqueado temporalmente!\n\n&7Razon: &fExploit de Packets detectado.\n&7Discord: &b&n%web%&r"
|
||||
nulladdress:
|
||||
kick_message: "&cFuiste bloqueado temporalmente!\n\n&7Razon: &fExploit de Red nula detectado.\n&7Discord: &b&n%web%&r"
|
||||
mojang_down: "&cMojang esta apagado, vuelve pronto!\n\n&7Razon: &fExploitFixer no puede confirmar la UUID.\n&7Discord: &b&n%web%&r"
|
27
Configs + Precompiled/config/ExploitFixer/locales/fr.yml
Normal file
27
Configs + Precompiled/config/ExploitFixer/locales/fr.yml
Normal file
@ -0,0 +1,27 @@
|
||||
# French - Credits: HaVroz
|
||||
commands:
|
||||
reload: "&aPlugin Exploitfixer rechargé!"
|
||||
help: |-
|
||||
&aExploitFixer &b%version%&a par &bLinsaFTW&a.
|
||||
&e /%command% help &7> &bAfficher les commandes disponibles.
|
||||
&e /%command% reload &7> &bRecharger le plugin.
|
||||
&e /%command% notifications &7> &bActiver/Désactiver les notifications du plugin.
|
||||
&e /%command% stats &7> &bVoir les statistiques du plugin.
|
||||
error:
|
||||
unknown: "&cCommande inconnue. Utilisez /exploitfixer help pour voir les commandes disponibles!"
|
||||
permission: "&cVous n’avez pas la permission d’utiliser cette commande!"
|
||||
console: "&cCette commande ne peut pas être exécutée depuis la console!"
|
||||
notifications:
|
||||
enable: "&aVous avez activé les notifications!"
|
||||
disable: "&cVous avez désactivé les notifications!"
|
||||
stats: "&c&lEF: &eJoueurs caché: &a%players_cached%&e Joueurs sanctionné: &a%players_punished%"
|
||||
modules:
|
||||
custompayload:
|
||||
kick_message: "&cVous êtes temporairement bloqué du serveur!\n\n&7Raison: &fTrop de paquets Custompayload détectés.\n&7Discord: &b&n%web%&r"
|
||||
commands:
|
||||
kick_message: "&cVous êtes temporairement bloqué du serveur!\n\n&7Raison: &fExploit de commande détecté.\n&7Discord: &b&n%web%&r"
|
||||
packets:
|
||||
kick_message: "&cVous êtes temporairement bloqué du serveur!\n\n&7Raison: &fExploit de Packets détecté.\n&7Discord: &b&n%web%&r"
|
||||
nulladdress:
|
||||
kick_message: "&cVous êtes temporairement bloqué du serveur!\n\n&7Raison: &fAdresse nulle détectée.\n&7Discord: &b&n%web%&r"
|
||||
mojang_down: "&cMojang est désactivé, revenez bientôt!\n\n&7Raison: &fExploitFixer ne peut pas confirmer l'UUID.\n&7Discord: &b&n%web%&r"
|
26
Configs + Precompiled/config/ExploitFixer/locales/hu.yml
Normal file
26
Configs + Precompiled/config/ExploitFixer/locales/hu.yml
Normal file
@ -0,0 +1,26 @@
|
||||
#Hungarian
|
||||
commands:
|
||||
reload: "&aAz ExploitFixer sikeresen újraindult!"
|
||||
help: |-
|
||||
&aExploitFixer &b%version%&a by &bLinsaFTW&a.
|
||||
&e /%command% help &7> &bElérhető parancsok.
|
||||
&e /%command% reload &7> &bPlugin újraindítása.
|
||||
&e /%command% notifications &7> &bÉrtesítések ki/be kapcsolása.
|
||||
&e /%command% stats &7> &bA plugin statisztikáinak megtekintése.
|
||||
error:
|
||||
unknown: "&cIsmeretlen parancs. Használd a /exploitfixer help parancsot!"
|
||||
permission: "&cNincs jogod a parancs használatához!"
|
||||
console: "&cEzt a parancsot nem bírod használni a konzolból!"
|
||||
notifications:
|
||||
enable: "&aBekapcsoltad az értesítéseket!"
|
||||
disable: "&cKikapcsoltad az értesítéseket!"
|
||||
stats: "&c&lEF: &eJátékosok: &a%players_cached%&e Büntetések: &a%players_punished%"
|
||||
modules:
|
||||
custompayload:
|
||||
kick_message: "&cKi lettél rúgva a szerverről!\n\n&7Reason: &fTúl sok CustomPayload csomagot észleltünk.\n&7Discord: &b&n%discord%&r"
|
||||
commands:
|
||||
kick_message: "&cKi lettél rúgva a szerverről!\n\n&7Reason: &fParancs exploitot észleltünk.\n&7Discord: &b&n%discord%&r"
|
||||
packets:
|
||||
kick_message: "&cKi lettél rúgva a szerverről!\n\n&7Reason: &fCsomag exploitot észleltünk.\n&7Discord: &b&n%discord%&r"
|
||||
nulladdress:
|
||||
kick_message: "&cKi lettél rúgva a szerverről!\n\n&7Reason: &fNull addresst észleltünk.\n&7Discord: &b&n%discord%&r"
|
27
Configs + Precompiled/config/ExploitFixer/locales/it.yml
Normal file
27
Configs + Precompiled/config/ExploitFixer/locales/it.yml
Normal file
@ -0,0 +1,27 @@
|
||||
# Italian
|
||||
commands:
|
||||
reload: "&aPlugin ExploitFixer ricaricato!"
|
||||
help: |-
|
||||
&aExploitFixer &b%version%&a da parte di &bLinsaFTW&a.
|
||||
&e /%command% help &7> &bMostra i commandi disponibili.
|
||||
&e /%command% reload &7> &bRicarica il plugin.
|
||||
&e /%command% notifications &7> &bCambia le notifiche del plugin.
|
||||
&e /%command% stats &7> &bMostra le statistiche del plugin.
|
||||
error:
|
||||
unknown: "&cCommando sconosciuto. Usa /exploitfixer help per vedere i commandi disponibili!"
|
||||
permission: "&cNon hai il permesso per questo commando!"
|
||||
console: "&cQuesto commando non può essere eseguito dalla console!"
|
||||
notifications:
|
||||
enable: "&aHai abilitato le notifiche!"
|
||||
disable: "&cHai disabilitato le notifiche!"
|
||||
stats: "&c&lEF: &eGiocatori in cache: &a%players_cached%&e Giocatori puniti: &a%players_punished%"
|
||||
modules:
|
||||
custompayload:
|
||||
kick_message: "&cSei stato temporaneamente bloccato da questo server!\n\n&7Motivo: &fTroppi pacchetti CustomPayload.\n&7Discord: &b&n%web%&r"
|
||||
commands:
|
||||
kick_message: "&cSei stato temporaneamente bloccato da questo server!\n\n&7Motivo: &fExploit di commandi rilevati.\n&7Discord: &b&n%web%&r"
|
||||
packets:
|
||||
kick_message: "&cSei stato temporaneamente bloccato da questo server!\n\n&7Motivo: &fExploit di pacchetti rilevati.\n&7Discord: &b&n%web%&r"
|
||||
nulladdress:
|
||||
kick_message: "&cSei stato temporaneamente bloccato da questo server!\n\n&7Motivo: &fIndirizzo null rilevato.\n&7Discord: &b&n%web%&r"
|
||||
mojang_down: "&cMojang è disattivato, torna presto!\n\n&7Reason: &fExploitFixer non può confermare l'UUID. \n&7Discord: &b&n%web%&r"
|
27
Configs + Precompiled/config/ExploitFixer/locales/pt.yml
Normal file
27
Configs + Precompiled/config/ExploitFixer/locales/pt.yml
Normal file
@ -0,0 +1,27 @@
|
||||
# Portuguese - Credits: LucaAzalim
|
||||
commands:
|
||||
reload: "&aPlugin ExploitFixer recarregado!"
|
||||
help: |-
|
||||
&aExploitFixer &b%version%&a por &bLinsaFTW&a.
|
||||
&e /%command% help &7> &bComandos disponiveis.
|
||||
&e /%command% reload &7> &bRecarrega o plugin.
|
||||
&e /%command% notifications &7> &bAtiva as notificações do plugin.
|
||||
&e /%command% stats &7> &bVer as estatísticas do plugin.
|
||||
error:
|
||||
unknown: "&cComando desconhecido. Use /exploitfixer para ver os comandos disponiveis!"
|
||||
permission: "&cSem permissão para usar esse comando!"
|
||||
console: "&cEsse comando não pode ser executado pelo console!"
|
||||
notifications:
|
||||
enable: "&cVocê ativou as notificações!"
|
||||
disable: "&cVocê desativou as notificações!"
|
||||
stats: "&c&lEF: &eJogadores em cache: &a%players_cached%&e Jogadores punidos: &a%players_punished%"
|
||||
modules:
|
||||
custompayload:
|
||||
kick_message: "&cVocê foi temporariamente bloqueado!\n\n&7Motivo: &fExploit de CustomPayload detectado.\n&7Discord: &b&n%web%&r"
|
||||
commands:
|
||||
kick_message: "&cVocê foi temporariamente bloqueado!\n\n&7Motivo: &fExploit de Comandos detectado.\n&7Discord: &b&n%web%&r"
|
||||
packets:
|
||||
kick_message: "&cVocê foi temporariamente bloqueado!\n\n&7Motivo: &fExploit de Packets detectado.\n&7Discord: &b&n%web%&r"
|
||||
nulladdress:
|
||||
kick_message: "&cVocê foi temporariamente bloqueado!\n\n&7Motivo: &fExploit de Rede nula detectado.\n&7Discord: &b&n%web%&r"
|
||||
mojang_down: "&cMojang está desligado, volte logo!\n\n&7Motivo: &fExploitFixer não pode confirmar UUID.\n&7Discord: &b&n%web%&r"
|
27
Configs + Precompiled/config/ExploitFixer/locales/tr.yml
Normal file
27
Configs + Precompiled/config/ExploitFixer/locales/tr.yml
Normal file
@ -0,0 +1,27 @@
|
||||
# Turkish
|
||||
commands:
|
||||
reload: "&aPlugin ExploitFixer yeniden yüklendi!"
|
||||
help: |-
|
||||
&aExploitFixer &b%version% &ayazan &bLinsaFTW&a.
|
||||
&e /%command% help &7> &bMevcut komutları gösterir.
|
||||
&e /%command% reload &7> &bEklentiyi yükler.
|
||||
&e /%command% notifications &7> &bEklentinin bildirimlerini değiştirir.
|
||||
&e /%command% stats &7> &bEklentinin istatistiklerini izleyin.
|
||||
error:
|
||||
unknown: "&cBilinmeyen komut. Kullanılabilir komutları görmek için / exploitfixer yardımını kullanın!"
|
||||
permission: "&cBu komutu kullanma izniniz yok!"
|
||||
console: "&cBu komut konsoldan yürütülemez!"
|
||||
notifications:
|
||||
enable: "&aBildirimleri etkinleştirdiniz!"
|
||||
disable: "&cBildirimleri devre dışı bıraktınız!"
|
||||
stats: "&c&lEF: &ePlayers önbelleğe alındı: &a%players_cached%&e Players cezalandırıldı: &a%players_punished%"
|
||||
modules:
|
||||
custompayload:
|
||||
kick_message: "&cBu sunucudan geçici olarak engellendiniz!\n\n&7Reason: &fBirçok CustomPayload paketi algılandı.\n&7Discord: &b&n%web%&r"
|
||||
commands:
|
||||
kick_message: "&cBu sunucudan geçici olarak engellendiniz!\n\n&7Reason: &fKomuttan yararlanma algılandı.\n&7Discord: &b&n%web%&r"
|
||||
packets:
|
||||
kick_message: "&cBu sunucudan geçici olarak engellendiniz!\n\n&7Reason: &fPackets istismar tespit edildi.\n&7Discord: &b&n%web%&r"
|
||||
nulladdress:
|
||||
kick_message: "&cBu sunucudan geçici olarak engellendiniz!\n\n&7Reason: &fNull adres algılandı.\n&7Discord: &b&n%web%&r"
|
||||
mojang_down: "&cMojang kapalı, kısa süre sonra tekrar gelin!\n\n&7Neden: &fExploitFixer UUID'yi doğrulayamıyor.\n&7Discord: &b&n%web%&r"
|
208
Configs + Precompiled/config/GAListener/config.yml
Normal file
208
Configs + Precompiled/config/GAListener/config.yml
Normal file
@ -0,0 +1,208 @@
|
||||
# GAListener v1.3.2
|
||||
# http://www.minecraft-index.com
|
||||
|
||||
# settings section
|
||||
|
||||
# onlineonly - Only delivers rewards when the player is online. If they are offline it will wait and deliver when they next join the server!
|
||||
# luckyvote - Enables the lucky voting section, this allows voters to have a random chance to receive additional rewards when they vote.
|
||||
# permvote - Enables the permission voting section, this allows voters to receive different rewards based upon their permissions.
|
||||
# cumulative - Enables the cumulative voting section, this allows voters to receive rewards once they have reached a certain number of votes.
|
||||
# broadcastqueue - Show broadcast message for queued votes.
|
||||
# broadcastoffline - Show broadcast message for offline queued votes.
|
||||
# broadcastrecent - Show broadcast message to recent voters (last 24 hours)
|
||||
# votecommand - Enables the /vote command which will show the message contained in the votemessage section at the bottom of the config.
|
||||
# rewardcommand - Enables the /rewards command which will show a list of all the cumulative voting rewards.
|
||||
# joinmessage - Show the message contained in the joinmessage section at the bottom of this config when a player joins the server.
|
||||
# voteremind - Message players who haven't voted in the last 24 hours. Shows the message contained in the remindmessage section at the bottom of this config.
|
||||
# remindseconds - How often (in seconds) between each reminder message.
|
||||
# ratelimit - Ignore votes received within this many seconds since the last vote for the same player on the same site. This should prevent duplicate votes.
|
||||
# logfile - Log received votes to vote.log file.
|
||||
# dbMode - Database mode. Use either mysql or sqlite.
|
||||
# dbFile - Database filename for SQLite.
|
||||
# dbHost - Database IP / Hostname for MySQL.
|
||||
# dbPort - Database port for MySQL.
|
||||
# dbUser - Database username for MySQL.
|
||||
# dbPass - Database password for MySQL.
|
||||
# dbName - Database name for MySQL.
|
||||
# dbPrefix - Database table prefix.
|
||||
|
||||
settings:
|
||||
onlineonly: true
|
||||
luckyvote: false
|
||||
permvote: false
|
||||
cumulative: false
|
||||
broadcastqueue: true
|
||||
broadcastrecent: true
|
||||
broadcastoffline: false
|
||||
votecommand: true
|
||||
rewardcommand: false
|
||||
joinmessage: false
|
||||
voteremind: false
|
||||
remindseconds: 300
|
||||
ratelimit: 10
|
||||
logfile: false
|
||||
dbMode: 'sqlite'
|
||||
dbFile: 'GAL.db'
|
||||
dbHost: 'localhost'
|
||||
dbPort: 3306
|
||||
dbUser: 'root'
|
||||
dbPass: ''
|
||||
dbName: 'GAL'
|
||||
dbPrefix: ''
|
||||
|
||||
# services section (default is used if service doesn't exist)
|
||||
# The example below would give 5 diamonds per vote.
|
||||
|
||||
services:
|
||||
default:
|
||||
broadcast: ''
|
||||
playermessage: '{GREEN}Thanks for voting at {service}!'
|
||||
commands:
|
||||
- '/sbc &4&lVote &8┃ &f{username} &7has voted and received &b&l3x Rare Keys&7! &f/vote'
|
||||
- '/cr givekey {username} Rare 3'
|
||||
#- '/raw &f{username} &6has received another &f&l3x Winter Keys&6! &a&l(DOUBLE VOTE)'
|
||||
|
||||
# luckyvotes section
|
||||
# The example below would give a 1 in 10 chance of a voter receiving an extra $1000, and a 1 in 50 chance of an extra $1000 and 100XP.
|
||||
|
||||
luckyvotes:
|
||||
'5':
|
||||
broadcast: '&f{username} &6got lucky and won an additional &f&l3x Winter Keys&6!'
|
||||
playermessage: '{GREEN}Thanks for voting 3 times!'
|
||||
commands:
|
||||
- '/cr givekey {username} Winter 3'
|
||||
'10':
|
||||
broadcast: '&f{username} &6got lucky and won &5&l5x Item Keys&6!'
|
||||
playermessage: '{GREEN}Thanks for voting 3 times!'
|
||||
commands:
|
||||
- '/cr givekey {username} Items 5'
|
||||
'25':
|
||||
broadcast: '&f{username} &6got lucky and won &c&l10x Valentines Crates&6!'
|
||||
playermessage: '{GREEN}Thanks for voting 3 times!'
|
||||
commands:
|
||||
- '/crates give {username} Valentines 10'
|
||||
'50':
|
||||
broadcast: '&f{username} &6has reached &f3 votes &6and won &5&l10x Item Keys&6, &6&lReinforce Lootboxes&6, &4&lValentines Crates&6!'
|
||||
playermessage: '{GREEN}Thanks for voting 3 times!'
|
||||
commands:
|
||||
- '/crates give {username} Reinforce 10'
|
||||
|
||||
|
||||
# permission reward section
|
||||
# This example would give players with the permission node "gal.double" 10 Diamonds instead of their regular reward.
|
||||
|
||||
perms:
|
||||
double:
|
||||
broadcast: '{GREEN}{username} {GOLD}has voted @ {GREEN}{service} {GOLD}and received {GREEN}10 Diamonds!'
|
||||
playermessage: '{GREEN}Thanks for voting at {AQUA}{service}!'
|
||||
commands:
|
||||
- '/give {username} 264 10'
|
||||
|
||||
# cumulative reward section
|
||||
# This example would give players 20 Diamonds once they have reached a total of 10 votes.
|
||||
|
||||
cumulative:
|
||||
'3':
|
||||
broadcast: '&f{username} &6has reached &f3 votes &6and won &5&l3x Item Keys&6!'
|
||||
playermessage: '{GREEN}Thanks for voting 3 times!'
|
||||
commands:
|
||||
- '/cr givekey {username} Items 3'
|
||||
'5':
|
||||
broadcast: '&f{username} &6has reached &f5 votes &6and won &4&l3x Valentines Crates&6!'
|
||||
playermessage: '{GREEN}Thanks for voting 3 times!'
|
||||
commands:
|
||||
- '/crates give {username} Valentines 3'
|
||||
'10':
|
||||
broadcast: '&f{username} &6has reached &f10 votes &6and won &6&l3x Reinforce Crates&6!'
|
||||
playermessage: '{GREEN}Thanks for voting 3 times!'
|
||||
commands:
|
||||
- '/crates give {username} Reinforce 3'
|
||||
'20':
|
||||
broadcast: '&f{username} &6has reached &f3 votes &6and won &5&l10x Item Keys&6, &6&lReinforce Lootboxes&6, &4&lValentines Crates&6!'
|
||||
playermessage: '{GREEN}Thanks for voting 3 times!'
|
||||
commands:
|
||||
- '/cr givekey {username} Items 10'
|
||||
- '/crates give {username} Valentines 10'
|
||||
- '/crates give {username} Reinforce 10'
|
||||
'50':
|
||||
broadcast: '&f{username} &6has reached &f3 votes &6and won &a&l8x Perk Keys&6!'
|
||||
playermessage: '{GREEN}Thanks for voting 3 times!'
|
||||
commands:
|
||||
- '/cr givekey {username} Perk 8'
|
||||
'75':
|
||||
broadcast: '&f{username} &6has reached &f3 votes &6and won &b&l20x Airdrops&6!'
|
||||
playermessage: '{GREEN}Thanks for voting 3 times!'
|
||||
commands:
|
||||
- '/airdrops give {username} 20'
|
||||
|
||||
# Reward top voters on every day set here. Use {username} and {day} to get info about player and day.
|
||||
# The first number is the day of month > general commands > rank position and rank commands.
|
||||
|
||||
day-reward:
|
||||
enable: false
|
||||
'1': # day of month
|
||||
general-cmds: []
|
||||
rank:
|
||||
'1': #rank in top 10 voters
|
||||
cmds:
|
||||
- 'setvip {username} Vip1 20'
|
||||
'2':
|
||||
cmds:
|
||||
- 'setvip {username} Vip1 10'
|
||||
'3':
|
||||
cmds:
|
||||
- 'setvip {username} Vip1 3'
|
||||
|
||||
|
||||
# blocked - a list of worlds where rewards should be disabled, they will remain queued until the player is in an allowed world.
|
||||
|
||||
blocked:
|
||||
- world_blocked
|
||||
|
||||
# Available formatting codes for messages:
|
||||
|
||||
# {service} {servicename} {SERVICE} = service name
|
||||
# {username} {player} {name} = player username
|
||||
# {votes} = current vote total
|
||||
# & = Colour Symbol to enter manual colours / control codes
|
||||
# {AQUA} {BLACK} {BLUE} {DARK_AQUA} {DARK_BLUE}
|
||||
# {DARK_GRAY} {DARK_GREEN} {DARK_PURPLE} {DARK_RED} {GOLD}
|
||||
# {GRAY} {GREEN} {LIGHT_PURPLE} {RED} {WHITE} {YELLOW} {BOLD}
|
||||
# {ITALIC} {UNDERLINE} {STRIKETHROUGH} {STRIKE}
|
||||
# {STRIKETHROUGH} {MAGIC} {RESET}
|
||||
|
||||
votemessage:
|
||||
- ''
|
||||
- '&4&LVOTING'
|
||||
- '&7Vote daily for the network to receive various prizes.'
|
||||
- ''
|
||||
- '&4&lREWARDS'
|
||||
- '&7Voting can get you the following:'
|
||||
- '&4&l┃ &fYou will always get &b&l3x Rare Keys&f.'
|
||||
- ''
|
||||
- '&4&lLINKS'
|
||||
- '&4&l┃ &fhttps://minecraftservers.org/vote/590425'
|
||||
- '&4&l┃ &fhttps://minecraft-mp.com/server/217111/vote/'
|
||||
- '&4&l┃ &fhttps://minecraft-server-list.com/server/464678/vote/'
|
||||
- ''
|
||||
remindmessage:
|
||||
- ''
|
||||
|
||||
joinmessage:
|
||||
- ''
|
||||
|
||||
# Additional formatting codes for below:
|
||||
|
||||
# {TOTAL} = vote total - used for /rewards
|
||||
# {REWARD} = current rewardmessage as specified in the cumulative reward section - used for /rewards
|
||||
# {POSITION} = current rank - used for /votetop
|
||||
# {username} = player name - used for /votetop
|
||||
|
||||
rewardformat: '{GREEN}{TOTAL} Votes {GRAY}- {AQUA}{REWARD}'
|
||||
votetopformat: '{POSITION}. {GREEN}{username} - {WHITE}{TOTAL}'
|
||||
rewardheader:
|
||||
- '{GOLD}---------------- {WHITE}[ {DARK_AQUA}Rewards{WHITE} ] {GOLD}----------------'
|
||||
votetopheader:
|
||||
- '{GOLD}---------------- {WHITE}[ {DARK_AQUA}Top Voters{WHITE} ] {GOLD}----------------'
|
||||
rewardfooter:
|
||||
- '{AQUA}You currently have {GREEN}{votes} Votes'
|
@ -0,0 +1 @@
|
||||
{"identifier":"945af31a-2df9-49d5-991b-b1f602b8981a","challenges":{"mine-glowstone-16":{"type":"net.frozenorb.foxtrot.gameplay.loot.battlepass.challenge.impl.MineBlockChallenge","properties":{"material":"GLOWSTONE","amount":16,"id":"mine-glowstone-16","name":"Mine 16 Glowstone","experience":5,"daily":true}},"kill-endermen-10":{"type":"net.frozenorb.foxtrot.gameplay.loot.battlepass.challenge.impl.KillEntityChallenge","properties":{"entityType":"ENDERMAN","kills":10,"id":"kill-endermen-10","name":"Kill 10 Endermen","experience":5,"daily":true}},"kill-endermen-20":{"type":"net.frozenorb.foxtrot.gameplay.loot.battlepass.challenge.impl.KillEntityChallenge","properties":{"entityType":"ENDERMAN","kills":20,"id":"kill-endermen-20","name":"Kill 20 Endermen","experience":10,"daily":true}},"kill-creeper-10":{"type":"net.frozenorb.foxtrot.gameplay.loot.battlepass.challenge.impl.KillEntityChallenge","properties":{"entityType":"CREEPER","kills":10,"id":"kill-creeper-10","name":"Kill 10 Creepers","experience":5,"daily":true}},"kill-cows-15":{"type":"net.frozenorb.foxtrot.gameplay.loot.battlepass.challenge.impl.KillEntityChallenge","properties":{"entityType":"COW","kills":15,"id":"kill-cows-15","name":"Kill 15 Cows","experience":5,"daily":true}},"kill-creeper-20":{"type":"net.frozenorb.foxtrot.gameplay.loot.battlepass.challenge.impl.KillEntityChallenge","properties":{"entityType":"CREEPER","kills":20,"id":"kill-creeper-20","name":"Kill 20 Creepers","experience":10,"daily":true}},"kill-players-3":{"type":"net.frozenorb.foxtrot.gameplay.loot.battlepass.challenge.impl.KillEntityChallenge","properties":{"entityType":"PLAYER","kills":3,"id":"kill-players-3","name":"Kill 3 Players","experience":5,"daily":true}},"mine-glowstone-32":{"type":"net.frozenorb.foxtrot.gameplay.loot.battlepass.challenge.impl.MineBlockChallenge","properties":{"material":"GLOWSTONE","amount":32,"id":"mine-glowstone-32","name":"Mine 32 Glowstone","experience":10,"daily":true}}},"expiresAt":1658904656452}
|
603
Configs + Precompiled/config/HCTeams/citadelInfo.json
Normal file
603
Configs + Precompiled/config/HCTeams/citadelInfo.json
Normal file
@ -0,0 +1,603 @@
|
||||
{
|
||||
"chests": [
|
||||
{
|
||||
"location": {
|
||||
"world": "world_nether",
|
||||
"x": 205.0,
|
||||
"y": 32.0,
|
||||
"z": -469.0,
|
||||
"yaw": 0.0,
|
||||
"pitch": 0.0
|
||||
}
|
||||
},
|
||||
{
|
||||
"location": {
|
||||
"world": "world_nether",
|
||||
"x": 278.0,
|
||||
"y": 35.0,
|
||||
"z": -577.0,
|
||||
"yaw": 0.0,
|
||||
"pitch": 0.0
|
||||
}
|
||||
},
|
||||
{
|
||||
"location": {
|
||||
"world": "world_nether",
|
||||
"x": 106.0,
|
||||
"y": 34.0,
|
||||
"z": -546.0,
|
||||
"yaw": 0.0,
|
||||
"pitch": 0.0
|
||||
}
|
||||
},
|
||||
{
|
||||
"location": {
|
||||
"world": "world_nether",
|
||||
"x": 99.0,
|
||||
"y": 32.0,
|
||||
"z": -630.0,
|
||||
"yaw": 0.0,
|
||||
"pitch": 0.0
|
||||
}
|
||||
},
|
||||
{
|
||||
"location": {
|
||||
"world": "world_nether",
|
||||
"x": 92.0,
|
||||
"y": 33.0,
|
||||
"z": -474.0,
|
||||
"yaw": 0.0,
|
||||
"pitch": 0.0
|
||||
}
|
||||
},
|
||||
{
|
||||
"location": {
|
||||
"world": "world_nether",
|
||||
"x": 221.0,
|
||||
"y": 31.0,
|
||||
"z": -635.0,
|
||||
"yaw": 0.0,
|
||||
"pitch": 0.0
|
||||
}
|
||||
},
|
||||
{
|
||||
"location": {
|
||||
"world": "world_nether",
|
||||
"x": 170.0,
|
||||
"y": 36.0,
|
||||
"z": -471.0,
|
||||
"yaw": 0.0,
|
||||
"pitch": 0.0
|
||||
}
|
||||
},
|
||||
{
|
||||
"location": {
|
||||
"world": "world_nether",
|
||||
"x": 82.0,
|
||||
"y": 36.0,
|
||||
"z": -459.0,
|
||||
"yaw": 0.0,
|
||||
"pitch": 0.0
|
||||
}
|
||||
},
|
||||
{
|
||||
"location": {
|
||||
"world": "world_nether",
|
||||
"x": 135.0,
|
||||
"y": 32.0,
|
||||
"z": -632.0,
|
||||
"yaw": 0.0,
|
||||
"pitch": 0.0
|
||||
}
|
||||
},
|
||||
{
|
||||
"location": {
|
||||
"world": "world_nether",
|
||||
"x": 186.0,
|
||||
"y": 34.0,
|
||||
"z": -480.0,
|
||||
"yaw": 0.0,
|
||||
"pitch": 0.0
|
||||
}
|
||||
},
|
||||
{
|
||||
"location": {
|
||||
"world": "world_nether",
|
||||
"x": 198.0,
|
||||
"y": 31.0,
|
||||
"z": -635.0,
|
||||
"yaw": 0.0,
|
||||
"pitch": 0.0
|
||||
}
|
||||
},
|
||||
{
|
||||
"location": {
|
||||
"world": "world_nether",
|
||||
"x": 58.0,
|
||||
"y": 34.0,
|
||||
"z": -568.0,
|
||||
"yaw": 0.0,
|
||||
"pitch": 0.0
|
||||
}
|
||||
},
|
||||
{
|
||||
"location": {
|
||||
"world": "world_nether",
|
||||
"x": 93.0,
|
||||
"y": 38.0,
|
||||
"z": -533.0,
|
||||
"yaw": 0.0,
|
||||
"pitch": 0.0
|
||||
}
|
||||
},
|
||||
{
|
||||
"location": {
|
||||
"world": "world_nether",
|
||||
"x": 41.0,
|
||||
"y": 37.0,
|
||||
"z": -482.0,
|
||||
"yaw": 0.0,
|
||||
"pitch": 0.0
|
||||
}
|
||||
},
|
||||
{
|
||||
"location": {
|
||||
"world": "world_nether",
|
||||
"x": 44.0,
|
||||
"y": 34.0,
|
||||
"z": -489.0,
|
||||
"yaw": 0.0,
|
||||
"pitch": 0.0
|
||||
}
|
||||
},
|
||||
{
|
||||
"location": {
|
||||
"world": "world_nether",
|
||||
"x": 138.0,
|
||||
"y": 32.0,
|
||||
"z": -530.0,
|
||||
"yaw": 0.0,
|
||||
"pitch": 0.0
|
||||
}
|
||||
},
|
||||
{
|
||||
"location": {
|
||||
"world": "world_nether",
|
||||
"x": 48.0,
|
||||
"y": 36.0,
|
||||
"z": -630.0,
|
||||
"yaw": 0.0,
|
||||
"pitch": 0.0
|
||||
}
|
||||
},
|
||||
{
|
||||
"location": {
|
||||
"world": "world_nether",
|
||||
"x": 126.0,
|
||||
"y": 34.0,
|
||||
"z": -535.0,
|
||||
"yaw": 0.0,
|
||||
"pitch": 0.0
|
||||
}
|
||||
},
|
||||
{
|
||||
"location": {
|
||||
"world": "world_nether",
|
||||
"x": 44.0,
|
||||
"y": 32.0,
|
||||
"z": -457.0,
|
||||
"yaw": 0.0,
|
||||
"pitch": 0.0
|
||||
}
|
||||
},
|
||||
{
|
||||
"location": {
|
||||
"world": "world_nether",
|
||||
"x": 52.0,
|
||||
"y": 34.0,
|
||||
"z": -605.0,
|
||||
"yaw": 0.0,
|
||||
"pitch": 0.0
|
||||
}
|
||||
},
|
||||
{
|
||||
"location": {
|
||||
"world": "world_nether",
|
||||
"x": 160.0,
|
||||
"y": 32.0,
|
||||
"z": -585.0,
|
||||
"yaw": 0.0,
|
||||
"pitch": 0.0
|
||||
}
|
||||
},
|
||||
{
|
||||
"location": {
|
||||
"world": "world_nether",
|
||||
"x": 95.0,
|
||||
"y": 40.0,
|
||||
"z": -517.0,
|
||||
"yaw": 0.0,
|
||||
"pitch": 0.0
|
||||
}
|
||||
},
|
||||
{
|
||||
"location": {
|
||||
"world": "world_nether",
|
||||
"x": 47.0,
|
||||
"y": 33.0,
|
||||
"z": -522.0,
|
||||
"yaw": 0.0,
|
||||
"pitch": 0.0
|
||||
}
|
||||
}
|
||||
],
|
||||
"loot": [
|
||||
{
|
||||
"type": "SNOW_BALL",
|
||||
"amount": 4,
|
||||
"data": 0,
|
||||
"meta": {
|
||||
"displayName": "§d§lSwitcher Ball",
|
||||
"lore": [
|
||||
"§7Switch positions with an enemy",
|
||||
"§7within 8 blocks of you!"
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "INK_SACK",
|
||||
"amount": 2,
|
||||
"data": 14,
|
||||
"meta": {
|
||||
"displayName": "§d§lPortable Bard",
|
||||
"lore": [
|
||||
"§7Click and choose to receive 5 of",
|
||||
"§7any right-clickable bard effect!"
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "STICK",
|
||||
"amount": 3,
|
||||
"data": 0,
|
||||
"meta": {
|
||||
"displayName": "§d§lAnti-Build Stick",
|
||||
"lore": [
|
||||
"§7Hit a player 3 times with this item",
|
||||
"§7to prevent all block interactions!"
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "RAW_FISH",
|
||||
"amount": 3,
|
||||
"data": 3,
|
||||
"meta": {
|
||||
"displayName": "§9§lDebuff",
|
||||
"lore": [
|
||||
"§7Hit a player 3 times to double",
|
||||
"§7debuff them for 20 seconds!"
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "SHEARS",
|
||||
"amount": 1,
|
||||
"data": 0,
|
||||
"enchants": [
|
||||
{
|
||||
"enchantment": "DURABILITY",
|
||||
"level": 1
|
||||
}
|
||||
],
|
||||
"meta": {
|
||||
"displayName": "§3§lShark Bite",
|
||||
"lore": [
|
||||
"§7Hit an opponent to deal a bleeding effect for 10 seconds"
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "WATCH",
|
||||
"amount": 3,
|
||||
"data": 0,
|
||||
"enchants": [
|
||||
{
|
||||
"enchantment": "DURABILITY",
|
||||
"level": 1
|
||||
}
|
||||
],
|
||||
"meta": {
|
||||
"displayName": "§d§lPowerup",
|
||||
"lore": [
|
||||
"§7Receive the following effects for 10 seconds:",
|
||||
"§7- §bSpeed 2",
|
||||
"§7- §cStrength 1",
|
||||
"§7- §6Resistance 1",
|
||||
"§7- §dRegeneration 1"
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "BOW",
|
||||
"amount": 1,
|
||||
"data": 0,
|
||||
"enchants": [
|
||||
{
|
||||
"enchantment": "ARROW_DAMAGE",
|
||||
"level": 3
|
||||
},
|
||||
{
|
||||
"enchantment": "ARROW_INFINITE",
|
||||
"level": 1
|
||||
}
|
||||
],
|
||||
"meta": {
|
||||
"displayName": "§2§lBow",
|
||||
"lore": [
|
||||
"§7Shoot an enemy and they will be",
|
||||
"§7poisoned for 5 seconds!"
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "NETHER_STAR",
|
||||
"amount": 2,
|
||||
"data": 0,
|
||||
"enchants": [
|
||||
{
|
||||
"enchantment": "DURABILITY",
|
||||
"level": 1
|
||||
}
|
||||
],
|
||||
"meta": {
|
||||
"displayName": "§c§lGift",
|
||||
"lore": [
|
||||
"§7Right click to fully heal yourself",
|
||||
"§7and receive 5 seconds of Strength II"
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "STICK",
|
||||
"amount": 4,
|
||||
"data": 0,
|
||||
"enchants": [
|
||||
{
|
||||
"enchantment": "DURABILITY",
|
||||
"level": 1
|
||||
}
|
||||
],
|
||||
"meta": {
|
||||
"displayName": "§d§lSwitch Stick",
|
||||
"lore": [
|
||||
"§7Rotates your opponent by 180 degrees"
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "GOLD_INGOT",
|
||||
"amount": 4,
|
||||
"data": 0,
|
||||
"enchants": [
|
||||
{
|
||||
"enchantment": "DURABILITY",
|
||||
"level": 1
|
||||
}
|
||||
],
|
||||
"meta": {
|
||||
"displayName": "§6§lAnti-Bard",
|
||||
"lore": [
|
||||
"§7Hit an opponent to prevent them from",
|
||||
"§7receiving bard effects for 1 minute"
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "RAW_FISH",
|
||||
"amount": 3,
|
||||
"data": 2,
|
||||
"enchants": [
|
||||
{
|
||||
"enchantment": "DURABILITY",
|
||||
"level": 1
|
||||
}
|
||||
],
|
||||
"meta": {
|
||||
"displayName": "§9§lScrambler",
|
||||
"lore": [
|
||||
"§7Hit a player 3 times to",
|
||||
"§7scramble their hotbar!"
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "DIAMOND_SWORD",
|
||||
"amount": 1,
|
||||
"data": 0,
|
||||
"enchants": [
|
||||
{
|
||||
"enchantment": "DAMAGE_ALL",
|
||||
"level": 3
|
||||
},
|
||||
{
|
||||
"enchantment": "FIRE_ASPECT",
|
||||
"level": 2
|
||||
},
|
||||
{
|
||||
"enchantment": "DURABILITY",
|
||||
"level": 4
|
||||
}
|
||||
],
|
||||
"meta": {
|
||||
"displayName": "§5§lCitadel Sword",
|
||||
"lore": [
|
||||
"§9Bubble I",
|
||||
"§eRepair IV",
|
||||
"§dGrinding V"
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "DIAMOND_HELMET",
|
||||
"amount": 1,
|
||||
"data": 0,
|
||||
"enchants": [
|
||||
{
|
||||
"enchantment": "PROTECTION_ENVIRONMENTAL",
|
||||
"level": 3
|
||||
},
|
||||
{
|
||||
"enchantment": "DURABILITY",
|
||||
"level": 4
|
||||
}
|
||||
],
|
||||
"meta": {
|
||||
"displayName": "§5§lCitadel Helmet",
|
||||
"lore": [
|
||||
"§eRepair IV",
|
||||
"§3Saturation V",
|
||||
"§9Water Breathing III"
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "DIAMOND_CHESTPLATE",
|
||||
"amount": 1,
|
||||
"data": 0,
|
||||
"enchants": [
|
||||
{
|
||||
"enchantment": "PROTECTION_ENVIRONMENTAL",
|
||||
"level": 3
|
||||
},
|
||||
{
|
||||
"enchantment": "DURABILITY",
|
||||
"level": 4
|
||||
}
|
||||
],
|
||||
"meta": {
|
||||
"displayName": "§5§lCitadel Chestplate",
|
||||
"lore": [
|
||||
"§eRepair IV",
|
||||
"§cRecover I"
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "DIAMOND_LEGGINGS",
|
||||
"amount": 1,
|
||||
"data": 0,
|
||||
"enchants": [
|
||||
{
|
||||
"enchantment": "PROTECTION_ENVIRONMENTAL",
|
||||
"level": 3
|
||||
},
|
||||
{
|
||||
"enchantment": "DURABILITY",
|
||||
"level": 4
|
||||
}
|
||||
],
|
||||
"meta": {
|
||||
"displayName": "§5§lCitadel Leggings",
|
||||
"lore": [
|
||||
"§eRepair IV",
|
||||
"§6Fire Resistance I"
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "DIAMOND_BOOTS",
|
||||
"amount": 1,
|
||||
"data": 0,
|
||||
"enchants": [
|
||||
{
|
||||
"enchantment": "PROTECTION_ENVIRONMENTAL",
|
||||
"level": 3
|
||||
},
|
||||
{
|
||||
"enchantment": "DURABILITY",
|
||||
"level": 4
|
||||
},
|
||||
{
|
||||
"enchantment": "PROTECTION_FALL",
|
||||
"level": 4
|
||||
}
|
||||
],
|
||||
"meta": {
|
||||
"displayName": "§5§lCitadel Boots",
|
||||
"lore": [
|
||||
"§bSpeed II",
|
||||
"§eRepair IV"
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "INK_SACK",
|
||||
"amount": 2,
|
||||
"data": 10,
|
||||
"enchants": [
|
||||
{
|
||||
"enchantment": "DURABILITY",
|
||||
"level": 1
|
||||
}
|
||||
],
|
||||
"meta": {
|
||||
"displayName": "§a§lArmory Key",
|
||||
"lore": [
|
||||
"§7Right click a key chest to obtain rewards!"
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "INK_SACK",
|
||||
"amount": 2,
|
||||
"data": 11,
|
||||
"enchants": [
|
||||
{
|
||||
"enchantment": "DURABILITY",
|
||||
"level": 1
|
||||
}
|
||||
],
|
||||
"meta": {
|
||||
"displayName": "§6§lWeaponry Key",
|
||||
"lore": [
|
||||
"§7Right click a key chest to obtain rewards!"
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "INK_SACK",
|
||||
"amount": 2,
|
||||
"data": 9,
|
||||
"enchants": [
|
||||
{
|
||||
"enchantment": "DURABILITY",
|
||||
"level": 1
|
||||
}
|
||||
],
|
||||
"meta": {
|
||||
"displayName": "§d§lAbility Key",
|
||||
"lore": [
|
||||
"§7Right click a key chest to obtain rewards!"
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "INK_SACK",
|
||||
"amount": 2,
|
||||
"data": 1,
|
||||
"enchants": [
|
||||
{
|
||||
"enchantment": "DURABILITY",
|
||||
"level": 1
|
||||
}
|
||||
],
|
||||
"meta": {
|
||||
"displayName": "§4§lCE Key",
|
||||
"lore": [
|
||||
"§7Right click a key chest to obtain rewards!"
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
260
Configs + Precompiled/config/HCTeams/config.yml
Normal file
260
Configs + Precompiled/config/HCTeams/config.yml
Normal file
@ -0,0 +1,260 @@
|
||||
Mongo:
|
||||
Host: '0.0.0.0'
|
||||
Pass: ""
|
||||
DBName: 'Fasts'
|
||||
serverName: Fasts
|
||||
networkWebsite: cavepvp.org
|
||||
statsRoot: cavepvp.org/stats
|
||||
tab:
|
||||
serverName: '&4&lFasts'
|
||||
sectionColor: '&4'
|
||||
infoColor: '&7'
|
||||
nightmare:
|
||||
enabled: true
|
||||
worldName: "NightmareEvent"
|
||||
glowstoneMountain: true
|
||||
cavern: false
|
||||
startingTimer: true
|
||||
forceInvites: false
|
||||
squads: false
|
||||
idleCheck: false
|
||||
uhcHealing: false
|
||||
passiveTag: true
|
||||
allowBoosting: false
|
||||
waterPlacementInClaims: false
|
||||
blockRemoval: false
|
||||
rodPrevention: false
|
||||
skybridgePrevention: false
|
||||
reduceArmorDamage: true
|
||||
blockEntitiesThroughPortals: true
|
||||
archerTagColor: YELLOW
|
||||
defaultRelationColor: RED
|
||||
pvpClasses:
|
||||
archer: true
|
||||
bard: true
|
||||
rogue: true
|
||||
ranger: false
|
||||
minerWorld:
|
||||
regen:
|
||||
COAL_ORE: 30
|
||||
IRON_ORE: 60
|
||||
GOLD_ORE: 90
|
||||
DIAMOND_ORE: 120
|
||||
potions:
|
||||
REGEN:
|
||||
splash: false
|
||||
drinkables: false
|
||||
SPEED:
|
||||
splash: true
|
||||
drinkables: true
|
||||
FIRE_RESISTANCE:
|
||||
splash: true
|
||||
drinkables: true
|
||||
POISON:
|
||||
splash: true
|
||||
drinkables: true
|
||||
INSTANT_HEAL:
|
||||
splash: true
|
||||
drinkables: true
|
||||
NIGHT_VISION:
|
||||
splash: true
|
||||
drinkables: true
|
||||
WEAKNESS:
|
||||
splash: false
|
||||
drinkables: false
|
||||
STRENGTH:
|
||||
splash: false
|
||||
drinkables: false
|
||||
SLOWNESS:
|
||||
splash: true
|
||||
drinkables: true
|
||||
INSTANT_DAMAGE:
|
||||
splash: false
|
||||
drinkables: false
|
||||
WATER_BREATHING:
|
||||
splash: true
|
||||
drinkables: true
|
||||
INVISIBILITY:
|
||||
splash: true
|
||||
drinkables: true
|
||||
reclaims:
|
||||
Iron:
|
||||
priority: 14
|
||||
commands:
|
||||
- cr givekey {player} Rare 3
|
||||
- pvp addlives {player} 10
|
||||
- sbc &4&lReclaim &8┃ &f{player} &7has reclaimed their &7&lIron Rank&7.
|
||||
Gold:
|
||||
priority: 13
|
||||
commands:
|
||||
- cr givekey {player} Rare 5
|
||||
- pvp addlives {player} 20
|
||||
- sbc &4&lReclaim &8┃ &f{player} &7has reclaimed their &6&lGold Rank&7.
|
||||
Diamond:
|
||||
priority: 12
|
||||
commands:
|
||||
- cr givekey {player} Legendary 4
|
||||
- cr givekey {player} Rare 8
|
||||
- pvp addlives {player} 30
|
||||
- sbc &4&lReclaim &8┃ &f{player} &7has reclaimed their &b&lDiamond Rank&7.
|
||||
Emerald:
|
||||
priority: 11
|
||||
commands:
|
||||
- cr givekey {player} Legendary 5
|
||||
- cr givekey {player} Rare 10
|
||||
- pvp addlives {player} 45
|
||||
- sbc &4&lReclaim &8┃ &f{player} &7has reclaimed their &a&lEmerald Rank&7.
|
||||
Pearl:
|
||||
priority: 10
|
||||
commands:
|
||||
- cr givekey {player} Legendary 6
|
||||
- cr givekey {player} Rare 12
|
||||
- pvp addlives {player} 60
|
||||
- sbc &4&lReclaim &8┃ &f{player} &7has reclaimed their &5&lPearl Rank&7.
|
||||
Sapphire:
|
||||
priority: 9
|
||||
commands:
|
||||
- cr givekey {player} Legendary 7
|
||||
- cr givekey {player} Rare 14
|
||||
- pvp addlives {player} 70
|
||||
- sbc &4&lReclaim &8┃ &f{player} &7has reclaimed their &9&LSapphire Rank&7.
|
||||
Platinum:
|
||||
priority: 8
|
||||
commands:
|
||||
- crates give {player} Seasonal 1
|
||||
- crates give {player} Reinforce 1
|
||||
- cr givekey {player} Legendary 10
|
||||
- cr givekey {player} Rare 15
|
||||
- pvp addlives {player} 80
|
||||
- sbc &4&lReclaim &8┃ &f{player} &7has reclaimed their &3&lPlatinum Rank&7.
|
||||
Ravine:
|
||||
priority: 7
|
||||
commands:
|
||||
- airdrops give {player} 1
|
||||
- crates give {player} Seasonal 2
|
||||
- crates give {player} Reinforce 2
|
||||
- cr givekey {player} Legendary 10
|
||||
- cr givekey {player} Rare 20
|
||||
- pvp addlives {player} 100
|
||||
- sbc &4&lReclaim &8┃ &f{player} &7has reclaimed their &d&lRavine Rank&7.
|
||||
Chat-Mod:
|
||||
priority: 7
|
||||
commands:
|
||||
- airdrops give {player} 1
|
||||
- crates give {player} Seasonal 2
|
||||
- crates give {player} Reinforce 2
|
||||
- cr givekey {player} Legendary 10
|
||||
- cr givekey {player} Rare 20
|
||||
- pvp addlives {player} 100
|
||||
- sbc &4&lReclaim &8┃ &f{player} &7has reclaimed their &d&lChat-Mod Rank&7.
|
||||
YouTuber:
|
||||
priority: 7
|
||||
commands:
|
||||
- airdrops give {player} 1
|
||||
- crates give {player} Seasonal 2
|
||||
- crates give {player} Reinforce 2
|
||||
- cr givekey {player} Legendary 10
|
||||
- cr givekey {player} Rare 20
|
||||
- pvp addlives {player} 100
|
||||
- sbc &4&lReclaim &8┃ &f{player} &7has reclaimed their &c&lYou&f&lTube Rank&7.
|
||||
Streamer:
|
||||
priority: 7
|
||||
commands:
|
||||
- airdrops give {player} 1
|
||||
- crates give {player} Seasonal 2
|
||||
- crates give {player} Reinforce 2
|
||||
- cr givekey {player} Legendary 10
|
||||
- cr givekey {player} Rare 20
|
||||
- pvp addlives {player} 100
|
||||
- sbc &4&lReclaim &8┃ &f{player} &7has reclaimed their &5&lStreamer Rank&7.
|
||||
Famous:
|
||||
priority: 6
|
||||
commands:
|
||||
- airdrops give {player} 2
|
||||
- crates give {player} Seasonal 2
|
||||
- crates give {player} Reinforce 2
|
||||
- cr givekey {player} Legendary 10
|
||||
- cr givekey {player} Rare 20
|
||||
- pvp addlives {player} 100
|
||||
- sbc &4&lReclaim &8┃ &f{player} &7has reclaimed their &d&oFamous Rank&7.
|
||||
Holiday:
|
||||
priority: 5
|
||||
commands:
|
||||
- airdrops give {player} 3
|
||||
- crates give {player} Seasonal 4
|
||||
- crates give {player} Reinforce 4
|
||||
- cr givekey {player} Seasonal 3
|
||||
- cr givekey {player} Cave 4
|
||||
- cr givekey {player} Legendary 12
|
||||
- cr givekey {player} Rare 24
|
||||
- pvp addlives {player} 150
|
||||
- sbc &4&lReclaim &8┃ &f{player} &7has reclaimed their &6&lSummer Rank&7.
|
||||
Builder:
|
||||
priority: 4
|
||||
commands:
|
||||
- airdrops give {player} 3
|
||||
- crates give {player} Seasonal 3
|
||||
- crates give {player} Reinforce 3
|
||||
- cr givekey {player} Seasonal 3
|
||||
- cr givekey {player} Cave 3
|
||||
- cr givekey {player} Legendary 12
|
||||
- cr givekey {player} Rare 24
|
||||
- pvp addlives {player} 150
|
||||
- sbc &4&lReclaim &8┃ &f{player} &7has reclaimed their &2&lBuilder Rank&7.
|
||||
Cave:
|
||||
priority: 3
|
||||
commands:
|
||||
- airdrops give {player} 5
|
||||
- crates give {player} Seasonal 5
|
||||
- crates give {player} Reinforce 5
|
||||
- cr givekey {player} Seasonal 5
|
||||
- cr givekey {player} Cave 5
|
||||
- cr givekey {player} Legendary 15
|
||||
- cr givekey {player} Rare 30
|
||||
- pvp addlives {player} 150
|
||||
- sbc &4&lReclaim &8┃ &f{player} &7has reclaimed their &4&lCave Rank&7.
|
||||
Custom:
|
||||
priority: 2
|
||||
commands:
|
||||
- mcrate give {player} Seasonal 3
|
||||
- airdrops give {player} 12
|
||||
- crates give {player} Seasonal 12
|
||||
- crates give {player} Reinforce 12
|
||||
- cr givekey {player} Seasonal 24
|
||||
- cr givekey {player} Rare 48
|
||||
- addbasetokens {player} 1
|
||||
- addfallertokens {player} 1
|
||||
- pvp addlives {player} 150
|
||||
- sbc &4&lReclaim &8┃ &f{player} &7has reclaimed their &6&lCustom Rank&7.
|
||||
Partner:
|
||||
priority: 1
|
||||
commands:
|
||||
- coin purchase {player} MANUAL 5000 PARTNER-RECLAIM 0.0
|
||||
- mcrate give {player} Seasonal 2
|
||||
- airdrops give {player} 5
|
||||
- crates give {player} Reinforce 5
|
||||
- crates give {player} Seasonal 5
|
||||
- cr givekey {player} Seasonal 5
|
||||
- cr givekey {player} {player} 15
|
||||
- pvp addlives {player} 150
|
||||
- sbc &4&lReclaim &8┃ &f{player} &7has reclaimed their &d&lPartner Rank&7.
|
||||
Owner:
|
||||
priority: 0
|
||||
commands:
|
||||
- coin purchase {player} MANUAL 5000 PARTNER-RECLAIM 0.0
|
||||
- mcrate give {player} Seasonal 2
|
||||
- airdrops give {player} 5
|
||||
- crates give {player} Reinforce 5
|
||||
- crates give {player} Seasonal 5
|
||||
- cr givekey {player} Seasonal 5
|
||||
- cr givekey {player} {player} 15
|
||||
- pvp addlives {player} 150
|
||||
- sbc &4&lReclaim &8┃ &f{player} &7has reclaimed their &4&lOwner Rank&7.
|
||||
VIP:
|
||||
priority: 99
|
||||
commands:
|
||||
- airdrop give {player} 5
|
||||
- crates give {player} Reinforce 5
|
||||
- crates give {player} Seasonal 5
|
||||
- crate givekey {player} Cave 10
|
||||
- sbc &4&lReclaim &8┃ &f{player} &7has redeemed their &e&lVIP Subscription &7perks.
|
368
Configs + Precompiled/config/HCTeams/data/airdrops.yml
Normal file
368
Configs + Precompiled/config/HCTeams/data/airdrops.yml
Normal file
@ -0,0 +1,368 @@
|
||||
rewards:
|
||||
reward_1:
|
||||
itemStack:
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: BEDROCK
|
||||
meta:
|
||||
==: ItemMeta
|
||||
meta-type: UNSPECIFIC
|
||||
display-name: §2§l$§a§l25 §9§lPAY§3§lPAL
|
||||
enchants:
|
||||
DURABILITY: 1000
|
||||
chance: 0.0
|
||||
command: none
|
||||
giveItem: false
|
||||
reward_2:
|
||||
itemStack:
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: BEDROCK
|
||||
meta:
|
||||
==: ItemMeta
|
||||
meta-type: UNSPECIFIC
|
||||
display-name: §a§l14d Spring Rank
|
||||
enchants:
|
||||
DURABILITY: 1000
|
||||
chance: 0.0
|
||||
command: vouchers addrank {player} Holiday 14d {displayName}
|
||||
giveItem: false
|
||||
reward_3:
|
||||
itemStack:
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: BEDROCK
|
||||
meta:
|
||||
==: ItemMeta
|
||||
meta-type: UNSPECIFIC
|
||||
display-name: §c§l7d §4§lCave §c§lRank
|
||||
enchants:
|
||||
DURABILITY: 1000
|
||||
chance: 0.0
|
||||
command: vouchers addrank {player} Cave 7d {displayName}
|
||||
giveItem: false
|
||||
reward_4:
|
||||
itemStack:
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: BEDROCK
|
||||
meta:
|
||||
==: ItemMeta
|
||||
meta-type: UNSPECIFIC
|
||||
display-name: §2$§a5 Buycraft Voucher
|
||||
enchants:
|
||||
DURABILITY: 1000
|
||||
chance: 0.1
|
||||
command: vouchers addamount {player} 5
|
||||
giveItem: false
|
||||
reward_5:
|
||||
itemStack:
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: BEDROCK
|
||||
meta:
|
||||
==: ItemMeta
|
||||
meta-type: UNSPECIFIC
|
||||
display-name: §2$§a10 Store Voucher
|
||||
enchants:
|
||||
DURABILITY: 1000
|
||||
chance: 0.0
|
||||
command: vouchers addamount {player} 10
|
||||
giveItem: false
|
||||
reward_6:
|
||||
itemStack:
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: BEDROCK
|
||||
meta:
|
||||
==: ItemMeta
|
||||
meta-type: UNSPECIFIC
|
||||
display-name: §2$§a25 Store Voucher
|
||||
enchants:
|
||||
DURABILITY: 1000
|
||||
chance: 0.0
|
||||
command: vouchers addamount {player} 25
|
||||
giveItem: false
|
||||
reward_7:
|
||||
itemStack:
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: BEDROCK
|
||||
meta:
|
||||
==: ItemMeta
|
||||
meta-type: UNSPECIFIC
|
||||
display-name: §2$§a50 Store Voucher
|
||||
enchants:
|
||||
DURABILITY: 1000
|
||||
chance: 0.0
|
||||
command: vouchers addamount {player} 50
|
||||
giveItem: false
|
||||
reward_8:
|
||||
itemStack:
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: BEDROCK
|
||||
meta:
|
||||
==: ItemMeta
|
||||
meta-type: UNSPECIFIC
|
||||
display-name: §4§kiiii§2§l $§a§l100 Store Voucher §4§kiiii
|
||||
enchants:
|
||||
DURABILITY: 1000
|
||||
chance: 0.0
|
||||
command: vouchers addamount {player} 100
|
||||
giveItem: false
|
||||
reward_9:
|
||||
itemStack:
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: BEDROCK
|
||||
meta:
|
||||
==: ItemMeta
|
||||
meta-type: UNSPECIFIC
|
||||
display-name: §2$§a75 Store Voucher
|
||||
enchants:
|
||||
DURABILITY: 1000
|
||||
chance: 0.0
|
||||
command: vouchers addamount {player} 75
|
||||
giveItem: false
|
||||
reward_10:
|
||||
itemStack:
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: DROPPER
|
||||
amount: 2
|
||||
chance: 0.0
|
||||
command: airdrops give {player} 2
|
||||
giveItem: false
|
||||
reward_11:
|
||||
itemStack:
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: DIAMOND_HELMET
|
||||
meta:
|
||||
==: ItemMeta
|
||||
meta-type: UNSPECIFIC
|
||||
display-name: §b§lAirdrop §7┃ §fHelmet
|
||||
lore:
|
||||
- §cHellForged III
|
||||
- §cImplants V
|
||||
- §cMermaid III
|
||||
- §cRecover I
|
||||
- §cFireResistance I
|
||||
enchants:
|
||||
PROTECTION_ENVIRONMENTAL: 2
|
||||
DURABILITY: 4
|
||||
chance: 5.0
|
||||
command: none
|
||||
giveItem: true
|
||||
reward_12:
|
||||
itemStack:
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: DIAMOND_CHESTPLATE
|
||||
meta:
|
||||
==: ItemMeta
|
||||
meta-type: UNSPECIFIC
|
||||
display-name: §b§lAirdrop §7┃ §fChestplate
|
||||
lore:
|
||||
- §cHellForged III
|
||||
- §cRecover I
|
||||
- §cFireResistance I
|
||||
enchants:
|
||||
PROTECTION_ENVIRONMENTAL: 2
|
||||
DURABILITY: 4
|
||||
chance: 5.0
|
||||
command: none
|
||||
giveItem: true
|
||||
reward_13:
|
||||
itemStack:
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: DIAMOND_LEGGINGS
|
||||
meta:
|
||||
==: ItemMeta
|
||||
meta-type: UNSPECIFIC
|
||||
display-name: §b§lAirdrop §7┃ §fLeggings
|
||||
lore:
|
||||
- §cHellForged III
|
||||
- §cRecover I
|
||||
- §cFireResistance I
|
||||
enchants:
|
||||
PROTECTION_ENVIRONMENTAL: 2
|
||||
DURABILITY: 4
|
||||
chance: 5.0
|
||||
command: none
|
||||
giveItem: true
|
||||
reward_14:
|
||||
itemStack:
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: DIAMOND_BOOTS
|
||||
meta:
|
||||
==: ItemMeta
|
||||
meta-type: UNSPECIFIC
|
||||
display-name: §b§lAirdrop §7┃ §fBoots
|
||||
lore:
|
||||
- §cSpeed II
|
||||
- §cHellForged III
|
||||
- §cRecover I
|
||||
- §cFireResistance I
|
||||
enchants:
|
||||
PROTECTION_ENVIRONMENTAL: 2
|
||||
DURABILITY: 4
|
||||
PROTECTION_FALL: 4
|
||||
chance: 5.0
|
||||
command: none
|
||||
giveItem: true
|
||||
reward_15:
|
||||
itemStack:
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: DIAMOND_SWORD
|
||||
meta:
|
||||
==: ItemMeta
|
||||
meta-type: UNSPECIFIC
|
||||
display-name: §b§lAirdrop §7┃ §fSword
|
||||
enchants:
|
||||
DAMAGE_ALL: 2
|
||||
DURABILITY: 5
|
||||
LOOT_BONUS_MOBS: 5
|
||||
chance: 6.0
|
||||
command: none
|
||||
giveItem: true
|
||||
reward_16:
|
||||
itemStack:
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: BOW
|
||||
meta:
|
||||
==: ItemMeta
|
||||
meta-type: UNSPECIFIC
|
||||
display-name: §b§lAirdrop §7┃ §fBow
|
||||
enchants:
|
||||
ARROW_DAMAGE: 5
|
||||
ARROW_FIRE: 1
|
||||
DURABILITY: 5
|
||||
ARROW_INFINITE: 1
|
||||
chance: 5.0
|
||||
command: none
|
||||
giveItem: true
|
||||
reward_17:
|
||||
itemStack:
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: GOLDEN_APPLE
|
||||
damage: 1
|
||||
amount: 2
|
||||
chance: 1.0
|
||||
command: none
|
||||
giveItem: true
|
||||
reward_18:
|
||||
itemStack:
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: GOLDEN_APPLE
|
||||
amount: 64
|
||||
chance: 6.0
|
||||
command: none
|
||||
giveItem: true
|
||||
reward_19:
|
||||
itemStack:
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: DIAMOND_BLOCK
|
||||
amount: 32
|
||||
chance: 8.0
|
||||
command: none
|
||||
giveItem: true
|
||||
reward_20:
|
||||
itemStack:
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: IRON_BLOCK
|
||||
amount: 32
|
||||
chance: 8.0
|
||||
command: none
|
||||
giveItem: true
|
||||
reward_21:
|
||||
itemStack:
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: GOLD_BLOCK
|
||||
amount: 32
|
||||
chance: 8.0
|
||||
command: none
|
||||
giveItem: true
|
||||
reward_22:
|
||||
itemStack:
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: EMERALD_BLOCK
|
||||
amount: 32
|
||||
chance: 8.0
|
||||
command: none
|
||||
giveItem: true
|
||||
reward_23:
|
||||
itemStack:
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: EXPLOSIVE_MINECART
|
||||
amount: 5
|
||||
meta:
|
||||
==: ItemMeta
|
||||
meta-type: UNSPECIFIC
|
||||
display-name: §4§lTNT Minecart
|
||||
lore:
|
||||
- ''
|
||||
- §6❙ §fRight Click to spawn a TNT Minecart
|
||||
- §6❙ §c§l50 blocks §fabove your head!
|
||||
- ''
|
||||
- §fCan be found in an §b§lAirdrop§f!
|
||||
chance: 5.0
|
||||
command: none
|
||||
giveItem: true
|
||||
reward_24:
|
||||
itemStack:
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: NETHER_STAR
|
||||
meta:
|
||||
==: ItemMeta
|
||||
meta-type: UNSPECIFIC
|
||||
display-name: §b§lNinja Star
|
||||
lore:
|
||||
- ''
|
||||
- §6❙ §fTeleport to the last person that
|
||||
- §6❙ §fhit you within the last §e§l30 seconds§f!
|
||||
- ''
|
||||
- §fCan be found in an §b§lAirdrop§f!
|
||||
chance: 5.0
|
||||
command: none
|
||||
giveItem: true
|
||||
reward_25:
|
||||
itemStack:
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: INK_SACK
|
||||
damage: 14
|
||||
meta:
|
||||
==: ItemMeta
|
||||
meta-type: UNSPECIFIC
|
||||
display-name: §6§lPortable Bard
|
||||
lore:
|
||||
- ''
|
||||
- §6❙ §fReceive §c§l5 §fportable bard effects!
|
||||
- ''
|
||||
- §fCan be found in an §b§lAirdrop§f!
|
||||
chance: 5.0
|
||||
command: none
|
||||
giveItem: true
|
||||
reward_26:
|
||||
itemStack:
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: WATCH
|
||||
amount: 5
|
||||
meta:
|
||||
==: ItemMeta
|
||||
meta-type: UNSPECIFIC
|
||||
display-name: §6§lTime Warp
|
||||
lore:
|
||||
- ''
|
||||
- §6❙ §fTravel back to where
|
||||
- §6❙ §fyou last threw a pearl!
|
||||
- ''
|
||||
- §fCan be found in an §b§lAirdrop§f!
|
||||
chance: 5.0
|
||||
command: none
|
||||
giveItem: true
|
||||
reward_27:
|
||||
itemStack:
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: FISHING_ROD
|
||||
meta:
|
||||
==: ItemMeta
|
||||
meta-type: UNSPECIFIC
|
||||
display-name: §6§lGrapple
|
||||
lore:
|
||||
- §7Hook the block you'd like to
|
||||
- §7move towards and then release to get sent!
|
||||
- ''
|
||||
- §fCan be found in an §b§lAir Drop§f!
|
||||
chance: 5.0
|
||||
command: none
|
||||
giveItem: true
|
@ -0,0 +1 @@
|
||||
{"identifier":"bd46dc8a-07f5-4627-a0e0-8c6186f2bc7f","challenges":{"mine-glowstone-16":{"type":"net.frozenorb.foxtrot.gameplay.loot.battlepass.challenge.impl.MineBlockChallenge","properties":{"material":"GLOWSTONE","amount":16,"id":"mine-glowstone-16","name":"Mine 16 Glowstone","experience":5,"daily":true}},"kill-cows-30":{"type":"net.frozenorb.foxtrot.gameplay.loot.battlepass.challenge.impl.KillEntityChallenge","properties":{"entityType":"COW","kills":30,"id":"kill-cows-30","name":"Kill 30 Cows","experience":10,"daily":true}},"kill-endermen-10":{"type":"net.frozenorb.foxtrot.gameplay.loot.battlepass.challenge.impl.KillEntityChallenge","properties":{"entityType":"ENDERMAN","kills":10,"id":"kill-endermen-10","name":"Kill 10 Endermen","experience":5,"daily":true}},"kill-players-5":{"type":"net.frozenorb.foxtrot.gameplay.loot.battlepass.challenge.impl.KillEntityChallenge","properties":{"entityType":"PLAYER","kills":5,"id":"kill-players-5","name":"Kill 5 Players","experience":10,"daily":true}},"kill-creeper-10":{"type":"net.frozenorb.foxtrot.gameplay.loot.battlepass.challenge.impl.KillEntityChallenge","properties":{"entityType":"CREEPER","kills":10,"id":"kill-creeper-10","name":"Kill 10 Creepers","experience":5,"daily":true}},"kill-cows-15":{"type":"net.frozenorb.foxtrot.gameplay.loot.battlepass.challenge.impl.KillEntityChallenge","properties":{"entityType":"COW","kills":15,"id":"kill-cows-15","name":"Kill 15 Cows","experience":5,"daily":true}},"kill-players-3":{"type":"net.frozenorb.foxtrot.gameplay.loot.battlepass.challenge.impl.KillEntityChallenge","properties":{"entityType":"PLAYER","kills":3,"id":"kill-players-3","name":"Kill 3 Players","experience":5,"daily":true}},"mine-glowstone-32":{"type":"net.frozenorb.foxtrot.gameplay.loot.battlepass.challenge.impl.MineBlockChallenge","properties":{"material":"GLOWSTONE","amount":32,"id":"mine-glowstone-32","name":"Mine 32 Glowstone","experience":10,"daily":true}}},"expiresAt":1679086299054}
|
172
Configs + Precompiled/config/HCTeams/data/black-market.yml
Normal file
172
Configs + Precompiled/config/HCTeams/data/black-market.yml
Normal file
@ -0,0 +1,172 @@
|
||||
rewards:
|
||||
reward_1:
|
||||
itemStack:
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: GOLD_INGOT
|
||||
amount: 3
|
||||
meta:
|
||||
==: ItemMeta
|
||||
meta-type: UNSPECIFIC
|
||||
display-name: §e§lSoul Stone
|
||||
lore:
|
||||
- §7Upon going below 2 hearts, you will be instantly
|
||||
- §7healed and given Resistance III for 5 seconds.
|
||||
- ''
|
||||
- §fCan be found in the §6§lNew Years Mystery Box§f!
|
||||
price: 20
|
||||
command: none
|
||||
giveItem: true
|
||||
maximumAmount: 20
|
||||
reward_2:
|
||||
itemStack:
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: INK_SACK
|
||||
damage: 5
|
||||
amount: 3
|
||||
meta:
|
||||
==: ItemMeta
|
||||
meta-type: UNSPECIFIC
|
||||
display-name: §5§lPower Stone
|
||||
lore:
|
||||
- §7Right Click to receive Strength 2, Resistance 3
|
||||
- §7Regeneration 3 for 10 seconds. Within those
|
||||
- §710 seconds you may not use any sort of potions.
|
||||
- ''
|
||||
- §fCan be found in the §6§lNew Years Mystery Box§f!
|
||||
price: 20
|
||||
command: none
|
||||
giveItem: true
|
||||
maximumAmount: 20
|
||||
reward_3:
|
||||
itemStack:
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: INK_SACK
|
||||
damage: 14
|
||||
amount: 3
|
||||
meta:
|
||||
==: ItemMeta
|
||||
meta-type: UNSPECIFIC
|
||||
display-name: §e§lMind Stone
|
||||
lore:
|
||||
- §7Hit a player to rotate their
|
||||
- §7head 180 degrees and give them
|
||||
- §7Blindness X, Slowness III and
|
||||
- §7Nausea III for 8 seconds.
|
||||
- ''
|
||||
- §fCan be found in the §6§lNew Years Mystery Box§f!
|
||||
price: 20
|
||||
command: none
|
||||
giveItem: true
|
||||
maximumAmount: 20
|
||||
reward_4:
|
||||
itemStack:
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: REDSTONE
|
||||
amount: 3
|
||||
meta:
|
||||
==: ItemMeta
|
||||
meta-type: UNSPECIFIC
|
||||
display-name: §c§lReality Stone
|
||||
lore:
|
||||
- §7Right Click to teleport to the player
|
||||
- §7that YOU last hit within a 30 second period.
|
||||
- ''
|
||||
- §fCan be found in the §6§lNew Years Mystery Box§f!
|
||||
price: 20
|
||||
command: none
|
||||
giveItem: true
|
||||
maximumAmount: 20
|
||||
reward_5:
|
||||
itemStack:
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: INK_SACK
|
||||
damage: 4
|
||||
amount: 3
|
||||
meta:
|
||||
==: ItemMeta
|
||||
meta-type: UNSPECIFIC
|
||||
display-name: §9§lSpace Stone
|
||||
lore:
|
||||
- §7Click to get launched
|
||||
- §7forward and into the air!
|
||||
- ''
|
||||
- §fCan be found in the §6§lNew Years Mystery Box§f!
|
||||
price: 20
|
||||
command: none
|
||||
giveItem: true
|
||||
maximumAmount: 20
|
||||
reward_6:
|
||||
itemStack:
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: INK_SACK
|
||||
damage: 10
|
||||
amount: 3
|
||||
meta:
|
||||
==: ItemMeta
|
||||
meta-type: UNSPECIFIC
|
||||
display-name: §a§lTime Stone
|
||||
lore:
|
||||
- §7Right Click to receive Strength 2 and Speed 3
|
||||
- §7for 10 seconds. After the effects are over you
|
||||
- §7will be teleported back to your starting location.
|
||||
- ''
|
||||
- §fCan be found in the §6§lNew Years Mystery Box§f!
|
||||
price: 20
|
||||
command: none
|
||||
giveItem: true
|
||||
maximumAmount: 20
|
||||
reward_7:
|
||||
itemStack:
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: STICK
|
||||
amount: 3
|
||||
meta:
|
||||
==: ItemMeta
|
||||
meta-type: UNSPECIFIC
|
||||
display-name: §b§lSwitch Stick
|
||||
lore:
|
||||
- §7Hit a player to turn their head 180 degrees.
|
||||
- ''
|
||||
- §fCan be found in the §5§lItems §fCrate!
|
||||
price: 20
|
||||
command: none
|
||||
giveItem: true
|
||||
maximumAmount: 20
|
||||
reward_8:
|
||||
itemStack:
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: MONSTER_EGG
|
||||
damage: 66
|
||||
amount: 3
|
||||
meta:
|
||||
==: ItemMeta
|
||||
meta-type: UNSPECIFIC
|
||||
display-name: §5§lWitch Effect
|
||||
lore:
|
||||
- §7Spawn a witch that give you passive
|
||||
- '§7bard effects: strength, regeneration,'
|
||||
- §7and resistance.
|
||||
- ''
|
||||
- §fCan be found in the §5§lItems §fCrate!
|
||||
price: 20
|
||||
command: none
|
||||
giveItem: true
|
||||
maximumAmount: 20
|
||||
reward_9:
|
||||
itemStack:
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: RED_ROSE
|
||||
amount: 3
|
||||
meta:
|
||||
==: ItemMeta
|
||||
meta-type: UNSPECIFIC
|
||||
display-name: §4§lCombo
|
||||
lore:
|
||||
- §7Get a second of strength II for the
|
||||
- §7amount of hits dealt within 10 seconds.
|
||||
- ''
|
||||
- §fCan be found in the §5§lItems §fCrate!
|
||||
price: 20
|
||||
command: none
|
||||
giveItem: true
|
||||
maximumAmount: 20
|
57
Configs + Precompiled/config/HCTeams/data/boosters.yml
Normal file
57
Configs + Precompiled/config/HCTeams/data/boosters.yml
Normal file
@ -0,0 +1,57 @@
|
||||
boosterBalance:
|
||||
d1a380c7-74b4-47d6-a7b5-339818da5a30:
|
||||
Frenzy: 1
|
||||
d342cf11-aff3-4bbc-bef7-a597b2ba90c4:
|
||||
Frenzy: 3
|
||||
c23e80e1-1ed1-3454-a8c0-19db489e361c:
|
||||
Frenzy: 1
|
||||
f436a5a8-d088-4777-b11a-d20e10d48724:
|
||||
Frenzy: 1
|
||||
dc1692e2-c9f0-4fdd-aa23-65dd609d69ff:
|
||||
Frenzy: 1
|
||||
4a163c5d-f616-4338-9dbf-074db545ab15:
|
||||
Frenzy: 6
|
||||
35140b3e-d043-4802-9d88-5c3a8638246d:
|
||||
Frenzy: 3
|
||||
a51b9c88-004b-4882-a404-2bf2023d209c:
|
||||
Frenzy: 2
|
||||
1bb65a83-011a-4cbf-9c57-d07c35792c90:
|
||||
Frenzy: 1
|
||||
d030d8d1-df50-4ed9-85e8-11300be2f8c6:
|
||||
Frenzy: 4
|
||||
aafc8458-73ca-44ba-918d-755eb542a0d2:
|
||||
Frenzy: 1
|
||||
51916132-1ac0-4667-8e24-e487b7ad0dd3:
|
||||
Frenzy: 12
|
||||
13e8b4c4-3a11-496a-b795-151ad03fedfa:
|
||||
Frenzy: 1
|
||||
2a4c51af-3d63-404d-aac5-a3c601c3f46c:
|
||||
Frenzy: 1
|
||||
f79e8218-6b86-49c0-9bab-9328ba5760f6:
|
||||
Frenzy: 1
|
||||
f542c13a-13a9-4d9f-af8f-bc6a51996e56:
|
||||
Frenzy: 1
|
||||
a30cdf80-fbfb-4b03-84a8-e9bbefe5d927:
|
||||
Frenzy: 1
|
||||
21b57d62-9fc9-4f40-9e50-d1bae837f7e9:
|
||||
Frenzy: 1
|
||||
e1da5a84-d1e1-4f0a-b513-06494a200064:
|
||||
Frenzy: 2
|
||||
ab1758f6-fa96-45ef-afa4-8b5a12707efa:
|
||||
Frenzy: 2
|
||||
207d1016-c40b-463b-bf66-a9867ee2ee35:
|
||||
Frenzy: 1
|
||||
a75512f0-7af7-480a-ab8b-d7440f05b5bc:
|
||||
Frenzy: 2
|
||||
5addba73-689e-4ab5-94a5-56ed7aaaf91f:
|
||||
Frenzy: 1
|
||||
10fcd790-cb4f-4a1b-b780-522e24ae62c0:
|
||||
Frenzy: 1
|
||||
c9cdcee7-f814-4b60-8b13-42e5a0827d91:
|
||||
Frenzy: 2
|
||||
6afc1942-d60c-4c23-a92b-767fcf6de194:
|
||||
Frenzy: 1
|
||||
547d52a3-157d-495b-8c31-f47d4aea6220:
|
||||
Frenzy: 4
|
||||
c353fe06-5b90-4d5d-8e2b-802f19322050:
|
||||
Frenzy: 2
|
495
Configs + Precompiled/config/HCTeams/data/carepackage.yml
Normal file
495
Configs + Precompiled/config/HCTeams/data/carepackage.yml
Normal file
@ -0,0 +1,495 @@
|
||||
items:
|
||||
'1':
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: DROPPER
|
||||
meta:
|
||||
==: ItemMeta
|
||||
meta-type: UNSPECIFIC
|
||||
display-name: §b§lAir Drop
|
||||
lore:
|
||||
- §7Obtainable at §fstore.cavepvp.org§7.
|
||||
- ''
|
||||
- §ePlace this down to designate a location for the drop!
|
||||
'2':
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: BEACON
|
||||
amount: 3
|
||||
meta:
|
||||
==: ItemMeta
|
||||
meta-type: UNSPECIFIC
|
||||
display-name: §6§lReinforce Lootbox
|
||||
lore:
|
||||
- §7Unlocked at §fstore.cavepvp.org
|
||||
- ''
|
||||
- §c§lEND REWARDS
|
||||
- §8┃ §4§lLEGENDARY §4Cave §7Rank
|
||||
- §8┃ §4§lLEGENDARY §6Santa §7Rank
|
||||
- §8┃ §4§lLEGENDARY §dRavine §7Rank
|
||||
- §8┃ §4§lLEGENDARY §2$§a50 §7Buycraft Voucher
|
||||
- §8┃ §4§lLEGENDARY §2$§a25 §7Buycraft Voucher
|
||||
- §8┃ §4§lLEGENDARY §ePremium Battle Pass
|
||||
- §8┃ §5§lRARE §77d §e§lVIP §7Subscription
|
||||
- §8┃ §5§lRARE §72x §c§lPerk §7Keys
|
||||
- §8┃ §5§lRARE §2$§a10 §7Buycraft Voucher
|
||||
- §8┃ §d§lUNCOMMON §73x §b§lAirdrops
|
||||
- §8┃ §d§lUNCOMMON §7Permanent §6§l2022 §7Kit
|
||||
- §8┃ §a§lCOMMON §75x §5§lItem §7Keys
|
||||
- §8┃ §a§lCOMMON §75x §6§l2022 §7Keys
|
||||
- §8┃ §a§lCOMMON §7Random Clickable Kit
|
||||
- §8┃ §a§lCOMMON §56x §7End Portal Frames
|
||||
- §8┃ §a§lCOMMON §616x §7God Apples
|
||||
- §8┃ §a§lCOMMON §e64x §7Golden Apples
|
||||
- ''
|
||||
- §c§lREWARDS
|
||||
- §8┃ §c§lRARE §cFire §7Sword
|
||||
- §8┃ §d§lUNCOMMON §bDiamond §7Helmet
|
||||
- §8┃ §d§lUNCOMMON §bDiamond §7Chestplate
|
||||
- §8┃ §d§lUNCOMMON §bDiamond §7Leggings
|
||||
- §8┃ §d§lUNCOMMON §bDiamond §7Boots
|
||||
- §8┃ §d§lUNCOMMON §bDiamond §7Looting Sword
|
||||
- §8┃ §a§lCOMMON §6Gold §7Helmet
|
||||
- §8┃ §a§lCOMMON §6Gold §7Chestplate
|
||||
- §8┃ §a§lCOMMON §6Gold §7Leggings
|
||||
- §8┃ §a§lCOMMON §6Gold §7Boots
|
||||
- §8┃ §a§lCOMMON §dLeather §7Helmet
|
||||
- §8┃ §a§lCOMMON §dLeather §7Chestplate
|
||||
- §8┃ §a§lCOMMON §dLeather §7Leggings
|
||||
- §8┃ §a§lCOMMON §dLeather §7Boots
|
||||
'3':
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: ENDER_CHEST
|
||||
amount: 3
|
||||
meta:
|
||||
==: ItemMeta
|
||||
meta-type: UNSPECIFIC
|
||||
display-name: §f§ki§6§l 2022 §e§lLootbox §f§ki
|
||||
lore:
|
||||
- §7Unlocked at §fstore.cavepvp.org
|
||||
- ''
|
||||
- §c§lEND REWARDS
|
||||
- §8┃ §4§lLEGENDARY §4Cave §7Rank
|
||||
- §8┃ §4§lLEGENDARY §62022 §7Rank
|
||||
- §8┃ §4§lLEGENDARY §dRavine §7Rank
|
||||
- §8┃ §4§lLEGENDARY §2$§a50 §7Buycraft Voucher
|
||||
- §8┃ §4§lLEGENDARY §2$§a25 §7Buycraft Voucher
|
||||
- §8┃ §4§lLEGENDARY §ePremium Battle Pass
|
||||
- §8┃ §5§lRARE §77d §e§lVIP §7Subscription
|
||||
- §8┃ §5§lRARE §72x §a§lPerk §7Keys
|
||||
- §8┃ §5§lRARE §2$§a10 §7Buycraft Voucher
|
||||
- §8┃ §d§lUNCOMMON §73x §b§lAirdrops
|
||||
- §8┃ §d§lUNCOMMON §7Permanent §6§l2022 §7Kit
|
||||
- §8┃ §a§lCOMMON §75x §5§lItem §7Keys
|
||||
- §8┃ §a§lCOMMON §75x §6§l2022 §7Keys
|
||||
- §8┃ §a§lCOMMON §7Random Clickable Kit
|
||||
- ''
|
||||
- §2§lREWARDS
|
||||
- §8┃ §5§lRARE §62022 §7Bow
|
||||
- §8┃ §5§lRARE §c1x §7Crowbar
|
||||
- §8┃ §d§lUNCOMMON §52x §7End Portal Frames
|
||||
- §8┃ §d§lUNCOMMON §6§l3x §7God Apple
|
||||
- §8┃ §d§lUNCOMMON §d32x §7Ender Pearls
|
||||
- §8┃ §d§lUNCOMMON §632x §7Golden Apple
|
||||
- §8┃ §d§lUNCOMMON §62022 §7Sword
|
||||
- §8┃ §d§lUNCOMMON §62022 §7Helmet
|
||||
- §8┃ §d§lUNCOMMON §62022 §7Chestplate
|
||||
- §8┃ §d§lUNCOMMON §62022 §7Leggings
|
||||
- §8┃ §d§lUNCOMMON §62022 §7Boots
|
||||
- §8┃ §d§lUNCOMMON §62022 §7Pickaxe
|
||||
- §8┃ §a§lCOMMON §d64x §7Random Valuable Blocks
|
||||
- §8┃ §a§lCOMMON §864x §7Gun Powder
|
||||
- §8┃ §a§lCOMMON §e64x §7Glowstone Blocks
|
||||
- §8┃ §a§lCOMMON §464x §7Nether Wart
|
||||
- §8┃ §a§lCOMMON §c64x §7Glistering Melons
|
||||
'4':
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: TRIPWIRE_HOOK
|
||||
amount: 15
|
||||
meta:
|
||||
==: ItemMeta
|
||||
meta-type: UNSPECIFIC
|
||||
display-name: §f§ki§6§l 2022 §e§lKey §f§ki
|
||||
lore:
|
||||
- ''
|
||||
- §7Right click the §6§l2022 §e§lCrate §7to obtain rewards
|
||||
'5':
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: TRIPWIRE_HOOK
|
||||
amount: 15
|
||||
meta:
|
||||
==: ItemMeta
|
||||
meta-type: UNSPECIFIC
|
||||
display-name: §5§lItems Key
|
||||
lore:
|
||||
- ''
|
||||
- §7Right click the §5Items Crate §7to obtain rewards!
|
||||
'6':
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: INK_SACK
|
||||
damage: 1
|
||||
meta:
|
||||
==: ItemMeta
|
||||
meta-type: UNSPECIFIC
|
||||
display-name: §4§lSimplyTrash Key
|
||||
lore:
|
||||
- ''
|
||||
- §7Right click the §4SimplyTrash Crate §7to obtain rewards!
|
||||
enchants:
|
||||
DURABILITY: 1
|
||||
'7':
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: INK_SACK
|
||||
damage: 4
|
||||
meta:
|
||||
==: ItemMeta
|
||||
meta-type: UNSPECIFIC
|
||||
display-name: §9§lDrePvP Key
|
||||
lore:
|
||||
- ''
|
||||
- §7Right click the §9DrePvP Crate §7to obtain rewards!
|
||||
enchants:
|
||||
DURABILITY: 1
|
||||
'8':
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: INK_SACK
|
||||
damage: 10
|
||||
meta:
|
||||
==: ItemMeta
|
||||
meta-type: UNSPECIFIC
|
||||
display-name: §a§lDylan Key
|
||||
lore:
|
||||
- ''
|
||||
- §7Right click the §aDylan Crate §7to obtain rewards!
|
||||
enchants:
|
||||
DURABILITY: 1
|
||||
'9':
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: TRIPWIRE_HOOK
|
||||
meta:
|
||||
==: ItemMeta
|
||||
meta-type: UNSPECIFIC
|
||||
display-name: §3§lHeaded Key
|
||||
lore:
|
||||
- §7Right click a §3Headed Crate §7to receive rewards!
|
||||
enchants:
|
||||
DURABILITY: 1
|
||||
'10':
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: INK_SACK
|
||||
damage: 1
|
||||
meta:
|
||||
==: ItemMeta
|
||||
meta-type: UNSPECIFIC
|
||||
display-name: §c§liMakeMcVids Key
|
||||
lore:
|
||||
- ''
|
||||
- §7Right click the §ciMakeMcVids Crate §7to obtain rewards!
|
||||
enchants:
|
||||
DURABILITY: 1
|
||||
'11':
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: DIAMOND_SWORD
|
||||
meta:
|
||||
==: ItemMeta
|
||||
meta-type: UNSPECIFIC
|
||||
display-name: §c§l§nCarepackage§7 Sword
|
||||
enchants:
|
||||
DAMAGE_ALL: 2
|
||||
DAMAGE_UNDEAD: 4
|
||||
DURABILITY: 4
|
||||
DAMAGE_ARTHROPODS: 5
|
||||
LOOT_BONUS_MOBS: 4
|
||||
'12':
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: DIAMOND_HELMET
|
||||
meta:
|
||||
==: ItemMeta
|
||||
meta-type: UNSPECIFIC
|
||||
display-name: §c§l§nCarepackage§7 Helmet
|
||||
lore:
|
||||
- §cHellForged IV
|
||||
- §cImplants V
|
||||
- §cMermaid III
|
||||
- §cRecover I
|
||||
- §cFireResistance I
|
||||
- §cGreed I
|
||||
enchants:
|
||||
PROTECTION_ENVIRONMENTAL: 2
|
||||
DURABILITY: 4
|
||||
PROTECTION_EXPLOSIONS: 4
|
||||
'13':
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: DIAMOND_CHESTPLATE
|
||||
meta:
|
||||
==: ItemMeta
|
||||
meta-type: UNSPECIFIC
|
||||
display-name: §c§l§nCarepackage§7 Chestplate
|
||||
lore:
|
||||
- §cHellForged IV
|
||||
- §cRecover I
|
||||
- §cFireResistance I
|
||||
- §cFury I
|
||||
- §cSwift I
|
||||
enchants:
|
||||
PROTECTION_ENVIRONMENTAL: 2
|
||||
DURABILITY: 4
|
||||
PROTECTION_EXPLOSIONS: 4
|
||||
'14':
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: DIAMOND_LEGGINGS
|
||||
meta:
|
||||
==: ItemMeta
|
||||
meta-type: UNSPECIFIC
|
||||
display-name: §c§l§nCarepackage§7 Leggings
|
||||
lore:
|
||||
- §cHellForged IV
|
||||
- §cRecover I
|
||||
- §cFireResistance I
|
||||
enchants:
|
||||
PROTECTION_ENVIRONMENTAL: 2
|
||||
DURABILITY: 4
|
||||
PROTECTION_EXPLOSIONS: 4
|
||||
'15':
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: DIAMOND_BOOTS
|
||||
meta:
|
||||
==: ItemMeta
|
||||
meta-type: UNSPECIFIC
|
||||
display-name: §c§l§nCarepackage§7 Boots
|
||||
lore:
|
||||
- §cSpeed II
|
||||
- §cHellForged IV
|
||||
- §cRecover I
|
||||
- §cFireResistance I
|
||||
enchants:
|
||||
PROTECTION_ENVIRONMENTAL: 2
|
||||
DURABILITY: 4
|
||||
PROTECTION_FALL: 4
|
||||
PROTECTION_EXPLOSIONS: 4
|
||||
'16':
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: BOOK
|
||||
meta:
|
||||
==: ItemMeta
|
||||
meta-type: UNSPECIFIC
|
||||
display-name: §4§lEnchant Book
|
||||
lore:
|
||||
- '§4§l┃ §fEnchant: §cGlowing IV'
|
||||
- '§4§l┃ §fApplicable to: §cHelmet, Chestplate, Leggings, Boots'
|
||||
- '§4§l┃ §fLevel: §c§a§lCommon'
|
||||
- ''
|
||||
- §cDouble Click this book on the armor you want to put it on!
|
||||
'17':
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: BOOK
|
||||
meta:
|
||||
==: ItemMeta
|
||||
meta-type: UNSPECIFIC
|
||||
display-name: §4§lEnchant Book
|
||||
lore:
|
||||
- '§4§l┃ §fEnchant: §cFireResistance I'
|
||||
- '§4§l┃ §fApplicable to: §cHelmet, Chestplate, Leggings, Boots'
|
||||
- '§4§l┃ §fLevel: §c§a§lCommon'
|
||||
- ''
|
||||
- §cDouble Click this book on the armor you want to put it on!
|
||||
'18':
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: BOOK
|
||||
meta:
|
||||
==: ItemMeta
|
||||
meta-type: UNSPECIFIC
|
||||
display-name: §4§lEnchant Book
|
||||
lore:
|
||||
- '§4§l┃ §fEnchant: §cMermaid III'
|
||||
- '§4§l┃ §fApplicable to: §cHelmet'
|
||||
- '§4§l┃ §fLevel: §c§a§lCommon'
|
||||
- ''
|
||||
- §cDouble Click this book on the armor you want to put it on!
|
||||
'19':
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: BOOK
|
||||
meta:
|
||||
==: ItemMeta
|
||||
meta-type: UNSPECIFIC
|
||||
display-name: §4§lEnchant Book
|
||||
lore:
|
||||
- '§4§l┃ §fEnchant: §cImplants V'
|
||||
- '§4§l┃ §fApplicable to: §cHelmet, Chestplate, Leggings, Boots'
|
||||
- '§4§l┃ §fLevel: §c§5§lRare'
|
||||
- ''
|
||||
- §cDouble Click this book on the armor you want to put it on!
|
||||
'20':
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: BOOK
|
||||
meta:
|
||||
==: ItemMeta
|
||||
meta-type: UNSPECIFIC
|
||||
display-name: §4§lEnchant Book
|
||||
lore:
|
||||
- '§4§l┃ §fEnchant: §cHellForged IV'
|
||||
- '§4§l┃ §fApplicable to: §cHelmet, Chestplate, Leggings, Boots'
|
||||
- '§4§l┃ §fLevel: §c§5§lRare'
|
||||
- ''
|
||||
- §cDouble Click this book on the armor you want to put it on!
|
||||
'21':
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: BOOK
|
||||
meta:
|
||||
==: ItemMeta
|
||||
meta-type: UNSPECIFIC
|
||||
display-name: §4§lEnchant Book
|
||||
lore:
|
||||
- '§4§l┃ §fEnchant: §cSpeed II'
|
||||
- '§4§l┃ §fApplicable to: §cBoots'
|
||||
- '§4§l┃ §fLevel: §c§5§lRare'
|
||||
- ''
|
||||
- §cDouble Click this book on the armor you want to put it on!
|
||||
'22':
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: BOOK
|
||||
meta:
|
||||
==: ItemMeta
|
||||
meta-type: UNSPECIFIC
|
||||
display-name: §4§lEnchant Book
|
||||
lore:
|
||||
- '§4§l┃ §fEnchant: §cFury I'
|
||||
- '§4§l┃ §fApplicable to: §cHelmet, Chestplate, Leggings, Boots'
|
||||
- '§4§l┃ §fLevel: §c§6§lLegendary'
|
||||
- ''
|
||||
- §cDouble Click this book on the armor you want to put it on!
|
||||
'23':
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: BOOK
|
||||
meta:
|
||||
==: ItemMeta
|
||||
meta-type: UNSPECIFIC
|
||||
display-name: §4§lEnchant Book
|
||||
lore:
|
||||
- '§4§l┃ §fEnchant: §cInvisibility I'
|
||||
- '§4§l┃ §fApplicable to: §cChestplate'
|
||||
- '§4§l┃ §fLevel: §c§6§lLegendary'
|
||||
- ''
|
||||
- §cDouble Click this book on the armor you want to put it on!
|
||||
'24':
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: BOOK
|
||||
meta:
|
||||
==: ItemMeta
|
||||
meta-type: UNSPECIFIC
|
||||
display-name: §4§lEnchant Book
|
||||
lore:
|
||||
- '§4§l┃ §fEnchant: §cGreed I'
|
||||
- '§4§l┃ §fApplicable to: §cHelmet, Chestplate, Leggings, Boots'
|
||||
- '§4§l┃ §fLevel: §c§6§lLegendary'
|
||||
- ''
|
||||
- §cDouble Click this book on the armor you want to put it on!
|
||||
'25':
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: BOOK
|
||||
meta:
|
||||
==: ItemMeta
|
||||
meta-type: UNSPECIFIC
|
||||
display-name: §4§lEnchant Book
|
||||
lore:
|
||||
- '§4§l┃ §fEnchant: §cFarmer I'
|
||||
- '§4§l┃ §fApplicable to: §cHelmet, Chestplate, Leggings, Boots'
|
||||
- '§4§l┃ §fLevel: §c§d§lMythical'
|
||||
- ''
|
||||
- §cDouble Click this book on the armor you want to put it on!
|
||||
'26':
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: BOOK
|
||||
meta:
|
||||
==: ItemMeta
|
||||
meta-type: UNSPECIFIC
|
||||
display-name: §4§lEnchant Book
|
||||
lore:
|
||||
- '§4§l┃ §fEnchant: §cSwift I'
|
||||
- '§4§l┃ §fApplicable to: §cHelmet, Chestplate, Leggings, Boots'
|
||||
- '§4§l┃ §fLevel: §c§d§lMythical'
|
||||
- ''
|
||||
- §cDouble Click this book on the armor you want to put it on!
|
||||
'27':
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: BOOK
|
||||
meta:
|
||||
==: ItemMeta
|
||||
meta-type: UNSPECIFIC
|
||||
display-name: §4§lEnchant Book
|
||||
lore:
|
||||
- '§4§l┃ §fEnchant: §cResistor I'
|
||||
- '§4§l┃ §fApplicable to: §cHelmet, Chestplate, Leggings, Boots'
|
||||
- '§4§l┃ §fLevel: §c§d§lMythical'
|
||||
- ''
|
||||
- §cDouble Click this book on the armor you want to put it on!
|
||||
'28':
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: BOOK
|
||||
meta:
|
||||
==: ItemMeta
|
||||
meta-type: UNSPECIFIC
|
||||
display-name: §6§lClickable Kit
|
||||
lore:
|
||||
- §7Right Click to use the §fRavine §7kit.
|
||||
'29':
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: BOOK
|
||||
meta:
|
||||
==: ItemMeta
|
||||
meta-type: UNSPECIFIC
|
||||
display-name: §6§lClickable Kit
|
||||
lore:
|
||||
- §7Right Click to use the §fUltimateArcher §7kit.
|
||||
'30':
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: BOOK
|
||||
meta:
|
||||
==: ItemMeta
|
||||
meta-type: UNSPECIFIC
|
||||
display-name: §6§lClickable Kit
|
||||
lore:
|
||||
- §7Right Click to use the §fiMake §7kit.
|
||||
'31':
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: BOOK
|
||||
meta:
|
||||
==: ItemMeta
|
||||
meta-type: UNSPECIFIC
|
||||
display-name: §6§lClickable Kit
|
||||
lore:
|
||||
- §7Right Click to use the §fDiamond §7kit.
|
||||
'32':
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: BOOK
|
||||
meta:
|
||||
==: ItemMeta
|
||||
meta-type: UNSPECIFIC
|
||||
display-name: §6§lClickable Kit
|
||||
lore:
|
||||
- §7Right Click to use the §fBard §7kit.
|
||||
'33':
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: BOOK
|
||||
meta:
|
||||
==: ItemMeta
|
||||
meta-type: UNSPECIFIC
|
||||
display-name: §6§lClickable Kit
|
||||
lore:
|
||||
- §7Right Click to use the §fDylan §7kit.
|
||||
'34':
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: BOOK
|
||||
meta:
|
||||
==: ItemMeta
|
||||
meta-type: UNSPECIFIC
|
||||
display-name: §6§lClickable Kit
|
||||
lore:
|
||||
- §7Right Click to use the §fArcher §7kit.
|
||||
'35':
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: BOOK
|
||||
meta:
|
||||
==: ItemMeta
|
||||
meta-type: UNSPECIFIC
|
||||
display-name: §6§lClickable Kit
|
||||
lore:
|
||||
- §7Right Click to use the §fUltimateMiner §7kit.
|
381
Configs + Precompiled/config/HCTeams/data/crates/Dylan.yml
Normal file
381
Configs + Precompiled/config/HCTeams/data/crates/Dylan.yml
Normal file
@ -0,0 +1,381 @@
|
||||
id: Dylan
|
||||
displayName: §a§lDylan Lootbox
|
||||
material: ENDER_CHEST
|
||||
fireworkColor: 16711680
|
||||
lore:
|
||||
- §7Unlocked at §fstore.cavepvp.org
|
||||
- ''
|
||||
- §2§lEND REWARDS §7(1 item)
|
||||
- §8• §4§lLEGENDARY §4Cave §7Rank
|
||||
- §8• §4§lLEGENDARY §cCupid §7Rank
|
||||
- §8• §4§lLEGENDARY §2$§a25 §7Buycraft Voucher
|
||||
- §8• §4§lLEGENDARY §2$§a5 §7Buycraft Voucher
|
||||
- §8• §4§lLEGENDARY §ePremium Battle Pass
|
||||
- §8• §c§lRARE §73x §c§lCupid Mystery Box
|
||||
- §8• §c§lRARE §75x §b§lAirdrops
|
||||
- §8• §d§lUNCOMMON §730-day §a§lDylan §7Kit
|
||||
- §8• §d§lUNCOMMON §710x §a§lDylan §7Keys
|
||||
- §8• §a§lCOMMON §a§lDylan §7Clickable Kit
|
||||
- ''
|
||||
- §2§lREWARDS §7(9 items)
|
||||
- §8• §c§lRARE §61x §7Crowbar
|
||||
- §8• §c§lRARE §61x §7Random Spawner
|
||||
- §8• §c§lRARE §54x §7End Portal Frames
|
||||
- §8• §d§lUNCOMMON §65x §7God Apples
|
||||
- §8• §d§lUNCOMMON §d32x §7Ender Pearls
|
||||
- §8• §d§lUNCOMMON §664x §7Golden Apples
|
||||
- §8• §d§lUNCOMMON §aDylan §7Fire Sword
|
||||
- §8• §d§lUNCOMMON §aDylan §7Helmet
|
||||
- §8• §d§lUNCOMMON §aDylan §7Chestplate
|
||||
- §8• §d§lUNCOMMON §aDylan §7Leggings
|
||||
- §8• §d§lUNCOMMON §aDylan §7Boots
|
||||
- §8• §d§lUNCOMMON §aDylan §7Pickaxe
|
||||
- §8• §a§lCOMMON §a64x §7Emerald Blocks
|
||||
- §8• §a§lCOMMON §b64x §7Diamond Blocks
|
||||
- §8• §a§lCOMMON §664x §7Gold Blocks
|
||||
- §8• §a§lCOMMON §7§l64x §7Iron Blocks
|
||||
- §8• §a§lCOMMON §8§l64x §7Gun Powder
|
||||
- §8• §a§lCOMMON §e§l64x §7Glowstone Blocks
|
||||
- §8• §a§lCOMMON §c§l64x §7Glistering Melons
|
||||
- §8• §a§lCOMMON §c§l64x §7Nether Wart
|
||||
items:
|
||||
DIAMOND_BLOCK_1:
|
||||
itemStack:
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: DIAMOND_BLOCK
|
||||
amount: 64
|
||||
chance: 10.0
|
||||
giveItem: true
|
||||
broadcast: false
|
||||
EMERALD_BLOCK_2:
|
||||
itemStack:
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: EMERALD_BLOCK
|
||||
amount: 64
|
||||
chance: 10.0
|
||||
giveItem: true
|
||||
broadcast: false
|
||||
GOLD_BLOCK_3:
|
||||
itemStack:
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: GOLD_BLOCK
|
||||
amount: 64
|
||||
chance: 10.0
|
||||
giveItem: true
|
||||
broadcast: false
|
||||
IRON_BLOCK_4:
|
||||
itemStack:
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: IRON_BLOCK
|
||||
amount: 64
|
||||
chance: 10.0
|
||||
giveItem: true
|
||||
broadcast: false
|
||||
DIAMOND_HELMET_5:
|
||||
itemStack:
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: DIAMOND_HELMET
|
||||
meta:
|
||||
==: ItemMeta
|
||||
meta-type: UNSPECIFIC
|
||||
display-name: §a§lDylan §7┃ §fHelmet
|
||||
lore:
|
||||
- §cHellForged IV
|
||||
- §cImplants V
|
||||
- §cMermaid III
|
||||
- §cRecover I
|
||||
- §cFireResistance I
|
||||
enchants:
|
||||
PROTECTION_ENVIRONMENTAL: 2
|
||||
DURABILITY: 5
|
||||
PROTECTION_EXPLOSIONS: 5
|
||||
chance: 8.0
|
||||
giveItem: true
|
||||
broadcast: false
|
||||
DIAMOND_CHESTPLATE_6:
|
||||
itemStack:
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: DIAMOND_CHESTPLATE
|
||||
meta:
|
||||
==: ItemMeta
|
||||
meta-type: UNSPECIFIC
|
||||
display-name: §a§lDylan §7┃ §fChestplate
|
||||
lore:
|
||||
- §cHellForged IV
|
||||
- §cImplants V
|
||||
- §cMermaid III
|
||||
- §cRecover I
|
||||
- §cFireResistance I
|
||||
enchants:
|
||||
PROTECTION_ENVIRONMENTAL: 2
|
||||
DURABILITY: 5
|
||||
PROTECTION_EXPLOSIONS: 5
|
||||
chance: 8.0
|
||||
giveItem: true
|
||||
broadcast: false
|
||||
DIAMOND_LEGGINGS_7:
|
||||
itemStack:
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: DIAMOND_LEGGINGS
|
||||
meta:
|
||||
==: ItemMeta
|
||||
meta-type: UNSPECIFIC
|
||||
display-name: §a§lDylan §7┃ §fLeggings
|
||||
lore:
|
||||
- §cHellForged IV
|
||||
- §cImplants V
|
||||
- §cMermaid III
|
||||
- §cRecover I
|
||||
- §cFireResistance I
|
||||
enchants:
|
||||
PROTECTION_ENVIRONMENTAL: 2
|
||||
DURABILITY: 5
|
||||
PROTECTION_EXPLOSIONS: 5
|
||||
chance: 8.0
|
||||
giveItem: true
|
||||
broadcast: false
|
||||
DIAMOND_BOOTS_8:
|
||||
itemStack:
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: DIAMOND_BOOTS
|
||||
meta:
|
||||
==: ItemMeta
|
||||
meta-type: UNSPECIFIC
|
||||
display-name: §a§lDylan §7┃ §fBoots
|
||||
lore:
|
||||
- §cHellForged IV
|
||||
- §cImplants V
|
||||
- §cMermaid III
|
||||
- §cRecover I
|
||||
- §cFireResistance I
|
||||
- §cSpeed II
|
||||
enchants:
|
||||
PROTECTION_ENVIRONMENTAL: 2
|
||||
DURABILITY: 5
|
||||
PROTECTION_FALL: 4
|
||||
chance: 8.0
|
||||
giveItem: true
|
||||
broadcast: false
|
||||
DIAMOND_PICKAXE_9:
|
||||
itemStack:
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: DIAMOND_PICKAXE
|
||||
meta:
|
||||
==: ItemMeta
|
||||
meta-type: UNSPECIFIC
|
||||
display-name: §a§lDylan §7┃ §fPickaxe
|
||||
enchants:
|
||||
DIG_SPEED: 6
|
||||
DURABILITY: 3
|
||||
LOOT_BONUS_BLOCKS: 3
|
||||
chance: 9.0
|
||||
giveItem: true
|
||||
broadcast: false
|
||||
GOLDEN_APPLE_10:
|
||||
itemStack:
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: GOLDEN_APPLE
|
||||
damage: 1
|
||||
amount: 5
|
||||
chance: 2.0
|
||||
giveItem: true
|
||||
broadcast: false
|
||||
GOLDEN_APPLE_11:
|
||||
itemStack:
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: GOLDEN_APPLE
|
||||
amount: 64
|
||||
chance: 4.0
|
||||
giveItem: true
|
||||
broadcast: false
|
||||
ENDER_PEARL_12:
|
||||
itemStack:
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: ENDER_PEARL
|
||||
amount: 32
|
||||
chance: 4.0
|
||||
giveItem: true
|
||||
broadcast: false
|
||||
DIAMOND_SWORD_13:
|
||||
itemStack:
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: DIAMOND_SWORD
|
||||
meta:
|
||||
==: ItemMeta
|
||||
meta-type: UNSPECIFIC
|
||||
display-name: §a§lDylan §7┃ §fSword
|
||||
enchants:
|
||||
DAMAGE_ALL: 2
|
||||
DURABILITY: 5
|
||||
FIRE_ASPECT: 2
|
||||
chance: 7.0
|
||||
giveItem: true
|
||||
broadcast: false
|
||||
DIAMOND_HOE_14:
|
||||
itemStack:
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: DIAMOND_HOE
|
||||
meta:
|
||||
==: ItemMeta
|
||||
meta-type: UNSPECIFIC
|
||||
display-name: §cCrowbar
|
||||
lore:
|
||||
- ''
|
||||
- '§7Can Break:'
|
||||
- '§f - §bEnd Portals: §e{§96§e}'
|
||||
- '§f - §bSpawners: §e{§91§e}'
|
||||
chance: 3.0
|
||||
giveItem: true
|
||||
broadcast: false
|
||||
ENDER_PORTAL_FRAME_15:
|
||||
itemStack:
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: ENDER_PORTAL_FRAME
|
||||
amount: 2
|
||||
chance: 3.0
|
||||
giveItem: true
|
||||
broadcast: false
|
||||
SULPHUR_16:
|
||||
itemStack:
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: SULPHUR
|
||||
amount: 32
|
||||
chance: 0.0
|
||||
giveItem: true
|
||||
broadcast: false
|
||||
GLOWSTONE_DUST_17:
|
||||
itemStack:
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: GLOWSTONE_DUST
|
||||
amount: 32
|
||||
chance: 0.0
|
||||
giveItem: true
|
||||
broadcast: false
|
||||
NETHER_STALK_18:
|
||||
itemStack:
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: NETHER_STALK
|
||||
amount: 32
|
||||
chance: 15.0
|
||||
giveItem: true
|
||||
broadcast: false
|
||||
SPECKLED_MELON_19:
|
||||
itemStack:
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: SPECKLED_MELON
|
||||
amount: 32
|
||||
chance: 15.0
|
||||
giveItem: true
|
||||
broadcast: false
|
||||
BEDROCK_20:
|
||||
itemStack:
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: BEDROCK
|
||||
meta:
|
||||
==: ItemMeta
|
||||
meta-type: UNSPECIFIC
|
||||
display-name: §2$§a5 Buycraft Voucher
|
||||
enchants:
|
||||
DURABILITY: 1000
|
||||
chance: 0.2
|
||||
command: vouchers addamount {player} 5
|
||||
giveItem: false
|
||||
broadcast: true
|
||||
BEDROCK_21:
|
||||
itemStack:
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: BEDROCK
|
||||
meta:
|
||||
==: ItemMeta
|
||||
meta-type: UNSPECIFIC
|
||||
display-name: §2$§a25 Buycraft Voucher
|
||||
enchants:
|
||||
DURABILITY: 1000
|
||||
chance: 0.001
|
||||
command: vouchers addamount {player} 25
|
||||
giveItem: false
|
||||
broadcast: true
|
||||
BEDROCK_22:
|
||||
itemStack:
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: BEDROCK
|
||||
meta:
|
||||
==: ItemMeta
|
||||
meta-type: UNSPECIFIC
|
||||
display-name: §a§l30-day Dylan Kit
|
||||
enchants:
|
||||
DURABILITY: 1000
|
||||
chance: 0.05
|
||||
command: vouchers addrank {player} Dylan-Kit 30d {displayName}
|
||||
giveItem: false
|
||||
broadcast: true
|
||||
BEDROCK_23:
|
||||
itemStack:
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: BEDROCK
|
||||
meta:
|
||||
==: ItemMeta
|
||||
meta-type: UNSPECIFIC
|
||||
display-name: §4§l7-day Cave Rank
|
||||
enchants:
|
||||
DURABILITY: 1000
|
||||
chance: 0.1
|
||||
command: vouchers addrank {player} Cave 7d {displayName}
|
||||
giveItem: false
|
||||
broadcast: true
|
||||
BEDROCK_24:
|
||||
itemStack:
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: BEDROCK
|
||||
meta:
|
||||
==: ItemMeta
|
||||
meta-type: UNSPECIFIC
|
||||
display-name: §4§l14-day Cupid Rank
|
||||
enchants:
|
||||
DURABILITY: 1000
|
||||
chance: 0.1
|
||||
command: vouchers addrank {player} Holiday 14d {displayName}
|
||||
giveItem: false
|
||||
broadcast: true
|
||||
DROPPER_25:
|
||||
itemStack:
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: DROPPER
|
||||
amount: 3
|
||||
chance: 2.0
|
||||
command: airdrops give {player} 3
|
||||
giveItem: false
|
||||
broadcast: true
|
||||
BEDROCK_26:
|
||||
itemStack:
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: BEDROCK
|
||||
meta:
|
||||
==: ItemMeta
|
||||
meta-type: UNSPECIFIC
|
||||
display-name: §e§lPremium Battle Pass
|
||||
enchants:
|
||||
DURABILITY: 1000
|
||||
chance: 0.0
|
||||
command: bp setpremium {name}
|
||||
giveItem: false
|
||||
broadcast: true
|
||||
INK_SACK_27:
|
||||
itemStack:
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: INK_SACK
|
||||
damage: 1
|
||||
amount: 5
|
||||
meta:
|
||||
==: ItemMeta
|
||||
meta-type: UNSPECIFIC
|
||||
display-name: §a§lDylan Key
|
||||
lore:
|
||||
- ''
|
||||
- §7Right click the §aDylan Crate §7to obtain rewards!
|
||||
enchants:
|
||||
DURABILITY: 1
|
||||
chance: 8.0
|
||||
command: cr givekey {player} Dylan 3
|
||||
giveItem: false
|
||||
broadcast: false
|
@ -0,0 +1,47 @@
|
||||
id: Reinforce
|
||||
displayName: §6§lReinforce Lootbox
|
||||
material: BEACON
|
||||
fireworkColor: 16711680
|
||||
lore:
|
||||
- §7Unlocked at §fstore.cavepvp.org
|
||||
- ''
|
||||
- §c§lEND REWARDS
|
||||
- §8┃ §4§lLEGENDARY §4Cave §7Rank
|
||||
- §8┃ §4§lLEGENDARY §aSpring §7Rank
|
||||
- §8┃ §4§lLEGENDARY §dRavine §7Rank
|
||||
- §8┃ §4§lLEGENDARY §2$§a50 §7Buycraft Voucher
|
||||
- §8┃ §4§lLEGENDARY §2$§a25 §7Buycraft Voucher
|
||||
- §8┃ §4§lLEGENDARY §ePremium Battle Pass
|
||||
- §8┃ §5§lRARE §77d §e§lVIP §7Subscription
|
||||
- §8┃ §5§lRARE §72x §c§lPerk §7Keys
|
||||
- §8┃ §5§lRARE §2$§a10 §7Buycraft Voucher
|
||||
- §8┃ §d§lUNCOMMON §73x §b§lAirdrops
|
||||
- §8┃ §a§lCOMMON §7Random Clickable Kit
|
||||
- §8┃ §a§lCOMMON §56x §7End Portal Frames
|
||||
- §8┃ §a§lCOMMON §616x §7God Apples
|
||||
- §8┃ §a§lCOMMON §e64x §7Golden Apples
|
||||
- ''
|
||||
- §c§lREWARDS
|
||||
- §8┃ §c§lRARE §cFire §7Sword
|
||||
- §8┃ §d§lUNCOMMON §bDiamond §7Helmet
|
||||
- §8┃ §d§lUNCOMMON §bDiamond §7Chestplate
|
||||
- §8┃ §d§lUNCOMMON §bDiamond §7Leggings
|
||||
- §8┃ §d§lUNCOMMON §bDiamond §7Boots
|
||||
- §8┃ §d§lUNCOMMON §bDiamond §7Looting Sword
|
||||
- §8┃ §a§lCOMMON §6Gold §7Helmet
|
||||
- §8┃ §a§lCOMMON §6Gold §7Chestplate
|
||||
- §8┃ §a§lCOMMON §6Gold §7Leggings
|
||||
- §8┃ §a§lCOMMON §6Gold §7Boots
|
||||
- §8┃ §a§lCOMMON §dLeather §7Helmet
|
||||
- §8┃ §a§lCOMMON §dLeather §7Chestplate
|
||||
- §8┃ §a§lCOMMON §dLeather §7Leggings
|
||||
- §8┃ §a§lCOMMON §dLeather §7Boots
|
||||
items:
|
||||
GOLDEN_APPLE_1:
|
||||
itemStack:
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: GOLDEN_APPLE
|
||||
amount: 16
|
||||
chance: 6.0
|
||||
giveItem: true
|
||||
broadcast: false
|
281
Configs + Precompiled/config/HCTeams/data/crates/Seasonal.yml
Normal file
281
Configs + Precompiled/config/HCTeams/data/crates/Seasonal.yml
Normal file
@ -0,0 +1,281 @@
|
||||
id: Seasonal
|
||||
displayName: §e§ki§6§l Fall Lootbox §e§ki
|
||||
material: ENDER_CHEST
|
||||
fireworkColor: 16711680
|
||||
lore:
|
||||
- §7Unlocked at §fstore.cavepvp.org
|
||||
- ''
|
||||
- §6§lFINAL REWARDS
|
||||
- ' &7➡ §4Cave Rank'
|
||||
- ' &7➡ §6Spooky Rank'
|
||||
- ' &7➡ §6Premium Battle Pass'
|
||||
- ' &7➡ §e§lVIP Subscription'
|
||||
- ' &7➡ §6§lHalloween Kit'
|
||||
- ' &7➡ §2$§a10 Buycraft Voucher'
|
||||
- ' &7➡ §2$§a5 Buycraft Voucher'
|
||||
- ' &7➡ §a§l2x Perk Keys'
|
||||
- ' &7➡ §b§l3x Airdrops'
|
||||
- ' &7➡ §6§l5x Halloween Keys'
|
||||
- ' &7➡ §cRandom Clickable Kit'
|
||||
- ''
|
||||
- §6§lNORMAL REWARDS
|
||||
- ' &7➡ §d16x Eggports'
|
||||
- ' &7➡ §68x Anti-Blockup'
|
||||
- ' &7➡ §a8x Med Kit'
|
||||
- ' &7➡ §68x Midas Touch'
|
||||
- ' &7➡ §cCrowbar'
|
||||
- ' &7➡ §6§lGod Apple'
|
||||
- ' &7➡ §632x Golden Apple'
|
||||
- ' &7➡ §4OP Bow'
|
||||
- ' &7➡ §bDiamond Sword'
|
||||
- ' &7➡ §bDiamond Helmet'
|
||||
- ' &7➡ §bDiamond Chestplate'
|
||||
- ' &7➡ §bDiamond Leggings'
|
||||
- ' &7➡ §bDiamond Boots'
|
||||
- ' &7➡ §bDiamond Pickaxe'
|
||||
- ' &7➡ §d16x Random Valuable Blocks'
|
||||
- ' &7➡ §832x Gun Powder'
|
||||
- ' &7➡ §e32x Glowstone Blocks'
|
||||
- ' &7➡ §432x Nether Wart'
|
||||
- ' &7➡ §c32x Glistering Melons'
|
||||
items:
|
||||
DIAMOND_BLOCK_1:
|
||||
itemStack:
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: DIAMOND_BLOCK
|
||||
amount: 16
|
||||
chance: 10.0
|
||||
giveItem: true
|
||||
broadcast: false
|
||||
EMERALD_BLOCK_2:
|
||||
itemStack:
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: EMERALD_BLOCK
|
||||
amount: 16
|
||||
chance: 10.0
|
||||
giveItem: true
|
||||
broadcast: false
|
||||
GOLD_BLOCK_3:
|
||||
itemStack:
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: GOLD_BLOCK
|
||||
amount: 16
|
||||
chance: 10.0
|
||||
giveItem: true
|
||||
broadcast: false
|
||||
IRON_BLOCK_4:
|
||||
itemStack:
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: IRON_BLOCK
|
||||
amount: 16
|
||||
chance: 10.0
|
||||
giveItem: true
|
||||
broadcast: false
|
||||
SPECKLED_MELON_5:
|
||||
itemStack:
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: SPECKLED_MELON
|
||||
amount: 32
|
||||
chance: 10.0
|
||||
giveItem: true
|
||||
broadcast: false
|
||||
NETHER_STALK_6:
|
||||
itemStack:
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: NETHER_STALK
|
||||
amount: 32
|
||||
chance: 10.0
|
||||
giveItem: true
|
||||
broadcast: false
|
||||
GLOWSTONE_DUST_7:
|
||||
itemStack:
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: GLOWSTONE_DUST
|
||||
amount: 32
|
||||
chance: 5.0
|
||||
giveItem: true
|
||||
broadcast: false
|
||||
SULPHUR_8:
|
||||
itemStack:
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: SULPHUR
|
||||
amount: 32
|
||||
chance: 5.0
|
||||
giveItem: true
|
||||
broadcast: false
|
||||
DIAMOND_HELMET_9:
|
||||
itemStack:
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: DIAMOND_HELMET
|
||||
meta:
|
||||
==: ItemMeta
|
||||
meta-type: UNSPECIFIC
|
||||
display-name: §6§lFall §7┃ §fHelmet
|
||||
enchants:
|
||||
PROTECTION_ENVIRONMENTAL: 2
|
||||
DURABILITY: 5
|
||||
chance: 7.0
|
||||
giveItem: true
|
||||
broadcast: false
|
||||
DIAMOND_CHESTPLATE_10:
|
||||
itemStack:
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: DIAMOND_CHESTPLATE
|
||||
meta:
|
||||
==: ItemMeta
|
||||
meta-type: UNSPECIFIC
|
||||
display-name: §6§lFall §7┃ §fChestplate
|
||||
enchants:
|
||||
PROTECTION_ENVIRONMENTAL: 2
|
||||
DURABILITY: 5
|
||||
chance: 7.0
|
||||
giveItem: true
|
||||
broadcast: false
|
||||
DIAMOND_LEGGINGS_11:
|
||||
itemStack:
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: DIAMOND_LEGGINGS
|
||||
meta:
|
||||
==: ItemMeta
|
||||
meta-type: UNSPECIFIC
|
||||
display-name: §6§lFall §7┃ §fLeggings
|
||||
enchants:
|
||||
PROTECTION_ENVIRONMENTAL: 2
|
||||
DURABILITY: 5
|
||||
chance: 7.0
|
||||
giveItem: true
|
||||
broadcast: false
|
||||
DIAMOND_BOOTS_12:
|
||||
itemStack:
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: DIAMOND_BOOTS
|
||||
meta:
|
||||
==: ItemMeta
|
||||
meta-type: UNSPECIFIC
|
||||
display-name: §6§lFall §7┃ §fBoots
|
||||
enchants:
|
||||
PROTECTION_ENVIRONMENTAL: 2
|
||||
DURABILITY: 5
|
||||
PROTECTION_FALL: 4
|
||||
chance: 7.0
|
||||
giveItem: true
|
||||
broadcast: false
|
||||
DIAMOND_SWORD_13:
|
||||
itemStack:
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: DIAMOND_SWORD
|
||||
meta:
|
||||
==: ItemMeta
|
||||
meta-type: UNSPECIFIC
|
||||
display-name: §6§lFall §7┃ §fSword
|
||||
enchants:
|
||||
DAMAGE_ALL: 2
|
||||
DURABILITY: 5
|
||||
chance: 7.0
|
||||
giveItem: true
|
||||
broadcast: false
|
||||
BOW_14:
|
||||
itemStack:
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: BOW
|
||||
meta:
|
||||
==: ItemMeta
|
||||
meta-type: UNSPECIFIC
|
||||
display-name: §6§lFall §7┃ §fBow
|
||||
enchants:
|
||||
ARROW_DAMAGE: 5
|
||||
DURABILITY: 5
|
||||
ARROW_FIRE: 1
|
||||
ARROW_INFINITE: 1
|
||||
chance: 7.0
|
||||
giveItem: true
|
||||
broadcast: false
|
||||
ENDER_PEARL_15:
|
||||
itemStack:
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: ENDER_PEARL
|
||||
amount: 16
|
||||
chance: 5.0
|
||||
giveItem: true
|
||||
broadcast: false
|
||||
GOLDEN_APPLE_16:
|
||||
itemStack:
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: GOLDEN_APPLE
|
||||
damage: 1
|
||||
chance: 1.0
|
||||
giveItem: true
|
||||
broadcast: false
|
||||
GOLDEN_APPLE_17:
|
||||
itemStack:
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: GOLDEN_APPLE
|
||||
amount: 32
|
||||
chance: 4.0
|
||||
giveItem: true
|
||||
broadcast: false
|
||||
BEDROCK_18:
|
||||
itemStack:
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: BEDROCK
|
||||
meta:
|
||||
==: ItemMeta
|
||||
meta-type: UNSPECIFIC
|
||||
display-name: §4§l14-day Cave Rank
|
||||
enchants:
|
||||
DURABILITY: 1000
|
||||
chance: 0.0
|
||||
command: vouchers addrank {player} Cave 14d {displayName}
|
||||
giveItem: false
|
||||
broadcast: false
|
||||
BEDROCK_19:
|
||||
itemStack:
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: BEDROCK
|
||||
meta:
|
||||
==: ItemMeta
|
||||
meta-type: UNSPECIFIC
|
||||
display-name: §2$§a10 Buycraft Voucher
|
||||
enchants:
|
||||
DURABILITY: 1000
|
||||
chance: 0.0
|
||||
command: vouchers addamount {player} 10
|
||||
giveItem: false
|
||||
broadcast: true
|
||||
APPLE_20:
|
||||
itemStack:
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: APPLE
|
||||
amount: 5
|
||||
meta:
|
||||
==: ItemMeta
|
||||
meta-type: UNSPECIFIC
|
||||
display-name: §6§lHalloween Candy
|
||||
lore:
|
||||
- ''
|
||||
- §6❙ §fRight Click to receive Strength II,
|
||||
- §6❙ §fRegeneration II, and Resistance III
|
||||
- §6❙ §ffor §e§l8 seconds§f!
|
||||
- ''
|
||||
- §fCan be found in the §e§ki§6§lHalloween Lootbox§e§ki§f!
|
||||
chance: 5.0
|
||||
giveItem: true
|
||||
broadcast: false
|
||||
STICK_21:
|
||||
itemStack:
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: STICK
|
||||
amount: 5
|
||||
meta:
|
||||
==: ItemMeta
|
||||
meta-type: UNSPECIFIC
|
||||
display-name: §5§lBroom Stick
|
||||
lore:
|
||||
- ''
|
||||
- §6❙ §fRight Click to receive Speed III,
|
||||
- §6❙ §fJump Boost VI for §e§l10 seconds§f!
|
||||
- ''
|
||||
- §fCan be found in the §e§ki§6§lHalloween Lootbox§e§ki§f!
|
||||
chance: 5.0
|
||||
giveItem: true
|
||||
broadcast: false
|
356
Configs + Precompiled/config/HCTeams/data/crates/iMakeMcVids.yml
Normal file
356
Configs + Precompiled/config/HCTeams/data/crates/iMakeMcVids.yml
Normal file
@ -0,0 +1,356 @@
|
||||
id: iMakeMcVids
|
||||
displayName: §c§liMakeMcVids Lootbox
|
||||
material: ENDER_CHEST
|
||||
fireworkColor: 16711680
|
||||
lore:
|
||||
- §7Unlocked at §fstore.cavepvp.org
|
||||
- ''
|
||||
- §c§lFINAL REWARDS
|
||||
- ' &7➡ §4Cave Rank'
|
||||
- ' &7➡ §2$§a10 Buycraft Voucher'
|
||||
- ' &7➡ §6Premium Battle Pass'
|
||||
- ' &7➡ §b3x Airdrops'
|
||||
- ' &7➡ §ciMakeMcVids Kit'
|
||||
- ' &7➡ §c5x iMakeMcVids Keys'
|
||||
- ' &7➡ §ciMakeMcVids Clickable Kit'
|
||||
- ''
|
||||
- §c§lNORMAL REWARDS
|
||||
- ' &7➡ §35x Invisibility'
|
||||
- ' &7➡ §45x TNT Minecart'
|
||||
- ' &7➡ §65x Debuff Fish'
|
||||
- ' &7➡ §c5x Anti-Pearl'
|
||||
- ' &7➡ §c1x Crowbar'
|
||||
- ' &7➡ §62x God Apples'
|
||||
- ' &7➡ §d16x Ender Pearls'
|
||||
- ' &7➡ §632x Golden Apples'
|
||||
- ' &7➡ §bDiamond Sword'
|
||||
- ' &7➡ §bDiamond Helmet'
|
||||
- ' &7➡ §bDiamond Chestplate'
|
||||
- ' &7➡ §bDiamond Leggings'
|
||||
- ' &7➡ §bDiamond Boots'
|
||||
- ' &7➡ §bDiamond Pickaxe'
|
||||
- ' &7➡ §a16x Emerald Blocks'
|
||||
- ' &7➡ §b16x Diamond Blocks'
|
||||
- ' &7➡ §616x Gold Blocks'
|
||||
- ' &7➡ §716x Iron Blocks'
|
||||
- ' &7➡ §832x Gun Powder'
|
||||
- ' &7➡ §e32x Glowstone Blocks'
|
||||
- ' &7➡ §432x Nether Wart'
|
||||
- ' &7➡ §c32x Glistering Melons'
|
||||
items:
|
||||
DIAMOND_BLOCK_1:
|
||||
itemStack:
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: DIAMOND_BLOCK
|
||||
amount: 16
|
||||
chance: 10.0
|
||||
giveItem: true
|
||||
broadcast: false
|
||||
EMERALD_BLOCK_2:
|
||||
itemStack:
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: EMERALD_BLOCK
|
||||
amount: 16
|
||||
chance: 10.0
|
||||
giveItem: true
|
||||
broadcast: false
|
||||
GOLD_BLOCK_3:
|
||||
itemStack:
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: GOLD_BLOCK
|
||||
amount: 16
|
||||
chance: 10.0
|
||||
giveItem: true
|
||||
broadcast: false
|
||||
IRON_BLOCK_4:
|
||||
itemStack:
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: IRON_BLOCK
|
||||
amount: 16
|
||||
chance: 10.0
|
||||
giveItem: true
|
||||
broadcast: false
|
||||
DIAMOND_HELMET_5:
|
||||
itemStack:
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: DIAMOND_HELMET
|
||||
meta:
|
||||
==: ItemMeta
|
||||
meta-type: UNSPECIFIC
|
||||
display-name: §c§liMakeMcVids §7┃ §fHelmet
|
||||
lore:
|
||||
- §cHellForged IV
|
||||
- §cImplants V
|
||||
- §cMermaid III
|
||||
- §cRecover I
|
||||
- §cFireResistance I
|
||||
enchants:
|
||||
PROTECTION_ENVIRONMENTAL: 2
|
||||
DURABILITY: 5
|
||||
PROTECTION_EXPLOSIONS: 5
|
||||
chance: 7.0
|
||||
giveItem: true
|
||||
broadcast: false
|
||||
DIAMOND_CHESTPLATE_6:
|
||||
itemStack:
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: DIAMOND_CHESTPLATE
|
||||
meta:
|
||||
==: ItemMeta
|
||||
meta-type: UNSPECIFIC
|
||||
display-name: §c§liMakeMcVids §7┃ §fChestplate
|
||||
lore:
|
||||
- §cHellForged IV
|
||||
- §cImplants V
|
||||
- §cMermaid III
|
||||
- §cRecover I
|
||||
- §cFireResistance I
|
||||
enchants:
|
||||
PROTECTION_ENVIRONMENTAL: 2
|
||||
DURABILITY: 5
|
||||
PROTECTION_EXPLOSIONS: 5
|
||||
chance: 7.0
|
||||
giveItem: true
|
||||
broadcast: false
|
||||
DIAMOND_LEGGINGS_7:
|
||||
itemStack:
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: DIAMOND_LEGGINGS
|
||||
meta:
|
||||
==: ItemMeta
|
||||
meta-type: UNSPECIFIC
|
||||
display-name: §c§liMakeMcVids §7┃ §fLeggings
|
||||
lore:
|
||||
- §cHellForged IV
|
||||
- §cImplants V
|
||||
- §cMermaid III
|
||||
- §cRecover I
|
||||
- §cFireResistance I
|
||||
enchants:
|
||||
PROTECTION_ENVIRONMENTAL: 2
|
||||
DURABILITY: 5
|
||||
PROTECTION_EXPLOSIONS: 5
|
||||
chance: 7.0
|
||||
giveItem: true
|
||||
broadcast: false
|
||||
DIAMOND_BOOTS_8:
|
||||
itemStack:
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: DIAMOND_BOOTS
|
||||
meta:
|
||||
==: ItemMeta
|
||||
meta-type: UNSPECIFIC
|
||||
display-name: §c§liMakeMcVids §7┃ §fBoots
|
||||
lore:
|
||||
- §cHellForged IV
|
||||
- §cImplants V
|
||||
- §cMermaid III
|
||||
- §cRecover I
|
||||
- §cFireResistance I
|
||||
- §cSpeed II
|
||||
enchants:
|
||||
PROTECTION_ENVIRONMENTAL: 2
|
||||
DURABILITY: 5
|
||||
PROTECTION_FALL: 4
|
||||
chance: 7.0
|
||||
giveItem: true
|
||||
broadcast: false
|
||||
DIAMOND_PICKAXE_9:
|
||||
itemStack:
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: DIAMOND_PICKAXE
|
||||
meta:
|
||||
==: ItemMeta
|
||||
meta-type: UNSPECIFIC
|
||||
display-name: §c§liMakeMcVids §7┃ §fPickaxe
|
||||
enchants:
|
||||
DIG_SPEED: 6
|
||||
DURABILITY: 3
|
||||
LOOT_BONUS_BLOCKS: 3
|
||||
chance: 7.0
|
||||
giveItem: true
|
||||
broadcast: false
|
||||
GOLDEN_APPLE_10:
|
||||
itemStack:
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: GOLDEN_APPLE
|
||||
damage: 1
|
||||
amount: 2
|
||||
chance: 2.0
|
||||
giveItem: true
|
||||
broadcast: false
|
||||
GOLDEN_APPLE_11:
|
||||
itemStack:
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: GOLDEN_APPLE
|
||||
amount: 32
|
||||
chance: 4.0
|
||||
giveItem: true
|
||||
broadcast: false
|
||||
ENDER_PEARL_12:
|
||||
itemStack:
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: ENDER_PEARL
|
||||
amount: 16
|
||||
chance: 4.0
|
||||
giveItem: true
|
||||
broadcast: false
|
||||
DIAMOND_SWORD_13:
|
||||
itemStack:
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: DIAMOND_SWORD
|
||||
meta:
|
||||
==: ItemMeta
|
||||
meta-type: UNSPECIFIC
|
||||
display-name: §c§liMakeMcVids §7┃ §fSword
|
||||
enchants:
|
||||
DAMAGE_ALL: 2
|
||||
DURABILITY: 5
|
||||
FIRE_ASPECT: 2
|
||||
chance: 7.0
|
||||
giveItem: true
|
||||
broadcast: false
|
||||
DIAMOND_HOE_14:
|
||||
itemStack:
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: DIAMOND_HOE
|
||||
meta:
|
||||
==: ItemMeta
|
||||
meta-type: UNSPECIFIC
|
||||
display-name: §cCrowbar
|
||||
lore:
|
||||
- ''
|
||||
- '§7Can Break:'
|
||||
- '§f - §bEnd Portals: §e{§96§e}'
|
||||
- '§f - §bSpawners: §e{§91§e}'
|
||||
chance: 3.0
|
||||
giveItem: true
|
||||
broadcast: false
|
||||
SULPHUR_15:
|
||||
itemStack:
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: SULPHUR
|
||||
amount: 32
|
||||
chance: 5.0
|
||||
giveItem: true
|
||||
broadcast: false
|
||||
GLOWSTONE_DUST_16:
|
||||
itemStack:
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: GLOWSTONE_DUST
|
||||
amount: 32
|
||||
chance: 5.0
|
||||
giveItem: true
|
||||
broadcast: false
|
||||
NETHER_STALK_17:
|
||||
itemStack:
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: NETHER_STALK
|
||||
amount: 32
|
||||
chance: 10.0
|
||||
giveItem: true
|
||||
broadcast: false
|
||||
SPECKLED_MELON_18:
|
||||
itemStack:
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: SPECKLED_MELON
|
||||
amount: 32
|
||||
chance: 10.0
|
||||
giveItem: true
|
||||
broadcast: false
|
||||
BEDROCK_19:
|
||||
itemStack:
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: BEDROCK
|
||||
meta:
|
||||
==: ItemMeta
|
||||
meta-type: UNSPECIFIC
|
||||
display-name: §2$§a10 Buycraft Voucher
|
||||
enchants:
|
||||
DURABILITY: 1000
|
||||
chance: 0.2
|
||||
command: vouchers addamount {player} 10
|
||||
giveItem: false
|
||||
broadcast: true
|
||||
BEDROCK_20:
|
||||
itemStack:
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: BEDROCK
|
||||
meta:
|
||||
==: ItemMeta
|
||||
meta-type: UNSPECIFIC
|
||||
display-name: §c§l14-day iMakeMcVids Kit
|
||||
enchants:
|
||||
DURABILITY: 1000
|
||||
chance: 0.1
|
||||
command: vouchers addrank {player} iMake-Kit 14d {displayName}
|
||||
giveItem: false
|
||||
broadcast: true
|
||||
BEDROCK_21:
|
||||
itemStack:
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: BEDROCK
|
||||
meta:
|
||||
==: ItemMeta
|
||||
meta-type: UNSPECIFIC
|
||||
display-name: §4§l7-day Cave Rank
|
||||
enchants:
|
||||
DURABILITY: 1000
|
||||
chance: 0.1
|
||||
command: vouchers addrank {player} Cave 7d {displayName}
|
||||
giveItem: false
|
||||
broadcast: true
|
||||
INK_SACK_22:
|
||||
itemStack:
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: INK_SACK
|
||||
damage: 1
|
||||
amount: 5
|
||||
meta:
|
||||
==: ItemMeta
|
||||
meta-type: UNSPECIFIC
|
||||
display-name: §c§liMakeMcVids Key
|
||||
lore:
|
||||
- ''
|
||||
- §7Right click the §ciMakeMcVids Crate §7to obtain rewards!
|
||||
enchants:
|
||||
DURABILITY: 1
|
||||
chance: 8.0
|
||||
giveItem: true
|
||||
broadcast: false
|
||||
EYE_OF_ENDER_23:
|
||||
itemStack:
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: EYE_OF_ENDER
|
||||
amount: 5
|
||||
meta:
|
||||
==: ItemMeta
|
||||
meta-type: UNSPECIFIC
|
||||
display-name: §c§lAnti Pearl 2.0
|
||||
lore:
|
||||
- §7Hit a player to put them on enderpearl cooldown.
|
||||
- §7Right Click to remove your enderpearl cooldown.
|
||||
- ''
|
||||
- §fCan be found in the §c§liMakeMcVids Lootbox§f!
|
||||
chance: 5.0
|
||||
command: ability antipearl 5 {name}
|
||||
giveItem: false
|
||||
broadcast: false
|
||||
INK_SACK_24:
|
||||
itemStack:
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: INK_SACK
|
||||
amount: 5
|
||||
meta:
|
||||
==: ItemMeta
|
||||
meta-type: UNSPECIFIC
|
||||
display-name: §3§lInvisibility
|
||||
lore:
|
||||
- §7When you right click this item
|
||||
- §7your armor will no longer be visible.
|
||||
- ''
|
||||
- §fCan be found in the §c§liMakeMcVids Lootbox§f!
|
||||
chance: 5.0
|
||||
command: ability invisibility 5 {name}
|
||||
giveItem: false
|
||||
broadcast: false
|
@ -0,0 +1,2 @@
|
||||
timers:
|
||||
'&d&l2x Points': 1679011231654
|
5045
Configs + Precompiled/config/HCTeams/data/glowmtn.json
Normal file
5045
Configs + Precompiled/config/HCTeams/data/glowmtn.json
Normal file
File diff suppressed because it is too large
Load Diff
7
Configs + Precompiled/config/HCTeams/data/outpost.yml
Normal file
7
Configs + Precompiled/config/HCTeams/data/outpost.yml
Normal file
@ -0,0 +1,7 @@
|
||||
outposts:
|
||||
Road:
|
||||
percentage: 0.0
|
||||
Nether:
|
||||
percentage: 0.0
|
||||
End:
|
||||
percentage: 0.0
|
472
Configs + Precompiled/config/HCTeams/data/roadOutpost.json
Normal file
472
Configs + Precompiled/config/HCTeams/data/roadOutpost.json
Normal file
@ -0,0 +1,472 @@
|
||||
{
|
||||
"chests": [
|
||||
{
|
||||
"location": {
|
||||
"world": "world",
|
||||
"x": -44.0,
|
||||
"y": 69.0,
|
||||
"z": 1197.0,
|
||||
"yaw": 0.0,
|
||||
"pitch": 0.0
|
||||
}
|
||||
},
|
||||
{
|
||||
"location": {
|
||||
"world": "world",
|
||||
"x": 32.0,
|
||||
"y": 69.0,
|
||||
"z": 1237.0,
|
||||
"yaw": 0.0,
|
||||
"pitch": 0.0
|
||||
}
|
||||
},
|
||||
{
|
||||
"location": {
|
||||
"world": "world",
|
||||
"x": 24.0,
|
||||
"y": 74.0,
|
||||
"z": 1179.0,
|
||||
"yaw": 0.0,
|
||||
"pitch": 0.0
|
||||
}
|
||||
},
|
||||
{
|
||||
"location": {
|
||||
"world": "world",
|
||||
"x": 38.0,
|
||||
"y": 69.0,
|
||||
"z": 1179.0,
|
||||
"yaw": 0.0,
|
||||
"pitch": 0.0
|
||||
}
|
||||
},
|
||||
{
|
||||
"location": {
|
||||
"world": "world",
|
||||
"x": 22.0,
|
||||
"y": 69.0,
|
||||
"z": 1201.0,
|
||||
"yaw": 0.0,
|
||||
"pitch": 0.0
|
||||
}
|
||||
},
|
||||
{
|
||||
"location": {
|
||||
"world": "world",
|
||||
"x": -21.0,
|
||||
"y": 70.0,
|
||||
"z": 1223.0,
|
||||
"yaw": 0.0,
|
||||
"pitch": 0.0
|
||||
}
|
||||
},
|
||||
{
|
||||
"location": {
|
||||
"world": "world",
|
||||
"x": -24.0,
|
||||
"y": 74.0,
|
||||
"z": 1220.0,
|
||||
"yaw": 0.0,
|
||||
"pitch": 0.0
|
||||
}
|
||||
},
|
||||
{
|
||||
"location": {
|
||||
"world": "world",
|
||||
"x": 11.0,
|
||||
"y": 74.0,
|
||||
"z": 1223.0,
|
||||
"yaw": 0.0,
|
||||
"pitch": 0.0
|
||||
}
|
||||
},
|
||||
{
|
||||
"location": {
|
||||
"world": "world",
|
||||
"x": -15.0,
|
||||
"y": 74.0,
|
||||
"z": 1176.0,
|
||||
"yaw": 0.0,
|
||||
"pitch": 0.0
|
||||
}
|
||||
},
|
||||
{
|
||||
"location": {
|
||||
"world": "world",
|
||||
"x": 4.0,
|
||||
"y": 69.0,
|
||||
"z": 1158.0,
|
||||
"yaw": 0.0,
|
||||
"pitch": 0.0
|
||||
}
|
||||
},
|
||||
{
|
||||
"location": {
|
||||
"world": "world",
|
||||
"x": -24.0,
|
||||
"y": 69.0,
|
||||
"z": 1207.0,
|
||||
"yaw": 0.0,
|
||||
"pitch": 0.0
|
||||
}
|
||||
},
|
||||
{
|
||||
"location": {
|
||||
"world": "world",
|
||||
"x": 7.0,
|
||||
"y": 69.0,
|
||||
"z": 1175.0,
|
||||
"yaw": 0.0,
|
||||
"pitch": 0.0
|
||||
}
|
||||
},
|
||||
{
|
||||
"location": {
|
||||
"world": "world",
|
||||
"x": -2.0,
|
||||
"y": 69.0,
|
||||
"z": 1157.0,
|
||||
"yaw": 0.0,
|
||||
"pitch": 0.0
|
||||
}
|
||||
},
|
||||
{
|
||||
"location": {
|
||||
"world": "world",
|
||||
"x": -38.0,
|
||||
"y": 69.0,
|
||||
"z": 1165.0,
|
||||
"yaw": 0.0,
|
||||
"pitch": 0.0
|
||||
}
|
||||
}
|
||||
],
|
||||
"loot": [
|
||||
{
|
||||
"type": "FLINT",
|
||||
"amount": 5,
|
||||
"data": 0,
|
||||
"meta": {
|
||||
"displayName": "§d§lTazer",
|
||||
"lore": [
|
||||
"",
|
||||
"§6❙ §fHit a player and for the next",
|
||||
"§6❙ §e§l5 seconds §fthey will not be able to",
|
||||
"§6❙ §fmove or take knockback.",
|
||||
"",
|
||||
"§fCan be found in the §4§lCave Crate§f!"
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "INK_SACK",
|
||||
"amount": 5,
|
||||
"data": 0,
|
||||
"meta": {
|
||||
"displayName": "§3§lInvisibility",
|
||||
"lore": [
|
||||
"",
|
||||
"§6❙ §fWhen you right click this item",
|
||||
"§6❙ §fyour armor will no longer be visible.",
|
||||
"",
|
||||
"§fCan be found in an §b§lAirdrop§f!"
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "PAPER",
|
||||
"amount": 5,
|
||||
"data": 0,
|
||||
"meta": {
|
||||
"displayName": "§a§lMed Kit",
|
||||
"lore": [
|
||||
"",
|
||||
"§6❙ §fRight Click to receive Resistance 3,",
|
||||
"§6❙ §fRegeneration 3, and 4 Absorption",
|
||||
"§6❙ §fHearts for §e§l5 seconds§f!",
|
||||
"",
|
||||
"§fCan be found in the §6§lSummer Crate§f!"
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "INK_SACK",
|
||||
"amount": 5,
|
||||
"data": 5,
|
||||
"meta": {
|
||||
"displayName": "§5§lPower Stone",
|
||||
"lore": [
|
||||
"",
|
||||
"§6❙ §fRight Click to receive Strength II,",
|
||||
"§6❙ §fResistance III and Regeneration III for §e§l10 seconds",
|
||||
"§6❙ §fDuring that time you may not use any potions!",
|
||||
"",
|
||||
"§fCan be found in the §b§lIlluminated Chest§f!"
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "WORKBENCH",
|
||||
"amount": 5,
|
||||
"data": 0,
|
||||
"meta": {
|
||||
"displayName": "§3§lCrafting Chaos",
|
||||
"lore": [
|
||||
"",
|
||||
"§6❙ §fHit an enemy and for §e§l10 seconds§f, every",
|
||||
"§6❙ §fhit you deal has a §c§l15% §fchance of",
|
||||
"§6❙ §fputting them in a crafting table.",
|
||||
"",
|
||||
"§fCan be found in the §3§lHeaded Crate§f!"
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "SNOW_BALL",
|
||||
"amount": 5,
|
||||
"data": 0,
|
||||
"meta": {
|
||||
"displayName": "§4§lBall Of Rage",
|
||||
"lore": [
|
||||
"",
|
||||
"§6❙ §fThrow to create a cloud of effects",
|
||||
"§6❙ §fwhere all teammates within 5 block",
|
||||
"§6❙ §fradius will be given positive effects.",
|
||||
"",
|
||||
"§fCan be found in the §4§lCave Crate§f!"
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "STICK",
|
||||
"amount": 5,
|
||||
"data": 0,
|
||||
"meta": {
|
||||
"displayName": "§3§lSpin Bot",
|
||||
"lore": [
|
||||
"",
|
||||
"§6❙ §fHit a player §c§l3 times §fand every",
|
||||
"§6❙ §fhit for §e§l10 seconds §fhas a chance",
|
||||
"§6❙ §fof rotating their head",
|
||||
"",
|
||||
"§fCan be found in the §d§lPartner Crate§f!"
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "EMERALD",
|
||||
"amount": 5,
|
||||
"data": 0,
|
||||
"meta": {
|
||||
"displayName": "§4§lPhoenix Mode",
|
||||
"lore": [
|
||||
"",
|
||||
"§6❙ §fClick to create a cloud of particles.",
|
||||
"§6❙ §fInside the cloud, enemies deal §c§l-20% §fdamage",
|
||||
"§6❙ §fto you and you deal §c§l+20% §fdamage to enemies.",
|
||||
"",
|
||||
"§fCan be found in the §4§lResucting Crate§f!"
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "SPIDER_EYE",
|
||||
"amount": 5,
|
||||
"data": 0,
|
||||
"meta": {
|
||||
"displayName": "§e§lSpider Ability",
|
||||
"lore": [
|
||||
"",
|
||||
"§6❙ §fClick to activate and for the",
|
||||
"§6❙ §fnext §e§l15 seconds§f, all hits dealt",
|
||||
"§6❙ §fhave a §c§l25% §fchance of putting a",
|
||||
"§6❙ §fcobweb underneath the enemy.",
|
||||
"",
|
||||
"§fCan be found in the §d§lPartner Crate§f!"
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "GOLD_INGOT",
|
||||
"amount": 5,
|
||||
"data": 0,
|
||||
"meta": {
|
||||
"displayName": "§6§lMidas Touch",
|
||||
"lore": [
|
||||
"",
|
||||
"§6❙ §fClick to activate and for §e§l15 seconds",
|
||||
"§6❙ §fa 3x3 of gold blocks appear under you.",
|
||||
"§6❙ §fYou cannot break/place/interact with.",
|
||||
"§6❙ §fblocks on top of these gold blocks.",
|
||||
"",
|
||||
"§fCan be found in the §6§lSummer Lootbox§f!"
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "BLAZE_ROD",
|
||||
"amount": 5,
|
||||
"data": 0,
|
||||
"meta": {
|
||||
"displayName": "§6§lAnti-Blockup",
|
||||
"lore": [
|
||||
"",
|
||||
"§6❙ §fWhen you hit a player with this",
|
||||
"§6❙ §c§l3 times §fthey may not block up for §e§l15 seconds§f.",
|
||||
"",
|
||||
"§fCan be found in the §6§lSummer Crate§f!"
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "WATCH",
|
||||
"amount": 5,
|
||||
"data": 0,
|
||||
"meta": {
|
||||
"displayName": "§6§lTime Warp",
|
||||
"lore": [
|
||||
"",
|
||||
"§6❙ §fTravel back to where",
|
||||
"§6❙ §fyou last threw a pearl!",
|
||||
"",
|
||||
"§fCan be found in an §b§lAirdrop§f!"
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "RED_ROSE",
|
||||
"amount": 5,
|
||||
"data": 0,
|
||||
"meta": {
|
||||
"displayName": "§a§lCombo Ability",
|
||||
"lore": [
|
||||
"",
|
||||
"§6❙ §fGet a second of strength II for the",
|
||||
"§6❙ §famount of hits dealt within §e§l10 seconds§f.",
|
||||
"",
|
||||
"§fCan be found in the §a§lDylan Crate§f!"
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "GOLD_INGOT",
|
||||
"amount": 5,
|
||||
"data": 0,
|
||||
"meta": {
|
||||
"displayName": "§e§lSoul Stone",
|
||||
"lore": [
|
||||
"",
|
||||
"§6❙ §fUpon going below 2 hearts, you will be instantly",
|
||||
"§6❙ §fhealed and given Resistance III for §e§l5 seconds§f.",
|
||||
"",
|
||||
"§fCan be found in the §b§lIlluminated Chest§f!"
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "NETHER_STAR",
|
||||
"amount": 5,
|
||||
"data": 0,
|
||||
"meta": {
|
||||
"displayName": "§b§lNinja Star",
|
||||
"lore": [
|
||||
"",
|
||||
"§6❙ §fTeleport to the last person that",
|
||||
"§6❙ §fhit you within the last §e§l30 seconds§f!",
|
||||
"",
|
||||
"§fCan be found in an §b§lAirdrop§f!"
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "INK_SACK",
|
||||
"amount": 2,
|
||||
"data": 14,
|
||||
"meta": {
|
||||
"displayName": "§6§lPortable Bard",
|
||||
"lore": [
|
||||
"",
|
||||
"§6❙ §fReceive §c§l5 §fportable bard effects!",
|
||||
"",
|
||||
"§fCan be found in an §b§lAirdrop§f!"
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "REDSTONE",
|
||||
"amount": 5,
|
||||
"data": 0,
|
||||
"meta": {
|
||||
"displayName": "§c§lReality Stone",
|
||||
"lore": [
|
||||
"",
|
||||
"§6❙ §fRight Click to teleport to the player",
|
||||
"§6❙ §fthat you last hit within a §e§l30 second §fperiod.",
|
||||
"",
|
||||
"§fCan be found in the §b§lIlluminated Chest§f!"
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "EYE_OF_ENDER",
|
||||
"amount": 5,
|
||||
"data": 0,
|
||||
"meta": {
|
||||
"displayName": "§c§lAnti Pearl 2.0",
|
||||
"lore": [
|
||||
"",
|
||||
"§6❙ §fHit a player to put them on enderpearl cooldown.",
|
||||
"§6❙ §fRight Click to remove your enderpearl cooldown.",
|
||||
"",
|
||||
"§fCan be found in the §c§liMakeMcVids Crate§f!"
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "EGG",
|
||||
"amount": 16,
|
||||
"data": 0,
|
||||
"meta": {
|
||||
"displayName": "§d§lEggport",
|
||||
"lore": [
|
||||
"",
|
||||
"§6❙ §fSwitch places with your",
|
||||
"§6❙ §fenemy that are within §c§l15 §fblocks!",
|
||||
"",
|
||||
"§fCan be found in the §6§lSummer Crate§f!"
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "MONSTER_EGG",
|
||||
"amount": 5,
|
||||
"data": 66,
|
||||
"meta": {
|
||||
"displayName": "§5§lWitch Effect",
|
||||
"lore": [
|
||||
"",
|
||||
"§6❙ §fSpawn a witch that give you passive",
|
||||
"§6❙ §fbard effects: strength, regeneration,",
|
||||
"§6❙ §fand resistance.",
|
||||
"",
|
||||
"§fCan be found in the §d§lPartner Crate§f!"
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "IRON_BLOCK",
|
||||
"amount": 5,
|
||||
"data": 0,
|
||||
"meta": {
|
||||
"displayName": "§a§lTank",
|
||||
"lore": [
|
||||
"",
|
||||
"§6❙ §fEvery potion you splash for",
|
||||
"§6❙ §e§l15 seconds §fwill fully heal you!",
|
||||
"",
|
||||
"§fCan be found in the §d§lPartner Crate§f!"
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
29
Configs + Precompiled/config/HCTeams/data/tips.yml
Normal file
29
Configs + Precompiled/config/HCTeams/data/tips.yml
Normal file
@ -0,0 +1,29 @@
|
||||
tips:
|
||||
id_0:
|
||||
text: Find out what goes on every day in the map by typing &f/schedule&6!
|
||||
id_1:
|
||||
text: Support your favorite content creator by typing &f/redeem [creator]&6 for free keys!
|
||||
id_2:
|
||||
text: Want free keys? Type &f/vote &6and vote for us once a day for free keys!
|
||||
id_3:
|
||||
text: Want to hide ability cooldowns from your scoreboard? Type &f/settings&6!
|
||||
id_4:
|
||||
text: Kill players to obtain gems to purchase upgrades through &f/f upgrades&6.
|
||||
id_5:
|
||||
text: Don't like the sale timers covering your scoreboard? Type &f/settings&6!
|
||||
id_6:
|
||||
text: Learn about everything on the server by typing &f/help&6!
|
||||
id_7:
|
||||
text: Want to run into a faction's base? Type &f/runningin &6to find the closest 1 DTR base to you!
|
||||
id_8:
|
||||
text: Customize all name tag colors by typing &f/nametags&6!
|
||||
id_9:
|
||||
text: Embarass your opponents with Kill Tags! &f/killtags
|
||||
id_10:
|
||||
text: View all of our custom armor classes by typing &f/armorclasses&6!
|
||||
id_11:
|
||||
text: Crapples are limited to &c&l12 &6uses both in &cNether &6and &5End&6!
|
||||
id_12:
|
||||
text: Capture &lRoad Outpost &6for access to &cregenerating chests &6and a &dreduced partner item &6cooldown.
|
||||
id_13:
|
||||
text: View all &5&lOutposts &6and their rewards by typing &f/outpost&6!
|
491
Configs + Precompiled/config/HCTeams/data/treasureInfo.json
Normal file
491
Configs + Precompiled/config/HCTeams/data/treasureInfo.json
Normal file
@ -0,0 +1,491 @@
|
||||
{
|
||||
"chests": [],
|
||||
"loot": [
|
||||
{
|
||||
"type": "EMERALD_BLOCK",
|
||||
"amount": 32,
|
||||
"data": 0
|
||||
},
|
||||
{
|
||||
"type": "DIAMOND_BLOCK",
|
||||
"amount": 32,
|
||||
"data": 0
|
||||
},
|
||||
{
|
||||
"type": "IRON_BLOCK",
|
||||
"amount": 32,
|
||||
"data": 0
|
||||
},
|
||||
{
|
||||
"type": "GOLD_BLOCK",
|
||||
"amount": 32,
|
||||
"data": 0
|
||||
},
|
||||
{
|
||||
"type": "DIAMOND_HOE",
|
||||
"amount": 1,
|
||||
"data": 0,
|
||||
"meta": {
|
||||
"displayName": "§cCrowbar",
|
||||
"lore": [
|
||||
"",
|
||||
"§7Can Break:",
|
||||
"§f - §bEnd Portals: §e{§96§e}",
|
||||
"§f - §bSpawners: §e{§91§e}"
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "EGG",
|
||||
"amount": 8,
|
||||
"data": 0,
|
||||
"meta": {
|
||||
"displayName": "§d§lEggport",
|
||||
"lore": [
|
||||
"",
|
||||
"§6❙ §fSwitch places with your",
|
||||
"§6❙ §fenemy that are within §c§l15 §fblocks!",
|
||||
"",
|
||||
"§fCan be found in the §e§ki§6§lHalloween Crate§e§ki§f!"
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "BLAZE_ROD",
|
||||
"amount": 3,
|
||||
"data": 0,
|
||||
"meta": {
|
||||
"displayName": "§6§lAnti-Blockup",
|
||||
"lore": [
|
||||
"",
|
||||
"§6❙ §fWhen you hit a player with this",
|
||||
"§6❙ §c§l3 times §fthey may not block up for §e§l15 seconds§f.",
|
||||
"",
|
||||
"§fCan be found in the §e§ki§6§lHalloween Crate§e§ki§f!"
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "PAPER",
|
||||
"amount": 3,
|
||||
"data": 0,
|
||||
"meta": {
|
||||
"displayName": "§a§lMed Kit",
|
||||
"lore": [
|
||||
"",
|
||||
"§6❙ §fRight Click to receive Resistance 3,",
|
||||
"§6❙ §fRegeneration 3, and 4 Absorption",
|
||||
"§6❙ §fHearts for §e§l5 seconds§f!",
|
||||
"",
|
||||
"§fCan be found in the §e§ki§6§lHalloween Crate§e§ki§f!"
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "INK_SACK",
|
||||
"amount": 3,
|
||||
"data": 0,
|
||||
"meta": {
|
||||
"displayName": "§3§lInvisibility",
|
||||
"lore": [
|
||||
"",
|
||||
"§6❙ §fWhen you right click this item",
|
||||
"§6❙ §fyour armor will no longer be visible.",
|
||||
"",
|
||||
"§fCan be found in an §b§lAirdrop§f!"
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "DIAMOND_SWORD",
|
||||
"amount": 1,
|
||||
"data": 0,
|
||||
"enchants": [
|
||||
{
|
||||
"enchantment": "DAMAGE_ALL",
|
||||
"level": 2
|
||||
},
|
||||
{
|
||||
"enchantment": "DURABILITY",
|
||||
"level": 3
|
||||
}
|
||||
],
|
||||
"meta": {
|
||||
"displayName": "§6§lTreasure §7Sword"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "DIAMOND_HELMET",
|
||||
"amount": 1,
|
||||
"data": 0,
|
||||
"enchants": [
|
||||
{
|
||||
"enchantment": "PROTECTION_ENVIRONMENTAL",
|
||||
"level": 2
|
||||
},
|
||||
{
|
||||
"enchantment": "DURABILITY",
|
||||
"level": 3
|
||||
}
|
||||
],
|
||||
"meta": {
|
||||
"displayName": "§6§lTreasure §7Helmet"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "DIAMOND_CHESTPLATE",
|
||||
"amount": 1,
|
||||
"data": 0,
|
||||
"enchants": [
|
||||
{
|
||||
"enchantment": "PROTECTION_ENVIRONMENTAL",
|
||||
"level": 2
|
||||
},
|
||||
{
|
||||
"enchantment": "DURABILITY",
|
||||
"level": 3
|
||||
}
|
||||
],
|
||||
"meta": {
|
||||
"displayName": "§6§lTreasure §7Chestplate"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "DIAMOND_LEGGINGS",
|
||||
"amount": 1,
|
||||
"data": 0,
|
||||
"enchants": [
|
||||
{
|
||||
"enchantment": "PROTECTION_ENVIRONMENTAL",
|
||||
"level": 2
|
||||
},
|
||||
{
|
||||
"enchantment": "DURABILITY",
|
||||
"level": 3
|
||||
}
|
||||
],
|
||||
"meta": {
|
||||
"displayName": "§6§lTreasure §7Leggings"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "DIAMOND_BOOTS",
|
||||
"amount": 1,
|
||||
"data": 0,
|
||||
"enchants": [
|
||||
{
|
||||
"enchantment": "PROTECTION_ENVIRONMENTAL",
|
||||
"level": 2
|
||||
},
|
||||
{
|
||||
"enchantment": "DURABILITY",
|
||||
"level": 3
|
||||
},
|
||||
{
|
||||
"enchantment": "PROTECTION_FALL",
|
||||
"level": 4
|
||||
}
|
||||
],
|
||||
"meta": {
|
||||
"displayName": "§6§lTreasure §7Boots"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "GOLDEN_APPLE",
|
||||
"amount": 1,
|
||||
"data": 1
|
||||
},
|
||||
{
|
||||
"type": "GOLDEN_APPLE",
|
||||
"amount": 16,
|
||||
"data": 0
|
||||
},
|
||||
{
|
||||
"type": "INK_SACK",
|
||||
"amount": 1,
|
||||
"data": 14,
|
||||
"meta": {
|
||||
"displayName": "§6§lPortable Bard",
|
||||
"lore": [
|
||||
"",
|
||||
"§6❙ §fReceive §c§l5 §fportable bard effects!",
|
||||
"",
|
||||
"§fCan be found in an §b§lAirdrop§f!"
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "MONSTER_EGG",
|
||||
"amount": 3,
|
||||
"data": 66,
|
||||
"meta": {
|
||||
"displayName": "§5§lWitch Effect",
|
||||
"lore": [
|
||||
"",
|
||||
"§6❙ §fSpawn a witch that give you passive",
|
||||
"§6❙ §fbard effects: strength, regeneration,",
|
||||
"§6❙ §fand resistance.",
|
||||
"",
|
||||
"§fCan be found in the §d§lPartner Crate§f!"
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "NETHER_STALK",
|
||||
"amount": 32,
|
||||
"data": 0
|
||||
},
|
||||
{
|
||||
"type": "SPECKLED_MELON",
|
||||
"amount": 16,
|
||||
"data": 0
|
||||
},
|
||||
{
|
||||
"type": "GLOWSTONE_DUST",
|
||||
"amount": 8,
|
||||
"data": 0
|
||||
},
|
||||
{
|
||||
"type": "SULPHUR",
|
||||
"amount": 8,
|
||||
"data": 0
|
||||
},
|
||||
{
|
||||
"type": "SUGAR",
|
||||
"amount": 8,
|
||||
"data": 0
|
||||
},
|
||||
{
|
||||
"type": "FERMENTED_SPIDER_EYE",
|
||||
"amount": 32,
|
||||
"data": 0
|
||||
},
|
||||
{
|
||||
"type": "TRIPWIRE_HOOK",
|
||||
"amount": 3,
|
||||
"data": 0,
|
||||
"meta": {
|
||||
"displayName": "§e§ki§6§l Halloween Keys §e§ki",
|
||||
"lore": [
|
||||
"",
|
||||
"§7Right click the §6§lHalloween Crate §7to obtain rewards"
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "TRIPWIRE_HOOK",
|
||||
"amount": 5,
|
||||
"data": 0,
|
||||
"meta": {
|
||||
"displayName": "§5§lLegendary Key",
|
||||
"lore": [
|
||||
"",
|
||||
"§7Right click the §5Legendary Crate §7to obtain rewards!"
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "BEACON",
|
||||
"amount": 1,
|
||||
"data": 0,
|
||||
"meta": {
|
||||
"displayName": "§6§lReinforce Lootbox",
|
||||
"lore": [
|
||||
"§7Unlocked at §fstore.cavepvp.org",
|
||||
"",
|
||||
"§c§lEND REWARDS",
|
||||
"§8┃ §4§lLEGENDARY §4Cave §7Rank",
|
||||
"§8┃ §4§lLEGENDARY §aSpring §7Rank",
|
||||
"§8┃ §4§lLEGENDARY §dRavine §7Rank",
|
||||
"§8┃ §4§lLEGENDARY §2$§a50 §7Buycraft Voucher",
|
||||
"§8┃ §4§lLEGENDARY §2$§a25 §7Buycraft Voucher",
|
||||
"§8┃ §4§lLEGENDARY §ePremium Battle Pass",
|
||||
"§8┃ §5§lRARE §77d §e§lVIP §7Subscription",
|
||||
"§8┃ §5§lRARE §72x §c§lPerk §7Keys",
|
||||
"§8┃ §5§lRARE §2$§a10 §7Buycraft Voucher",
|
||||
"§8┃ §d§lUNCOMMON §73x §b§lAirdrops",
|
||||
"§8┃ §a§lCOMMON §7Random Clickable Kit",
|
||||
"§8┃ §a§lCOMMON §56x §7End Portal Frames",
|
||||
"§8┃ §a§lCOMMON §616x §7God Apples",
|
||||
"§8┃ §a§lCOMMON §e64x §7Golden Apples",
|
||||
"",
|
||||
"§c§lREWARDS",
|
||||
"§8┃ §c§lRARE §cFire §7Sword",
|
||||
"§8┃ §d§lUNCOMMON §bDiamond §7Helmet",
|
||||
"§8┃ §d§lUNCOMMON §bDiamond §7Chestplate",
|
||||
"§8┃ §d§lUNCOMMON §bDiamond §7Leggings",
|
||||
"§8┃ §d§lUNCOMMON §bDiamond §7Boots",
|
||||
"§8┃ §d§lUNCOMMON §bDiamond §7Looting Sword",
|
||||
"§8┃ §a§lCOMMON §6Gold §7Helmet",
|
||||
"§8┃ §a§lCOMMON §6Gold §7Chestplate",
|
||||
"§8┃ §a§lCOMMON §6Gold §7Leggings",
|
||||
"§8┃ §a§lCOMMON §6Gold §7Boots",
|
||||
"§8┃ §a§lCOMMON §dLeather §7Helmet",
|
||||
"§8┃ §a§lCOMMON §dLeather §7Chestplate",
|
||||
"§8┃ §a§lCOMMON §dLeather §7Leggings",
|
||||
"§8┃ §a§lCOMMON §dLeather §7Boots"
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "ENDER_CHEST",
|
||||
"amount": 1,
|
||||
"data": 0,
|
||||
"meta": {
|
||||
"displayName": "§e§ki§6§l Fall Lootbox §e§ki",
|
||||
"lore": [
|
||||
"§7Unlocked at §fstore.cavepvp.org",
|
||||
"",
|
||||
"§6§lFINAL REWARDS",
|
||||
" §7➡ §4Cave Rank",
|
||||
" §7➡ §6Spooky Rank",
|
||||
" §7➡ §6Premium Battle Pass",
|
||||
" §7➡ §e§lVIP Subscription",
|
||||
" §7➡ §6§lHalloween Kit",
|
||||
" §7➡ §2$§a10 Buycraft Voucher",
|
||||
" §7➡ §2$§a5 Buycraft Voucher",
|
||||
" §7➡ §a§l2x Perk Keys",
|
||||
" §7➡ §b§l3x Airdrops",
|
||||
" §7➡ §6§l5x Halloween Keys",
|
||||
" §7➡ §cRandom Clickable Kit",
|
||||
"",
|
||||
"§6§lNORMAL REWARDS",
|
||||
" §7➡ §d16x Eggports",
|
||||
" §7➡ §68x Anti-Blockup",
|
||||
" §7➡ §a8x Med Kit",
|
||||
" §7➡ §68x Midas Touch",
|
||||
" §7➡ §cCrowbar",
|
||||
" §7➡ §6§lGod Apple",
|
||||
" §7➡ §632x Golden Apple",
|
||||
" §7➡ §4OP Bow",
|
||||
" §7➡ §bDiamond Sword",
|
||||
" §7➡ §bDiamond Helmet",
|
||||
" §7➡ §bDiamond Chestplate",
|
||||
" §7➡ §bDiamond Leggings",
|
||||
" §7➡ §bDiamond Boots",
|
||||
" §7➡ §bDiamond Pickaxe",
|
||||
" §7➡ §d16x Random Valuable Blocks",
|
||||
" §7➡ §832x Gun Powder",
|
||||
" §7➡ §e32x Glowstone Blocks",
|
||||
" §7➡ §432x Nether Wart",
|
||||
" §7➡ §c32x Glistering Melons"
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "DROPPER",
|
||||
"amount": 1,
|
||||
"data": 0,
|
||||
"meta": {
|
||||
"displayName": "§b§lAir Drop",
|
||||
"lore": [
|
||||
"§7Obtainable at §fstore.cavepvp.org§7.",
|
||||
"",
|
||||
"§ePlace this down to designate a location for the drop!"
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "STICK",
|
||||
"amount": 3,
|
||||
"data": 0,
|
||||
"meta": {
|
||||
"displayName": "§3§lSpin Bot",
|
||||
"lore": [
|
||||
"",
|
||||
"§6❙ §fHit a player §c§l3 times §fand every",
|
||||
"§6❙ §fhit for §e§l10 seconds §fhas a chance",
|
||||
"§6❙ §fof rotating their head",
|
||||
"",
|
||||
"§fCan be found in the §d§lPartner Crate§f!"
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "EXPLOSIVE_MINECART",
|
||||
"amount": 1,
|
||||
"data": 0,
|
||||
"meta": {
|
||||
"displayName": "§4§lTNT Minecart",
|
||||
"lore": [
|
||||
"",
|
||||
"§6❙ §fRight Click to spawn a TNT Minecart",
|
||||
"§6❙ §c§l50 blocks §fabove your head!",
|
||||
"",
|
||||
"§fCan be found in an §b§lAirdrop§f!"
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "WATCH",
|
||||
"amount": 3,
|
||||
"data": 0,
|
||||
"meta": {
|
||||
"displayName": "§6§lTime Warp",
|
||||
"lore": [
|
||||
"",
|
||||
"§6❙ §fTravel back to where",
|
||||
"§6❙ §fyou last threw a pearl!",
|
||||
"",
|
||||
"§fCan be found in an §b§lAirdrop§f!"
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "SNOW_BALL",
|
||||
"amount": 3,
|
||||
"data": 0,
|
||||
"meta": {
|
||||
"displayName": "§4§lBall Of Rage",
|
||||
"lore": [
|
||||
"",
|
||||
"§6❙ §fThrow to create a cloud of effects",
|
||||
"§6❙ §fwhere all teammates within 5 block",
|
||||
"§6❙ §fradius will be given positive effects.",
|
||||
"",
|
||||
"§fCan be found in the §4§lCave Crate§f!"
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "NETHER_STAR",
|
||||
"amount": 1,
|
||||
"data": 0,
|
||||
"meta": {
|
||||
"displayName": "§b§lNinja Star",
|
||||
"lore": [
|
||||
"",
|
||||
"§6❙ §fTeleport to the last person that",
|
||||
"§6❙ §fhit you within the last §e§l30 seconds§f!",
|
||||
"",
|
||||
"§fCan be found in an §b§lAirdrop§f!"
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "GOLD_INGOT",
|
||||
"amount": 3,
|
||||
"data": 0,
|
||||
"meta": {
|
||||
"displayName": "§6§lMidas Touch",
|
||||
"lore": [
|
||||
"",
|
||||
"§6❙ §fClick to activate and for §e§l15 seconds",
|
||||
"§6❙ §fa 3x3 of gold blocks appear under you.",
|
||||
"§6❙ §fYou cannot break/place/interact with.",
|
||||
"§6❙ §fblocks on top of these gold blocks.",
|
||||
"",
|
||||
"§fCan be found in the §6§lSummer Lootbox§f!"
|
||||
]
|
||||
}
|
||||
}
|
||||
],
|
||||
"centralChest": {
|
||||
"world": "world_nether",
|
||||
"x": -70.0,
|
||||
"y": 39.0,
|
||||
"z": 641.0,
|
||||
"yaw": 0.0,
|
||||
"pitch": 0.0
|
||||
}
|
||||
}
|
@ -0,0 +1,620 @@
|
||||
centralLocation:
|
||||
==: net.frozenorb.foxtrot.util.PersistableLocation
|
||||
worldName: Spawn
|
||||
x: -20.5
|
||||
y: 71.0
|
||||
z: 26.5
|
||||
yaw: '249.30031'
|
||||
pitch: '26.550003'
|
||||
displayName: '&b&lIlluminated Chest'
|
||||
slot: 15
|
||||
maxOpened: 4
|
||||
material: BEACON
|
||||
location:
|
||||
location_1:
|
||||
==: net.frozenorb.foxtrot.util.PersistableLocation
|
||||
worldName: Spawn
|
||||
x: -18.0
|
||||
y: 71.0
|
||||
z: 25.0
|
||||
yaw: '0.0'
|
||||
pitch: '0.0'
|
||||
location_2:
|
||||
==: net.frozenorb.foxtrot.util.PersistableLocation
|
||||
worldName: Spawn
|
||||
x: -20.0
|
||||
y: 71.0
|
||||
z: 23.0
|
||||
yaw: '0.0'
|
||||
pitch: '0.0'
|
||||
location_3:
|
||||
==: net.frozenorb.foxtrot.util.PersistableLocation
|
||||
worldName: Spawn
|
||||
x: -22.0
|
||||
y: 71.0
|
||||
z: 23.0
|
||||
yaw: '0.0'
|
||||
pitch: '0.0'
|
||||
location_4:
|
||||
==: net.frozenorb.foxtrot.util.PersistableLocation
|
||||
worldName: Spawn
|
||||
x: -18.0
|
||||
y: 71.0
|
||||
z: 27.0
|
||||
yaw: '0.0'
|
||||
pitch: '0.0'
|
||||
location_5:
|
||||
==: net.frozenorb.foxtrot.util.PersistableLocation
|
||||
worldName: Spawn
|
||||
x: -20.0
|
||||
y: 71.0
|
||||
z: 29.0
|
||||
yaw: '0.0'
|
||||
pitch: '0.0'
|
||||
location_6:
|
||||
==: net.frozenorb.foxtrot.util.PersistableLocation
|
||||
worldName: Spawn
|
||||
x: -22.0
|
||||
y: 71.0
|
||||
z: 29.0
|
||||
yaw: '0.0'
|
||||
pitch: '0.0'
|
||||
location_7:
|
||||
==: net.frozenorb.foxtrot.util.PersistableLocation
|
||||
worldName: Spawn
|
||||
x: -24.0
|
||||
y: 71.0
|
||||
z: 25.0
|
||||
yaw: '0.0'
|
||||
pitch: '0.0'
|
||||
location_8:
|
||||
==: net.frozenorb.foxtrot.util.PersistableLocation
|
||||
worldName: Spawn
|
||||
x: -24.0
|
||||
y: 71.0
|
||||
z: 27.0
|
||||
yaw: '0.0'
|
||||
pitch: '0.0'
|
||||
players:
|
||||
2a4c51af-3d63-404d-aac5-a3c601c3f46c: 0
|
||||
d342cf11-aff3-4bbc-bef7-a597b2ba90c4: 0
|
||||
f054225b-78a6-4a59-8687-591f36a27b28: 0
|
||||
c2a5ac53-f540-4751-855a-141c9c549e16: 0
|
||||
c2629d40-f1a9-4492-9101-165c7b5ca1dd: 0
|
||||
8354c8ac-00b8-4b56-b674-956617f06011: 0
|
||||
f436a5a8-d088-4777-b11a-d20e10d48724: 2516
|
||||
a75512f0-7af7-480a-ab8b-d7440f05b5bc: 0
|
||||
cea5c426-7f41-4d36-89f4-20c688f542dc: 0
|
||||
2eed317f-d4bb-4fe5-a615-8de445ad9b40: 0
|
||||
fd093589-e65d-49c8-bfc4-17bf6bce6e96: 0
|
||||
69d354ba-1691-4f69-91ee-741086e3373b: 0
|
||||
f4482bf7-9702-4626-bfff-c40e99c6f337: 9
|
||||
dde9ed5b-a959-4efb-b0c5-049ab5d63804: 7
|
||||
b8dec0a3-eec3-4c22-a10d-ac712f869019: 0
|
||||
rewards:
|
||||
reward_9:
|
||||
itemStack:
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: INK_SACK
|
||||
damage: 1
|
||||
meta:
|
||||
==: ItemMeta
|
||||
meta-type: UNSPECIFIC
|
||||
display-name: §4§l60d Cave Rank
|
||||
chance: 0.5
|
||||
command: vouchers addrank {player} Cave 60d &4&l60d Cave Rank
|
||||
giveItem: false
|
||||
broadcast: true
|
||||
reward_10:
|
||||
itemStack:
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: INK_SACK
|
||||
damage: 10
|
||||
meta:
|
||||
==: ItemMeta
|
||||
meta-type: UNSPECIFIC
|
||||
display-name: §a§l75d §2§lSpring §a§lRank
|
||||
chance: 0.0
|
||||
command: vouchers addrank {player} Holiday 75d &a&l75d Spring Rank
|
||||
giveItem: false
|
||||
broadcast: true
|
||||
reward_11:
|
||||
itemStack:
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: GOLD_INGOT
|
||||
meta:
|
||||
==: ItemMeta
|
||||
meta-type: UNSPECIFIC
|
||||
display-name: §2§l$§a§l35 Buycraft Voucher
|
||||
chance: 15.0
|
||||
command: vouchers addamount {player} 35
|
||||
giveItem: false
|
||||
broadcast: true
|
||||
reward_12:
|
||||
itemStack:
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: EMERALD_ORE
|
||||
meta:
|
||||
==: ItemMeta
|
||||
meta-type: UNSPECIFIC
|
||||
display-name: §2§l$§a§l50 Buycraft Voucher
|
||||
chance: 0.0
|
||||
command: vouchers addamount {player} 50
|
||||
giveItem: false
|
||||
broadcast: true
|
||||
reward_13:
|
||||
itemStack:
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: EMERALD_BLOCK
|
||||
meta:
|
||||
==: ItemMeta
|
||||
meta-type: UNSPECIFIC
|
||||
display-name: §2§l$§a§l100 Gift Card
|
||||
chance: 0.0
|
||||
command: vouchers add {player} &2$&a100 Gift Card
|
||||
giveItem: false
|
||||
broadcast: true
|
||||
reward_14:
|
||||
itemStack:
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: TRIPWIRE_HOOK
|
||||
amount: 32
|
||||
meta:
|
||||
==: ItemMeta
|
||||
meta-type: UNSPECIFIC
|
||||
display-name: §4§l32x Random Owner Keys
|
||||
chance: 5.0
|
||||
command: randomownerkeys {player} 32
|
||||
giveItem: false
|
||||
broadcast: false
|
||||
reward_15:
|
||||
itemStack:
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: BOOK
|
||||
meta:
|
||||
==: ItemMeta
|
||||
meta-type: UNSPECIFIC
|
||||
display-name: §c§l5x Random Clickable Kit
|
||||
chance: 5.0
|
||||
command: randomclickablekit {player} 5
|
||||
giveItem: false
|
||||
broadcast: true
|
||||
reward_16:
|
||||
itemStack:
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: BLAZE_ROD
|
||||
amount: 32
|
||||
meta:
|
||||
==: ItemMeta
|
||||
meta-type: UNSPECIFIC
|
||||
display-name: §6§lAnti-Blockup
|
||||
lore:
|
||||
- §7When you hit a player with this
|
||||
- §73 times they may not block up for 15 seconds.
|
||||
- ''
|
||||
- §fCan be found in the §4§l3.0 Crate§f!
|
||||
chance: 5.0
|
||||
command: ability antiblockup 32 {player}
|
||||
giveItem: false
|
||||
broadcast: false
|
||||
reward_17:
|
||||
itemStack:
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: PAPER
|
||||
amount: 32
|
||||
meta:
|
||||
==: ItemMeta
|
||||
meta-type: UNSPECIFIC
|
||||
display-name: §a§lMed Kit
|
||||
lore:
|
||||
- §7Right Click to receive Resistance 3,
|
||||
- §7Regeneration 3, and 4 Absorption
|
||||
- §7Hearts for 5 seconds!
|
||||
- ''
|
||||
- §fCan be found in the §4§l3.0 Crate§f!
|
||||
chance: 5.0
|
||||
command: ability medkit 32 {player}
|
||||
giveItem: false
|
||||
broadcast: false
|
||||
reward_18:
|
||||
itemStack:
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: NETHER_STAR
|
||||
amount: 16
|
||||
meta:
|
||||
==: ItemMeta
|
||||
meta-type: UNSPECIFIC
|
||||
display-name: §b§lNinja Star
|
||||
lore:
|
||||
- §7Teleport to the last
|
||||
- §7person who hit you within 30 seconds.
|
||||
- ''
|
||||
- §fCan be found in an §b§lAirdrop§f!
|
||||
chance: 5.0
|
||||
command: ability ninjastar 16 {player}
|
||||
giveItem: false
|
||||
broadcast: false
|
||||
reward_19:
|
||||
itemStack:
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: TRIPWIRE_HOOK
|
||||
amount: 32
|
||||
meta:
|
||||
==: ItemMeta
|
||||
meta-type: UNSPECIFIC
|
||||
display-name: §d§lPartner Key
|
||||
lore:
|
||||
- §7Right click a §dPartner Crate §7to receive rewards!
|
||||
enchants:
|
||||
DURABILITY: 1
|
||||
chance: 5.0
|
||||
command: none
|
||||
giveItem: true
|
||||
broadcast: false
|
||||
reward_20:
|
||||
itemStack:
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: EMERALD_BLOCK
|
||||
meta:
|
||||
==: ItemMeta
|
||||
meta-type: UNSPECIFIC
|
||||
display-name: §f§ki§a§l SOTW Bundle §f§ki
|
||||
chance: 10.0
|
||||
command: vouchers addbundles {player} SOTW §2§ki§a§l SOTW Bundle §2§ki
|
||||
giveItem: false
|
||||
broadcast: true
|
||||
reward_21:
|
||||
itemStack:
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: REDSTONE_BLOCK
|
||||
meta:
|
||||
==: ItemMeta
|
||||
meta-type: UNSPECIFIC
|
||||
display-name: §f§ki§4§l OP Bundle §f§ki
|
||||
chance: 0.0
|
||||
command: vouchers addbundles {player} Seasonal §f§ki§4§l OP Bundle §f§ki
|
||||
giveItem: false
|
||||
broadcast: true
|
||||
reward_22:
|
||||
itemStack:
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: BEDROCK
|
||||
meta:
|
||||
==: ItemMeta
|
||||
meta-type: UNSPECIFIC
|
||||
display-name: §f§ki§6§l Supreme Fall Bundle §f§ki
|
||||
chance: 0.0
|
||||
command: vouchers addbundles {player} Supreme §f§ki§6§l Supreme Fall Bundle §f§ki
|
||||
giveItem: false
|
||||
broadcast: true
|
||||
reward_23:
|
||||
itemStack:
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: NETHER_STAR
|
||||
amount: 3
|
||||
meta:
|
||||
==: ItemMeta
|
||||
meta-type: UNSPECIFIC
|
||||
display-name: §a§lPerk Key
|
||||
lore:
|
||||
- ''
|
||||
- §7Right click the §aPerk Crate §7to obtain rewards!
|
||||
chance: 1.0
|
||||
command: none
|
||||
giveItem: true
|
||||
broadcast: false
|
||||
reward_24:
|
||||
itemStack:
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: CHEST
|
||||
meta:
|
||||
==: ItemMeta
|
||||
meta-type: UNSPECIFIC
|
||||
display-name: §a§lGrinder Armor Class
|
||||
lore:
|
||||
- ''
|
||||
- '§aPerks:'
|
||||
- §a❙ §f2x permanent XP multiplier
|
||||
- ''
|
||||
- §aClick to redeem this armor set
|
||||
chance: 2.5
|
||||
command: none
|
||||
giveItem: true
|
||||
broadcast: false
|
||||
reward_25:
|
||||
itemStack:
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: CHEST
|
||||
meta:
|
||||
==: ItemMeta
|
||||
meta-type: UNSPECIFIC
|
||||
display-name: §c§lPyromaniac Armor Class
|
||||
lore:
|
||||
- ''
|
||||
- '§cPerks:'
|
||||
- §c❙ §fSHIFT + Click to throw shockwaves
|
||||
- §c❙ §f1% chance of putting them on Fire and giving them Wither I for 8 seconds.
|
||||
- ''
|
||||
- §aClick to redeem this armor set
|
||||
chance: 2.5
|
||||
command: none
|
||||
giveItem: true
|
||||
broadcast: false
|
||||
reward_26:
|
||||
itemStack:
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: CHEST
|
||||
meta:
|
||||
==: ItemMeta
|
||||
meta-type: UNSPECIFIC
|
||||
display-name: §5§lTrapper Armor Class
|
||||
lore:
|
||||
- ''
|
||||
- '§5Perks:'
|
||||
- §5❙ §fTake 10% less damage
|
||||
- §5❙ §fMed Kits and Portable Resistance last 25% longer
|
||||
- §5❙ §fSHIFT + Click to put the last player you hit on Ability Item cooldown
|
||||
- ''
|
||||
- §aClick to redeem this armor set
|
||||
chance: 2.5
|
||||
command: none
|
||||
giveItem: true
|
||||
broadcast: false
|
||||
reward_27:
|
||||
itemStack:
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: CHEST
|
||||
meta:
|
||||
==: ItemMeta
|
||||
meta-type: UNSPECIFIC
|
||||
display-name: §4§lRaider Armor Class
|
||||
lore:
|
||||
- ''
|
||||
- '§4Perks:'
|
||||
- §4❙ §fDeal 5% more damage
|
||||
- §4❙ §f10% Reduced Partner Item cooldown
|
||||
- §4❙ §fSHIFT + Click to activate Midas Touch for 10 seconds
|
||||
- ''
|
||||
- §aClick to redeem this armor set
|
||||
chance: 2.5
|
||||
command: none
|
||||
giveItem: true
|
||||
broadcast: false
|
||||
reward_28:
|
||||
itemStack:
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: CHEST
|
||||
meta:
|
||||
==: ItemMeta
|
||||
meta-type: UNSPECIFIC
|
||||
display-name: §c§lSpider Man Armor Class
|
||||
lore:
|
||||
- ''
|
||||
- '§cPerks:'
|
||||
- §c❙ §f25% Fall Damage Reduction
|
||||
- §c❙ §fPermanent Jump Boost II, Speed II, Fire Resistance I
|
||||
- §c❙ §fSHIFT + Click to put the last player you hit in cobwebs!
|
||||
- ''
|
||||
- §aClick to redeem this armor set
|
||||
chance: 2.5
|
||||
command: none
|
||||
giveItem: true
|
||||
broadcast: false
|
||||
reward_29:
|
||||
itemStack:
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: DROPPER
|
||||
amount: 10
|
||||
meta:
|
||||
==: ItemMeta
|
||||
meta-type: UNSPECIFIC
|
||||
display-name: §b§lAir Drop
|
||||
lore:
|
||||
- §7Obtainable at §fstore.cavepvp.org§7.
|
||||
- ''
|
||||
- §ePlace this down to designate a location for the drop!
|
||||
chance: 3.0
|
||||
command: none
|
||||
giveItem: true
|
||||
broadcast: false
|
||||
reward_30:
|
||||
itemStack:
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: ENDER_CHEST
|
||||
amount: 5
|
||||
meta:
|
||||
==: ItemMeta
|
||||
meta-type: UNSPECIFIC
|
||||
display-name: §e§ki§6§l Fall Lootbox §e§ki
|
||||
lore:
|
||||
- §7Unlocked at §fstore.cavepvp.org
|
||||
- ''
|
||||
- §6§lFINAL REWARDS
|
||||
- ' §7➡ §4Cave Rank'
|
||||
- ' §7➡ §6Spooky Rank'
|
||||
- ' §7➡ §6Premium Battle Pass'
|
||||
- ' §7➡ §e§lVIP Subscription'
|
||||
- ' §7➡ §6§lHalloween Kit'
|
||||
- ' §7➡ §2$§a10 Buycraft Voucher'
|
||||
- ' §7➡ §2$§a5 Buycraft Voucher'
|
||||
- ' §7➡ §a§l2x Perk Keys'
|
||||
- ' §7➡ §b§l3x Airdrops'
|
||||
- ' §7➡ §6§l5x Halloween Keys'
|
||||
- ' §7➡ §cRandom Clickable Kit'
|
||||
- ''
|
||||
- §6§lNORMAL REWARDS
|
||||
- ' §7➡ §d16x Eggports'
|
||||
- ' §7➡ §68x Anti-Blockup'
|
||||
- ' §7➡ §a8x Med Kit'
|
||||
- ' §7➡ §68x Midas Touch'
|
||||
- ' §7➡ §cCrowbar'
|
||||
- ' §7➡ §6§lGod Apple'
|
||||
- ' §7➡ §632x Golden Apple'
|
||||
- ' §7➡ §4OP Bow'
|
||||
- ' §7➡ §bDiamond Sword'
|
||||
- ' §7➡ §bDiamond Helmet'
|
||||
- ' §7➡ §bDiamond Chestplate'
|
||||
- ' §7➡ §bDiamond Leggings'
|
||||
- ' §7➡ §bDiamond Boots'
|
||||
- ' §7➡ §bDiamond Pickaxe'
|
||||
- ' §7➡ §d16x Random Valuable Blocks'
|
||||
- ' §7➡ §832x Gun Powder'
|
||||
- ' §7➡ §e32x Glowstone Blocks'
|
||||
- ' §7➡ §432x Nether Wart'
|
||||
- ' §7➡ §c32x Glistering Melons'
|
||||
chance: 4.0
|
||||
command: none
|
||||
giveItem: true
|
||||
broadcast: false
|
||||
reward_31:
|
||||
itemStack:
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: ENDER_CHEST
|
||||
amount: 3
|
||||
meta:
|
||||
==: ItemMeta
|
||||
meta-type: UNSPECIFIC
|
||||
display-name: §e§ki§6§ki§e§ki§6§l §nOCTOBER MYSTERY BOX§e §ki§6§ki§e§ki
|
||||
lore:
|
||||
- §fPurchaseable at §estore.cavepvp.org
|
||||
- ''
|
||||
- §e<§m----§6§l ALL REWARDS §e§m----§e>
|
||||
- §f* §4§lEXTREME §e§ki§6 Custom Rank §e§ki
|
||||
- §f* §5§lULTIMATE §fCave Rank
|
||||
- §f* §5§lULTIMATE §fHoliday Rank
|
||||
- §f* §2§lCASH §2$§a100.00 §fStore Voucher
|
||||
- §f* §2§lCASH §2$§a50.00 §fStore Voucher
|
||||
- §f* §2§lCASH §2$§a25.00 §fStore Voucher
|
||||
- §f* §2§lCASH §2$§a10.00 §fStore Voucher
|
||||
- §f* §c§lRARE §f5x Air Drop
|
||||
- §f* §c§lRARE §f10x Fall Lootboxes
|
||||
- §f* §c§lRARE §f16x Owner Keys
|
||||
- §f* §c§lRARE §f24x Partner Keys
|
||||
- §f* §c§lRARE §f32x Halloween Keys
|
||||
- §f* §c§lRARE §f5x Zeus Hammer
|
||||
- §f* §c§lRARE §f3x Random Clickable Kits
|
||||
- ''
|
||||
- §e<§m----§6§l ALL REWARDS §e§m----§e>
|
||||
- §f* §c§lRARE §f1x Air Drop
|
||||
- §f* §c§lRARE §f3x Fall Lootboxes
|
||||
- §f* §c§lRARE §f5x Halloween Keys
|
||||
- §f* §c§lRARE §f10x Cave Keys
|
||||
- §f* §c§lRARE §f16x Legendary Keys
|
||||
- §f* §c§lRARE §fEvader Custom Enchant
|
||||
- §f* §c§lRARE §fGuardian Angel Custom Enchant
|
||||
- §f* §6§lUNCOMMON §fLazy Brewer
|
||||
- §f* §6§lUNCOMMON §f5x Power Stone
|
||||
- §f* §6§lUNCOMMON §f5x Reality Stone
|
||||
- §f* §6§lUNCOMMON §f5x Soul Stone
|
||||
- §f* §6§lUNCOMMON §f5x Mind Stone
|
||||
- §f* §6§lUNCOMMON §f5x Time Stone
|
||||
- §f* §6§lUNCOMMON §f1x September Helmet
|
||||
- §f* §6§lUNCOMMON §f1x September Chestplate
|
||||
- §f* §6§lUNCOMMON §f1x September Leggings
|
||||
- §f* §6§lUNCOMMON §f1x September Boots
|
||||
- §f* §6§lUNCOMMON §f1x September Sword
|
||||
- §f* §6§lUNCOMMON §f1x September Pickaxe
|
||||
- §f* §6§lUNCOMMON §f1x September Bow
|
||||
- §f* §a§lCOMMON §f64x Random Valuables
|
||||
- §f* §a§lCOMMON §f2x Crowbar
|
||||
- §f* §a§lCOMMON §f6x GOD Apples
|
||||
- §f* §a§lCOMMON §f32x Golden Apples
|
||||
- §f* §a§lCOMMON §f128x Ender Pearl
|
||||
chance: 2.0
|
||||
command: none
|
||||
giveItem: true
|
||||
broadcast: false
|
||||
reward_32:
|
||||
itemStack:
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: GOLD_INGOT
|
||||
amount: 10
|
||||
meta:
|
||||
==: ItemMeta
|
||||
meta-type: UNSPECIFIC
|
||||
display-name: §e§lSoul Stone
|
||||
lore:
|
||||
- ''
|
||||
- §6❙ §fUpon going below 2 hearts, you will be instantly
|
||||
- §6❙ §fhealed and given Resistance III for §e§l5 seconds§f.
|
||||
- ''
|
||||
- §fCan be found in the §6§lOctober Mystery Box§f!
|
||||
chance: 4.0
|
||||
command: none
|
||||
giveItem: true
|
||||
broadcast: false
|
||||
reward_33:
|
||||
itemStack:
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: INK_SACK
|
||||
damage: 5
|
||||
amount: 10
|
||||
meta:
|
||||
==: ItemMeta
|
||||
meta-type: UNSPECIFIC
|
||||
display-name: §5§lPower Stone
|
||||
lore:
|
||||
- ''
|
||||
- §6❙ §fRight Click to receive Strength II,
|
||||
- §6❙ §fResistance III and Regeneration III for §e§l10 seconds
|
||||
- §6❙ §fDuring that time you may not use any potions!
|
||||
- ''
|
||||
- §fCan be found in the §6§lOctober Mystery Box§f!
|
||||
chance: 2.0
|
||||
command: none
|
||||
giveItem: true
|
||||
broadcast: false
|
||||
reward_34:
|
||||
itemStack:
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: REDSTONE
|
||||
amount: 10
|
||||
meta:
|
||||
==: ItemMeta
|
||||
meta-type: UNSPECIFIC
|
||||
display-name: §c§lReality Stone
|
||||
lore:
|
||||
- ''
|
||||
- §6❙ §fRight Click to teleport to the player
|
||||
- §6❙ §fthat you last hit within a §e§l30 second §fperiod.
|
||||
- ''
|
||||
- §fCan be found in the §6§lOctober Mystery Box§f!
|
||||
chance: 2.0
|
||||
command: none
|
||||
giveItem: true
|
||||
broadcast: false
|
||||
reward_35:
|
||||
itemStack:
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: EMERALD
|
||||
amount: 10
|
||||
meta:
|
||||
==: ItemMeta
|
||||
meta-type: UNSPECIFIC
|
||||
display-name: §a§lTime Stone
|
||||
lore:
|
||||
- ''
|
||||
- §6❙ §fRight Click to reset all of your
|
||||
- §6❙ §fability/partner item cooldowns.
|
||||
- ''
|
||||
- §fCan be found in the §6§lOctober Mystery Box§f!
|
||||
chance: 2.0
|
||||
command: none
|
||||
giveItem: true
|
||||
broadcast: false
|
||||
reward_36:
|
||||
itemStack:
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: TRIPWIRE_HOOK
|
||||
amount: 10
|
||||
meta:
|
||||
==: ItemMeta
|
||||
meta-type: UNSPECIFIC
|
||||
display-name: §e§ki§6§l Halloween Keys §e§ki
|
||||
lore:
|
||||
- ''
|
||||
- §7Right click the §6§lHalloween Crate §7to obtain rewards
|
||||
chance: 3.0
|
||||
command: none
|
||||
giveItem: true
|
||||
broadcast: false
|
@ -0,0 +1,495 @@
|
||||
centralLocation:
|
||||
==: net.frozenorb.foxtrot.util.PersistableLocation
|
||||
worldName: Spawn
|
||||
x: -20.5
|
||||
y: 71.0
|
||||
z: 26.5
|
||||
yaw: '249.30031'
|
||||
pitch: '26.550003'
|
||||
displayName: '&4&lOmega Chest'
|
||||
slot: 11
|
||||
maxOpened: 4
|
||||
material: EYE_OF_ENDER
|
||||
location:
|
||||
location_1:
|
||||
==: net.frozenorb.foxtrot.util.PersistableLocation
|
||||
worldName: Spawn
|
||||
x: -18.0
|
||||
y: 71.0
|
||||
z: 25.0
|
||||
yaw: '0.0'
|
||||
pitch: '0.0'
|
||||
location_2:
|
||||
==: net.frozenorb.foxtrot.util.PersistableLocation
|
||||
worldName: Spawn
|
||||
x: -20.0
|
||||
y: 71.0
|
||||
z: 23.0
|
||||
yaw: '0.0'
|
||||
pitch: '0.0'
|
||||
location_3:
|
||||
==: net.frozenorb.foxtrot.util.PersistableLocation
|
||||
worldName: Spawn
|
||||
x: -22.0
|
||||
y: 71.0
|
||||
z: 23.0
|
||||
yaw: '0.0'
|
||||
pitch: '0.0'
|
||||
location_4:
|
||||
==: net.frozenorb.foxtrot.util.PersistableLocation
|
||||
worldName: Spawn
|
||||
x: -18.0
|
||||
y: 71.0
|
||||
z: 27.0
|
||||
yaw: '0.0'
|
||||
pitch: '0.0'
|
||||
location_5:
|
||||
==: net.frozenorb.foxtrot.util.PersistableLocation
|
||||
worldName: Spawn
|
||||
x: -20.0
|
||||
y: 71.0
|
||||
z: 29.0
|
||||
yaw: '0.0'
|
||||
pitch: '0.0'
|
||||
location_6:
|
||||
==: net.frozenorb.foxtrot.util.PersistableLocation
|
||||
worldName: Spawn
|
||||
x: -22.0
|
||||
y: 71.0
|
||||
z: 29.0
|
||||
yaw: '0.0'
|
||||
pitch: '0.0'
|
||||
location_7:
|
||||
==: net.frozenorb.foxtrot.util.PersistableLocation
|
||||
worldName: Spawn
|
||||
x: -24.0
|
||||
y: 71.0
|
||||
z: 25.0
|
||||
yaw: '0.0'
|
||||
pitch: '0.0'
|
||||
location_8:
|
||||
==: net.frozenorb.foxtrot.util.PersistableLocation
|
||||
worldName: Spawn
|
||||
x: -24.0
|
||||
y: 71.0
|
||||
z: 27.0
|
||||
yaw: '0.0'
|
||||
pitch: '0.0'
|
||||
players:
|
||||
2a4c51af-3d63-404d-aac5-a3c601c3f46c: 0
|
||||
f79e8218-6b86-49c0-9bab-9328ba5760f6: 0
|
||||
196acdde-45bb-420c-bea0-c2e6244d908e: 1
|
||||
f54e2116-df34-4970-b71b-7f5d3ed29dc0: 0
|
||||
7e9a2e08-98fa-4a3a-a506-232a2bf88b6c: 0
|
||||
4eae57e8-3948-48f5-87b0-edab39a95502: 0
|
||||
581735a7-6a7e-438f-be7b-292ade9a1d66: 0
|
||||
a75512f0-7af7-480a-ab8b-d7440f05b5bc: 0
|
||||
74873c13-3394-4306-b92a-c0ed3cab6ea4: 0
|
||||
4fd6b5dc-4ef4-4d09-b5fb-ab31b702d3cc: 0
|
||||
d5c74946-be98-4c59-b5fc-198703a6cc8a: 0
|
||||
10fcd790-cb4f-4a1b-b780-522e24ae62c0: 0
|
||||
51916132-1ac0-4667-8e24-e487b7ad0dd3: 11
|
||||
51eadbc2-33db-4410-b227-ef540e282f85: 2
|
||||
dde9ed5b-a959-4efb-b0c5-049ab5d63804: 9
|
||||
fec07ad5-3cd0-4147-90be-c4b8add7dfcd: 0
|
||||
762a0eb8-3a2a-4c91-8624-8cb6dd568053: 2
|
||||
c353fe06-5b90-4d5d-8e2b-802f19322050: 0
|
||||
b8dec0a3-eec3-4c22-a10d-ac712f869019: 0
|
||||
c244ace7-7d6c-4b48-8683-08ed5536ab00: 0
|
||||
rewards:
|
||||
reward_9:
|
||||
itemStack:
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: RAW_FISH
|
||||
damage: 2
|
||||
meta:
|
||||
==: ItemMeta
|
||||
meta-type: UNSPECIFIC
|
||||
display-name: §b§lFrenzy Network Booster
|
||||
chance: 1.0
|
||||
command: booster give Frenzy 1 {player}
|
||||
giveItem: false
|
||||
broadcast: true
|
||||
reward_10:
|
||||
itemStack:
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: INK_SACK
|
||||
damage: 1
|
||||
meta:
|
||||
==: ItemMeta
|
||||
meta-type: UNSPECIFIC
|
||||
display-name: §4§l60d Cave Rank
|
||||
chance: 0.0
|
||||
command: vouchers addrank {player} Cave 60d &4&l60d Cave Rank
|
||||
giveItem: false
|
||||
broadcast: true
|
||||
reward_11:
|
||||
itemStack:
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: INK_SACK
|
||||
damage: 10
|
||||
meta:
|
||||
==: ItemMeta
|
||||
meta-type: UNSPECIFIC
|
||||
display-name: §a§l30d §2§lSpring §a§lRank
|
||||
chance: 0.0
|
||||
command: vouchers addrank {player} Holiday 30d &c&l90d Spring Rank
|
||||
giveItem: false
|
||||
broadcast: true
|
||||
reward_12:
|
||||
itemStack:
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: EMERALD_BLOCK
|
||||
meta:
|
||||
==: ItemMeta
|
||||
meta-type: UNSPECIFIC
|
||||
display-name: §2§l$§a§l25 Buycraft Voucher
|
||||
chance: 10.0
|
||||
command: vouchers addamount {player} 25
|
||||
giveItem: false
|
||||
broadcast: true
|
||||
reward_13:
|
||||
itemStack:
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: EMERALD_BLOCK
|
||||
meta:
|
||||
==: ItemMeta
|
||||
meta-type: UNSPECIFIC
|
||||
display-name: §2§l$§a§l50 Voucher
|
||||
chance: 0.0
|
||||
command: vouchers addamount {player} 50
|
||||
giveItem: false
|
||||
broadcast: true
|
||||
reward_14:
|
||||
itemStack:
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: TRIPWIRE_HOOK
|
||||
amount: 16
|
||||
meta:
|
||||
==: ItemMeta
|
||||
meta-type: UNSPECIFIC
|
||||
display-name: §4§l16x Random Owner Keys
|
||||
chance: 5.0
|
||||
command: randomownerkeys {player} 16
|
||||
giveItem: false
|
||||
broadcast: false
|
||||
reward_15:
|
||||
itemStack:
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: BOOK
|
||||
meta:
|
||||
==: ItemMeta
|
||||
meta-type: UNSPECIFIC
|
||||
display-name: §c§l3x Random Clickable Kit
|
||||
chance: 5.0
|
||||
command: randomclickablekit {player} 3
|
||||
giveItem: false
|
||||
broadcast: true
|
||||
reward_16:
|
||||
itemStack:
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: EGG
|
||||
amount: 32
|
||||
meta:
|
||||
==: ItemMeta
|
||||
meta-type: UNSPECIFIC
|
||||
display-name: §d§lEggport
|
||||
lore:
|
||||
- §7Switch places with your
|
||||
- §7enemy that are within 15 blocks!
|
||||
- ''
|
||||
- §fCan be found in the §4§l3.0 Crate§f!
|
||||
chance: 5.0
|
||||
command: ability eggport 32 {player}
|
||||
giveItem: false
|
||||
broadcast: false
|
||||
reward_17:
|
||||
itemStack:
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: BLAZE_ROD
|
||||
amount: 16
|
||||
meta:
|
||||
==: ItemMeta
|
||||
meta-type: UNSPECIFIC
|
||||
display-name: §6§lAnti-Blockup
|
||||
lore:
|
||||
- §7When you hit a player with this
|
||||
- §73 times they may not block up for 15 seconds.
|
||||
- ''
|
||||
- §fCan be found in the §4§l3.0 Crate§f!
|
||||
chance: 5.0
|
||||
command: ability antiblockup 16 {player}
|
||||
giveItem: false
|
||||
broadcast: false
|
||||
reward_18:
|
||||
itemStack:
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: PAPER
|
||||
amount: 16
|
||||
meta:
|
||||
==: ItemMeta
|
||||
meta-type: UNSPECIFIC
|
||||
display-name: §a§lMed Kit
|
||||
lore:
|
||||
- §7Right Click to receive Resistance 3,
|
||||
- §7Regeneration 3, and 4 Absorption
|
||||
- §7Hearts for 5 seconds!
|
||||
- ''
|
||||
- §fCan be found in the §4§l3.0 Crate§f!
|
||||
chance: 5.0
|
||||
command: ability medkit 16 {player}
|
||||
giveItem: false
|
||||
broadcast: false
|
||||
reward_19:
|
||||
itemStack:
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: WORKBENCH
|
||||
amount: 16
|
||||
meta:
|
||||
==: ItemMeta
|
||||
meta-type: UNSPECIFIC
|
||||
display-name: §4§lCrafting Chaos
|
||||
lore:
|
||||
- §7Hit an enemy and for 10 seconds, every
|
||||
- §7hit you deal has a 15% chance of
|
||||
- §7putting them in a crafting table.
|
||||
- ''
|
||||
- §fCan be found in the §4§lQnA §fCrate!
|
||||
chance: 5.0
|
||||
command: ability craftingchaos 10 {player}
|
||||
giveItem: false
|
||||
broadcast: false
|
||||
reward_20:
|
||||
itemStack:
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: NETHER_STAR
|
||||
amount: 10
|
||||
meta:
|
||||
==: ItemMeta
|
||||
meta-type: UNSPECIFIC
|
||||
display-name: §b§lNinja Star
|
||||
lore:
|
||||
- §7Teleport to the last
|
||||
- §7person who hit you within 30 seconds.
|
||||
- ''
|
||||
- §fCan be found in an §b§lAirdrop§f!
|
||||
chance: 5.0
|
||||
command: ability ninjastar 10 {player}
|
||||
giveItem: false
|
||||
broadcast: false
|
||||
reward_21:
|
||||
itemStack:
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: TRIPWIRE_HOOK
|
||||
amount: 20
|
||||
meta:
|
||||
==: ItemMeta
|
||||
meta-type: UNSPECIFIC
|
||||
display-name: §d§lPartner Key
|
||||
lore:
|
||||
- §7Right click a §dPartner Crate §7to receive rewards!
|
||||
enchants:
|
||||
DURABILITY: 1
|
||||
chance: 5.0
|
||||
command: none
|
||||
giveItem: true
|
||||
broadcast: false
|
||||
reward_22:
|
||||
itemStack:
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: EMERALD_BLOCK
|
||||
meta:
|
||||
==: ItemMeta
|
||||
meta-type: UNSPECIFIC
|
||||
display-name: §f§ki§a§l SOTW Bundle §f§ki
|
||||
chance: 7.0
|
||||
command: vouchers addbundles {player} SOTW §2§ki§a§l SOTW Bundle §2§ki
|
||||
giveItem: false
|
||||
broadcast: true
|
||||
reward_23:
|
||||
itemStack:
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: REDSTONE_BLOCK
|
||||
meta:
|
||||
==: ItemMeta
|
||||
meta-type: UNSPECIFIC
|
||||
display-name: §f§ki§6§l Fall Bundle §f§ki
|
||||
chance: 2.5
|
||||
command: vouchers addbundles {player} Seasonal §f§ki§6§l Fall Bundle §f§ki
|
||||
giveItem: false
|
||||
broadcast: true
|
||||
reward_24:
|
||||
itemStack:
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: BEDROCK
|
||||
meta:
|
||||
==: ItemMeta
|
||||
meta-type: UNSPECIFIC
|
||||
display-name: §f§ki§4§l Supreme Fall Bundle §f§ki
|
||||
chance: 0.0
|
||||
command: vouchers addbundles {player} Supreme §f§ki§4§l Supreme Fall Bundle §f§ki
|
||||
giveItem: false
|
||||
broadcast: true
|
||||
reward_25:
|
||||
itemStack:
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: ENDER_CHEST
|
||||
amount: 3
|
||||
meta:
|
||||
==: ItemMeta
|
||||
meta-type: UNSPECIFIC
|
||||
display-name: §e§ki§6§l Fall Lootbox §e§ki
|
||||
lore:
|
||||
- §7Unlocked at §fstore.cavepvp.org
|
||||
- ''
|
||||
- §4§lFINAL REWARDS
|
||||
- ' §7➡ §4Cave Rank'
|
||||
- ' §7➡ §6Summer Rank'
|
||||
- ' §7➡ §6Premium Battle Pass'
|
||||
- ' §7➡ §e§lVIP Subscription'
|
||||
- ' §7➡ §6§lSummer Kit'
|
||||
- ' §7➡ §2$§a10 Buycraft Voucher'
|
||||
- ' §7➡ §2$§a5 Buycraft Voucher'
|
||||
- ' §7➡ §a§l2x Perk Keys'
|
||||
- ' §7➡ §b§l3x Airdrops'
|
||||
- ' §7➡ §6§l5x Summer Keys'
|
||||
- ' §7➡ §cRandom Clickable Kit'
|
||||
- ''
|
||||
- §4§lNORMAL REWARDS
|
||||
- ' §7➡ §d16x Eggports'
|
||||
- ' §7➡ §68x Anti-Blockup'
|
||||
- ' §7➡ §a8x Med Kit'
|
||||
- ' §7➡ §68x Midas Touch'
|
||||
- ' §7➡ §cCrowbar'
|
||||
- ' §7➡ §6§lGod Apple'
|
||||
- ' §7➡ §632x Golden Apple'
|
||||
- ' §7➡ §4OP Bow'
|
||||
- ' §7➡ §bDiamond Sword'
|
||||
- ' §7➡ §bDiamond Helmet'
|
||||
- ' §7➡ §bDiamond Chestplate'
|
||||
- ' §7➡ §bDiamond Leggings'
|
||||
- ' §7➡ §bDiamond Boots'
|
||||
- ' §7➡ §bDiamond Pickaxe'
|
||||
- ' §7➡ §d16x Random Valuable Blocks'
|
||||
- ' §7➡ §832x Gun Powder'
|
||||
- ' §7➡ §e32x Glowstone Blocks'
|
||||
- ' §7➡ §432x Nether Wart'
|
||||
- ' §7➡ §c32x Glistering Melons'
|
||||
chance: 5.0
|
||||
command: crates give {player} Seasonal 5
|
||||
giveItem: false
|
||||
broadcast: false
|
||||
reward_26:
|
||||
itemStack:
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: DROPPER
|
||||
amount: 5
|
||||
meta:
|
||||
==: ItemMeta
|
||||
meta-type: UNSPECIFIC
|
||||
display-name: §b§lAir Drop
|
||||
lore:
|
||||
- §7Obtainable at §fstore.cavepvp.org§7.
|
||||
- ''
|
||||
- §ePlace this down to designate a location for the drop!
|
||||
chance: 3.0
|
||||
command: none
|
||||
giveItem: true
|
||||
broadcast: false
|
||||
reward_27:
|
||||
itemStack:
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: CHEST
|
||||
meta:
|
||||
==: ItemMeta
|
||||
meta-type: UNSPECIFIC
|
||||
display-name: §c§lSpider Man Armor Class
|
||||
lore:
|
||||
- ''
|
||||
- '§cPerks:'
|
||||
- §c❙ §f25% Fall Damage Reduction
|
||||
- §c❙ §fPermanent Jump Boost II, Speed II, Fire Resistance I
|
||||
- §c❙ §fSHIFT + Click to put the last player you hit in cobwebs!
|
||||
- ''
|
||||
- §aClick to redeem this armor set
|
||||
chance: 2.5
|
||||
command: none
|
||||
giveItem: true
|
||||
broadcast: false
|
||||
reward_28:
|
||||
itemStack:
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: CHEST
|
||||
meta:
|
||||
==: ItemMeta
|
||||
meta-type: UNSPECIFIC
|
||||
display-name: §5§lTrapper Armor Class
|
||||
lore:
|
||||
- ''
|
||||
- '§5Perks:'
|
||||
- §5❙ §fTake 10% less damage
|
||||
- §5❙ §fMed Kits and Portable Resistance last 25% longer
|
||||
- §5❙ §fSHIFT + Click to put the last player you hit on Ability Item cooldown
|
||||
- ''
|
||||
- §aClick to redeem this armor set
|
||||
chance: 2.5
|
||||
command: none
|
||||
giveItem: true
|
||||
broadcast: false
|
||||
reward_29:
|
||||
itemStack:
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: CHEST
|
||||
meta:
|
||||
==: ItemMeta
|
||||
meta-type: UNSPECIFIC
|
||||
display-name: §4§lRaider Armor Class
|
||||
lore:
|
||||
- ''
|
||||
- '§4Perks:'
|
||||
- §4❙ §fDeal 5% more damage
|
||||
- §4❙ §f10% Reduced Partner Item cooldown
|
||||
- §4❙ §fSHIFT + Click to activate Midas Touch for 10 seconds
|
||||
- ''
|
||||
- §aClick to redeem this armor set
|
||||
chance: 2.5
|
||||
command: none
|
||||
giveItem: true
|
||||
broadcast: false
|
||||
reward_30:
|
||||
itemStack:
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: CHEST
|
||||
meta:
|
||||
==: ItemMeta
|
||||
meta-type: UNSPECIFIC
|
||||
display-name: §c§lPyromaniac Armor Class
|
||||
lore:
|
||||
- ''
|
||||
- '§cPerks:'
|
||||
- §c❙ §fSHIFT + Click to throw shockwaves
|
||||
- §c❙ §f1% chance of putting them on Fire and giving them Wither I for 8 seconds.
|
||||
- ''
|
||||
- §aClick to redeem this armor set
|
||||
chance: 2.5
|
||||
command: none
|
||||
giveItem: true
|
||||
broadcast: false
|
||||
reward_31:
|
||||
itemStack:
|
||||
==: org.bukkit.inventory.ItemStack
|
||||
type: CHEST
|
||||
meta:
|
||||
==: ItemMeta
|
||||
meta-type: UNSPECIFIC
|
||||
display-name: §a§lGrinder Armor Class
|
||||
lore:
|
||||
- ''
|
||||
- '§aPerks:'
|
||||
- §a❙ §f2x permanent XP multiplier
|
||||
- ''
|
||||
- §aClick to redeem this armor set
|
||||
chance: 2.5
|
||||
command: none
|
||||
giveItem: true
|
||||
broadcast: false
|
338
Configs + Precompiled/config/HCTeams/eventSchedule.json
Normal file
338
Configs + Precompiled/config/HCTeams/eventSchedule.json
Normal file
@ -0,0 +1,338 @@
|
||||
{
|
||||
"8 0:0": "End",
|
||||
"8 1:30": "Desert",
|
||||
"8 3:0": "Village",
|
||||
"8 4:30": "Hell",
|
||||
"8 6:0": "Aquarium",
|
||||
"8 7:30": "End",
|
||||
"8 9:0": "Desert",
|
||||
"8 10:30": "Village",
|
||||
"8 12:0": "Hell",
|
||||
"8 13:30": "Aquarium",
|
||||
"8 15:0": "End",
|
||||
"8 16:30": "Desert",
|
||||
"8 18:0": "Village",
|
||||
"8 19:30": "Hell",
|
||||
"8 21:0": "Aquarium",
|
||||
"8 22:30": "End",
|
||||
"9 0:0": "Aquarium",
|
||||
"9 1:30": "Desert",
|
||||
"9 3:0": "Hell",
|
||||
"9 4:30": "Village",
|
||||
"9 6:0": "End",
|
||||
"9 7:30": "Aquarium",
|
||||
"9 9:0": "Desert",
|
||||
"9 10:30": "Hell",
|
||||
"9 12:0": "Village",
|
||||
"9 13:30": "End",
|
||||
"9 15:0": "Aquarium",
|
||||
"9 16:30": "Desert",
|
||||
"9 18:0": "Hell",
|
||||
"9 19:30": "Village",
|
||||
"9 21:0": "End",
|
||||
"9 22:30": "Aquarium",
|
||||
"10 0:0": "Village",
|
||||
"10 1:30": "Aquarium",
|
||||
"10 3:0": "Hell",
|
||||
"10 4:30": "End",
|
||||
"10 6:0": "Desert",
|
||||
"10 7:30": "Village",
|
||||
"10 9:0": "Aquarium",
|
||||
"10 10:30": "Hell",
|
||||
"10 12:0": "End",
|
||||
"10 13:30": "Desert",
|
||||
"10 15:0": "Village",
|
||||
"10 16:30": "Aquarium",
|
||||
"10 18:0": "Hell",
|
||||
"10 19:30": "End",
|
||||
"10 21:0": "Desert",
|
||||
"10 22:30": "Village",
|
||||
"11 0:0": "Desert",
|
||||
"11 1:30": "Aquarium",
|
||||
"11 3:0": "Village",
|
||||
"11 4:30": "Hell",
|
||||
"11 6:0": "End",
|
||||
"11 7:30": "Desert",
|
||||
"11 9:0": "Aquarium",
|
||||
"11 10:30": "Village",
|
||||
"11 12:0": "Hell",
|
||||
"11 13:30": "End",
|
||||
"11 15:0": "Desert",
|
||||
"11 16:30": "Aquarium",
|
||||
"11 18:0": "Village",
|
||||
"11 19:30": "Hell",
|
||||
"11 21:0": "End",
|
||||
"11 22:30": "Desert",
|
||||
"12 0:0": "Hell",
|
||||
"12 1:30": "Desert",
|
||||
"12 3:0": "End",
|
||||
"12 4:30": "Aquarium",
|
||||
"12 6:0": "Village",
|
||||
"12 7:30": "Hell",
|
||||
"12 9:0": "Desert",
|
||||
"12 10:30": "End",
|
||||
"12 12:0": "Aquarium",
|
||||
"12 13:30": "Village",
|
||||
"12 15:0": "Hell",
|
||||
"12 16:30": "Desert",
|
||||
"12 18:0": "End",
|
||||
"12 19:30": "Aquarium",
|
||||
"12 21:0": "Village",
|
||||
"12 22:30": "Hell",
|
||||
"13 0:0": "End",
|
||||
"13 1:30": "Desert",
|
||||
"13 3:0": "Village",
|
||||
"13 4:30": "Aquarium",
|
||||
"13 6:0": "Hell",
|
||||
"13 7:30": "End",
|
||||
"13 9:0": "Desert",
|
||||
"13 10:30": "Village",
|
||||
"13 12:0": "Aquarium",
|
||||
"13 13:30": "Hell",
|
||||
"13 15:0": "End",
|
||||
"13 16:30": "Desert",
|
||||
"13 18:0": "Village",
|
||||
"13 19:30": "Aquarium",
|
||||
"13 21:0": "Hell",
|
||||
"13 22:30": "End",
|
||||
"14 0:0": "Desert",
|
||||
"14 1:30": "Hell",
|
||||
"14 3:0": "Aquarium",
|
||||
"14 4:30": "End",
|
||||
"14 6:0": "Village",
|
||||
"14 7:30": "Desert",
|
||||
"14 9:0": "Hell",
|
||||
"14 10:30": "Aquarium",
|
||||
"14 12:0": "End",
|
||||
"14 13:30": "Village",
|
||||
"14 15:0": "Desert",
|
||||
"14 16:30": "Hell",
|
||||
"14 18:0": "Aquarium",
|
||||
"14 19:30": "End",
|
||||
"14 21:0": "Village",
|
||||
"14 22:30": "Desert",
|
||||
"15 0:0": "Desert",
|
||||
"15 1:30": "End",
|
||||
"15 3:0": "Village",
|
||||
"15 4:30": "Aquarium",
|
||||
"15 6:0": "Hell",
|
||||
"15 7:30": "Desert",
|
||||
"15 9:0": "End",
|
||||
"15 10:30": "Village",
|
||||
"15 12:0": "Aquarium",
|
||||
"15 13:30": "Hell",
|
||||
"15 15:0": "Desert",
|
||||
"15 16:30": "End",
|
||||
"15 18:0": "Village",
|
||||
"15 19:30": "Aquarium",
|
||||
"15 21:0": "Hell",
|
||||
"15 22:30": "Desert",
|
||||
"16 0:0": "Village",
|
||||
"16 1:30": "Desert",
|
||||
"16 3:0": "End",
|
||||
"16 4:30": "Hell",
|
||||
"16 6:0": "Aquarium",
|
||||
"16 7:30": "Village",
|
||||
"16 9:0": "Desert",
|
||||
"16 10:30": "End",
|
||||
"16 12:0": "Hell",
|
||||
"16 13:30": "Aquarium",
|
||||
"16 15:0": "Village",
|
||||
"16 16:30": "Desert",
|
||||
"16 18:0": "End",
|
||||
"16 19:30": "Hell",
|
||||
"16 21:0": "Aquarium",
|
||||
"16 22:30": "Village",
|
||||
"17 0:0": "Desert",
|
||||
"17 1:30": "Aquarium",
|
||||
"17 3:0": "Village",
|
||||
"17 4:30": "Hell",
|
||||
"17 6:0": "End",
|
||||
"17 7:30": "Desert",
|
||||
"17 9:0": "Aquarium",
|
||||
"17 10:30": "Village",
|
||||
"17 12:0": "Hell",
|
||||
"17 13:30": "End",
|
||||
"17 15:0": "Desert",
|
||||
"17 16:30": "Aquarium",
|
||||
"17 18:0": "Village",
|
||||
"17 19:30": "Hell",
|
||||
"17 21:0": "End",
|
||||
"17 22:30": "Desert",
|
||||
"18 0:0": "End",
|
||||
"18 1:30": "Desert",
|
||||
"18 3:0": "Hell",
|
||||
"18 4:30": "Village",
|
||||
"18 6:0": "Aquarium",
|
||||
"18 7:30": "End",
|
||||
"18 9:0": "Desert",
|
||||
"18 10:30": "Hell",
|
||||
"18 12:0": "Village",
|
||||
"18 13:30": "Aquarium",
|
||||
"18 15:0": "End",
|
||||
"18 16:30": "Desert",
|
||||
"18 18:0": "Hell",
|
||||
"18 19:30": "Village",
|
||||
"18 21:0": "Aquarium",
|
||||
"18 22:30": "End",
|
||||
"19 0:0": "Hell",
|
||||
"19 1:30": "Aquarium",
|
||||
"19 3:0": "End",
|
||||
"19 4:30": "Desert",
|
||||
"19 6:0": "Village",
|
||||
"19 7:30": "Hell",
|
||||
"19 9:0": "Aquarium",
|
||||
"19 10:30": "End",
|
||||
"19 12:0": "Desert",
|
||||
"19 13:30": "Village",
|
||||
"19 15:0": "Hell",
|
||||
"19 16:30": "Aquarium",
|
||||
"19 18:0": "End",
|
||||
"19 19:30": "Desert",
|
||||
"19 21:0": "Village",
|
||||
"19 22:30": "Hell",
|
||||
"20 0:0": "Desert",
|
||||
"20 1:30": "Village",
|
||||
"20 3:0": "End",
|
||||
"20 4:30": "Aquarium",
|
||||
"20 6:0": "Hell",
|
||||
"20 7:30": "Desert",
|
||||
"20 9:0": "Village",
|
||||
"20 10:30": "End",
|
||||
"20 12:0": "Aquarium",
|
||||
"20 13:30": "Hell",
|
||||
"20 15:0": "Desert",
|
||||
"20 16:30": "Village",
|
||||
"20 18:0": "End",
|
||||
"20 19:30": "Aquarium",
|
||||
"20 21:0": "Hell",
|
||||
"20 22:30": "Desert",
|
||||
"21 0:0": "Hell",
|
||||
"21 1:30": "Desert",
|
||||
"21 3:0": "End",
|
||||
"21 4:30": "Aquarium",
|
||||
"21 6:0": "Village",
|
||||
"21 7:30": "Hell",
|
||||
"21 9:0": "Desert",
|
||||
"21 10:30": "End",
|
||||
"21 12:0": "Aquarium",
|
||||
"21 13:30": "Village",
|
||||
"21 15:0": "Hell",
|
||||
"21 16:30": "Desert",
|
||||
"21 18:0": "End",
|
||||
"21 19:30": "Aquarium",
|
||||
"21 21:0": "Village",
|
||||
"21 22:30": "Hell",
|
||||
"22 0:0": "Desert",
|
||||
"22 1:30": "Aquarium",
|
||||
"22 3:0": "Village",
|
||||
"22 4:30": "End",
|
||||
"22 6:0": "Hell",
|
||||
"22 7:30": "Desert",
|
||||
"22 9:0": "Aquarium",
|
||||
"22 10:30": "Village",
|
||||
"22 12:0": "End",
|
||||
"22 13:30": "Hell",
|
||||
"22 15:0": "Desert",
|
||||
"22 16:30": "Aquarium",
|
||||
"22 18:0": "Village",
|
||||
"22 19:30": "End",
|
||||
"22 21:0": "Hell",
|
||||
"22 22:30": "Desert",
|
||||
"23 0:0": "Desert",
|
||||
"23 1:30": "Village",
|
||||
"23 3:0": "Aquarium",
|
||||
"23 4:30": "End",
|
||||
"23 6:0": "Hell",
|
||||
"23 7:30": "Desert",
|
||||
"23 9:0": "Village",
|
||||
"23 10:30": "Aquarium",
|
||||
"23 12:0": "End",
|
||||
"23 13:30": "Hell",
|
||||
"23 15:0": "Desert",
|
||||
"23 16:30": "Village",
|
||||
"23 18:0": "Aquarium",
|
||||
"23 19:30": "End",
|
||||
"23 21:0": "Hell",
|
||||
"23 22:30": "Desert",
|
||||
"24 0:0": "Hell",
|
||||
"24 1:30": "Desert",
|
||||
"24 3:0": "Village",
|
||||
"24 4:30": "End",
|
||||
"24 6:0": "Aquarium",
|
||||
"24 7:30": "Hell",
|
||||
"24 9:0": "Desert",
|
||||
"24 10:30": "Village",
|
||||
"24 12:0": "End",
|
||||
"24 13:30": "Aquarium",
|
||||
"24 15:0": "Hell",
|
||||
"24 16:30": "Desert",
|
||||
"24 18:0": "Village",
|
||||
"24 19:30": "End",
|
||||
"24 21:0": "Aquarium",
|
||||
"24 22:30": "Hell",
|
||||
"25 0:0": "Village",
|
||||
"25 1:30": "Desert",
|
||||
"25 3:0": "Aquarium",
|
||||
"25 4:30": "Hell",
|
||||
"25 6:0": "End",
|
||||
"25 7:30": "Village",
|
||||
"25 9:0": "Desert",
|
||||
"25 10:30": "Aquarium",
|
||||
"25 12:0": "Hell",
|
||||
"25 13:30": "End",
|
||||
"25 15:0": "Village",
|
||||
"25 16:30": "Desert",
|
||||
"25 18:0": "Aquarium",
|
||||
"25 19:30": "Hell",
|
||||
"25 21:0": "End",
|
||||
"25 22:30": "Village",
|
||||
"26 0:0": "Hell",
|
||||
"26 1:30": "Aquarium",
|
||||
"26 3:0": "Village",
|
||||
"26 4:30": "Desert",
|
||||
"26 6:0": "End",
|
||||
"26 7:30": "Hell",
|
||||
"26 9:0": "Aquarium",
|
||||
"26 10:30": "Village",
|
||||
"26 12:0": "Desert",
|
||||
"26 13:30": "End",
|
||||
"26 15:0": "Hell",
|
||||
"26 16:30": "Aquarium",
|
||||
"26 18:0": "Village",
|
||||
"26 19:30": "Desert",
|
||||
"26 21:0": "End",
|
||||
"26 22:30": "Hell",
|
||||
"27 0:0": "Desert",
|
||||
"27 1:30": "Aquarium",
|
||||
"27 3:0": "End",
|
||||
"27 4:30": "Hell",
|
||||
"27 6:0": "Village",
|
||||
"27 7:30": "Desert",
|
||||
"27 9:0": "Aquarium",
|
||||
"27 10:30": "End",
|
||||
"27 12:0": "Hell",
|
||||
"27 13:30": "Village",
|
||||
"27 15:0": "Desert",
|
||||
"27 16:30": "Aquarium",
|
||||
"27 18:0": "End",
|
||||
"27 19:30": "Hell",
|
||||
"27 21:0": "Village",
|
||||
"27 22:30": "Desert",
|
||||
"28 0:0": "End",
|
||||
"28 1:30": "Hell",
|
||||
"28 3:0": "Desert",
|
||||
"28 4:30": "Aquarium",
|
||||
"28 6:0": "Village",
|
||||
"28 7:30": "End",
|
||||
"28 9:0": "Hell",
|
||||
"28 10:30": "Desert",
|
||||
"28 12:0": "Aquarium",
|
||||
"28 13:30": "Village",
|
||||
"28 15:0": "End",
|
||||
"28 16:30": "Hell",
|
||||
"28 18:0": "Desert",
|
||||
"28 19:30": "Aquarium",
|
||||
"28 21:0": "Village",
|
||||
"28 22:30": "End"
|
||||
}
|
@ -0,0 +1,16 @@
|
||||
{
|
||||
"name": "Aquarium",
|
||||
"capLocation": {
|
||||
"x": -499.5,
|
||||
"y": 71.0,
|
||||
"z": 499.5
|
||||
},
|
||||
"world": "world",
|
||||
"capDistance": 3,
|
||||
"capTime": 480,
|
||||
"hidden": false,
|
||||
"mini": false,
|
||||
"active": false,
|
||||
"koth": true,
|
||||
"type": "KOTH"
|
||||
}
|
@ -0,0 +1,16 @@
|
||||
{
|
||||
"name": "Citadel",
|
||||
"capLocation": {
|
||||
"x": -197.71400831436935,
|
||||
"y": 32.0,
|
||||
"z": -499.9347015444014
|
||||
},
|
||||
"world": "world_nether",
|
||||
"capDistance": 3,
|
||||
"capTime": 720,
|
||||
"hidden": false,
|
||||
"mini": false,
|
||||
"active": true,
|
||||
"koth": true,
|
||||
"type": "KOTH"
|
||||
}
|
16
Configs + Precompiled/config/HCTeams/events/koth/Desert.json
Normal file
16
Configs + Precompiled/config/HCTeams/events/koth/Desert.json
Normal file
@ -0,0 +1,16 @@
|
||||
{
|
||||
"name": "Desert",
|
||||
"capLocation": {
|
||||
"x": 499.5,
|
||||
"y": 70.0,
|
||||
"z": -499.5
|
||||
},
|
||||
"world": "world",
|
||||
"capDistance": 4,
|
||||
"capTime": 480,
|
||||
"hidden": false,
|
||||
"mini": false,
|
||||
"active": false,
|
||||
"koth": true,
|
||||
"type": "KOTH"
|
||||
}
|
16
Configs + Precompiled/config/HCTeams/events/koth/EOTW.json
Normal file
16
Configs + Precompiled/config/HCTeams/events/koth/EOTW.json
Normal file
@ -0,0 +1,16 @@
|
||||
{
|
||||
"name": "EOTW",
|
||||
"capLocation": {
|
||||
"x": 0.5,
|
||||
"y": 80.0,
|
||||
"z": 0.5
|
||||
},
|
||||
"world": "world",
|
||||
"capDistance": 3,
|
||||
"capTime": 240,
|
||||
"hidden": false,
|
||||
"mini": false,
|
||||
"active": false,
|
||||
"koth": true,
|
||||
"type": "KOTH"
|
||||
}
|
16
Configs + Precompiled/config/HCTeams/events/koth/End.json
Normal file
16
Configs + Precompiled/config/HCTeams/events/koth/End.json
Normal file
@ -0,0 +1,16 @@
|
||||
{
|
||||
"name": "End",
|
||||
"capLocation": {
|
||||
"x": 203.63085801070682,
|
||||
"y": 72.0,
|
||||
"z": -35.49792764017163
|
||||
},
|
||||
"world": "world_the_end",
|
||||
"capDistance": 3,
|
||||
"capTime": 480,
|
||||
"hidden": false,
|
||||
"mini": false,
|
||||
"active": false,
|
||||
"koth": true,
|
||||
"type": "KOTH"
|
||||
}
|
16
Configs + Precompiled/config/HCTeams/events/koth/Hell.json
Normal file
16
Configs + Precompiled/config/HCTeams/events/koth/Hell.json
Normal file
@ -0,0 +1,16 @@
|
||||
{
|
||||
"name": "Hell",
|
||||
"capLocation": {
|
||||
"x": 89.5,
|
||||
"y": 37.0,
|
||||
"z": 450.5
|
||||
},
|
||||
"world": "world_nether",
|
||||
"capDistance": 4,
|
||||
"capTime": 480,
|
||||
"hidden": false,
|
||||
"mini": false,
|
||||
"active": false,
|
||||
"koth": true,
|
||||
"type": "KOTH"
|
||||
}
|
@ -0,0 +1,16 @@
|
||||
{
|
||||
"name": "Nether-Outpost",
|
||||
"capLocation": {
|
||||
"x": 500.5,
|
||||
"y": 32.0,
|
||||
"z": -113.5
|
||||
},
|
||||
"world": "world_nether",
|
||||
"capDistance": 4,
|
||||
"capTime": 900,
|
||||
"hidden": true,
|
||||
"mini": false,
|
||||
"active": false,
|
||||
"koth": true,
|
||||
"type": "KOTH"
|
||||
}
|
@ -0,0 +1,16 @@
|
||||
{
|
||||
"name": "NetherCitadel",
|
||||
"capLocation": {
|
||||
"x": -195.51424893866835,
|
||||
"y": 32.0,
|
||||
"z": -497.4992356106338
|
||||
},
|
||||
"world": "world_nether",
|
||||
"capDistance": 4,
|
||||
"capTime": 60,
|
||||
"hidden": false,
|
||||
"mini": false,
|
||||
"active": false,
|
||||
"koth": true,
|
||||
"type": "KOTH"
|
||||
}
|
@ -0,0 +1,16 @@
|
||||
{
|
||||
"name": "Road-Outpost",
|
||||
"capLocation": {
|
||||
"x": 0.5,
|
||||
"y": 70.0,
|
||||
"z": 1199.5
|
||||
},
|
||||
"world": "world",
|
||||
"capDistance": 3,
|
||||
"capTime": 900,
|
||||
"hidden": true,
|
||||
"mini": false,
|
||||
"active": false,
|
||||
"koth": true,
|
||||
"type": "KOTH"
|
||||
}
|
@ -0,0 +1,16 @@
|
||||
{
|
||||
"name": "Spring-Mini",
|
||||
"capLocation": {
|
||||
"x": 264.5,
|
||||
"y": 50.0,
|
||||
"z": -50.5
|
||||
},
|
||||
"world": "MiniKOTH3",
|
||||
"capDistance": 3,
|
||||
"capTime": 300,
|
||||
"hidden": false,
|
||||
"mini": true,
|
||||
"active": false,
|
||||
"koth": true,
|
||||
"type": "KOTH"
|
||||
}
|
@ -0,0 +1,16 @@
|
||||
{
|
||||
"name": "Summer-Mini",
|
||||
"capLocation": {
|
||||
"x": 252.5,
|
||||
"y": 50.0,
|
||||
"z": -48.5
|
||||
},
|
||||
"world": "MiniKOTH2",
|
||||
"capDistance": 3,
|
||||
"capTime": 300,
|
||||
"hidden": false,
|
||||
"mini": true,
|
||||
"active": false,
|
||||
"koth": true,
|
||||
"type": "KOTH"
|
||||
}
|
@ -0,0 +1,16 @@
|
||||
{
|
||||
"name": "Village",
|
||||
"capLocation": {
|
||||
"x": -500.5,
|
||||
"y": 78.0,
|
||||
"z": -500.5
|
||||
},
|
||||
"world": "world",
|
||||
"capDistance": 3,
|
||||
"capTime": 480,
|
||||
"hidden": false,
|
||||
"mini": false,
|
||||
"active": false,
|
||||
"koth": true,
|
||||
"type": "KOTH"
|
||||
}
|
@ -0,0 +1,16 @@
|
||||
{
|
||||
"name": "Winter-Mini",
|
||||
"capLocation": {
|
||||
"x": 250.5,
|
||||
"y": 40.0,
|
||||
"z": -51.5
|
||||
},
|
||||
"world": "MiniKOTH",
|
||||
"capDistance": 3,
|
||||
"capTime": 300,
|
||||
"hidden": false,
|
||||
"mini": true,
|
||||
"active": false,
|
||||
"koth": true,
|
||||
"type": "KOTH"
|
||||
}
|
43
Configs + Precompiled/config/HCTeams/mapInfo.json
Normal file
43
Configs + Precompiled/config/HCTeams/mapInfo.json
Normal file
@ -0,0 +1,43 @@
|
||||
{
|
||||
"kitMap": false,
|
||||
"allyLimit": 0,
|
||||
"teamSize": 3,
|
||||
"regenTimeDeath": 30,
|
||||
"regenTimeRaidable": 30,
|
||||
"scoreboardTitle": "\u00264\u0026lCavePvP \u00267┃ \u0026fFasts",
|
||||
"mapStartedString": "Map started Saturday.",
|
||||
"warzone": 1000,
|
||||
"netherBuffer": 250,
|
||||
"worldBuffer": 300,
|
||||
"endPortalLocation": "1000, 1000",
|
||||
"border": 3000,
|
||||
"goppleCooldown": {
|
||||
"$numberLong": "360"
|
||||
},
|
||||
"fastSmeltEnabled": true,
|
||||
"looting": {
|
||||
"base": 1.0,
|
||||
"level1": 1.0,
|
||||
"level2": 1.0,
|
||||
"level3": 1.0
|
||||
},
|
||||
"crafting": {
|
||||
"gopple": true,
|
||||
"reducedMelon": true
|
||||
},
|
||||
"deathban": {
|
||||
"CAVE": 1,
|
||||
"HOLIDAY": 5,
|
||||
"RAVINE": 5,
|
||||
"PLATINUM": 15,
|
||||
"SAPPHIRE": 20,
|
||||
"PEARL": 25,
|
||||
"EMERALD": 30,
|
||||
"DIAMOND": 45,
|
||||
"GOLD": 60,
|
||||
"IRON": 90,
|
||||
"DEFAULT": 120
|
||||
},
|
||||
"minForceInviteMembers": 10,
|
||||
"dtrIncrementMultiplier": 4.5
|
||||
}
|
44
Configs + Precompiled/config/HCTeams/minieventSchedule.json
Normal file
44
Configs + Precompiled/config/HCTeams/minieventSchedule.json
Normal file
@ -0,0 +1,44 @@
|
||||
{
|
||||
"211 14:0": "Spring-Mini",
|
||||
"211 19:0": "Winter-Mini",
|
||||
"212 14:0": "Summer-Mini",
|
||||
"212 19:0": "Spring-Mini",
|
||||
"213 14:0": "Spring-Mini",
|
||||
"213 19:0": "Summer-Mini",
|
||||
"214 14:0": "Summer-Mini",
|
||||
"214 19:0": "Winter-Mini",
|
||||
"215 14:0": "Winter-Mini",
|
||||
"215 19:0": "Spring-Mini",
|
||||
"216 14:0": "Spring-Mini",
|
||||
"216 19:0": "Summer-Mini",
|
||||
"217 14:0": "Summer-Mini",
|
||||
"217 19:0": "Winter-Mini",
|
||||
"218 14:0": "Summer-Mini",
|
||||
"218 19:0": "Winter-Mini",
|
||||
"219 14:0": "Winter-Mini",
|
||||
"219 19:0": "Summer-Mini",
|
||||
"220 14:0": "Summer-Mini",
|
||||
"220 19:0": "Spring-Mini",
|
||||
"221 14:0": "Summer-Mini",
|
||||
"221 19:0": "Winter-Mini",
|
||||
"222 14:0": "Spring-Mini",
|
||||
"222 19:0": "Summer-Mini",
|
||||
"223 14:0": "Winter-Mini",
|
||||
"223 19:0": "Spring-Mini",
|
||||
"224 14:0": "Winter-Mini",
|
||||
"224 19:0": "Summer-Mini",
|
||||
"225 14:0": "Spring-Mini",
|
||||
"225 19:0": "Winter-Mini",
|
||||
"226 14:0": "Winter-Mini",
|
||||
"226 19:0": "Spring-Mini",
|
||||
"227 14:0": "Spring-Mini",
|
||||
"227 19:0": "Summer-Mini",
|
||||
"228 14:0": "Spring-Mini",
|
||||
"228 19:0": "Summer-Mini",
|
||||
"229 14:0": "Spring-Mini",
|
||||
"229 19:0": "Summer-Mini",
|
||||
"230 14:0": "Summer-Mini",
|
||||
"230 19:0": "Spring-Mini",
|
||||
"231 14:0": "Winter-Mini",
|
||||
"231 19:0": "Summer-Mini"
|
||||
}
|
78
Configs + Precompiled/config/HCTeams/redeem_creator.yml
Normal file
78
Configs + Precompiled/config/HCTeams/redeem_creator.yml
Normal file
@ -0,0 +1,78 @@
|
||||
partners:
|
||||
Zigy:
|
||||
aliases:
|
||||
- Ziggy
|
||||
Dylan_:
|
||||
aliases:
|
||||
- Dylan
|
||||
- Loser
|
||||
Resucting:
|
||||
aliases:
|
||||
- Resu
|
||||
NotRamix:
|
||||
aliases:
|
||||
- Ramix
|
||||
FlushaAimLock:
|
||||
aliases:
|
||||
- Flusha
|
||||
- FlushaAimSex
|
||||
- ballz
|
||||
- balls
|
||||
- GovernmentExperiment
|
||||
iMakeMcVids:
|
||||
aliases:
|
||||
- iMake
|
||||
Vik:
|
||||
aliases:
|
||||
- VikStar123
|
||||
- Walmart
|
||||
Zylowh:
|
||||
aliases: []
|
||||
Rheiley:
|
||||
aliases: []
|
||||
Headed:
|
||||
aliases:
|
||||
- Headass
|
||||
- virgin
|
||||
- edater
|
||||
OmarSmosh:
|
||||
aliases: []
|
||||
Samfay:
|
||||
aliases:
|
||||
- SamHCF
|
||||
- virgin2
|
||||
- edater2
|
||||
- ratio
|
||||
Informing:
|
||||
aliases:
|
||||
- Then
|
||||
stevvn:
|
||||
aliases:
|
||||
- steven
|
||||
Lectors:
|
||||
aliases:
|
||||
- shitter
|
||||
Frozeado:
|
||||
aliases: []
|
||||
Nicoarg17:
|
||||
aliases: []
|
||||
Houp:
|
||||
aliases: []
|
||||
Eamotyn:
|
||||
aliases: []
|
||||
Elivann:
|
||||
aliases: []
|
||||
TobiiM9:
|
||||
aliases:
|
||||
- tobim9
|
||||
- tobi
|
||||
QnA:
|
||||
aliases:
|
||||
- FatLard
|
||||
- Billy
|
||||
Rowin:
|
||||
aliases:
|
||||
- Emma
|
||||
Lokonazo1:
|
||||
aliases:
|
||||
- Lokonazo
|
4
Configs + Precompiled/config/LunarClientAPI/config.yml
Normal file
4
Configs + Precompiled/config/LunarClientAPI/config.yml
Normal file
@ -0,0 +1,4 @@
|
||||
SERVER_NAME: cavepvp.com
|
||||
restrict: false
|
||||
kick-message: '&cYou must use Lunar Client to connect to this server.'
|
||||
authenticate: " \n&aYou have connected to the server with &lLunar Client&a.\n "
|
9
Configs + Precompiled/config/Mobtimizer/config.yml
Normal file
9
Configs + Precompiled/config/Mobtimizer/config.yml
Normal file
@ -0,0 +1,9 @@
|
||||
STACK_ENTITIES: true
|
||||
ENTITY_MERGE_RADIUS: 5.0
|
||||
ENTITY_MERGE_AMOUNT: 6
|
||||
MERGE_SPAWNER_ENTITIES_ONLY: false
|
||||
MENTALLY_CHALLENGED_MOBS: true
|
||||
MAX_ENTITES_PER_CHUNK: 55
|
||||
END_MOBS_ALWAYS_ACTIVE: true
|
||||
STACKABLE_MOB_TYPES: []
|
||||
CHICKEN_EGG_TIME_MS: 240000
|
7
Configs + Precompiled/config/ModSuite/config.json
Normal file
7
Configs + Precompiled/config/ModSuite/config.json
Normal file
@ -0,0 +1,7 @@
|
||||
{
|
||||
"defaultSlowTime": 5000,
|
||||
"modModeDisabled": false,
|
||||
"modModeOnJoin": true,
|
||||
"muted": false,
|
||||
"slowTime": 0
|
||||
}
|
623
Configs + Precompiled/config/MonthlyCrates/config.yml
Normal file
623
Configs + Precompiled/config/MonthlyCrates/config.yml
Normal file
@ -0,0 +1,623 @@
|
||||
-messages:
|
||||
prefix: '&4&lCavePvP &8┃&f '
|
||||
no-perms: '%prefix%You don''t have permission to execute this command.'
|
||||
config-reloaded: '%prefix%Config has successfully reloaded!'
|
||||
invalid-usage: '%prefix%Incorrect usage.'
|
||||
success-give: '%prefix%You have successfully given &4%amount%x &c%crate% &fMonthly
|
||||
Crates to &c%player%&f!'
|
||||
success-give-other: '%prefix%You have been given &4%amount%x &c2022 Mystery Boxes&f!'
|
||||
created-item: '%prefix%You have added your hand item to the crate! To remove it,
|
||||
go into the config and delete it.'
|
||||
help-message:
|
||||
- '&6/mcrate - show this message!'
|
||||
- '&6/mcrate list - view the crate storage'
|
||||
- '&6/mcrate reload - reload the config'
|
||||
- '&6/mcrate giveall <crate> <amount> - give all players a monthly crate'
|
||||
- '&6/mcrate give <player> <crate> <amount> - give a player a monthly crate'
|
||||
- '&6/mcrate addItem <crateName> <type:(normal or final)> <chance> <giveItem:(if
|
||||
false, command is used)> <command:(don''t put anything here if giveItem is true)>'
|
||||
- '&6Permission needed to execute /mcrate: mcrates.storage'
|
||||
- '&6Permission needed to execute other commands: mcrates.admin'
|
||||
storage-inv:
|
||||
Name: '&8%crate#% Crates'
|
||||
Size: 36
|
||||
crates:
|
||||
Seasonal:
|
||||
crate:
|
||||
Material: ENDER_CHEST
|
||||
Glow: false
|
||||
ItemData: -1
|
||||
Name: '&e&ki&6&ki&e&ki&6&l &nOCTOBER MYSTERY BOX&e &ki&6&ki&e&ki'
|
||||
Lores:
|
||||
- '&fPurchaseable at &estore.cavepvp.org'
|
||||
- ''
|
||||
- '&e<&m----&6&l ALL REWARDS &e&m----&e>'
|
||||
- '&f* &4&lEXTREME &e&ki&6 Custom Rank &e&ki'
|
||||
- '&f* &5&lULTIMATE &fCave Rank'
|
||||
- '&f* &5&lULTIMATE &fHoliday Rank'
|
||||
- '&f* &2&lCASH &2$&a100.00 &fStore Voucher'
|
||||
- '&f* &2&lCASH &2$&a50.00 &fStore Voucher'
|
||||
- '&f* &2&lCASH &2$&a25.00 &fStore Voucher'
|
||||
- '&f* &2&lCASH &2$&a10.00 &fStore Voucher'
|
||||
- '&f* &c&lRARE &f5x Air Drop'
|
||||
- '&f* &c&lRARE &f10x Fall Lootboxes'
|
||||
- '&f* &c&lRARE &f16x Owner Keys'
|
||||
- '&f* &c&lRARE &f24x Partner Keys'
|
||||
- '&f* &c&lRARE &f32x Halloween Keys'
|
||||
- '&f* &c&lRARE &f5x Zeus Hammer'
|
||||
- '&f* &c&lRARE &f3x Random Clickable Kits'
|
||||
- ''
|
||||
- '&e<&m----&6&l ALL REWARDS &e&m----&e>'
|
||||
- '&f* &c&lRARE &f1x Air Drop'
|
||||
- '&f* &c&lRARE &f3x Fall Lootboxes'
|
||||
- '&f* &c&lRARE &f5x Halloween Keys'
|
||||
- '&f* &c&lRARE &f10x Cave Keys'
|
||||
- '&f* &c&lRARE &f16x Legendary Keys'
|
||||
- '&f* &c&lRARE &fEvader Custom Enchant'
|
||||
- '&f* &c&lRARE &fGuardian Angel Custom Enchant'
|
||||
- '&f* &6&lUNCOMMON &fLazy Brewer'
|
||||
- '&f* &6&lUNCOMMON &f5x Power Stone'
|
||||
- '&f* &6&lUNCOMMON &f5x Reality Stone'
|
||||
- '&f* &6&lUNCOMMON &f5x Soul Stone'
|
||||
- '&f* &6&lUNCOMMON &f5x Mind Stone'
|
||||
- '&f* &6&lUNCOMMON &f5x Time Stone'
|
||||
- '&f* &6&lUNCOMMON &f1x September Helmet'
|
||||
- '&f* &6&lUNCOMMON &f1x September Chestplate'
|
||||
- '&f* &6&lUNCOMMON &f1x September Leggings'
|
||||
- '&f* &6&lUNCOMMON &f1x September Boots'
|
||||
- '&f* &6&lUNCOMMON &f1x September Sword'
|
||||
- '&f* &6&lUNCOMMON &f1x September Pickaxe'
|
||||
- '&f* &6&lUNCOMMON &f1x September Bow'
|
||||
- '&f* &a&lCOMMON &f64x Random Valuables'
|
||||
- '&f* &a&lCOMMON &f2x Crowbar'
|
||||
- '&f* &a&lCOMMON &f6x GOD Apples'
|
||||
- '&f* &a&lCOMMON &f32x Golden Apples'
|
||||
- '&f* &a&lCOMMON &f128x Ender Pearl'
|
||||
gui:
|
||||
Name: '&8Crate: %name%'
|
||||
not-redeemed:
|
||||
Material: ENDER_CHEST
|
||||
Glow: false
|
||||
ItemData: -1
|
||||
Amount: 1
|
||||
Name: '&f&l???'
|
||||
Lores:
|
||||
- '&7Click to receive a random'
|
||||
- '&7item from the crate.'
|
||||
final-not-redeemable:
|
||||
Material: STAINED_GLASS_PANE
|
||||
PaneColor: RED
|
||||
Glow: false
|
||||
Amount: 1
|
||||
Name: '&c&l???'
|
||||
Lores:
|
||||
- '&7You can''t open the final reward'
|
||||
- '&7until you have redeemed all other rewards.'
|
||||
animation:
|
||||
Glow: false
|
||||
ScrambleAnimationRunsPerItem: 10
|
||||
FinalAnimationRuns: 6
|
||||
animation-on-colors:
|
||||
- BLUE
|
||||
- LIME
|
||||
- ORANGE
|
||||
- MAGENTA
|
||||
- PINK
|
||||
- YELLOW
|
||||
animation-off-color: BLACK
|
||||
normal-rewards:
|
||||
'0':
|
||||
Material: EMERALD_BLOCK
|
||||
Amount: 64
|
||||
Glow: false
|
||||
ItemData: -1
|
||||
GiveItem: false
|
||||
Name: '&2&lEmerald Blocks'
|
||||
Lores: []
|
||||
Commands:
|
||||
- give emeraldblock 64 %player%
|
||||
Enchantments: []
|
||||
Chance: 2.0
|
||||
'1':
|
||||
Material: DIAMOND_BLOCK
|
||||
Amount: 64
|
||||
Glow: false
|
||||
ItemData: -1
|
||||
GiveItem: false
|
||||
Name: '&b&lDiamond Blocks'
|
||||
Lores: []
|
||||
Commands:
|
||||
- give diamondblock 64 %player%
|
||||
Enchantments: []
|
||||
Chance: 2.0
|
||||
'2':
|
||||
Material: GOLD_BLOCK
|
||||
Amount: 64
|
||||
Glow: false
|
||||
ItemData: -1
|
||||
GiveItem: false
|
||||
Name: '&6&lGold Blocks'
|
||||
Lores: []
|
||||
Commands:
|
||||
- give goldblock 64 %player%
|
||||
Enchantments: []
|
||||
Chance: 2.0
|
||||
'3':
|
||||
Material: IRON_BLOCK
|
||||
Amount: 64
|
||||
Glow: false
|
||||
ItemData: -1
|
||||
GiveItem: false
|
||||
Name: '&7&lIron Blocks'
|
||||
Lores: []
|
||||
Commands:
|
||||
- give ironblock 64 %player%
|
||||
Enchantments: []
|
||||
Chance: 2.0
|
||||
'4':
|
||||
Material: DIAMOND_HOE
|
||||
Amount: 2
|
||||
Glow: false
|
||||
ItemData: -1
|
||||
GiveItem: false
|
||||
Name: '&cCrowbar'
|
||||
Lores: []
|
||||
Commands:
|
||||
- crowbar %player%
|
||||
- crowbar %player%
|
||||
Enchantments: []
|
||||
Chance: 5.0
|
||||
'5':
|
||||
Material: GOLDEN_APPLE
|
||||
Amount: 32
|
||||
Glow: false
|
||||
ItemData: -1
|
||||
GiveItem: false
|
||||
Name: '&6&l32x Golden Apples'
|
||||
Lores: []
|
||||
Commands:
|
||||
- give 322:1 32 %player%
|
||||
Enchantments: []
|
||||
Chance: 5.0
|
||||
'6':
|
||||
Material: ENDER_PEARL
|
||||
Amount: 64
|
||||
Glow: false
|
||||
ItemData: -1
|
||||
GiveItem: false
|
||||
Name: '&5&l128x Ender Pearls'
|
||||
Lores: []
|
||||
Commands:
|
||||
- give enderpearl 32 %player%
|
||||
- give enderpearl 32 %player%
|
||||
- give enderpearl 32 %player%
|
||||
- give enderpearl 32 %player%
|
||||
Enchantments: []
|
||||
Chance: 5.0
|
||||
'7':
|
||||
Material: DIAMOND_HELMET
|
||||
Amount: 1
|
||||
Glow: false
|
||||
ItemData: -1
|
||||
GiveItem: true
|
||||
Name: '&6&lSeptember Helmet'
|
||||
Commands: []
|
||||
Lores:
|
||||
- '&cHellForged IV'
|
||||
- '&cImplants V'
|
||||
- '&cMermaid III'
|
||||
- '&cRecover I'
|
||||
- '&cFireResistance I'
|
||||
- '&cGreed I'
|
||||
Enchantments:
|
||||
- PROTECTION_ENVIRONMENTAL:2
|
||||
- DURABILITY:3
|
||||
Chance: 2.0
|
||||
'8':
|
||||
Material: DIAMOND_CHESTPLATE
|
||||
Amount: 1
|
||||
Glow: false
|
||||
ItemData: -1
|
||||
GiveItem: true
|
||||
Name: '&6&lSeptember Chestplate'
|
||||
Commands: []
|
||||
Lores:
|
||||
- '&cHellForged IV'
|
||||
- '&cRecover I'
|
||||
- '&cFireResistance I'
|
||||
- '&cInvisibility I'
|
||||
- '&cFury I'
|
||||
Enchantments:
|
||||
- PROTECTION_ENVIRONMENTAL:2
|
||||
- DURABILITY:3
|
||||
Chance: 2.0
|
||||
'9':
|
||||
Material: DIAMOND_LEGGINGS
|
||||
Amount: 1
|
||||
Glow: false
|
||||
ItemData: -1
|
||||
GiveItem: true
|
||||
Name: '&6&lSeptember Leggings'
|
||||
Commands: []
|
||||
Lores:
|
||||
- '&cHellForged IV'
|
||||
- '&cRecover I'
|
||||
- '&cFireResistance I'
|
||||
- '&cSwift I'
|
||||
Enchantments:
|
||||
- PROTECTION_ENVIRONMENTAL:2
|
||||
- DURABILITY:3
|
||||
Chance: 2.0
|
||||
'10':
|
||||
Material: DIAMOND_BOOTS
|
||||
Amount: 1
|
||||
Glow: false
|
||||
ItemData: -1
|
||||
GiveItem: true
|
||||
Name: '&6&lSeptember Boots'
|
||||
Commands: []
|
||||
Lores:
|
||||
- '&cSpeed II'
|
||||
- '&cHellForged IV'
|
||||
- '&cRecover I'
|
||||
- '&cFireResistance I'
|
||||
Enchantments:
|
||||
- PROTECTION_ENVIRONMENTAL:2
|
||||
- PROTECTION_FALL:4
|
||||
- DURABILITY:3
|
||||
Chance: 2.0
|
||||
'11':
|
||||
Material: DIAMOND_SWORD
|
||||
Amount: 1
|
||||
Glow: false
|
||||
ItemData: -1
|
||||
GiveItem: true
|
||||
Name: '&6&lSeptember Sword'
|
||||
Commands: []
|
||||
Lores: []
|
||||
Enchantments:
|
||||
- DAMAGE_ALL:2
|
||||
- FIRE_ASPECT:2
|
||||
- DURABILITY:3
|
||||
Chance: 2.0
|
||||
'12':
|
||||
Material: DIAMOND_PICKAXE
|
||||
Amount: 1
|
||||
Glow: false
|
||||
ItemData: -1
|
||||
GiveItem: true
|
||||
Name: '&6&lSeptember Pickaxe'
|
||||
Commands: []
|
||||
Lores: []
|
||||
Enchantments:
|
||||
- DIG_SPEED:6
|
||||
- LOOT_BONUS_BLOCKS:5
|
||||
- DURABILITY:5
|
||||
Chance: 2.0
|
||||
'13':
|
||||
Material: BOW
|
||||
Amount: 1
|
||||
Glow: false
|
||||
ItemData: -1
|
||||
GiveItem: true
|
||||
Name: '&6&lSeptember Bow'
|
||||
Commands: []
|
||||
Lores: []
|
||||
Enchantments:
|
||||
- ARROW_DAMAGE:5
|
||||
- ARROW_FIRE:1
|
||||
- ARROW_INFINITE:1
|
||||
- DURABILITY:3
|
||||
Chance: 2.0
|
||||
'14':
|
||||
Material: BREWING_STAND_ITEM
|
||||
Amount: 1
|
||||
Glow: false
|
||||
ItemData: -1
|
||||
GiveItem: false
|
||||
Name: '&a&lLazy Brewer'
|
||||
Commands:
|
||||
- ability lazybrewer 1 %player%
|
||||
Lores: []
|
||||
Enchantments: []
|
||||
Chance: 0.0
|
||||
'15':
|
||||
Material: INK_SACK
|
||||
Amount: 5
|
||||
Glow: false
|
||||
ItemData: 5
|
||||
GiveItem: false
|
||||
Name: '&5&l5x Power Stone'
|
||||
Commands:
|
||||
- ability powerstone 5 %player%
|
||||
Lores: []
|
||||
Enchantments: []
|
||||
Chance: 2.5
|
||||
'16':
|
||||
Material: INK_SACK
|
||||
Amount: 5
|
||||
Glow: false
|
||||
ItemData: 14
|
||||
GiveItem: false
|
||||
Name: '&6&l5x Mind Stone'
|
||||
Commands:
|
||||
- ability mindstone 5 %player%
|
||||
Lores: []
|
||||
Enchantments: []
|
||||
Chance: 2.5
|
||||
'17':
|
||||
Material: GOLD_INGOT
|
||||
Amount: 5
|
||||
Glow: false
|
||||
ItemData: -1
|
||||
GiveItem: false
|
||||
Name: '&6&l5x Soul Stone'
|
||||
Commands:
|
||||
- ability soulstone 5 %player%
|
||||
Lores: []
|
||||
Enchantments: []
|
||||
Chance: 2.5
|
||||
'18':
|
||||
Material: REDSTONE
|
||||
Amount: 5
|
||||
Glow: false
|
||||
ItemData: -1
|
||||
GiveItem: false
|
||||
Name: '&c&l5x Reality Stone'
|
||||
Commands:
|
||||
- ability realitystone 5 %player%
|
||||
Lores: []
|
||||
Enchantments: []
|
||||
Chance: 2.5
|
||||
'19':
|
||||
Material: EMERALD
|
||||
Amount: 5
|
||||
Glow: false
|
||||
ItemData: -1
|
||||
GiveItem: false
|
||||
Name: '&a&l5x Time Stone'
|
||||
Commands:
|
||||
- ability timestone 5 %player%
|
||||
Lores: []
|
||||
Enchantments: []
|
||||
Chance: 2.5
|
||||
'20':
|
||||
Material: BOOK
|
||||
Amount: 1
|
||||
Glow: false
|
||||
ItemData: -1
|
||||
GiveItem: false
|
||||
Name: '&d&l1x Evader Enchantment Book'
|
||||
Lores: []
|
||||
Commands:
|
||||
- ce givebook %player% Evader 1
|
||||
Enchantments: []
|
||||
Chance: 1.0
|
||||
'21':
|
||||
Material: BOOK
|
||||
Amount: 1
|
||||
Glow: false
|
||||
ItemData: -1
|
||||
GiveItem: false
|
||||
Name: '&d&l1x Guardian Angel Enchantment Book'
|
||||
Lores: []
|
||||
Commands:
|
||||
- ce givebook %player% GuardianAngel 1
|
||||
Enchantments: []
|
||||
Chance: 1.0
|
||||
'22':
|
||||
Material: DROPPER
|
||||
Amount: 1
|
||||
Glow: false
|
||||
ItemData: -1
|
||||
GiveItem: false
|
||||
Name: '&b&l1x Air Drop'
|
||||
Lores: []
|
||||
Commands:
|
||||
- airdrops give %player% 1
|
||||
Enchantments: []
|
||||
Chance: 1.0
|
||||
'23':
|
||||
Material: ENDER_CHEST
|
||||
Amount: 1
|
||||
Glow: false
|
||||
ItemData: -1
|
||||
GiveItem: false
|
||||
Name: '&6&l3x Fall Lootbox'
|
||||
Lores: []
|
||||
Commands:
|
||||
- crates give %player% Seasonal 3
|
||||
Enchantments: []
|
||||
Chance: 1.0
|
||||
'24':
|
||||
Material: TRIPWIRE_HOOK
|
||||
Amount: 5
|
||||
Glow: false
|
||||
ItemData: -1
|
||||
GiveItem: false
|
||||
Name: '&6&l5x Halloween Keys'
|
||||
Lores: []
|
||||
Commands:
|
||||
- cr givekey %player% Seasonal 5
|
||||
Enchantments: []
|
||||
Chance: 1.0
|
||||
'25':
|
||||
Material: TRIPWIRE_HOOK
|
||||
Amount: 10
|
||||
Glow: false
|
||||
ItemData: -1
|
||||
GiveItem: false
|
||||
Name: '&4&l10x Cave Keys'
|
||||
Lores: []
|
||||
Commands:
|
||||
- cr givekey %player% Cave 10
|
||||
Enchantments: []
|
||||
Chance: 1.0
|
||||
'26':
|
||||
Material: TRIPWIRE_HOOK
|
||||
Amount: 16
|
||||
Glow: false
|
||||
ItemData: -1
|
||||
GiveItem: false
|
||||
Name: '&5&l16x Legendary Keys'
|
||||
Lores: []
|
||||
Commands:
|
||||
- cr givekey %player% Legendary 16
|
||||
Enchantments: []
|
||||
Chance: 1.0
|
||||
final-rewards:
|
||||
'0':
|
||||
Material: BOOK
|
||||
Amount: 1
|
||||
Glow: false
|
||||
ItemData: -1
|
||||
GiveItem: false
|
||||
Name: '&c&l3x Random Clickable Kit'
|
||||
Lores: []
|
||||
Commands:
|
||||
- randomclickablekit %player% 3
|
||||
Enchantments: []
|
||||
Chance: 5.0
|
||||
'1':
|
||||
Material: BLAZE_ROD
|
||||
Amount: 5
|
||||
Glow: false
|
||||
ItemData: -1
|
||||
GiveItem: false
|
||||
Name: '&6&l5x Zeus Hammer'
|
||||
Lores: []
|
||||
Commands:
|
||||
- ability zeushammer 5 %player%
|
||||
Chance: 3.0
|
||||
'2':
|
||||
Material: DROPPER
|
||||
Amount: 1
|
||||
Glow: false
|
||||
ItemData: -1
|
||||
GiveItem: false
|
||||
Name: '&b&l5x Air Drop'
|
||||
Lores: []
|
||||
Commands:
|
||||
- airdrops give %player% 5
|
||||
Enchantments: []
|
||||
Chance: 2.0
|
||||
'3':
|
||||
Material: ENDER_CHEST
|
||||
Amount: 10
|
||||
Glow: false
|
||||
ItemData: -1
|
||||
GiveItem: false
|
||||
Name: '&6&l10x Fall Lootbox'
|
||||
Lores: []
|
||||
Commands:
|
||||
- crates give %player% Seasonal 10
|
||||
Enchantments: []
|
||||
Chance: 2.0
|
||||
'4':
|
||||
Material: TRIPWIRE_HOOK
|
||||
Amount: 32
|
||||
Glow: false
|
||||
ItemData: -1
|
||||
GiveItem: false
|
||||
Name: '&6&l32x Halloween Keys'
|
||||
Lores: []
|
||||
Commands:
|
||||
- cr givekey %player% Seasonal 32
|
||||
Enchantments: []
|
||||
Chance: 2.0
|
||||
'5':
|
||||
Material: TRIPWIRE_HOOK
|
||||
Amount: 16
|
||||
Glow: false
|
||||
ItemData: -1
|
||||
GiveItem: false
|
||||
Name: '&4&l16x Owner Keys'
|
||||
Lores: []
|
||||
Commands:
|
||||
- randomownerkeys %player% 16
|
||||
Enchantments: []
|
||||
Chance: 2.0
|
||||
'6':
|
||||
Material: TRIPWIRE_HOOK
|
||||
Amount: 24
|
||||
Glow: false
|
||||
ItemData: -1
|
||||
GiveItem: false
|
||||
Name: '&d&l24x Partner Keys'
|
||||
Lores: []
|
||||
Commands:
|
||||
- cr givekey %player% Partner 24
|
||||
Enchantments: []
|
||||
Chance: 2.0
|
||||
'7':
|
||||
Material: STONE
|
||||
Amount: 1
|
||||
Glow: false
|
||||
ItemData: -1
|
||||
GiveItem: false
|
||||
Name: '&4&l30-day Cave Rank'
|
||||
Lores: []
|
||||
Commands:
|
||||
- vouchers addrank %player% Cave 30d &4&l30-day Cave Rank
|
||||
- raw &f
|
||||
- raw &4&lMystery Box
|
||||
- raw &f%player% &chas just won &4&l30-day Cave Rank&c!
|
||||
- raw &7Purchase Mystery Boxes on our store at &fstore.cavepvp.org&7!
|
||||
- raw &f
|
||||
Enchantments: []
|
||||
Chance: 0.0
|
||||
'8':
|
||||
Material: COBBLESTONE
|
||||
Amount: 1
|
||||
Glow: false
|
||||
ItemData: -1
|
||||
GiveItem: false
|
||||
Name: '&a&l40-day Spooky Rank'
|
||||
Lores: []
|
||||
Commands:
|
||||
- vouchers addrank %player% Holiday 40d &6&l40-day Spooky Rank
|
||||
- raw &f
|
||||
- raw &4&lMystery Box
|
||||
- raw &f%player% &chas just won &6&l40-day Spooky Rank&c!
|
||||
- raw &7Purchase Mystery Boxes on our store at &fstore.cavepvp.org&7!
|
||||
- raw &f
|
||||
Enchantments: []
|
||||
Chance: 0.0
|
||||
'9':
|
||||
Material: STONE
|
||||
Amount: 1
|
||||
Glow: false
|
||||
ItemData: -1
|
||||
GiveItem: false
|
||||
Name: '&d&l50-day Ravine Rank'
|
||||
Lores: []
|
||||
Commands:
|
||||
- vouchers addrank %player% Ravine 50d &d&l50-day Ravine Rank
|
||||
- raw &f
|
||||
- raw &4&lMystery Box
|
||||
- raw &f%player% &chas just won &d&l50-day Ravine Rank&c!
|
||||
- raw &7Purchase Mystery Boxes on our store at &fstore.cavepvp.org&7!
|
||||
- raw &f
|
||||
Enchantments: []
|
||||
Chance: 0.0
|
||||
'10':
|
||||
Material: GOLD_BLOCK
|
||||
Amount: 1
|
||||
Glow: false
|
||||
ItemData: -1
|
||||
GiveItem: false
|
||||
Name: '&e&l60-day VIP Status'
|
||||
Lores: []
|
||||
Commands:
|
||||
- vouchers addrank %player% VIP 60d &e&l60-day VIP Status
|
||||
- raw &f
|
||||
- raw &4&lMystery Box
|
||||
- raw &f%player% &chas just won &e&l60-day VIP Status&c!
|
||||
- raw &7Purchase Mystery Boxes on our store at &fstore.cavepvp.org&7!
|
||||
- raw &f
|
||||
Enchantments: []
|
||||
Chance: 0
|
||||
time:
|
||||
ScrambleAnimationSpeedInTicks: 3
|
||||
FinalAnimationSpeedInTicks: 3
|
||||
once-per-item: false
|
10
Configs + Precompiled/config/Neutron/config.yml
Normal file
10
Configs + Precompiled/config/Neutron/config.yml
Normal file
@ -0,0 +1,10 @@
|
||||
network: "CAVEPVP"
|
||||
mongo:
|
||||
host: "0.0.0.0"
|
||||
port: 27017
|
||||
database: "Neutron"
|
||||
server:
|
||||
name: "Fasts"
|
||||
fancyName:
|
||||
displayName: true
|
||||
tabListName: false
|
2
Configs + Precompiled/config/Piston/config.yml
Normal file
2
Configs + Precompiled/config/Piston/config.yml
Normal file
@ -0,0 +1,2 @@
|
||||
server:
|
||||
slots: 1000
|
6
Configs + Precompiled/config/PlugMan/config.yml
Normal file
6
Configs + Precompiled/config/PlugMan/config.yml
Normal file
@ -0,0 +1,6 @@
|
||||
###
|
||||
# A list of plugins that we should ignore when doing enable, disable, restart, load, reload, and unload.
|
||||
#
|
||||
# This takes the form of a comma separated list enclosed within the brackets.
|
||||
###
|
||||
ignored-plugins: [PlugMan]
|
1
Configs + Precompiled/config/Profiles/config.yml
Normal file
1
Configs + Precompiled/config/Profiles/config.yml
Normal file
@ -0,0 +1 @@
|
||||
databaseName: "Profiles"
|
11
Configs + Precompiled/config/Proton/config.yml
Normal file
11
Configs + Precompiled/config/Proton/config.yml
Normal file
@ -0,0 +1,11 @@
|
||||
Redis:
|
||||
Host: '0.0.0.0'
|
||||
DbId: 3
|
||||
Port: 6379
|
||||
Backbone:
|
||||
Host: '0.0.0.0'
|
||||
DbId: 0
|
||||
Port: 6379
|
||||
NametagPacketRestriction:
|
||||
Enabled: false
|
||||
BypassPrefix: '&a'
|
263
Configs + Precompiled/config/Proton/holograms.json
Normal file
263
Configs + Precompiled/config/Proton/holograms.json
Normal file
@ -0,0 +1,263 @@
|
||||
[
|
||||
{
|
||||
"id": 33,
|
||||
"location": {
|
||||
"world": "Spawn",
|
||||
"x": 20.5,
|
||||
"y": 71.5,
|
||||
"z": 29.5,
|
||||
"yaw": 332.55054,
|
||||
"pitch": 82.200035
|
||||
},
|
||||
"lines": [
|
||||
"\u00265\u0026lLegendary Crate",
|
||||
"§f§ostore.cavepvp.org"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 34,
|
||||
"location": {
|
||||
"world": "Spawn",
|
||||
"x": 0.5606243760630027,
|
||||
"y": 71.22926145831116,
|
||||
"z": 26.54973290485479,
|
||||
"yaw": 1.102364,
|
||||
"pitch": 0.4409499
|
||||
},
|
||||
"lines": [
|
||||
"\u0026a\u0026lOverworld Portal",
|
||||
"\u00267Jump through this water",
|
||||
"§7to teleport to the real world!"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"location": {
|
||||
"world": "world",
|
||||
"x": -13.54843159742499,
|
||||
"y": 173.5,
|
||||
"z": -35.49425461701776,
|
||||
"yaw": -3.4831543,
|
||||
"pitch": 90.0
|
||||
},
|
||||
"lines": [
|
||||
"\u00264\u0026lShop",
|
||||
"\u00267Buy or Sell items",
|
||||
"\u00267in our server shop",
|
||||
"spacer",
|
||||
"\u0026aShop is located down this pathway"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 15,
|
||||
"location": {
|
||||
"world": "Spawn",
|
||||
"x": -26.5,
|
||||
"y": 71.5,
|
||||
"z": 6.5,
|
||||
"yaw": 339.9001,
|
||||
"pitch": 90.0
|
||||
},
|
||||
"lines": [
|
||||
"\u0026c\u0026liMakeMcVids Crate",
|
||||
"§f§ostore.cavepvp.org"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 17,
|
||||
"location": {
|
||||
"world": "Spawn",
|
||||
"x": 24.5,
|
||||
"y": 71.5,
|
||||
"z": 25.5,
|
||||
"yaw": 276.30005,
|
||||
"pitch": 90.0
|
||||
},
|
||||
"lines": [
|
||||
"\u0026b\u0026lRare Crate",
|
||||
"§f§ostore.cavepvp.org"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 18,
|
||||
"location": {
|
||||
"world": "Spawn",
|
||||
"x": -26.5,
|
||||
"y": 71.5,
|
||||
"z": -5.5,
|
||||
"yaw": 184.37273,
|
||||
"pitch": -12.89995
|
||||
},
|
||||
"lines": [
|
||||
"\u00263\u0026lHeaded Crate",
|
||||
"\u0026f\u0026ostore.cavepvp.org"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 19,
|
||||
"location": {
|
||||
"world": "Spawn",
|
||||
"x": -22.5,
|
||||
"y": 71.50000000476837,
|
||||
"z": 18.5,
|
||||
"yaw": 271.3973,
|
||||
"pitch": -4.3181725
|
||||
},
|
||||
"lines": [
|
||||
"\u00264\u0026lKOTH Crate",
|
||||
"§f§o/koth schedule"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 20,
|
||||
"location": {
|
||||
"world": "Spawn",
|
||||
"x": 23.5,
|
||||
"y": 71.6,
|
||||
"z": 28.5,
|
||||
"yaw": 308.82962,
|
||||
"pitch": 5.3999906
|
||||
},
|
||||
"lines": [
|
||||
"\u00264\u0026lCave Crate",
|
||||
"§f§ostore.cavepvp.org"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 21,
|
||||
"location": {
|
||||
"world": "Spawn",
|
||||
"x": -20.5,
|
||||
"y": 71.5,
|
||||
"z": 0.5,
|
||||
"yaw": -59.868927,
|
||||
"pitch": 14.699806
|
||||
},
|
||||
"lines": [
|
||||
"\u0026d\u0026lPartner Crate",
|
||||
"§f§ostore.cavepvp.org"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 22,
|
||||
"location": {
|
||||
"world": "Spawn",
|
||||
"x": 8.5,
|
||||
"y": 71.5,
|
||||
"z": 28.5,
|
||||
"yaw": 353.52948,
|
||||
"pitch": 10.199877
|
||||
},
|
||||
"lines": [
|
||||
"\u00266\u0026lFall Lootbox",
|
||||
"§f§ostore.cavepvp.org"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 23,
|
||||
"location": {
|
||||
"world": "Spawn",
|
||||
"x": -20.5,
|
||||
"y": 71.4,
|
||||
"z": 26.5,
|
||||
"yaw": 0.0,
|
||||
"pitch": 0.0
|
||||
},
|
||||
"lines": [
|
||||
"§f§ki§4§l TREASURE CHESTS §f§ki",
|
||||
"§f§ostore.cavepvp.org"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 24,
|
||||
"location": {
|
||||
"world": "world",
|
||||
"x": 29.872337345898167,
|
||||
"y": 266.6330486813818,
|
||||
"z": 4.984532815440751,
|
||||
"yaw": 74.63651,
|
||||
"pitch": 42.53624
|
||||
},
|
||||
"lines": [
|
||||
"\u0026c\u0026lCentral Chest"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 25,
|
||||
"location": {
|
||||
"world": "Spawn",
|
||||
"x": 4.5,
|
||||
"y": 71.6,
|
||||
"z": 28.5,
|
||||
"yaw": 346.02966,
|
||||
"pitch": 2.249848
|
||||
},
|
||||
"lines": [
|
||||
"\u0026b\u0026lAirdrop",
|
||||
"§f§ostore.cavepvp.org"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 26,
|
||||
"location": {
|
||||
"world": "Spawn",
|
||||
"x": -3.5,
|
||||
"y": 71.45,
|
||||
"z": 28.5,
|
||||
"yaw": -27.470575,
|
||||
"pitch": 3.2999787
|
||||
},
|
||||
"lines": [
|
||||
"\u0026a\u0026lPerk Crate",
|
||||
"§f§ostore.cavepvp.org"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 27,
|
||||
"location": {
|
||||
"world": "world",
|
||||
"x": -9.5,
|
||||
"y": 71.00000000476837,
|
||||
"z": 32.5,
|
||||
"yaw": 10.947636,
|
||||
"pitch": 50.999954
|
||||
},
|
||||
"lines": [
|
||||
"\u00266\u0026lMini KOTH Zone",
|
||||
"§f§oEnter the portal to compete",
|
||||
"§f§oin Mini KOTHs for points and rewards!",
|
||||
"§f",
|
||||
"\u0026eType /minikoth for more information."
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 28,
|
||||
"location": {
|
||||
"world": "Spawn",
|
||||
"x": -7.5,
|
||||
"y": 71.5,
|
||||
"z": 28.5,
|
||||
"yaw": -2.1206124,
|
||||
"pitch": -21.59999
|
||||
},
|
||||
"lines": [
|
||||
"\u0026e\u0026ki\u00266\u0026lHalloween Crate\u0026e\u0026ki",
|
||||
"§f§ostore.cavepvp.org"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 29,
|
||||
"location": {
|
||||
"world": "world",
|
||||
"x": -13.54843159742499,
|
||||
"y": 173.5,
|
||||
"z": -35.49425461701776,
|
||||
"yaw": -3.4831543,
|
||||
"pitch": 90.0
|
||||
},
|
||||
"lines": [
|
||||
"\u0026c\u0026l❤ \u00264\u0026lCupid\u0027s \u0026f\u0026lMystery Box \u0026c\u0026l❤",
|
||||
"§f§ostore.cavepvp.org"
|
||||
]
|
||||
}
|
||||
]
|
29
Configs + Precompiled/config/Queue/config.yml
Normal file
29
Configs + Precompiled/config/Queue/config.yml
Normal file
@ -0,0 +1,29 @@
|
||||
REDIS:
|
||||
HOST: "0.0.0.0"
|
||||
PORT: 6379
|
||||
AUTHENTICATION:
|
||||
ENABLED: false
|
||||
PASSWORD: ""
|
||||
SETTINGS:
|
||||
SERVER_ID: "Fasts" # The server's unique ID
|
||||
SERVER_NAME: "Fasts" # The server's display name (not network name)
|
||||
CACHE_SERVERS: true
|
||||
PRIORITY:
|
||||
DEFAULT: 1
|
||||
RANKS:
|
||||
Default:
|
||||
PRIORITY: 1
|
||||
PERMISSION: "ranks.default"
|
||||
VIP:
|
||||
PRIORITY: 2
|
||||
PERMISSION: "ranks.vip"
|
||||
MVP:
|
||||
PRIORITY: 3
|
||||
PERMISSION: "ranks.mvp"
|
||||
QUEUE:
|
||||
JOINED: "&aYou have joined the {0} queue."
|
||||
LEFT: "&cYou have been removed from the {0} queue."
|
||||
REMINDER:
|
||||
- "&eYou are position &d#{0} &eof &d{1} &ein the &a{2} &equeue."
|
||||
- "&7Purchase a rank at store.cavepvp.org to get a higher queue priority."
|
||||
SENDING: "&aSending you to {0}..."
|
1
Configs + Precompiled/config/Suge/config.yml
Normal file
1
Configs + Precompiled/config/Suge/config.yml
Normal file
@ -0,0 +1 @@
|
||||
size: 54
|
6552
Configs + Precompiled/config/Suge/kits.yml
Normal file
6552
Configs + Precompiled/config/Suge/kits.yml
Normal file
File diff suppressed because it is too large
Load Diff
4
Configs + Precompiled/config/Universe/config.yml
Normal file
4
Configs + Precompiled/config/Universe/config.yml
Normal file
@ -0,0 +1,4 @@
|
||||
name: "Fasts"
|
||||
group: "HCF"
|
||||
redis:
|
||||
host: "0.0.0.0"
|
1
Configs + Precompiled/config/Vault/config.yml
Normal file
1
Configs + Precompiled/config/Vault/config.yml
Normal file
@ -0,0 +1 @@
|
||||
update-check: true
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user