Language

RollingGate

RollingGate

Modrinth

A NeoForge mod that controls Minecraft technology options

255.9k downloads 10 followers updated 5d ago
latest v1.1.0+build.70 Modrinth
Neoforge 1.21.1 – 26.2

卷帘门 | Rolling Gate

一个NeoForge模组,控制Minecraft技术选项

A NeoForge mod that controls Minecraft technology options

Development Builds
GitHub downloads

现有附加 | Existing Additional

  • Survival++ [GitHub] [Modrinth]
    • 控制游戏的技术性选项
    • Game Technology Options Control
  • Server++ [GitHub] [Modrinth]
    • 控制服务器的技术性选项
    • Server Technology Options Control
  • BetterTab [GitHub] [Modrinth]
    • 在标签列表中显示mobcaps、TPS、MSPT和自定义行
    • Show mobcaps, TPS, MSPT and Custom line in tab list
  • SiliconeDolls [GitHub] [Modrinth]
    • 召唤假玩家并控制他们
    • Summon fake players and control them
  • AnvilCraft-Skyland [GitHub] [Modrinth]
    • 生成空岛并自由调整生成规则
    • Generate an skyland and freely adjust the generation rules

声明 | Disclaimer

本模组仅支持 Minecraft 1.21+ ,暂无向更低版本兼容的计划。

This mod only supports Minecraft 1.21+ and has no plans to be compatible with lower versions at the moment.

本模组代码基于 LGPL-3.0 协议开源,其它资产基于 CC-BY-NC-ND 4.0 发布,请遵守协议。

This module code is open source based on the LGPL-3.0 protocol, while other assets are released based on
the CC-BY-NC-ND 4.0 protocol. Please comply with the protocol.

快速开始 | Quick Start

  1. 下载模组,放置到 .minecraft/mods.minecraft/versions/{version}/mods 文件夹
  2. 进入存档,使用 /rg 命令显示模组控制面板以调整规则的启用状态

配置 | Configuration

  • configs/rolling-gate.json 中修改默认配置,该配置将影响所有存档
  • 在存档目录中创建 rolling-gate.json 文件以覆盖默认配置
  • 配置文件格式为 JSON,示例如下:
{
  // string
  "rule1": "value",
  // int
  "rule2": 1,
  // double
  "rule3": 1.0,
  // boolean
  "rule4": true
}

命令 | Command

  • /rg - 显示模组控制面板

    • reload - 重新加载配置文件
    • category [category] - 查看分组下的所有规则
    • [rule] [value] - 设置规则的值
    • [rule] - 查看规则详细介绍
    • default [rule] [value] - 设置当前存档的规则默认值
  • /rg - Display mod control panel

    • reload - Reload configuration file
    • category [category] - View all rules under the group
    • [rule] [value] - Set the value of the rule
    • [rule] - View detailed information of rules
    • default [rule] [value] - Set default rules for the current save

规则 | Rules

| 规则 | 类型 | 默认值 | 允许值 | 描述 |
|------------|--------|---------|------------------|------------|
| language | String | zh_cn | en_us, zh_cn | 设置卷帘门的默认语言 |

| Rule | Type | Default Value | Allowed Value | Description |
|------------|--------|---------------|------------------|------------------------------------------|
| language | String | zh_cn | en_us, zh_cn | Set the default language for RollingGate |

联系我们 | Contact Us

  • Contact Us

赞助我们 | Sponsor Us

  • Sponsor Us

赞助者 | Sponsors

编写附属 | Write Additional

  • 编写一个类添加规则
  • Write a class addition rule

@RGServerRules(value = "your_mod_id", languages = {"zh_cn", "en_us"})
public class YourModServerRules {
    @Rule(allowed = {"your_rule_value1", "your_rule_value2"}, categories = "your_rule_category")
    public static String yourRule = "your_rule_value1";
}

Versions

Alpha
1.1.0+build.70
neoforge · 26.2 · 5d ago
15
Alpha
1.1.0+build.69
neoforge · 26.1.2 · 5d ago
23
Alpha
1.1.0+build.68
neoforge · 1.21.10 · 5d ago
11
Alpha
1.1.0+build.67
neoforge · 1.21.8 · 5d ago
26
Alpha
1.1.0+build.66
neoforge · 1.21.1 · 5d ago
2.1k
Alpha
1.1.0+build.65
neoforge · 1.21.8 · 11mo ago
1.2k
Alpha
1.1.0+build.64
neoforge · 1.21.1 · 11mo ago
169.7k
Alpha
1.1.0+build.63
neoforge · 1.21.8 · 11mo ago
57
Alpha
1.1.0+build.62
neoforge · 1.21.8 · 11mo ago
88
Alpha
1.1.0+build.61
neoforge · 1.21.8 · 11mo ago
61
Alpha
1.1.0+build.60
neoforge · 1.21.8 · 11mo ago
47
Alpha
1.1.0+build.59
neoforge · 1.21.8 · 11mo ago
60

Comments 0

No comments yet. Be the first to share your thoughts.

FAQ

How do I install RollingGate?

Download the file for your Minecraft version and loader from this page, then drop the .jar into your mods (or plugins) folder and launch the game.

Is RollingGate free?

RollingGate is free to download on Modgrid — we link straight to the official source, no paywall or bundled installer.

Which Minecraft versions does RollingGate support?

Works with Neoforge. Supports versions 1.21.1–26.2. See the download section on this page for the full list of supported versions and loaders.