Show Chat - MoSadie/EffectMC GitHub Wiki
Description
Set the visibility of chat option. Available options are Show, Commands Only, and Hide.
Configuration Options
- Title (optional): An optional title to display on the key. Customize location and font using the T icon to the right of the text box.
- Minecraft IP (required): The address that the EffectMC mod is running on. (Example:
http://localhost:3000
) - Visibility: The visibility to set. (Example:
Show
)
Example Configuration
In-Game Experience
Advanced: HTTP Request Information
- Method: GET
- Endpoint:
/showchat
- Parameters:
device
: Device ID (String)visibility
: The visibility mode to set. (String) Accepted values areSHOW
,COMMANDS_ONLY
, andHIDE