Configuration

EpicGear Config and Example Gear

Configuration Tutorial

- All items must have at least one line in the description.
- Put "'" around it if it starts with a color code. EX: '&cColored weapon name'

WEAPONS

Name: Custom name of weapon
Display Name: What you would type to buy it in game
Cost: Number of dollars or items needed to buy. Set as -1 to make it not purchasable
Lore:
- 'Description'
Type: Choose one: wood, iron, gold, or diamond
Durability: 1-10
PotionDrinkEffects: Effects on you
- <effect>,<chance (1.0=100%)>,<duration in seconds> example on next line
- speed,1.0,10
PotionSplashEffects: Effects on opponent
- blindness, 0.75,5
Enchantments:
- <enchantment>,<LEVEL 1-10> example on next line
- sharpness,10
Info:
- Information shown about item in command /eg info [displayname]

ARMOR

Name:
DisplayName:
Cost:
Lore:
- 'Description'
PveLowestDamage: Define the lowest and highest possible reduction of damage dealt by mobs.(1 = 1/2 heart)
PveHighestDamage:
PvpLowestDamage: Define the lowest and highest possible reduction of damage dealt by players. (1 = 1/2 heart)
PvpHighestDamage:
Durability: Chance that this piece won't get damaged (ex: .7 = 70% chance it won't get damaged. 1 = %100)
CanEnchant: True/False
DrinkPotionEffects:
SplashPotionEffects:
Info:
- Information shown about item in command /eg info [displayname]

Potion Effects Options

  • blindness
  • confusion
  • damage resistance
  • fire resistance
  • heal
  • increase damage
  • invisibility
  • jump
  • night vision
  • poison
  • regeneration
  • slow
  • speed
  • weakness
  • wither

Sword/Axe Enchantment Options

  • sharpness
  • arthropods
  • undead
  • fire
  • loot
  • knockback

Bow Enchantment Options

  • damage
  • fire
  • infinite
  • knockback

EpicGear Examples

MoneyItem

  • ID: 264
  • Name: '&aEpic Coin'
  • Lore:
  • -'&c Use this coin to purchase EpicGear.'

Swords:

  1. Name: '&5Ghost Blade'
    DisplayName: ghostblade
    Lore:
    - '&aThe ghosts of Alberan clutch the wickedly sharp blade with their bony hands,'
    - '&aand make mincedmeat of the living'
    Type: iron
    Cost: 40
    Durability: 10
    PotionDrinkEffects:
    - increase damage,0.05,10
    PotionSplashEffects:
    - slow,0.05,10
    Enchantments:
    - sharpness,7
    - fire,3
    Info:
    - Ghostly Blade of Increased Damage and slowness upon thine foe.
    - Flamey and Sharpy too! &kffffrmagic
  2. Name: '&5Wind Drake'
    DisplayName: winddrake
    Lore:
    - '&aThis sword, one of the rare dragon weapons, is formed by a drake's tail.'
    - '&aDrakes are seen as undeveloped imitators of the dragons,'
    - '&abut they are likely a distant kin.'
    Type: diamond
    Durability: 10
    Cost: 40
    PotionDrinkEffects:
    - regeneration,0.05,15
    PotionSplashEffects:
    - weakness,0.05,10
    Enchantments:
    - sharpness,5
    - knockback,3
    Info:
    - Regenerste yourself while making your enemy weaker.

Axes:

  1. Name: '&5Black Knight's Battle Axe'
    DisplayName: battleaxe
    Lore:
    - '&aBattle Axe of the Black Knights, who were driven into exile.'
    Type: diamond
    Cost: 40
    Durability: 10
    PotionDrinkEffects:
    - damage resistance,0.05,10
    PotionSplashEffects:
    - wither,0.05,10
    Enchantments:
    - sharpness,4
    Info:
    - Wither away your enemies and resist damage yourself! This thing is sharp!

Bows:

  1. Name: '&5Moonlight Bow'
    DisplayName: moonlightbow
    Lore:
    - '&aForged in the heart of the mystical Moonlight Forest,'
    - '&athis bow is imbued with pure magical power.'
    Cost: 40
    PotionDrinkEffects:
    - speed,0.5,30
    PotionSplashEffects:
    - wither,0.2,10
    - blindness,0.2,10
    - confusion,0.2,10
    Enchantments:
    - knockback,3
    - damage,6
    - infinite,1
    - fire,2
    Info:
    - Speedy Stuffs Bow does blindy withery confusion. Also fire.

White:

  • Chestplate:
    • Name: Alberanian Spectral Chestplate
    • DisplayName: alberanchest
    • Cost: 15
    • Lore:
    • - '&4 One of the cursed chestplates which tremble with the undead wrath of the Alberanian Wraiths'
    • PveLowestDamage: 2
    • PveHighestDamage: 5
    • PvpLowestDamage: 1
    • PvpHighestDamage: 3
    • Durability: .8
    • CanEnchant: False
    • DrinkPotionEffects:
    • - speed,0.2,5
    • SplashPotionEffects:
    • - blindness,0.1,20
    • - wither,0.5,10
    • Info:
    • - Chestplate of speediness that blinds and withers away your foes.

Comments

Posts Quoted:
Reply
Clear All Quotes