mung3r / ecoCreature

PvM/E Rewards
http://forums.bukkit.org/threads/29538
GNU Lesser General Public License v3.0
7 stars 12 forks source link

Multi World Support #32

Closed indigomontoya closed 12 years ago

indigomontoya commented 12 years ago

Multi world support isnt working. I've made the file for my creative world which is named creative. I set all the coin values to 0 to make no coins drop and it doesnt do a thing.

mung3r commented 12 years ago

I will take a look.

mung3r commented 12 years ago

I just tried this on my test server and it appears to be working.

I have two worlds setup using the Multiverse-core plugin. The first world is just named "world" and my second world is named "world2". My directory structure looks like this:

plugins/ecoCreature/default.yml
plugins/ecoCreature/worlds/world2.yml

The first default.yml takes care of "world" and the second config takes care of my "world2." After starting up the server, I also see this in my server.log:

13:00:21 [INFO] [ecoCreature] Loaded config defaults.
13:00:21 [INFO] [ecoCreature] Loaded config for world2 world.

I configured default.yml to always drop coin and world2.yml to not drop any. So far, everything looks fine.

tinezwol commented 12 years ago

Hello,

I'm using transporter plugin in order to load my worlds. And the multiworld support is not working. http://dev.bukkit.org/server-mods/transporter/

I'm using dev build #17

mung3r commented 12 years ago

tinzwol, could you file a separate issue since yours is related to another plugin? thanks.