your current location:首页 > news>Regional Chat MineCraft

Regional Chat MineCraft

2024-12-15 02:17:16|Myriagame |source:minecraft skins

This module limits the scope that players can receive through chat boxes, that is, players far away from speakers cannot see their speech.

The module also added a instruction:/should .The effect is to send messages to all the players in the server. No matter the distance from the distance, the administrator permissions can be executed.

Starting from version 1.1.0, Toml or JSON5 can be used as a configuration file (required for QUILT LOADER).If there are configuration files in the old version, it will be automatically converted to TOML, but it can also be retained in the JSON format by moving the file to the following path.

The file is located on the config/regional_chat/regional_chatoml or regional_chaat.json5 (when using a quilt loader) or config/regional_chaton (when using Fabric)

The content of the configuration files of TOML and JSON is similar, including the following configuration items:

Range: The range is 0 to 32767, the default is 100, and the scope that can be heard by controlling ordinary players can be heard.

Notifydistance: The default is true. After opening, add a message to the sending distance before the message sent by the player.

DistancePrefix: The default [From %.0f Blocks Away], control the format of the above -mentioned distance, where %.0f is the formatting output of the sending distance, which cannot be omitted.

OPBYPASS: The default is true. After the opening, you allow some permissions players to ignore the distance to collect messages.

OPREQUIREDPERMISIONLEVEL: The range is 0 to 4, and the default is 3. Players above this permissions level will ignore the message limit as the above strip.

OPUNLIMITEDRANGE: The default is false. After opening, the speech of the administrator (the level of permissions is 3) can be received by all players, but because the module adds the/Shout instruction, the setting of this configuration is not so important.