Minecraft Dynmap2CraftIRC3 mod 2026 download
logo
minecraft mod Dynmap2CraftIRC3

Dynmap2CraftIRC3

Game Version: CB 1.1-R4
Total Downloads: 7,274
Updated: Feb 23, 2012
Created: Jan 18, 2012
Download Dynmap2CraftIRC3Download Earlier Versions

Earlier Versions

Name Size Uploaded Game Version Downloads
Dynmap2CraftIRC3 1.1 release 3.17 KB Feb 23, 2012 CB 1.1-R4 5,157 download Dynmap2CraftIRC3 Dynmap2CraftIRC3 1.1 releaseDownload
Dynmap2CraftIRC3 1.0 release 3.17 KB Feb 1, 2012 CB 1.1-R3 991 download Dynmap2CraftIRC3 Dynmap2CraftIRC3 1.0 releaseDownload
Dynmap2CraftIRC3 Beta 0.3 beta 4.19 KB Jan 20, 2012 CB 1.0.1-R1 458 download Dynmap2CraftIRC3 Dynmap2CraftIRC3 Beta 0.3 betaDownload
Dynmap2CraftIRC3 Beta 0.2 beta 5.93 KB Jan 20, 2012 CB 1.0.1-R1 337 download Dynmap2CraftIRC3 Dynmap2CraftIRC3 Beta 0.2 betaDownload
Dynmap2CraftIRC3 Beta 0.1 beta 4.25 KB Jan 18, 2012 CB 1.0.1-R1 331 download Dynmap2CraftIRC3 Dynmap2CraftIRC3 Beta 0.1 betaDownload

Screenshots

Description

Share this:

Dynmap2CraftIRC3

Do you use both dynmap and CraftIRC together? If so you will have noticed that
people chatting in the IRC channel will not see any messages that were sent
from dynmap's webchat feature and vice versa. This annoyed me since it created
many awkward looking one sided conversations, and just caused general confusion
among my players. So I decided to fix it!

What does this do?

This plugin connects CraftIRC 3 to dynmap's webchat. More specifically, it
creates a new tag and endpoint visible to CraftIRC 3. With this plugin loaded,
you can specify communication paths in your CraftIRC 3 config.yml to point to
the tag "dynmap" to allow for chat flow between dynmap's webchat and any IRC
channels that CraftIRC may be connected to.

How do I use it?

Dependencies

First, you need CraftIRC of at least version 3.1 and dynmap at least version
0.29. It may work with lower versions of dynmap, but that hasn't been tested.
It definitely won't work with CraftIRC 2.

Setup

The only configuration required is in CraftIRC's config.yml. If you have:

setting:
    ...
    auto-paths: true
    ...

Then skip this section, it should automatically connect your dynmap webchat
with IRC chat. I Don't recommend this way, as auto-paths seems to always
create double messages for me. If it's false, and you're manually specifying
your communication paths (my preferred method), then you will need to set up
some new paths for this to work:

paths:
    ...
  - source: 'yourirctag'
    target: 'dynmap'

  - source: 'dynmap'
    target: 'yourirctag'
    ...

Formatting and Attributes configuration

The dynmap webchat endpoint is configured as a "plain" source, using the event
type "dynmap". So if you wanted to format how the messages appeared, you would
add a section under formatting called "from-plain" with a "dynmap" option, like
so:

formatting:
    from-game:
        ...
    from-irc:
        ...
    from-plain:
        dynmap: '%green%[%source%]%o% %sender%: %message%'

Also, in order for the chat events to actually be sent, you must add
"dynmap: true" under the default-attributes section:

    default-attributes:
        ...
        attributes:
            chat: true
            action: true
            join: true
            ...
            dynmap: true

Using it with CraftIRCDeath

If you would like death messages to also appear in dynmap's webchat, see my
other plugin CraftIRCDeath!

Screenshots

This is what it looks like when you're chatting across the webchat, the game,
and an IRC channel:

Dynmap Webchat

Dynmap webchat screenshot

IRC channel

IRC chat screenshot

Comments

Add a comment