Configuration

Customization

config.yml
options:
  auto-update: false ## Specify whether this Plugin should automatically update
  log: true ## Specify whether MagicLoot should send a Message to the Console everytime a new Ruin was spawned
chances:
  ruin: 50 ## The Chances for a Ruin to spawn (per-Chunk) e.g. 50 = 50% Chance per Chunk
items:
  min: 2 ## The Min/Max amount of Treasure to spawn in Chests
  max: 10
enchantments:
  min: 2 ## The Min/Max amount of Enchantments per Item
  max: 5
potions:
  min: 1 ## The Min/Max amount of Potion Effects per Potion
  max: 3
effects: ## The Min/Max amount of Effects per Item
  min: 0
  max: 3
slimefun: ## The Min/Max amount of Slimefun items to spawn in Ruins
  min: 2
  max: 6
enable: ## You can disable any type of Items to spawn in Ruins
  TREASURE: true
  TOOL: true
  SLIMEFUN: true
  BOOK: true
  POTION: true
  UNANALIZED: true
world-blacklist: ## And you can also specify Worlds where no Ruins should be able to spawn
- world_nether


Items.yml
treasure: ## Here you can spawn what Treasure might occur in Chests
  DIAMOND: true
loot: ## As well as specify what Loot can spawn (IMPORTANT: Loot means that MagicLoot will apply Enchantments and Effects on this Item; Only to be used for Tools, Weapons and Armor)
  DIAMOND_SWORD: true
Slimefun-Item: ## Here you can specify what Slimefun Items should spawn in Ruins
  GRAPPLING_HOOK: true


Names.yml
prefixes: ## Specify which Prefixes should be used for Item Names for Loot
- Sharp
suffixes: ## Specify which Suffixes should be used for Item Names for Loot
- Spirit
colors: ## Specify which Colors should be used for Item Names for Loot
- '&a'


Enchantments.yml
PROTECTION_ENVIRONMENTAL:
  level:
    '1': true ## Specify whether Protection I could be applied to Loot
  max-level: 10 ## Specify what the Max Level of Protection is (Set it to 0 to prevent this Enchantment from being applied to Loot)


Potions.yml
SPEED:
  level:
    '1': true ## Specify whether Speed I could be applied to Potions found in Ruins
  max-level: 10 ## Specify what the Max Level of Speed is (Set it to 0 to prevent this Potion Effect from being applied to Potions)


Effects.yml
effects:
- 1 Speed ## Specify whether the Attribute Speed 1 should be applied to Loot
max-level:
  Speed: 10 ## Specify what the Max Level of Speed is (Set it to 0 to prevent this Effect from being applied to Loot)