cnaude / PurpleIRC-forge

Minecraft Forge mod IRC relay.
2 stars 2 forks source link

Dynmap Chat #17

Closed Valentinez closed 6 years ago

Valentinez commented 6 years ago

Dynmap Web Chat to IRC and IRC to Dynmap Web Chat are not working.

I'm using: Dynmap-3.0-alpha-1-forge-1.12.2 purpleirc-1.12.2-1.0-7

forge-1.12.2-14.23.4.2739

In config.yml

  dynmap-web-chat: '[Dynmap] <%NAME%> %MESSAGE%'
  irc-action-dynmap-web-chat: '[IRC] ***%NAME% %MESSAGE%'
  irc-dynmap-nick: '[IRC] %NICK%'
  irc-dynmap-action-nick: '[IRC] ***%NICK%'

/bot/MyBot.yml

enabled-messages:
    - console-chat
    - game-action
    - game-chat
    - game-death
    - game-kick
    - game-join
    - game-quit
    - irc-action
    - irc-chat
    - irc-pchat
    - irc-join
    - irc-kick
    - irc-part
    - irc-topic
    - irc-quit
    - irc-nickchange
    - irc-mode
    - irc-notice
    - dynmap-web-chat
    - irc-dynmap-web-chat
    - irc-action-dynmap-web-chat
xc2 commented 6 years ago

+1

cnaude commented 6 years ago

Please try: https://h.cnaude.org/jenkins/job/PurpleIRC-forge-1.12.2/8/artifact/build/libs/purpleirc-1.12.2-1.0-8.jar

Valentinez commented 6 years ago

Awesome~! Works Perfect~!