rmct / AutoReferee

Bukkit plugin for automatically refereeing competitive Minecraft matches.
http://rmct.github.com/AutoReferee
GNU General Public License v3.0
35 stars 19 forks source link

multiverse support broken? #114

Closed miraxus closed 11 years ago

miraxus commented 11 years ago

on starting bukkit: craftbukkit 1.5.1-R0.2 (Build #02744) multiverse-core 2.5 #665 AutoReferee-v2.1

I get the following error messages:


02:52:42 [INFO] Preparing level "world" 02:52:42 [INFO] Preparing start region for level 0 (Seed: -651739657119880888) 02:52:43 [INFO] Preparing start region for level 1 (Seed: -651739657119880888) 02:52:43 [INFO] Preparing spawn area: 49% 02:52:44 [INFO] Preparing start region for level 2 (Seed: -651739657119880888) 02:52:44 [INFO] [WorldEdit] Enabling WorldEdit v5.5.5 02:52:44 [INFO] WEPIF: Using the Bukkit Permissions API. 02:52:44 [INFO] [Multiverse-Core] Enabling Multiverse-Core v2.5-b665 02:52:44 [SEVERE] Could not pass event WorldInitEvent to AutoReferee v2.1 org.bukkit.event.EventException ... 02:52:44 [INFO] Preparing start region for level 3 (Seed: ...) 02:52:45 [SEVERE] Could not pass event WorldLoadEvent to AutoReferee v2.1 org.bukkit.event.EventException ...


when I /mvtp to the map I want to configure and say on the console I see this error

02:58:52 [INFO] miraxus issued server command: /autoref cfg init 02:58:52 [SEVERE] java.lang.reflect.InvocationTargetException ...

while in the client I see /autoref [] [args...]

Same happens for doing /autoref cfg save or load (with a xml file copied into the world dir)

Any clue?

authorblues commented 11 years ago

Can you please provide the full stacktraces for those exceptions that were thrown? So far, cannot reproduce them. Also, please provide the server's response for the command /ar version

authorblues commented 11 years ago

Cannot reproduce on new versions of AutoReferee. Closing as invalid. Please open a new ticket with full stacktraces attached if the problem persists.