your current location:首页 > news>[MW] Modestylist (Mod Whitelist) Minecraft

[MW] Modestylist (Mod Whitelist) Minecraft

2024-12-12 09:21:53|Myriagame |source:minecraft skins

Brief introduction

Module whitelist MOD can be used to protect your server from attacking cheating MOD.

This module has different behaviors on the client and server:

On the client, it collects the identifier ("MOD_ID") of all modules, encrypted and sent it to the server.

On the server side, it will check whether the players who try to connect to the server have a cheating module, or whether they have not installed any necessary modules to avoid game problems.

But both the server and the client need to install this MOD.Because, if you:

Installed on the client but not installed on the server.Client players can still enter the server and play, but this MOD cannot protect your server from cheating attacks.

Installed on the server but not installed on the client.Client players do not allow entering the server and sending a message "Multiplayer.disconnect.mod_whitelist.packet_Corruption".

Add MOD to white list and blacklist

The configuration file is located " /config/mod_whitelist- Config.json".If you want to add a module to a whitelist or a blacklist, read the following instructions.

First of all, you should find the MOD's identifier (MODID). A simple method is to open the jar file with compression packaging management software (such as Winzip, haozip, 7-zip, etc.), open the "fbric.mod.json" file, key "The content value of ID is the identifier of the MOD.For example, the modid of the module whites is "mod_whitelist".

Then, if you want the client player to install it, add it to the `Client_mod_necessary` field.By default is the blacklist mode, so if you don't want to install it for client players, you can add it to the `Client_mod_blacklist` field.If you want to use the white list mode, set the `user_whitelist_only` to true and add all the white list modid to the` client_mod_whitelist` field.

In addition, if the `use_whitelist_only` is true, it will ignore the` client_mod_blacklist` field when running the server.Similarly, if the `Use_whitelist_only` is true, then the` client_mod_whitelist` field will be ignored.

As you can see, if Fabric API is installed, Modlist will contain quite a lot of Modid.You can run and install this MOD client, and then open the ".minecraft/Logs/Latest.log". You will see the following format to simplify the process of manually collecting Modlist:

 Mod Whitelist vx.x.x from the client! Modlist: ["Fabric-API", "Fabric-Api-Base", ...] 

Problem tracker

If you find any problems with this module, visit https://github.com/viola-siemens/mod-whitelist/issues and publish your problems and logs.

Other explanations

The module body is open source in the MIT protocol. This module is not a commercial customized module. Therefore, you can be free to join the integrated package or use it for the service, but please distribute according to the requirements of the agreement.

When feedback, please indicate the MC version, module version, and upload the error report or explain the complete reproduction method, otherwise it will be regarded as you have solved it!

All gameplay and content of this module are completely free and open source, and the author will not ask you for any money.Please speak friendly, maintain the community atmosphere, and thank you for your cooperation.

The developer is very eager to get the problem and error message of the work, so I will thank you very much for your feedback!If there is a suggestion, we are also very welcome to make in the comments that we will work hard to make the module better!