Hello! I am trying to allow world edit on my server of Eco. However, I am unable to get it to initalize properly to be used. I read that it now requires the asphalt mod as well. I have since installed both Wold Edit and the Asphalt mod. I am receiving this error and am unable to connect to the server as a result. any and all help would be wonderful.
I am using the most current version of Eco (as of the date of this posting)
Asphalt-Modkit V 0.5.1.0
World Edit
Unhandled Exception: System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.Exception: Error in WandAxeItem at 58: Unexpected character '$' (CS1056)
Error in WandAxeItem at 85: Unexpected character '$' (CS1056)
Error in WandAxeItem at 38: ; expected (CS1002)
Error in WandAxeItem at 38: Invalid token ';' in class, struct, or interface member declaration (CS1519)
Error in WorldEditCommands at 59: Unexpected character '$' (CS1056)
Error in WorldEditCommands at 67: Unexpected character '$' (CS1056)
Error in WorldEditCommands at 87: Unexpected character '$' (CS1056)
Error in WorldEditCommands at 112: Unexpected character '$' (CS1056)
Error in WorldEditCommands at 119: Unexpected character '$' (CS1056)
Error in WorldEditCommands at 130: Unexpected character '$' (CS1056)
Error in WorldEditCommands at 175: Unexpected character '$' (CS1056)
Error in WorldEditCommands at 192: Unexpected character '$' (CS1056)
Error in WorldEditCommands at 200: Unexpected character '$' (CS1056)
Error in WorldEditCommands at 250: Unexpected character '$' (CS1056)
Error in WorldEditCommands at 268: Unexpected character '$' (CS1056)
Error in WorldEditCommands at 300: Unexpected character '$' (CS1056)
Error in WorldEditCommands at 317: Unexpected character '$' (CS1056)
Error in WorldEditCommands at 393: Unexpected character '$' (CS1056)
Error in WorldEditCommands at 413: Unexpected character '$' (CS1056)
Error in WorldEditCommands at 415: Unexpected character '$' (CS1056)
Error in WorldEditCommands at 435: Unexpected character '$' (CS1056)
Error in WorldEditCommands at 437: Unexpected character '$' (CS1056)
Error in WorldEditCommands at 457: Unexpected character '$' (CS1056)
Error in WorldEditCommands at 459: Unexpected character '$' (CS1056)
Error in WorldEditCommands at 493: Unexpected character '$' (CS1056)
Error in WorldEditCommands at 495: Unexpected character '$' (CS1056)
Error in WorldEditCommands at 512: Unexpected character '$' (CS1056)
Error in WorldEditCommands at 514: Unexpected character '$' (CS1056)
Error in WorldEditCommands at 530: Unexpected character '$' (CS1056)
Error in WorldEditCommands at 532: Unexpected character '$' (CS1056)
Error in WorldEditCommands at 548: Unexpected character '$' (CS1056)
Error in WorldEditCommands at 550: Unexpected character '$' (CS1056)
Error in WorldEditCommands at 566: Unexpected character '$' (CS1056)
Error in WorldEditCommands at 568: Unexpected character '$' (CS1056)
Error in WorldEditCommands at 584: Unexpected character '$' (CS1056)
Error in WorldEditCommands at 586: Unexpected character '$' (CS1056)
Error in WorldEditCommands at 603: Unexpected character '$' (CS1056)
Error in WorldEditCommands at 626: Unexpected character '$' (CS1056)
Error in WorldEditCommands at 632: Unexpected character '$' (CS1056)
Error in WorldEditManager at 215: Unexpected character '$' (CS1056)
at Eco.ModKit.RuntimeCompiler.HandleCompilerError(CompilerResults results)
at Eco.ModKit.RuntimeCompiler.LoadOrCompileMods()
at Eco.ModKit.ModKitPlugin..ctor(TaskCompletionSource`1 done)
--- End of inner exception stack trace ---
at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
at System.Reflection.RuntimeConstructorInfo.Invoke(BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
at System.RuntimeType.CreateInstanceImpl(BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes, StackCrawlMark& stackMark)
at System.Activator.CreateInstance(Type type, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes)
at System.Activator.CreateInstance(Type type, Object[] args)
at Eco.Server.PluginManager.AddPlugin(Type pluginType, Object[] p)
at Eco.Server.PluginManager..ctor()
at Eco.Server.Startup.Start(String[] args)
at Eco.Server.MainClass.Main(String[] args)
Thank you tons.
GeGee