Changed optional disabled option to default enabled option

This commit is contained in:
Auxilor
2020-09-03 19:39:55 +01:00
parent c5384fd6e0
commit 501c2545c8
202 changed files with 216 additions and 202 deletions

View File

@@ -34,7 +34,7 @@ public abstract class Artifact extends EcoEnchant {
}
protected Artifact(String key, double version, Particle particle, Particle.DustOptions extra) {
super(new EcoEnchantBuilder(key, EnchantmentType.ARTIFACT, new Target.Applicable[]{Target.Applicable.ELYTRA, Target.Applicable.SWORD, Target.Applicable.AXE, Target.Applicable.PICKAXE, Target.Applicable.BOW, Target.Applicable.CROSSBOW, Target.Applicable.TRIDENT}, version));
super(new EcoEnchantBuilder(key, EnchantmentType.ARTIFACT, version));
this.particle = particle;
this.extra = extra;
}

View File

@@ -5,8 +5,8 @@
config-version: 5.0 # Don't edit this.
name: "Clouds Artifact"
description: Creates cloud particles.
enabled: true
obtaining:
table: true

View File

@@ -5,8 +5,8 @@
config-version: 5.0 # Don't edit this.
name: "Damage Artifact"
description: Creates damage particles.
enabled: true
obtaining:
table: true

View File

@@ -5,8 +5,8 @@
config-version: 5.0 # Don't edit this.
name: "Dragon Artifact"
description: Creates dragon breath particles.
enabled: true
obtaining:
table: true

View File

@@ -5,8 +5,8 @@
config-version: 5.0 # Don't edit this.
name: "Dust Artifact"
description: Creates dust particles.
enabled: true
obtaining:
table: true

View File

@@ -5,8 +5,8 @@
config-version: 5.0 # Don't edit this.
name: "Emerald Artifact"
description: Creates emerald particles.
enabled: true
obtaining:
table: true

View File

@@ -5,8 +5,8 @@
config-version: 5.0 # Don't edit this.
name: "Enchantment Artifact"
description: Creates enchantment particles.
enabled: true
obtaining:
table: true

View File

@@ -5,8 +5,8 @@
config-version: 5.0 # Don't edit this.
name: "End Artifact"
description: Creates end rod particles.
enabled: true
obtaining:
table: true

View File

@@ -5,8 +5,8 @@
config-version: 5.0 # Don't edit this.
name: "Fire Artifact"
description: Creates fire particles.
enabled: true
obtaining:
table: true

View File

@@ -5,8 +5,8 @@
config-version: 5.0 # Don't edit this.
name: "Heart Artifact"
description: Creates heart particles.
enabled: true
obtaining:
table: true

View File

@@ -5,8 +5,8 @@
config-version: 5.0 # Don't edit this.
name: "Honey Artifact"
description: Creates dripping honey particles.
enabled: true
obtaining:
table: true

View File

@@ -5,8 +5,8 @@
config-version: 5.0 # Don't edit this.
name: "Ink Artifact"
description: Creates ink particles.
enabled: true
obtaining:
table: true

View File

@@ -5,8 +5,8 @@
config-version: 5.0 # Don't edit this.
name: "Lava Artifact"
description: Creates dripping lava particles.
enabled: true
obtaining:
table: true

View File

@@ -5,8 +5,8 @@
config-version: 5.0 # Don't edit this.
name: "Lime Artifact"
description: Creates lime particles.
enabled: true
obtaining:
table: true

View File

@@ -5,8 +5,8 @@
config-version: 5.0 # Don't edit this.
name: "Magic Artifact"
description: Creates magic particles.
enabled: true
obtaining:
table: true

View File

@@ -5,8 +5,8 @@
config-version: 5.0 # Don't edit this.
name: "Magma Artifact"
description: Creates lava pop particles.
enabled: true
obtaining:
table: true

View File

@@ -5,8 +5,8 @@
config-version: 5.0 # Don't edit this.
name: "Music Artifact"
description: Creates note particles.
enabled: true
obtaining:
table: true

View File

@@ -5,8 +5,8 @@
config-version: 5.0 # Don't edit this.
name: "Nether Artifact"
description: Creates nether portal particles.
enabled: true
obtaining:
table: true

View File

