Skip to content

A Minecraft Mod for custom LAN servers - 自定义LAN联机局域网服务器设置Mod

License

Notifications You must be signed in to change notification settings

XiaoXianHW/EasyLAN

Repository files navigation

EasyLAN

A Minecraft Forge Mod for Custom LAN Servers Related settings for customizing the LAN server (built-in server)
| 中文文档 |


Configurable List

Custom

  • Custom Port(100-65535
  • Custom Max Player(2-500000
  • Custom Motd(100 Word Count

Server Basic Setting

  • Allow PVP(True/False
  • Online Mode(True/False
  • Spawn Animals(True/False
  • Spawn NPCs(True/False
  • Allow Flight(True/False

Server Command Support

  • WhiteList(/whitelist [on/off/add/remove/...]
  • Banned(/ban|/ban-ip | /pardon|/pardon-ip
  • Operator(/op | /deop
  • SaveAll(/save-all | /save-off | /save-on

Extensions

Extensions have not been tested for compatibility, please try to disable them if you have problems with the game crashing.

  • HttpAPI Info(HTTPApi Support | port: 28960 | address: 127.0.0.1)
    (There are compatibility issues with HttpAPI, which may cause a crash when exiting the game. For details, please refer to #2)
    Fixed in v1.5
  • LAN output(Game Chat Output LAN Server Info)

You can also configure this plugin through .minecraft\config\easylan.cfg (similar to server.properties)

Support Version

  • 1.7.2 - Latest version (maybe [Forge]
    Unsupported 1.13.2
    1.7.2 Untested, usability is not yet certain
  • Please delete the .minecraft\config\easylan.cfg file when updating from an old version of EasyLAN to a new version, otherwise the game may crash (see the update log for details)

Translation Contribution

This MOD supports multiple languages;
To contribute translations, please refer to and upload your language files to src/main/resources/assets/easylan/lang
Contributed translations will be added in the next Minecraft version (or full version if it's a major refactoring update)

  • 1.7.2 - 1.12.2 (xx_XX.lang; eg: zh_CN.lang)
  • 1.14.4 - Latest version (xx_xx.json; eg: zh_cn.json)

Developers

Build

git clone https://github.com/XiaoXianHW/EasyLAN.git
./gradlew build

For IntelliJ IDEA

./gradlew genIntellijRuns

For Eclipse

./gradlew genEclipseRuns