DynmapIRC
DynmapIRC Version: v1.0
This simple plugin bridges Dynmap with the various IRC plugins available. It supports CraftIRC , MonsterIRC, MinecraftBot, and MineIRC.
For obvious reasons, this plugin requires you to first install DynMap, as well as one of the aforementioned plugins. It won't load if it can't find both Dynmap and an IRC plugin.
-
View User Profile
-
Send Message
Posted Jun 12, 2013Hi,
It turns out that this plugin actually still works. It just needs to be configured correctly. Here is a pastebin of the important parts of the config.yml to change for DynmapIRC to work:
http://pastebin.com/K41rX2Nh
Basically you have to add:
Then the plugin should work. I tested using dynmap 1.7.1-714, CraftIRC 3.9.4, and DynmapIRC 2.0.2.
-
View User Profile
-
Send Message
Posted Apr 9, 2013Hello there,
I know this is a bit out of date but it seems to be the only plugin around for this role.
Much like alexholliz I can get irc chat to come up on dynmap but can not get the reverse to work on irc.
I tried to do manual pathing but that just broke it entirely and seemingly needing to restart the server to get it working the way it was.
-
View User Profile
-
Send Message
Posted Jan 7, 2013Just curious if anyone has been having trouble using DynmapIRC since the 1.3 release of Dynmap (12/31/12). I can't get the dynmap chat to show up in IRC. Here's my config for CraftIRC http://pastebin.com/MXP3Xhsq and I can run a debug when launching bukkit and paste that if need be.
-
View User Profile
-
Send Message
Posted Sep 3, 2012Glad to hear! This was sort of a last minute "gotta fix gotta fix" while packing for my trip this weekend or I'd have tested better ^_^
-
View User Profile
-
Send Message
Posted Aug 31, 2012You may breathe a sigh of relief, your theory paid off. 2.0.2 is working just fine. :) Thank you for picking this up.
-
View User Profile
-
Send Message
Posted Aug 30, 2012Sigh. fixed in 2.0.2 in theory
-
View User Profile
-
Send Message
Posted Aug 30, 2012Just now, v2.01-Snapshot with most recent versions of MonsterIRC and dynmap.
2012-08-30 21:21:16 [SEVERE] Could not load 'plugins/DynmapIRC.jar' in folder 'plugins' org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: com/ensifera/animosity/craftirc/EndPoint at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:154) at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:305) at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:230) at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:222) at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:198) at net.minecraft.server.ServerConfigurationManagerAbstract.<init>(ServerConfigurationManagerAbstract.java:50) at net.minecraft.server.ServerConfigurationManager.<init>(SourceFile:11) at net.minecraft.server.DedicatedServer.init(DedicatedServer.java:105) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:378) at net.minecraft.server.ThreadServerApplication.run(SourceFile:539) Caused by: java.lang.NoClassDefFoundError: com/ensifera/animosity/craftirc/EndPoint at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(Unknown Source) at java.security.SecureClassLoader.defineClass(Unknown Source) at java.net.URLClassLoader.defineClass(Unknown Source) at java.net.URLClassLoader.access$100(Unknown Source) at java.net.URLClassLoader$1.run(Unknown Source) at java.net.URLClassLoader$1.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(Unknown Source) at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:44) at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:29) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Unknown Source) at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:143) ... 9 more Caused by: java.lang.ClassNotFoundException: com.ensifera.animosity.craftirc.EndPoint at java.net.URLClassLoader$1.run(Unknown Source) at java.net.URLClassLoader$1.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(Unknown Source) at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:44) at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:29) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) ... 25 more
-
View User Profile
-
Send Message
Posted Aug 30, 2012Oops. Fixing that. 2.0.1-SNAPSHOT will be up shortly
-
View User Profile
-
Send Message
Posted Aug 29, 2012Downloaded and installed, running the most recent version of dynmap and MonsterIRC
Getting the following error: 2012-08-30 01:12:54 [SEVERE] Could not load 'plugins\DynmapIRC.jar' in folder 'plugins' org.bukkit.plugin.InvalidPluginException: java.lang.ClassNotFoundException: ca.celticminstrel.bukkit.DynmapIRC at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:154) at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:305) at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:230) at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:222) at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:198) at net.minecraft.server.ServerConfigurationManagerAbstract.<init>(ServerConfigurationManagerAbstract.java:50) at net.minecraft.server.ServerConfigurationManager.<init>(SourceFile:11) at net.minecraft.server.DedicatedServer.init(DedicatedServer.java:105) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:378) at net.minecraft.server.ThreadServerApplication.run(SourceFile:539) Caused by: java.lang.ClassNotFoundException: ca.celticminstrel.bukkit.DynmapIRC at java.net.URLClassLoader$1.run(Unknown Source) at java.net.URLClassLoader$1.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(Unknown Source) at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:44) at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:29) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Unknown Source) at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:143)
-
View User Profile
-
Send Message
Posted Aug 28, 2012You can expect support for CraftIRC 2 to be dropped... I think there's support for IRCTransport in there though (untested, of course).
-
View User Profile
-
Send Message
Posted Aug 27, 2012@mbaxter
Dis guy... He is amazing! A true wizard! xD
-
View User Profile
-
Send Message
Posted Aug 27, 2012And.. picked up! Hi guys.
-
View User Profile
-
Send Message
Posted Aug 21, 2012Doesn't seem to work at all with the newest dynmap/craftIRC :( This is a very useful mod. Hope someone will pick it up.
-
View User Profile
-
Send Message
Posted Aug 12, 2012@Celtic_Minstrel
I know this is months later, but, no it does not work any more. If you are interested I include a pastebin link with the error I received.
http://pastebin.com/XxPsWwnY
-
View User Profile
-
Send Message
Posted May 14, 2012Does it not work anymore, then?
-
View User Profile
-
Send Message
Posted Apr 12, 2012This is a great plugin. Do you think you will update?
-
View User Profile
-
Send Message
Posted Mar 12, 2012@darkcloud784
Whoa there, why the hostility? As Celtic_Minstrel pointed out, this plugin was inactive and didn't work with CraftIRC3 at the time of my posting.
I'm glad to this plugin updated! I will most likely start using this and stop maintaining mine now...
-
View User Profile
-
Send Message
Posted Mar 2, 2012@PhoenixDIE
I know I posted that I'd consider it, but then I discovered that BukkitIRCd seems to have dynmap support built-in, so I probably won't end up adding support for BukkitIRCd in this.
-
View User Profile
-
Send Message
Posted Feb 28, 2012I would love to see support for BukkitIRCd pls:)
-
View User Profile
-
Send Message
Posted Feb 27, 2012To be fair, this was inactive when he posted that.