Vendrick is looking for a fight, are you up to the challenge?
Want to give your server a bit more of an edge? Players finding life too easy? Need some new sweet gear to spice up gameplay?
Vendrick has it all. For a price. Are you ready?
Plugin supports 1.17 and upwards.
Features:
- Win and lose mechanics
- Sweet loot to collect
- Crafting recipes and custom trades
- Multiple attacks
- Cutscenes
- Config file
- Customizable messages file for translation
- Frequent updates and bug fixes
Spoiler: Eternal Star craft
This fight has been balanced around vanilla items and weapons.
Please if you have any issues or suggestions, make sure you either start a conversation with me or reply to the discussion, or contact me on discord first before posting a negative review!
Spoiler: Discord
rain_stxrm
Config:
Spoiler: config.yml
# ---------FIGHT CONFIG----------
# These settings effect how the fight work
# Whether vendrick can spawn or not
# default = false
disable-boss: false
# Disables/Enables the blindness and slowness given to players after Vendrick is killed
# Default = false
disable-effects: false
# Skips the after fight cutscene
# Default = false
skip-cutscene: true
# Skips the after Dark Vendrick fight cutscene
skip-dark-cutscene: false
# Name: WinMessage
# The players name will be put where [player] is
# '&' is used to change the colour of the text
# BroadcastMessage will tell everyone online that a player defeated vendrick (true/false)
# Default = "&3&o[player] Has defeated Vendrick!" / true
WinMessage: "&3&o[player] Has defeated Vendrick!"
BroadcastMessage: true
# This decides whether players keep their inventory if they die in the fight
# default = true
keep-inventory: true
# Sets Vendrick's health
# Interval attacks will always happen at the same times
# Default and minimum = 500
# Maximum = 2048
vendrick-health: 500
# Sets the health of Dark Vendrick's spirits
# Maximum = 2048
spirit-health: 350
# Whether Vendrick has the ability to use his "Eternal growth" attack
# Default = false
DoGrowths: false
#This decides whether players are able to obtain drops after killing vendrick (effects all drops)
#default = true
do-drops: true
# Chance for drops after beating vendrick. 1 = 100%, 0.01 = 1%, 0.001 = 0.01%
# Put the chance as 0 to prevent that item being dropped
item-chances:
- 0.15 # Emerald block
- 0.11 # Eternal Fragment
- 0.11 # Essence of eternity
- 0.10 # Void Core
- 0.08 # Infinium
- 0.05 # Totem of undying
- 0.03 # Plasma Torch
- 0.02 # Eternal Hatchet
- 0.02 # Shatter spine
- 0.01 # The catalyst
- 0.007 # Pre-heated oven
- 0.007 # Fusion chamber
- 0.007 # Vendrick Talisman
# -----------------------------------------
# -----------SPAWN CONFIG------------------
# These settings effect where vendrick can spawn
# This decides whether vendrick can be spawned anywhere or only at the locations below
# Default = false
use-locations: false
# Organise the locations where vendrick can spawn in this format
# [location name]:
# - x
# - y
# - z
# Refer to the example location below for help
spawn-locations:
1:
- 42680
- 73
- 33828
#-----------ITEM CONFIG-------------------
# These setting effect how certain items work and the ways you obtain them
# This is the mob type the eternal trader will be
# D-trader is the Distorted merchant
# Make sure to type out the name in all caps
# default = VILLAGER
trader-type: VILLAGER
D-trader-type: VILLAGER
M-trader-type: VILLAGER
# This decides whether all players on the server will be told when someone trades for a special item (true/false)
# default = true
announce-special: true
# This decides whether players are able to craft the special items
can-craft: true
# Name: PlayerShatterDmg
# This is the damage the shatter stick's ability will do
# ShatterCooldown is how long the cooldown will be on the ability (in seconds)
# ShowCooldown tells the player when their shatter stick has been used and when it is off cooldown
# Default = 15 / 7 / true
PlayerShatterDmg: 15
ShatterCooldown: 7
ShowCooldown: true
# This list effects the mobs that the energy rifle CAN'T damage
rifle-safe:
- VILLAGER
# Determines whether a message displays when the energy rifle hits a mob
do-rifle-feedback: true
# How much damage the rifle will do
rifle-damage: 100
# How much hunger the rifle will take
rifle-cost: 4
# The mob that drops the flame/wave core
# Make sure the chosen mob is killable or cores will not be obtainable without /ven i
# defaults:
# BLAZE
# GUARDIAN
# PHANTOM
flame-core-mob: BLAZE
wave-core-mob: GUARDIAN
voltaic-core-mob: PHANTOM
#-----------ITEM STATS CONFIG-------------------
# These settings effect the enchantments and abilities that certain items have
EternalHatchet:
enchants:
sharp:
- "SHARPNESS"
- "4"
kb:
- "KNOCKBACK"
- "2"
TrueEternalHatchet:
enchants:
sharp:
- "SHARPNESS"
- "10"
kb:
- "KNOCKBACK"
- "2"
fire:
- "FIRE_ASPECT"
- "2"
mending:
- "MENDING"
- "1"
-
EternalHelmet:
enchants:
unb:
- "UNBREAKING"
- "10"
# Inputs will be interpreted as %
helm-damage-bonus: 25
helm-damage-reduction: 35
EternalChestplate:
enchants:
unb:
- "UNBREAKING"
- "3"
prot:
- "PROTECTION"
- "3"
# How many half hearts the chestplate will heal
chestplate-heal: 2
# Cooldown is in seconds
chestplate-cooldown: 1
EternalLeggings:
enchants:
unb:
- "UNBREAKING"
- "3"
prot:
- "PROTECTION"
- "3"
# Both are in seconds
legs-potion-length: 10
legs-cooldown: 15
# In %
legs-chance: 10
boots-double-chance: 2
Code (Text):
# ---------FIGHT CONFIG----------
# These settings effect how the fight work
# Whether vendrick can spawn or not
# default = false
disable-boss: false
# Disables/Enables the blindness and slowness given to players after Vendrick is killed
# Default = false
disable-effects: false
# Skips the after fight cutscene
# Default = false
skip-cutscene: true
# Skips the after Dark Vendrick fight cutscene
skip-dark-cutscene: false
# Name: WinMessage
# The players name will be put where [player] is
# '&' is used to change the colour of the text
# BroadcastMessage will tell everyone online that a player defeated vendrick (true/false)
# Default = "&3&o[player] Has defeated Vendrick!" / true
WinMessage: "&3&o[player] Has defeated Vendrick!"
BroadcastMessage: true
# This decides whether players keep their inventory if they die in the fight
# default = true
keep-inventory: true
# Sets Vendrick's health
# Interval attacks will always happen at the same times
# Default and minimum = 500
# Maximum = 2048
vendrick-health: 500
# Sets the health of Dark Vendrick's spirits
# Maximum = 2048
spirit-health: 350
# Whether Vendrick has the ability to use his "Eternal growth" attack
# Default = false
DoGrowths: false
#This decides whether players are able to obtain drops after killing vendrick (effects all drops)
#default = true
do-drops: true
# Chance for drops after beating vendrick. 1 = 100%, 0.01 = 1%, 0.001 = 0.01%
# Put the chance as 0 to prevent that item being dropped
item-chances:
- 0.15 # Emerald block
- 0.11 # Eternal Fragment
- 0.11 # Essence of eternity
- 0.10 # Void Core
- 0.08 # Infinium
- 0.05 # Totem of undying
- 0.03 # Plasma Torch
- 0.02 # Eternal Hatchet
- 0.02 # Shatter spine
- 0.01 # The catalyst
- 0.007 # Pre-heated oven
- 0.007 # Fusion chamber
- 0.007 # Vendrick Talisman
# -----------------------------------------
# -----------SPAWN CONFIG------------------
# These settings effect where vendrick can spawn
# This decides whether vendrick can be spawned anywhere or only at the locations below
# Default = false
use-locations: false
# Organise the locations where vendrick can spawn in this format
# [location name]:
# - x
# - y
# - z
# Refer to the example location below for help
spawn-locations:
1:
- 42680
- 73
- 33828
#-----------ITEM CONFIG-------------------
# These setting effect how certain items work and the ways you obtain them
# This is the mob type the eternal trader will be
# D-trader is the Distorted merchant
# Make sure to type out the name in all caps
# default = VILLAGER
trader-type: VILLAGER
D-trader-type: VILLAGER
M-trader-type: VILLAGER
# This decides whether all players on the server will be told when someone trades for a special item (true/false)
# default = true
announce-special: true
# This decides whether players are able to craft the special items
can-craft: true
# Name: PlayerShatterDmg
# This is the damage the shatter stick's ability will do
# ShatterCooldown is how long the cooldown will be on the ability (in seconds)
# ShowCooldown tells the player when their shatter stick has been used and when it is off cooldown
# Default = 15 / 7 / true
PlayerShatterDmg: 15
ShatterCooldown: 7
ShowCooldown: true
# This list effects the mobs that the energy rifle CAN'T damage
rifle-safe:
- VILLAGER
# Determines whether a message displays when the energy rifle hits a mob
do-rifle-feedback: true
# How much damage the rifle will do
rifle-damage: 100
# How much hunger the rifle will take
rifle-cost: 4
# The mob that drops the flame/wave core
# Make sure the chosen mob is killable or cores will not be obtainable without /ven i
# defaults:
# BLAZE
# GUARDIAN
# PHANTOM
flame-core-mob: BLAZE
wave-core-mob: GUARDIAN
voltaic-core-mob: PHANTOM
#-----------ITEM STATS CONFIG-------------------
# These settings effect the enchantments and abilities that certain items have
EternalHatchet:
enchants:
sharp:
- "SHARPNESS"
- "4"
kb:
- "KNOCKBACK"
- "2"
TrueEternalHatchet:
enchants:
sharp:
- "SHARPNESS"
- "10"
kb:
- "KNOCKBACK"
- "2"
fire:
- "FIRE_ASPECT"
- "2"
mending:
- "MENDING"
- "1"
-
EternalHelmet:
enchants:
unb:
- "UNBREAKING"
- "10"
# Inputs will be interpreted as %
helm-damage-bonus: 25
helm-damage-reduction: 35
EternalChestplate:
enchants:
unb:
- "UNBREAKING"
- "3"
prot:
- "PROTECTION"
- "3"
# How many half hearts the chestplate will heal
chestplate-heal: 2
# Cooldown is in seconds
chestplate-cooldown: 1
EternalLeggings:
enchants:
unb:
- "UNBREAKING"
- "3"
prot:
- "PROTECTION"
- "3"
# Both are in seconds
legs-potion-length: 10
legs-cooldown: 15
# In %
legs-chance: 10
boots-double-chance: 2
Messages file:
Spoiler: lang.yml
Code (YAML):
ven-awake
: '&4&lVendrick has awoken.'
ven-circle : '&cStand in the circle before he arrives to be entered into the fight'
ven-star : '&8&oThe eternal star shatters into dust'
ven-nostart : '&cIt appears that no one was up for the challenge. You hear a laugh
echo from afar'
ven-force : '&cAn otherworldly force is preventing a second guardian from entering
your realm'
ven-pure : '&8&oThe purity of your soul makes your attack phase right through Vendrick!'
ven-enough : '&c&oOne vendrick is probably enough.'
ven-curse : '&8&oA terrible curse has been infused in your soul'
ven-lose : '&9FOOLS. Eternity WILL continue and your pitiful attempt at defeating me
will NOT slow my reign down.'
ven-player-death : '&4YES. Keep fueling my eternal reign! Thank you &l {player }'
ven-portal : '&c&l [Vendrick ] &cI call upon those banished from the plains of mortality'
ven-bombs : '&c&l [Vendrick ] &cThese bombs are eternal military standard. Good luck
cracking their defusal algorithm'
ven-growths : '&c&l [Vendrick ] &cI grew these creatures myself. They''re of top quality'
ven-enrage1 : '&c&l [Vendrick ] &cI didn''t want it to end this way for you'
ven-enrage2 : '&c&l [Vendrick ] &cThis world is nice. But you''re in it. Which is a problem'
ven-enrage3 : '&c&l [Vendrick ] &cSo I leave you with my parting gift'
ven-enrage4 : '&c&l [Vendrick ] &cWatch your step'
ven-shatter : '&cThe ground below you is starting to shatter!'
ven-end1 : '&1This is IMPOSSIBLE'
ven-end2 : '&1How DARE you disturb the light of the all powerful'
ven-end3 : '&1DON''T YOU KNOW WHAT ETERNITY MEANS?'
ven-end4 : '&8&oThe voice fades away into nothingness ...'
ven-noperms : '&cOnly OPs can use this command!'
ven-nofire : '&c&l [Vendrick ] &cYou can''t block my pyres of eternity THAT easily!'
ven-nospeed : '&cVendrick''s flooded the battleground! It''s hard to move!'
star-name : '&lEternal Star'
star-tagline : '&8A fallen star from the eternal realm'
star1 : '&7Drop on the ground to spawn &4&lVendrick'
star2 : '&7Vendrick offers a challenging fight. He uses summons and his hatchet'
star3 : '&7to stop those in his way'
star4 : '&7It''s said that those great enough to best him can reap the rewards of gods'
dstar-name : '&5&lDistorted &r&lEternal Star'
dstar-tagline : '&8No ordinary star from the eternal realm'
dstar1 : '&7Drop on the ground to spawn a &5Distorted &4&lVendrick'
dstar2 : '&5Distorted &7Vendricks are stronger and more dangerous'
dstar3 : '&7It would be foolish to fight this alone'
dstar4 : '&7Greater rewards are at stake for victors'
vstar-name : '&lVolatile Star'
vstar1 : '&8It''s shaking so hard that it could explode if you look at it funny'
hatchet-name : '&1&lEternal Hatchet'
hatchet1 : '&8The standard weapon given to all eternal guardians'
hatchet2 : '&8It urges for its potential to be released'
hatchet3 : '&8&oThis weapon can be upgraded!'
hatchet4 : '&8&oSurround it with 4 Eternal Fragments'
essence-name : '&9&lEssence of Eternity'
essence1 : '&8As eternity comes to an end'
essence2 : '&8It''s spirits rush to keep their powers whole'
essence3 : '&8This was their result'
essence4 : '&8&oUsed to make the Shatter Stick. You''ll need 4'
essence5 : '&8&oFind the spine'
fragment-name : '&9&lEternal Fragment'
frag1 : '&8A fragment of powers to strong for this world'
frag2 : '&8Maybe if you had enough of them their'
frag3 : '&8power could be used to create something great'
t-hatchet-name : '&1&l&nTrue Eternal Hatchet'
t-hatchet1 : '&8At last. I can show my true self.'
t-hatchet2 : '&8My true power.'
t-hatchet3 : '&8All shall quiver under my wrath. None shall be spared'
t-hatchet4 : '&8&lFOR I AM THE ETERNAL CHAMPION'
spine-name : '&d&lShatter Spine'
spine1 : '&8A solid foundation to the spirits magnum opus'
spine2 : '&8&oUsed to make the shatter stick. You''ll only need the one spine'
spine3 : '&8&oFind the essence'
stick-name : '&5&l&nShatter Stick'
stick-ench : '&7Shatter I'
stick1 : '&8They say the one who can manipulate the world to their will is on par with
gods'
stick2 : '&8Harness the power of the guardian. Embrace it.'
nutriment-name : '&a&l&nNutriment Of The Infinite'
nutriment-ench : '&7Feast Of The Guardian I'
nutriment1 : '&8This sweet, fluffy pie was made through care and love'
nurtiment2 : '&8A rare sight in the realm of eternity.'
merchant-placer : '&9&lMerchant Placer'
d-merchant-placer : '&9&lDistorted Merchant Placer'
crust-name : '&6&lPie Crust'
crust1 : '&8This flaky, delicious crust will go perfectly with a meal fit for gods'
crust2 : '&8&oCombine with a golden apple to obtain the Nutriment of the Infinite.'
apple-name : '&c&lLuscious Apple'
apple1 : '&8Picked from the finest trees in the eternal meadows.'
apple2 : '&8Not too sure why it''s square though.'
apple3 : '&8&oCombine with a Nutriment of the Infinite to upgrade it'
oven-name : '&7&l&nPre-Heated Oven'
oven1 : '&8Always remember to turn it off after using it'
oven2 : '&8&oUsed in upgrading the Nutriment of The Infinite'
u-nutriment-name : '&a&kaaa&r&a&l&nSlightly Burned Nutriment&r&a&kaaa'
u-nutriment-ench : '&7Feast of the Guardian II'
u-nutriment1 : '&8Seconds anyone?'
catalyst1 : '&8A strange relic, passed down through generations of eternal kings'
catalyst2 : '&8It''s shaking. Be careful with what you do with it.'
ball-lightning-name : '&b&lBall Lightning'
ball-lightning1 : '&8Right click to throw the ball lightning. Hit Vendrick to reduce
the power of his storm!'
energy-name : '&5&kaaa&5&l&nEnergy Rifle&r&5&kaaa'
energy1 : '&8Lock and Load.'
energy2 : '&6Ability : Pulse Shot'
energy3 : '&7Right click to shoot a pulse of energy. Costs !c hunger bars per shot'
chamber-name : '&5&n&lFusion Chamber'
chamber1 : '&8 "For scientific purposes only"'
chamber2 : '&8Yeah right.'
chamber3 : '&8&oUsed to create the Energy Rifle'
wedge-name : '&4&lCatalyst Wedge'
wedge1 : '&8Combine with the other wedge to obtain the catalyst.'
uncharged-name : '&8&lUncharged Rifle'
infinium-name : '&6&lInfinium'
infinium1 : '&8This ore is the foundation of the eternal realms towering cities'
infinium2 : '&8Let your creativity flow through'
emerald-block-drop : '&2&lEmerald Block'
totem-drop : '&6&lTotem of Undying'
rare-tier : '&9Rare &8Tier'
rare-drop : '&6&lNICE! &6You found an'
epic-tier : '&5Epic &8Tier'
epic-drop : '&d&lWOW! &6You found an'
special-tier : '&dSpecial &8Tier'
special-drop : '&c&lINCREDIBLE! &6You found a'
insane-tier : '&cInsane &8Tier'
flame-star-desc1 : '&c&lFLAMING &dDistortion'
flame-star-desc2 : '&7Vendrick uses the power of flames and pyre to really'
flame-star-desc3 : '&7&olight &7up the battlefield'
flame-core : '&c&lFlame Core'
flame-core-tagline : '&8It''s hot.'
tide-star-desc1 : '&9&lTIDAL &dDistortion'
tide-star-desc2 : '&7Vendrick harnesses the might of the ocean to'
tide-star-desc3 : '&7ensure his fight goes &o swimmingly'
wave-core : '&9&lWave Core'
wave-core-tagline : '&8It''s wet.'
storm-star-desc1 : '&e&lSTORMY &dDistortion'
storm-star-desc2 : '&7Vendrick becomes the eye of the storm. Watch where you''re going.'
storm-star-desc3 : '&7It''s about to get &o electrifying!.'
voltaic-core : '&e&lVoltaic Core'
voltaic-core-tagline : '&8It''s electric.'
dark-star-desc1 : '&8&lDARK &dDistortion'
dark-star-desc2 : '&7The final frontier.'
dark-star-desc3 : '&7Please save yourselves before it is too late.'
void-core : '&8&lVoid Core'
enchanted-infinium-name : '&6&lEnchanted Infinium'
enchanted-infinium-desc : '&8Each piece seems to fit together seamlessly'
plasma-torch-name : '&d&lPlasma Torch'
plasma-torch-desc : '&8Used to make Enchanted Infinium'
eternal-helm-name : '&b&lEternal Helmet'
eternal-helm-abil1 : '&8Deal !d % more damage.'
eternal-helm-abil2 : '&8Take !d % less damage.'
eternal-helm-desc : '&8&mGlass &8Golden cannon.'
eternal-chest-name : '&b&lEternal Chestplate'
eternal-chest-abil1 : '&8Heal !h &c❤ &8on every hit.'
eternal-chest-abil2 : '&8!cs cooldown.'
eternal-chest-desc : '&8Protect your own heart by gaining more. Genius!'
eternal-legs-name : '&b&lEternal Leggings'
eternal-legs-abil1 : '&8!c % chance to gain a random potion effect for !l seconds.'
eternal-legs-abil2 : '&8Could be good or bad!'
eternal-legs-abil3 : '&8!cs Cooldown'
eternal-legs-desc : '&8Magic is a dangerous game.'
eternal-boots-name : '&b&lEternal Boots'
eternal-boots-abil1 : '&8!c % chance to double mob drops'
eternal-boots-lore : '&8Holding too many items slows you down. Makes sense.'
ven-talisman-name : '&9&kaaa&9&l&nVendrick Talisman&r&9&kaaa'
ven-talisman-abil : '&8While in your inventory, take 10 % less damage from Vendrick.'
voidcore-frag-name : '&8&lVoid Core Fragment'
voidcore-frag-lore : '&8Combine 3 to make a Void Core'
tsunami-title : '&c&l⚠ WARNING ⚠'
tsunami-subtitle : '&cTsunami Inbound!'
tsunami-chat-warning : '&cThe &9Tide Spirit &cis channeling a tsunami. Kill it before
the time runs out to stop it destroying you!'
tide-spirit-nocrit : '&cThe &e&lspongy exterior &cof the Tide Spirit absorbed your
critical attack!'
tsunami-time-runout : '&c&lYou ran out of time! The &9&lTSUNAMI &c&lswept you away!'
storm-spirit-inflict : '&dYou are starting to collect the Stormy Spirit''s static charge!'
storm-spirit-paralyze : '&cYou have been paralyzed by the Stormy Spirit!'
storm-spirit-ballhit : '&8The Ball Lightning struck you for 20 damage!'
dark-end1 : '&cHow could this be?!'
dark-end2 : '&cMy powers ... They''re supposed to be UNBEATABLE'
dark-end3 : '&cNo. This is not the end of Vendrick. I''m only just getting started'
dark-end4 : '&cI WILL BE THE ETERNAL KING. YOU WILL KNEEL BEFORE ME'
dark-end5 : '&7No. They won''t.'
dark-end6 : '&cWhat?!'
dark-end7 : '&7You have plagued my kingdom for centuries. These brave adventurers have
finally put your reign of terror to a stop.'
dark-end8 : '&7Now. I finally get to do the thing i''ve been wanting to do for years.'
dark-end9 : '&cWHAT ARE YOU DOING? STOP THIS NOW. YOU CANNOT DEFEAT ME. I AM ETERNAL'
dark-end10 : '&cNOOOOOOOOOOOOOOOOOO'
dark-end11 : '&7Thank you adventurers. The eternal realm is free now. Thanks to you.'
ven-circle : '&cStand in the circle before he arrives to be entered into the fight'
ven-star : '&8&oThe eternal star shatters into dust'
ven-nostart : '&cIt appears that no one was up for the challenge. You hear a laugh
echo from afar'
ven-force : '&cAn otherworldly force is preventing a second guardian from entering
your realm'
ven-pure : '&8&oThe purity of your soul makes your attack phase right through Vendrick!'
ven-enough : '&c&oOne vendrick is probably enough.'
ven-curse : '&8&oA terrible curse has been infused in your soul'
ven-lose : '&9FOOLS. Eternity WILL continue and your pitiful attempt at defeating me
will NOT slow my reign down.'
ven-player-death : '&4YES. Keep fueling my eternal reign! Thank you &l {player }'
ven-portal : '&c&l [Vendrick ] &cI call upon those banished from the plains of mortality'
ven-bombs : '&c&l [Vendrick ] &cThese bombs are eternal military standard. Good luck
cracking their defusal algorithm'
ven-growths : '&c&l [Vendrick ] &cI grew these creatures myself. They''re of top quality'
ven-enrage1 : '&c&l [Vendrick ] &cI didn''t want it to end this way for you'
ven-enrage2 : '&c&l [Vendrick ] &cThis world is nice. But you''re in it. Which is a problem'
ven-enrage3 : '&c&l [Vendrick ] &cSo I leave you with my parting gift'
ven-enrage4 : '&c&l [Vendrick ] &cWatch your step'
ven-shatter : '&cThe ground below you is starting to shatter!'
ven-end1 : '&1This is IMPOSSIBLE'
ven-end2 : '&1How DARE you disturb the light of the all powerful'
ven-end3 : '&1DON''T YOU KNOW WHAT ETERNITY MEANS?'
ven-end4 : '&8&oThe voice fades away into nothingness ...'
ven-noperms : '&cOnly OPs can use this command!'
ven-nofire : '&c&l [Vendrick ] &cYou can''t block my pyres of eternity THAT easily!'
ven-nospeed : '&cVendrick''s flooded the battleground! It''s hard to move!'
star-name : '&lEternal Star'
star-tagline : '&8A fallen star from the eternal realm'
star1 : '&7Drop on the ground to spawn &4&lVendrick'
star2 : '&7Vendrick offers a challenging fight. He uses summons and his hatchet'
star3 : '&7to stop those in his way'
star4 : '&7It''s said that those great enough to best him can reap the rewards of gods'
dstar-name : '&5&lDistorted &r&lEternal Star'
dstar-tagline : '&8No ordinary star from the eternal realm'
dstar1 : '&7Drop on the ground to spawn a &5Distorted &4&lVendrick'
dstar2 : '&5Distorted &7Vendricks are stronger and more dangerous'
dstar3 : '&7It would be foolish to fight this alone'
dstar4 : '&7Greater rewards are at stake for victors'
vstar-name : '&lVolatile Star'
vstar1 : '&8It''s shaking so hard that it could explode if you look at it funny'
hatchet-name : '&1&lEternal Hatchet'
hatchet1 : '&8The standard weapon given to all eternal guardians'
hatchet2 : '&8It urges for its potential to be released'
hatchet3 : '&8&oThis weapon can be upgraded!'
hatchet4 : '&8&oSurround it with 4 Eternal Fragments'
essence-name : '&9&lEssence of Eternity'
essence1 : '&8As eternity comes to an end'
essence2 : '&8It''s spirits rush to keep their powers whole'
essence3 : '&8This was their result'
essence4 : '&8&oUsed to make the Shatter Stick. You''ll need 4'
essence5 : '&8&oFind the spine'
fragment-name : '&9&lEternal Fragment'
frag1 : '&8A fragment of powers to strong for this world'
frag2 : '&8Maybe if you had enough of them their'
frag3 : '&8power could be used to create something great'
t-hatchet-name : '&1&l&nTrue Eternal Hatchet'
t-hatchet1 : '&8At last. I can show my true self.'
t-hatchet2 : '&8My true power.'
t-hatchet3 : '&8All shall quiver under my wrath. None shall be spared'
t-hatchet4 : '&8&lFOR I AM THE ETERNAL CHAMPION'
spine-name : '&d&lShatter Spine'
spine1 : '&8A solid foundation to the spirits magnum opus'
spine2 : '&8&oUsed to make the shatter stick. You''ll only need the one spine'
spine3 : '&8&oFind the essence'
stick-name : '&5&l&nShatter Stick'
stick-ench : '&7Shatter I'
stick1 : '&8They say the one who can manipulate the world to their will is on par with
gods'
stick2 : '&8Harness the power of the guardian. Embrace it.'
nutriment-name : '&a&l&nNutriment Of The Infinite'
nutriment-ench : '&7Feast Of The Guardian I'
nutriment1 : '&8This sweet, fluffy pie was made through care and love'
nurtiment2 : '&8A rare sight in the realm of eternity.'
merchant-placer : '&9&lMerchant Placer'
d-merchant-placer : '&9&lDistorted Merchant Placer'
crust-name : '&6&lPie Crust'
crust1 : '&8This flaky, delicious crust will go perfectly with a meal fit for gods'
crust2 : '&8&oCombine with a golden apple to obtain the Nutriment of the Infinite.'
apple-name : '&c&lLuscious Apple'
apple1 : '&8Picked from the finest trees in the eternal meadows.'
apple2 : '&8Not too sure why it''s square though.'
apple3 : '&8&oCombine with a Nutriment of the Infinite to upgrade it'
oven-name : '&7&l&nPre-Heated Oven'
oven1 : '&8Always remember to turn it off after using it'
oven2 : '&8&oUsed in upgrading the Nutriment of The Infinite'
u-nutriment-name : '&a&kaaa&r&a&l&nSlightly Burned Nutriment&r&a&kaaa'
u-nutriment-ench : '&7Feast of the Guardian II'
u-nutriment1 : '&8Seconds anyone?'
catalyst1 : '&8A strange relic, passed down through generations of eternal kings'
catalyst2 : '&8It''s shaking. Be careful with what you do with it.'
ball-lightning-name : '&b&lBall Lightning'
ball-lightning1 : '&8Right click to throw the ball lightning. Hit Vendrick to reduce
the power of his storm!'
energy-name : '&5&kaaa&5&l&nEnergy Rifle&r&5&kaaa'
energy1 : '&8Lock and Load.'
energy2 : '&6Ability : Pulse Shot'
energy3 : '&7Right click to shoot a pulse of energy. Costs !c hunger bars per shot'
chamber-name : '&5&n&lFusion Chamber'
chamber1 : '&8 "For scientific purposes only"'
chamber2 : '&8Yeah right.'
chamber3 : '&8&oUsed to create the Energy Rifle'
wedge-name : '&4&lCatalyst Wedge'
wedge1 : '&8Combine with the other wedge to obtain the catalyst.'
uncharged-name : '&8&lUncharged Rifle'
infinium-name : '&6&lInfinium'
infinium1 : '&8This ore is the foundation of the eternal realms towering cities'
infinium2 : '&8Let your creativity flow through'
emerald-block-drop : '&2&lEmerald Block'
totem-drop : '&6&lTotem of Undying'
rare-tier : '&9Rare &8Tier'
rare-drop : '&6&lNICE! &6You found an'
epic-tier : '&5Epic &8Tier'
epic-drop : '&d&lWOW! &6You found an'
special-tier : '&dSpecial &8Tier'
special-drop : '&c&lINCREDIBLE! &6You found a'
insane-tier : '&cInsane &8Tier'
flame-star-desc1 : '&c&lFLAMING &dDistortion'
flame-star-desc2 : '&7Vendrick uses the power of flames and pyre to really'
flame-star-desc3 : '&7&olight &7up the battlefield'
flame-core : '&c&lFlame Core'
flame-core-tagline : '&8It''s hot.'
tide-star-desc1 : '&9&lTIDAL &dDistortion'
tide-star-desc2 : '&7Vendrick harnesses the might of the ocean to'
tide-star-desc3 : '&7ensure his fight goes &o swimmingly'
wave-core : '&9&lWave Core'
wave-core-tagline : '&8It''s wet.'
storm-star-desc1 : '&e&lSTORMY &dDistortion'
storm-star-desc2 : '&7Vendrick becomes the eye of the storm. Watch where you''re going.'
storm-star-desc3 : '&7It''s about to get &o electrifying!.'
voltaic-core : '&e&lVoltaic Core'
voltaic-core-tagline : '&8It''s electric.'
dark-star-desc1 : '&8&lDARK &dDistortion'
dark-star-desc2 : '&7The final frontier.'
dark-star-desc3 : '&7Please save yourselves before it is too late.'
void-core : '&8&lVoid Core'
enchanted-infinium-name : '&6&lEnchanted Infinium'
enchanted-infinium-desc : '&8Each piece seems to fit together seamlessly'
plasma-torch-name : '&d&lPlasma Torch'
plasma-torch-desc : '&8Used to make Enchanted Infinium'
eternal-helm-name : '&b&lEternal Helmet'
eternal-helm-abil1 : '&8Deal !d % more damage.'
eternal-helm-abil2 : '&8Take !d % less damage.'
eternal-helm-desc : '&8&mGlass &8Golden cannon.'
eternal-chest-name : '&b&lEternal Chestplate'
eternal-chest-abil1 : '&8Heal !h &c❤ &8on every hit.'
eternal-chest-abil2 : '&8!cs cooldown.'
eternal-chest-desc : '&8Protect your own heart by gaining more. Genius!'
eternal-legs-name : '&b&lEternal Leggings'
eternal-legs-abil1 : '&8!c % chance to gain a random potion effect for !l seconds.'
eternal-legs-abil2 : '&8Could be good or bad!'
eternal-legs-abil3 : '&8!cs Cooldown'
eternal-legs-desc : '&8Magic is a dangerous game.'
eternal-boots-name : '&b&lEternal Boots'
eternal-boots-abil1 : '&8!c % chance to double mob drops'
eternal-boots-lore : '&8Holding too many items slows you down. Makes sense.'
ven-talisman-name : '&9&kaaa&9&l&nVendrick Talisman&r&9&kaaa'
ven-talisman-abil : '&8While in your inventory, take 10 % less damage from Vendrick.'
voidcore-frag-name : '&8&lVoid Core Fragment'
voidcore-frag-lore : '&8Combine 3 to make a Void Core'
tsunami-title : '&c&l⚠ WARNING ⚠'
tsunami-subtitle : '&cTsunami Inbound!'
tsunami-chat-warning : '&cThe &9Tide Spirit &cis channeling a tsunami. Kill it before
the time runs out to stop it destroying you!'
tide-spirit-nocrit : '&cThe &e&lspongy exterior &cof the Tide Spirit absorbed your
critical attack!'
tsunami-time-runout : '&c&lYou ran out of time! The &9&lTSUNAMI &c&lswept you away!'
storm-spirit-inflict : '&dYou are starting to collect the Stormy Spirit''s static charge!'
storm-spirit-paralyze : '&cYou have been paralyzed by the Stormy Spirit!'
storm-spirit-ballhit : '&8The Ball Lightning struck you for 20 damage!'
dark-end1 : '&cHow could this be?!'
dark-end2 : '&cMy powers ... They''re supposed to be UNBEATABLE'
dark-end3 : '&cNo. This is not the end of Vendrick. I''m only just getting started'
dark-end4 : '&cI WILL BE THE ETERNAL KING. YOU WILL KNEEL BEFORE ME'
dark-end5 : '&7No. They won''t.'
dark-end6 : '&cWhat?!'
dark-end7 : '&7You have plagued my kingdom for centuries. These brave adventurers have
finally put your reign of terror to a stop.'
dark-end8 : '&7Now. I finally get to do the thing i''ve been wanting to do for years.'
dark-end9 : '&cWHAT ARE YOU DOING? STOP THIS NOW. YOU CANNOT DEFEAT ME. I AM ETERNAL'
dark-end10 : '&cNOOOOOOOOOOOOOOOOOO'
dark-end11 : '&7Thank you adventurers. The eternal realm is free now. Thanks to you.'
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft versions listed: 1.17, 1.18, 1.19
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Spigot — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
Vendrick: The eternal guardian Boss Fight is a free Minecraft Java mod. Compatible with Minecraft 1.17, 1.18, 1.19, 1.20 and newer. Downloaded 3,835 times (via Spigot). Download it and open it directly in the game.