@@ -5,8 +5,8 @@
config-version: 5.0 # Don't edit this.
name: "Redstone Artifact"
description: Creates redstone particles.
enabled: true
obtaining:
table: true

View File

@@ -5,8 +5,8 @@
config-version: 5.0 # Don't edit this.
name: "Smoke Artifact"
description: Creates smoke particles.
enabled: true
obtaining:
table: true

View File

@@ -5,8 +5,8 @@
config-version: 5.0 # Don't edit this.
name: "Snow Artifact"
description: Creates snow particles.
enabled: true
obtaining:
table: true

View File

@@ -5,8 +5,8 @@
config-version: 5.0 # Don't edit this.
name: "Sparkle Artifact"
description: Creates firework particles.
enabled: true
obtaining:
table: true

View File

@@ -5,8 +5,8 @@
config-version: 5.0 # Don't edit this.
name: "Totem Artifact"
description: Creates totem particles.
enabled: true
obtaining:
table: true

View File

@@ -5,8 +5,8 @@
config-version: 5.0 # Don't edit this.
name: "Water Artifact"
description: Creates dripping water particles.
enabled: true
obtaining:
table: true

View File

@@ -5,8 +5,8 @@
config-version: 5.0 # Don't edit this.
name: "Witch Artifact"
description: Creates witch particles.
enabled: true
obtaining:
table: true

View File

@@ -5,8 +5,8 @@
config-version: 5.0 # Don't edit this.
name: "Zap Artifact"
description: Creates electric particles.
enabled: true
obtaining:
table: true

View File

@@ -5,8 +5,8 @@
config-version: 5.0 # Don't edit this.
name: "Curse of Breaklessness"
description: Chance to prevent block breaking.
enabled: true
obtaining:
table: false

View File

@@ -5,8 +5,8 @@
config-version: 5.0 # Don't edit this.
name: "Curse of Calling"
description: Angers all nearby mobs.
enabled: true
obtaining:
table: false

View File

@@ -5,8 +5,8 @@
config-version: 5.0 # Don't edit this.
name: "Curse of Decay"
description: Automatically damages items when not held.
enabled: true
obtaining:
table: false

View File

@@ -5,8 +5,8 @@
config-version: 5.0 # Don't edit this.
name: "Curse of Fragility"
description: Decreases item durability.
enabled: true
obtaining:
table: false

View File

@@ -5,8 +5,8 @@
config-version: 5.0 # Don't edit this.
name: "Curse of Harmlessness"
description: Chance for attacks to do nothing.
enabled: true
obtaining:
table: false
@@ -15,6 +15,9 @@ obtaining:
rarity: legendary
general-config:
targets:
- sword
- axe
grindstoneable: false
conflicts: []

View File

@@ -5,8 +5,8 @@
config-version: 5.0 # Don't edit this.
name: "Curse of Hunger"
description: Increases hunger loss.
enabled: true
obtaining:
table: false
@@ -15,6 +15,8 @@ obtaining:
rarity: legendary
general-config:
targets:
- helmet
grindstoneable: false
conflicts:
- sating

View File

@@ -5,8 +5,8 @@
config-version: 5.0 # Don't edit this.
name: "Curse of Inaccuracy"
description: Arrows fire incorrectly.
enabled: true
obtaining:
table: false
@@ -15,6 +15,8 @@ obtaining:
rarity: legendary
general-config:
targets:
- bow
grindstoneable: true
conflicts: []

View File

@@ -5,8 +5,8 @@
config-version: 5.0 # Don't edit this.
name: "Curse of Misfortune"
description: Chance for blocks to not drop items.
enabled: true
obtaining:
table: false
@@ -15,6 +15,11 @@ obtaining:
rarity: legendary
general-config:
targets:
- pickaxe
- axe
- hoe
- shovel
grindstoneable: true
conflicts:
- fortune

View File

@@ -5,8 +5,8 @@
config-version: 5.0 # Don't edit this.
name: "Curse of Permanence"
description: Prevents item from being modified in an anvil.
enabled: true
obtaining:
table: false
@@ -15,6 +15,8 @@ obtaining:
rarity: legendary
general-config:
targets:
- all
grindstoneable: false
conflicts:
- mending

View File

@@ -5,8 +5,8 @@
config-version: 5.0 # Don't edit this.
name: "Abattoir"
description: Increases damage against passive mobs.
enabled: true
obtaining:
table: true

