HomeJavaModsMISS
ModsJava

MISS

by zyxkad · on Modrinth

Which build do you need?

This mod ships a separate file for every mod loader and every version of the game. Pick both, then download — the wrong build installs fine and then does nothing in the game.

Mod loader

Minecraft version

⬇ Download for 1.21–1.21.4 · Fabric⬇ Download for 1.20.1–1.20.6 · Fabric⬇ Download for 1.20 · Fabric⬇ Download for 1.19–1.19.4 · Fabric⬇ Download for 1.21.1–1.21.4 · NeoForge⬇ Download for 1.21 · NeoForge⬇ Download for 1.20.1–1.20.6 · Forge⬇ Download for 1.20 · Forge⬇ Download for 1.19–1.19.4 · Forge
I don't know my version or loader
Open the Minecraft launcher and look at the profile you play on — it names both, like fabric-loader-1.21.4. The version also shows in the bottom-right corner of the game's main menu.
No loader in the profile name? Then it's plain Minecraft, and these mods won't run — you need Fabric or NeoForge installed first.

MISS

Modrinth Downloads GitHub License Minecraft Version

MISS uses WebSocket to forward your Minecraft connection.

Features

Reqirements

Install

Server side

  1. Download from Modrinth
  2. Put the mod into mods folder
  3. Restart Minecraft server

Client side

  1. Download from Modrinth
  2. Put the mod into mods folder
  3. Restart Minecraft client

Nginx Configuration

Example:

server {
    listen 443 ssl;
    server_name mc.example.com;

    ssl_certificate /path/to/fullchain.pem;
    ssl_certificate_key /path/to/privkey.pem;

    # You also can forward different paths to different servers
    location / {
        proxy_pass http://ip_or_hostname:25565;
        proxy_http_version 1.1;
        proxy_set_header Upgrade $http_upgrade;
        proxy_set_header Connection "Upgrade";
        proxy_set_header Host $host;
        proxy_set_header X-Real-IP $remote_addr;
        proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
        proxy_set_header X-Forwarded-Proto $scheme;
    }
}

How to connect

  1. Input wss://mc.example.com to the Server Address bar
  2. Join the server

MISS 用于通过 WebSocket 转发 Minecraft 连接。这使得你可以通过 WebSocket 协议连接到 Minecraft 服务器,提供了一种新的网络传输方式。

功能特性

前置要求

模组安装

服务端

  1. Modrinth 下载对应版本
  2. 将文件放入服务端 mods 目录
  3. 重启 Minecraft 服务器

客户端

  1. Modrinth 下载对应版本
  2. 将文件放入客户端 mods 目录
  3. 启动 Minecraft 客户端

Nginx配置

反向代理服务器配置示例:

# 假设用户访问的域名是 mc.example.com,且已申请 SSL 证书
server {
    listen 443 ssl;
    server_name mc.example.com;

    ssl_certificate /path/to/fullchain.pem;
    ssl_certificate_key /path/to/privkey.pem;

# 该 location 其实也可以使用不同的 path 转发到不同的服务器
    location / {
        proxy_pass http://ip:25565; # 转发 Minecraft 服务器的地址(可以是域名或IP)
        proxy_http_version 1.1;
        proxy_set_header Upgrade $http_upgrade;
        proxy_set_header Connection "Upgrade";
        proxy_set_header Host $host;
        proxy_set_header X-Real-IP $remote_addr;
        proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
        proxy_set_header X-Forwarded-Proto $scheme;
    }
}

请根据实际情况修改配置文件中的域名和证书路径。

如何连接服务器

  1. 安装客户端 MOD 后
  2. 启动游戏
  3. 添加服务器并在地址栏输入: wss://mc.example.com
  4. 点击"加入服务器"按钮

注意事项

Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more