deathmarine / DiabloDrops

Bukkit plugin that adjusts the mob dropping mechanics to include regularly dropped enchanted items that could be commonly found in Diablo.
http://dev.bukkit.org/bukkit-plugins/diablodrops/
GNU General Public License v3.0
17 stars 19 forks source link

Customization Issue - What am I doing wrong? #17

Closed TheDemonsSoul closed 11 years ago

TheDemonsSoul commented 11 years ago

Everytime I go to start up my server now ever since I created my own kind of Custom Set pieces...the game has multiple errors that pop up with my custom items.

Here's a pastebin of the settings and such of the custom items.

http://pastebin.com/bRuPxKCC

Kage's Lucky Military Pickaxe: Material: Diamond_Pickaxe Color: GREEN Enchantments: Damage_ALL: 9 DIG_SPEED: 9 DURABILITY: 9 LOOT_BONUS_BLOCKS: 4 WATER_WORKER: 9 Lore:

Kage's Lucky Sacred Armor Material: Diamond_Chestplate Color: BLUE Enchantments: PROTECTION_ENVIRONMENTAL: 9 PROTECTION_EXPLOSIONS: 9 PROTECTION_FALL: 9 PROTECTION_FIRE: 9 PROTECTION_PROJECTILE: 9 LOOT_BONUS_BLOCKS: 4 DURABILITY: 9

Lore:

Kage's Lucky Bone Visage Material: Diamond_Helmet Color: PINK Enchantments: PROTECTION_ENVIRONMENTAL: 9 PROTECTION_EXPLOSIONS: 9 PROTECTION_FALL: 9 PROTECTION_FIRE: 9 PROTECTION_PROJECTILE: 9 LOOT_BONUS_BLOCKS: 4 DURABILITY: 9

Lore:

Kage's Lucky Archon Leggings Material: Diamond_Leggings Color: YELLOW Enchantments: PROTECTION_ENVIRONMENTAL: 9 PROTECTION_EXPLOSIONS: 9 PROTECTION_FALL: 9 PROTECTION_FIRE: 9 PROTECTION_PROJECTILE: 9 LOOT_BONUS_BLOCKS: 4 DURABILITY: 9

Lore:

Kage's Lucky Mirror Boots Material: Diamond_Boots Color: DARK_GRAY Enchantments: PROTECTION_ENVIRONMENTAL: 9 PROTECTION_EXPLOSIONS: 9 PROTECTION_FALL: 9 PROTECTION_FIRE: 9 PROTECTION_PROJECTILE: 9 LOOT_BONUS_BLOCKS: 4 DURABILITY: 9

Lore:

deathmarine commented 11 years ago

Your formatting is off.

Kage's Lucky Mirror Boots:
  Material: Diamond_Boots
  Color: DARK_GRAY
  Enchantments:
    PROTECTION_ENVIRONMENTAL: 9
    PROTECTION_EXPLOSIONS: 9
    PROTECTION_FALL: 9
    PROTECTION_FIRE: 9
    PROTECTION_PROJECTILE: 9
    LOOT_BONUS_BLOCKS: 4
    DURABILITY: 9
  Lore:
  - '&8Kage's Ankle is imbued.'
  - '&4You can see your reflection upon looking at them.'
TheDemonsSoul commented 11 years ago

So how do I go about fixing this entire thing...because honestly, all of this is really new to me..

deathmarine commented 11 years ago

I made a wiki page describing how to work it. https://github.com/deathmarine/DiabloDrops/wiki/Custom.yml-Reference

TheDemonsSoul commented 11 years ago

Thank you for the link, Really appreciate it.

TheDemonsSoul commented 11 years ago

Okay now this is what i'm getting after following everything you pointed out to me, I followed the wiki guide as well...

http://i50.tinypic.com/30mww8p.png

ToppleTheNun commented 11 years ago

Can you relink us a copy of your new custom.yml?

ToppleTheNun commented 11 years ago

Using Pastie or Pastebin preferably.

TheDemonsSoul commented 11 years ago

http://pastebin.com/B0MhkX89

There's the new pastebin..I'm not sure what's going on :(

Sorry it took me so long...

ToppleTheNun commented 11 years ago

http://pastebin.com/kHe8MGMF

It needs to be formatted like that.

deathmarine commented 11 years ago

Hopefully you got your custom.yml fixed we are going to close this for now.