View File

@@ -5,8 +5,8 @@
config-version: 5.0 # Don't edit this.
name: "Abrasion"
description: Damages your opponents armor.
enabled: true
obtaining:
table: true

View File

@@ -5,8 +5,8 @@
config-version: 5.0 # Don't edit this.
name: "Aerial"
description: Increases arrow damage when you are in air.
enabled: true
obtaining:
table: true

View File

@@ -5,8 +5,8 @@
config-version: 5.0 # Don't edit this.
name: "Aquatic"
description: Trident deals additional damage when shot from water.
enabled: true
obtaining:
table: true

View File

@@ -5,8 +5,8 @@
config-version: 5.0 # Don't edit this.
name: "Arachnid"
description: Increases damage against spiders.
enabled: true
obtaining:
table: true

View File

@@ -5,8 +5,8 @@
config-version: 5.0 # Don't edit this.
name: "Arcanic"
description: Chance to ignore potion damage.
enabled: true
obtaining:
table: true

View File

@@ -5,8 +5,8 @@
config-version: 5.0 # Don't edit this.
name: "Atmospheric"
description: Increases trident damage when you are in air.
enabled: true
obtaining:
table: true

View File

@@ -5,8 +5,8 @@
config-version: 5.0 # Don't edit this.
name: "Beheading"
description: Chance of getting player or mob head.
enabled: true
obtaining:
table: true

View File

@@ -5,8 +5,8 @@
config-version: 5.0 # Don't edit this.
name: "Blast Mining"
description: Mines blocks in a 3x3 area.
enabled: true
obtaining:
table: true

View File

@@ -5,8 +5,8 @@
config-version: 5.0 # Don't edit this.
name: "Bleed"
description: Causes your opponent to bleed, damaging them repeatedly.
enabled: true
obtaining:
table: true

View File

@@ -5,8 +5,8 @@
config-version: 5.0 # Don't edit this.
name: "Blind"
description: Chance of blinding your opponent.
enabled: true
obtaining:
table: true

View File

@@ -5,8 +5,8 @@
config-version: 5.0 # Don't edit this.
name: "Block Breather"
description: Chance to ignore suffocation damage.
enabled: true
obtaining:
table: true

View File

@@ -5,8 +5,8 @@
config-version: 5.0 # Don't edit this.
name: "Boss Hunter"
description: Increases damage against bosses.
enabled: true
obtaining:
table: true

View File

@@ -5,8 +5,8 @@
config-version: 5.0 # Don't edit this.
name: "Buckshot"
description: Shoots multiple arrows spread out.
enabled: true
obtaining:
table: true

View File

@@ -5,8 +5,8 @@
config-version: 5.0 # Don't edit this.
name: "Butchering"
description: Increases damage against passive mobs.
enabled: true
obtaining:
table: true

View File

@@ -5,8 +5,8 @@
config-version: 5.0 # Don't edit this.
name: "Cerebral"
description: Increases damage on headshots.
enabled: true
obtaining:
table: true

View File

@@ -5,8 +5,8 @@
config-version: 5.0 # Don't edit this.
name: "Chopless"
description: Reduces damage dealt by axes.
enabled: true
obtaining:
table: true

View File

@@ -5,8 +5,8 @@
config-version: 5.0 # Don't edit this.
name: "Cleave"
description: Damage all entities around attacked entity.
enabled: true
obtaining:
table: true

View File

@@ -5,8 +5,8 @@
config-version: 5.0 # Don't edit this.
name: "Collateral"
description: Arrows can go through entities.
enabled: true
obtaining:
table: true

View File

@@ -5,8 +5,8 @@
config-version: 5.0 # Don't edit this.
name: "Conclude"
description: Chance to instantly kill entities on low health.
enabled: true
obtaining:
table: true

View File

@@ -5,8 +5,8 @@
config-version: 5.0 # Don't edit this.
name: "Corrosive"
description: Damages your opponents armor.
enabled: true
obtaining:
table: true

View File

@@ -5,8 +5,8 @@
config-version: 5.0 # Don't edit this.
name: "Cranial"
description: Increases damage on headshots.
enabled: true
obtaining:
table: true

View File

