I'm getting an error.. New to this kind of thing. Any help?
Cannot load [MapRunner] because an exception occurred [E:\Documents\EB24174174\3rdParty\_CONFIGS_\Default\MapRunner\Content-8472781\AreaTransitionTask.cs(6,7) : error CS0246: The type or namespace name 'CommunityLib' could not be found (are you missing a using directive or an assembly reference?)
E:\Documents\EB24174174\3rdParty\_CONFIGS_\Default\MapRunner\Content-8472781\MapExtensions.cs(2,7) : error CS0246: The type or namespace name 'CommunityLib' could not be found (are you missing a using directive or an assembly reference?)
E:\Documents\EB24174174\3rdParty\_CONFIGS_\Default\MapRunner\Content-8472781\SellMapTask.cs(3,7) : error CS0246: The type or namespace name 'CommunityLib' could not be found (are you missing a using directive or an assembly reference?)
E:\Documents\EB24174174\3rdParty\_CONFIGS_\Default\MapRunner\Content-8472781\TakeMapTask.cs(4,7) : error CS0246: The type or namespace name 'CommunityLib' could not be found (are you missing a using directive or an assembly reference?)
E:\Documents\EB24174174\3rdParty\_CONFIGS_\Default\MapRunner\Content-8472781\MapExtensions.cs(23,43) : error CS0246: The type or namespace name 'CachedItemObject' could not be found (are you missing a using directive or an assembly reference?)
E:\Documents\EB24174174\3rdParty\_CONFIGS_\Default\MapRunner\Content-8472781\MapExtensions.cs(35,50) : error CS0246: The type or namespace name 'CachedItemObject' could not be found (are you missing a using directive or an assembly reference?)
E:\Documents\EB24174174\3rdParty\_CONFIGS_\Default\MapRunner\Content-8472781\MapExtensions.cs(55,48) : error CS0246: The type or namespace name 'CachedItemObject' could not be found (are you missing a using directive or an assembly reference?)
E:\Documents\EB24174174\3rdParty\_CONFIGS_\Default\MapRunner\Content-8472781\MapExtensions.cs(90,54) : error CS0246: The type or namespace name 'CachedItemObject' could not be found (are you missing a using directive or an assembly reference?)
E:\Documents\EB24174174\3rdParty\_CONFIGS_\Default\MapRunner\Content-8472781\ItemHelper.cs(20,94) : error CS0246: The type or namespace name 'CommunityLib' could not be found (are you missing a using directive or an assembly reference?)
E:\Documents\EB24174174\3rdParty\_CONFIGS_\Default\MapRunner\Content-8472781\TakeMapTask.cs(82,35) : error CS0246: The type or namespace name 'CachedItemObject' could not be found (are you missing a using directive or an assembly reference?)
E:\Documents\EB24174174\3rdParty\_CONFIGS_\Default\MapRunner\Content-8472781\TakeMapTask.cs(97,73) : error CS0246: The type or namespace name 'CachedItemObject' could not be found (are you missing a using directive or an assembly reference?)
E:\Documents\EB24174174\3rdParty\_CONFIGS_\Default\MapRunner\Content-8472781\TakeMapTask.cs(97,35) : error CS0246: The type or namespace name 'CachedItemObject' could not be found (are you missing a using directive or an assembly reference?)
].
System.Exception: E:\Documents\EB24174174\3rdParty\_CONFIGS_\Default\MapRunner\Content-8472781\AreaTransitionTask.cs(6,7) : error CS0246: The type or namespace name 'CommunityLib' could not be found (are you missing a using directive or an assembly reference?)
E:\Documents\EB24174174\3rdParty\_CONFIGS_\Default\MapRunner\Content-8472781\MapExtensions.cs(2,7) : error CS0246: The type or namespace name 'CommunityLib' could not be found (are you missing a using directive or an assembly reference?)
E:\Documents\EB24174174\3rdParty\_CONFIGS_\Default\MapRunner\Content-8472781\SellMapTask.cs(3,7) : error CS0246: The type or namespace name 'CommunityLib' could not be found (are you missing a using directive or an assembly reference?)
E:\Documents\EB24174174\3rdParty\_CONFIGS_\Default\MapRunner\Content-8472781\TakeMapTask.cs(4,7) : error CS0246: The type or namespace name 'CommunityLib' could not be found (are you missing a using directive or an assembly reference?)
E:\Documents\EB24174174\3rdParty\_CONFIGS_\Default\MapRunner\Content-8472781\MapExtensions.cs(23,43) : error CS0246: The type or namespace name 'CachedItemObject' could not be found (are you missing a using directive or an assembly reference?)
E:\Documents\EB24174174\3rdParty\_CONFIGS_\Default\MapRunner\Content-8472781\MapExtensions.cs(35,50) : error CS0246: The type or namespace name 'CachedItemObject' could not be found (are you missing a using directive or an assembly reference?)
E:\Documents\EB24174174\3rdParty\_CONFIGS_\Default\MapRunner\Content-8472781\MapExtensions.cs(55,48) : error CS0246: The type or namespace name 'CachedItemObject' could not be found (are you missing a using directive or an assembly reference?)
E:\Documents\EB24174174\3rdParty\_CONFIGS_\Default\MapRunner\Content-8472781\MapExtensions.cs(90,54) : error CS0246: The type or namespace name 'CachedItemObject' could not be found (are you missing a using directive or an assembly reference?)
E:\Documents\EB24174174\3rdParty\_CONFIGS_\Default\MapRunner\Content-8472781\ItemHelper.cs(20,94) : error CS0246: The type or namespace name 'CommunityLib' could not be found (are you missing a using directive or an assembly reference?)
E:\Documents\EB24174174\3rdParty\_CONFIGS_\Default\MapRunner\Content-8472781\TakeMapTask.cs(82,35) : error CS0246: The type or namespace name 'CachedItemObject' could not be found (are you missing a using directive or an assembly reference?)
E:\Documents\EB24174174\3rdParty\_CONFIGS_\Default\MapRunner\Content-8472781\TakeMapTask.cs(97,73) : error CS0246: The type or namespace name 'CachedItemObject' could not be found (are you missing a using directive or an assembly reference?)
E:\Documents\EB24174174\3rdParty\_CONFIGS_\Default\MapRunner\Content-8472781\TakeMapTask.cs(97,35) : error CS0246: The type or namespace name 'CachedItemObject' could not be found (are you missing a using directive or an assembly reference?)
at Loki.Bot.ThirdPartyLoader.******(Dictionary`2 , String )