项目作者: MCUmbrella

项目描述 :
Forward messages between Minecraft and Guilded server
高级语言: Java
项目地址: git://github.com/MCUmbrella/MC2GForward.git
创建时间: 2021-08-09T16:30:39Z
项目社区:https://github.com/MCUmbrella/MC2GForward

开源协议:GNU General Public License v2.0

下载


This project was replaced by MGBridge! Go to https://github.com/MCUmbrella/MGBridge to see the new project.

MC2GForward

Forward messages between Minecraft and Guilded server

Note:

  • When the plugin is first installed on the server it will create an empty configuration file. You need to fill in your bot token and channel ID.
  • After setting up, RESTART the server.

    Did I make it clear? DO, NOT, RELOAD

    Configuration: config.properties

    1. language=en_US
    2. token=
    3. server=
    4. channel=
    5. forwardJoinLeaveEvents=true
    6. debug=false
  • language: the language to use for the plugin. Default: en_US.
  • token: your bot token.
  • server: target server ID. All message forwarding occurs in this server.
  • channel: target channel ID. All message forwarding occurs in this channel.
  • forwardJoinLeaveEvents: whether forward player join/quit messages or not.
  • debug: print the response after forwarding a message to Guilded.

    Binding your Guilded account:

  1. Log into the Minecraft server and type /mc2g mkbind and you will get a 10-digit random binding code.
  2. Open Guilded client and type /mc2g mkbind <code>.
  • If you want to unbind, type /mc2g rmbind at any side.