barneygale / mark2

minecraft server wrapper, written in python with twisted
Other
105 stars 27 forks source link

plugin: 'trigger' failed to initialize #101

Closed JamieKG closed 11 years ago

JamieKG commented 11 years ago

I get the following error when starting a server instance with the triggers enabled http://pastebin.com/WUanC8g4

JamieKG commented 11 years ago

my bad config error

crubinsson commented 11 years ago

I have started getting the same problem: http://pastebin.com/U7QZaGk5 Don't really know what i did when it stopped working... >.<

Could you update the thread with what the config error was?

Thanks Chris

JamieKG commented 11 years ago

Yes in your mark2.properties change plugin.trigger.filename=triggers.txt for plugin.trigger.path=triggers.txt

Thanks JamieKG

crubinsson commented 11 years ago

Oh, the variables changed in the config of course... Thanks!