Zarius / Bukkit-OtherBlocks

OtherBlocks (now known as OtherDrops) plugin for Bukkit (dev build: https://www.mediafire.com/?i6ows1g6kus2o0l)
http://dev.bukkit.org/server-mods/otherdrops/
GNU General Public License v3.0
17 stars 17 forks source link

Random error causes OD not to work #285

Closed semirotta closed 9 years ago

semirotta commented 11 years ago

Error: http://pastebin.com/w5RsKfat

Otherdrops config: http://pastebin.com/kc6Pbg6f

Running minecraft 1.6.2 server (bukkit) via pytohost. Plugins: WorldBorder, bPermissions, LinksOnSigns, PTweaks, WorldEdit, Vault, HealthBar, WorldGuard, SilkSpawners, MCPacks, MChat, Shopkeepers, UnhealthyDeath, CoreProtect, LimitedCreative, CrystalCraft, ZavAutoMessager, Lockette, ProtocolLib, FoundOres Revisited, RandomTP, WGCustomFlags, MobName, MakeYourOwnCommands, HorseTools, Essentials, AncientGates, ShowCaseStandalone, OtherDrops, EssentialsSpawn, Enjin Minecraft Plugin, NoItem, EssentialsAntiBuild, MCBans, WGRegionEffects, BKCommonLib

I have tried newest DEV and just the 1.6.1 normal build of Otherdrops. Otherdrops is not even working right now :(

Zarius commented 9 years ago

Line 67 of the config has two spaces too many. Usually YAML will give a better error to help you pinpoint the issue however in this case the spaces are just right for it to interpret the "ANY_CREATURE:" as a parameter rather than a target - simply put it passes it along to OtherDrops which then gets confused.

(I also noted that line #55 actually states that the spacing is incorrect...)

YAML (the language for the config file) can be a bit picky sometimes and I'd like to use something better however it would be a lot of work to change over (and I have to find something better first :D)