Compatibility
Minecraft: Java Edition
1.21.8
1.21.1
Platforms
Supported environments
Links
Creators
Details
Licensed LGPL-3.0-only
Published last year
Updated 5 months ago
å·åøéØ | Rolling Gate
äøäøŖNeoForge樔ē»ļ¼ę§å¶MinecraftęęÆé锹
A NeoForge mod that controls Minecraft technology options
ē°ęéå | 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
- äøč½½ęØ”ē»ļ¼ę¾ē½®å°
.minecraft/modsę.minecraft/versions/{version}/modsę件夹 - čæå
„å攣ļ¼ä½æēØ
/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 panelreload- Reload configuration filecategory [category]- View all rules under the group[rule] [value]- Set the value of the rule[rule]- View detailed information of rulesdefault [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
čµå©ę们 | 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";
}



