Giter Site home page Giter Site logo

icebear67 / catmessenger Goto Github PK

View Code? Open in Web Editor NEW

This project forked from meowcraftmc/catmessenger

0.0 0.0 0.0 200 KB

【小猫信使】基于 RabbitMQ 的多 MC 服务器和 Telegram 群的消息互通软件,同样支持在MC服务器之间混合传递。

License: Apache License 2.0

Java 100.00%

catmessenger's Introduction

CatMessenger / 小猫信使

基于 RabbitMQ 的多 MC 服务器和 Telegram 群的消息互通软件,同样支持在MC服务器之间混合传递。

传输协议

版本:V2.0(2024.2.7 更新)

文档咕了,看代码吧(

安装

请不要照抄本文档,你需要对其做一些基本的配置。

前置条件

  1. rabbitMQ
  2. java Runtime

RabbitMQ

这是一个开源的消息队列工具,你可以使用docker来创建一个服务器。为了配合本项目你需要为它设置username和password。

docker run --rm --hostname my-rabbit --name some-rabbit -p 5672:5672 -e RABBITMQ_DEFAULT_USER=minecraft -e RABBITMQ_DEFAULT_PASS=password -e RABBITMQ_DEFAULT_VHOST=/minecraft rabbitmq
version: '3.8'
services:
  rabbitmq:
    image: rabbitmq
    hostname: my-rabbit
    container_name: minecraft-rabbit
    ports:
      - "5672:5672"
    environment:
      RABBITMQ_DEFAULT_USER: minecraft
      RABBITMQ_DEFAULT_PASS: password
      RABBITMQ_DEFAULT_VHOST: /minecraft

java

本工具编译版本要求 >= jdk17,建议runtime也不要低于这个版本喵。

使用步骤

  1. 从release界面下载最新版本的jar包。
  2. 上传到服务器plugins文件夹。
  3. 启动服务器,会自动创建一个默认的配置文件。 针对配置文件的配置,必须和上面rabbitMQ docker配置一一对应。
  4. 跳转到 Adapter项目 以继续教程。

catmessenger's People

Contributors

qyl27 avatar seele0oo avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.