@@ -5,8 +5,8 @@
config-version: 5.0 # Don't edit this.
name: "Criticals"
description: Increases critical damage.
enabled: true
obtaining:
table: true

View File

@@ -5,8 +5,8 @@
config-version: 5.0 # Don't edit this.
name: "Cubism"
description: Increases damage dealt against slimes and magma cubes.
enabled: true
obtaining:
table: true

View File

@@ -5,8 +5,8 @@
config-version: 5.0 # Don't edit this.
name: "Defender"
description: Prevents damaging your own pets.
enabled: true
obtaining:
table: true

View File

@@ -5,8 +5,8 @@
config-version: 5.0 # Don't edit this.
name: "Deflection"
description: Rebounds some incoming damage back to your attacker.
enabled: true
obtaining:
table: true

View File

@@ -5,8 +5,8 @@
config-version: 5.0 # Don't edit this.
name: "Defusion"
description: Increases damage against creepers.
enabled: true
obtaining:
table: true

View File

@@ -5,8 +5,8 @@
config-version: 5.0 # Don't edit this.
name: "Dexterous"
description: Increases attack speed.
enabled: true
obtaining:
table: true

View File

@@ -5,8 +5,8 @@
config-version: 5.0 # Don't edit this.
name: "Disable"
description: Chance of giving your opponent extreme mining fatigue.
enabled: true
obtaining:
table: true

View File

@@ -5,8 +5,8 @@
config-version: 5.0 # Don't edit this.
name: "Disappear"
description: Go invisble if damaged on low health.
enabled: true
obtaining:
table: true

View File

@@ -5,8 +5,8 @@
config-version: 5.0 # Don't edit this.
name: "Diurnal"
description: Increases damage dealt at daytime.
enabled: true
obtaining:
table: true

View File

@@ -5,8 +5,8 @@
config-version: 5.0 # Don't edit this.
name: "Diverse"
description: Increases damage dealt against players holding swords.
enabled: true
obtaining:
table: true

View File

@@ -5,8 +5,8 @@
config-version: 5.0 # Don't edit this.
name: "Drill"
description: Mines blocks behind other blocks.
enabled: true
obtaining:
table: true

View File

@@ -5,8 +5,8 @@
config-version: 5.0 # Don't edit this.
name: "Dullness"
description: Chance of giving your opponent weakness.
enabled: true
obtaining:
table: true

View File

@@ -5,8 +5,8 @@
config-version: 5.0 # Don't edit this.
name: "Electroshock"
description: Chance to strike lightning on your attacker.
enabled: true
obtaining:
table: true

View File

@@ -5,8 +5,8 @@
config-version: 5.0 # Don't edit this.
name: "Enderism"
description: Increases damage dealt in the end.
enabled: true
obtaining:
table: true

View File

@@ -5,8 +5,8 @@
config-version: 5.0 # Don't edit this.
name: "Ender Slayer"
description: Increases damage against end mobs.
enabled: true
obtaining:
table: true

View File

@@ -5,8 +5,8 @@
config-version: 5.0 # Don't edit this.
name: "End Infusion"
description: Increases damage dealt in the end.
enabled: true
obtaining:
table: true

View File

@@ -5,8 +5,8 @@
config-version: 5.0 # Don't edit this.
name: "Evasion"
description: Chance to ignore incoming damage.
enabled: true
obtaining:
table: true

View File

@@ -5,8 +5,8 @@
config-version: 5.0 # Don't edit this.
name: "Extinguishing"
description: Chance to remove fire when taking fire damage.
enabled: true
obtaining:
table: true

View File

@@ -5,8 +5,8 @@
config-version: 5.0 # Don't edit this.
name: "Extract"
description: Heals a portion of damage dealt.
enabled: true
obtaining:
table: true

View File

@@ -5,8 +5,8 @@
config-version: 5.0 # Don't edit this.
name: "Famine"
description: Chance of giving your opponent hunger.
enabled: true
obtaining:
table: true

View File

@@ -5,8 +5,8 @@
config-version: 5.0 # Don't edit this.
name: "Farmhand"
description: Till blocks around initial block.
enabled: true
obtaining:
table: true

View File

@@ -5,8 +5,8 @@
config-version: 5.0 # Don't edit this.
name: "Finality"
description: Chance to instantly kill entities on low health.
enabled: true
obtaining:
table: true

View File

@@ -5,8 +5,8 @@
config-version: 5.0 # Don't edit this.
name: "Finishing"
description: Chance to instantly kill entities on low health.
enabled: true
obtaining:
table: true

View File

@@ -5,8 +5,8 @@
config-version: 5.0 # Don't edit this.
name: "Fire Affinity"
description: Increases damage dealt when on fire.
enabled: true
obtaining:
table: true

View File

@@ -5,8 +5,8 @@
config-version: 5.0 # Don't edit this.
name: "First Strike"
description: Increases damage dealt when entity is on max health.
enabled: true
obtaining:
table: true

View File

@@ -5,8 +5,8 @@
config-version: 5.0 # Don't edit this.
name: "Flinch"
description: Chance to blind your attacker.
enabled: true
obtaining:
table: true

View File

@@ -5,8 +5,8 @@
config-version: 5.0 # Don't edit this.
name: "Forcefield"
description: Damages all nearby monsters.
enabled: true
obtaining:
table: true

View File

@@ -5,8 +5,8 @@
config-version: 5.0 # Don't edit this.
name: "Freerunner"
description: Chance to ignore fall damage.
enabled: true
obtaining:
table: true

View File

@@ -5,8 +5,8 @@
config-version: 5.0 # Don't edit this.
name: "Frozen"
description: Chance to give your attacker slowness.
enabled: true
obtaining:
table: true

View File

@@ -5,8 +5,8 @@
config-version: 5.0 # Don't edit this.
name: "Fury"
description: Chance of angering nearby monsters towards your opponent.
enabled: true
obtaining:
table: true

View File

@@ -5,8 +5,8 @@
config-version: 5.0 # Don't edit this.
name: "Goliath"
description: Increases damage against entities with more health than you.
enabled: true
obtaining:
table: true

View File

@@ -5,8 +5,8 @@
config-version: 5.0 # Don't edit this.
name: "Graceful"
description: Chance of getting slow falling just above hitting the ground.
enabled: true
obtaining:
table: true

View File

@@ -5,8 +5,8 @@
config-version: 5.0 # Don't edit this.
name: "Grapple"
description: Pulls entities towards you.
enabled: true
obtaining:
table: true

View File

@@ -5,8 +5,8 @@
config-version: 5.0 # Don't edit this.
name: "Green Thumb"
description: Left clicking dirt turns it to grass.
enabled: true
obtaining:
table: true

View File

@@ -5,8 +5,8 @@
config-version: 5.0 # Don't edit this.
name: "Grit"
description: Damages your opponents weapon.
enabled: true
obtaining:
table: true

View File

@@ -5,8 +5,8 @@
config-version: 5.0 # Don't edit this.
name: "Hellish"
description: Increases damage dealt in the nether.
enabled: true
obtaining:
table: true

View File

@@ -5,8 +5,8 @@
config-version: 5.0 # Don't edit this.
name: "Hook"
description: Pulls entities towards you.
enabled: true
obtaining:
table: true

View File

@@ -5,8 +5,8 @@
config-version: 5.0 # Don't edit this.
name: "Horde"
description: Increases damage dealt the more mobs are nearby.
enabled: true
obtaining:
table: true

View File

@@ -5,8 +5,8 @@
config-version: 5.0 # Don't edit this.
name: "Ice Shot"
description: Chance of freezing your opponent.
enabled: true
obtaining:
table: true

View File

@@ -5,8 +5,8 @@
config-version: 5.0 # Don't edit this.
name: "Identify"
description: Chance to give your attacker glowing.
enabled: true
obtaining:
table: true

View File

@@ -5,8 +5,8 @@
config-version: 5.0 # Don't edit this.
name: "Ignite"
description: Chance to light hit block on fire.
enabled: true
obtaining:
table: true

View File

@@ -5,8 +5,8 @@
config-version: 5.0 # Don't edit this.
name: "Illusion Aspect"
description: Chance to blind and nauseate opponent.
enabled: true
obtaining:
table: true

View File

@@ -5,8 +5,8 @@
config-version: 5.0 # Don't edit this.
name: "Impact"
description: Small chance to deal extreme damage.
enabled: true
obtaining:
table: true

Some files were not shown because too many files have changed in this diff Show More