You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
When I set the chat radius to 40 in the config file, the visibility range of the /me command is significantly reduced. After trying to set different values, I realized that the radius /me is the right size if you set the chat radius to (radius /me * (radius /me + 1)). That is, for /me to work on 40 blocks, you need to set the chat radius to 1640 blocks.
Steps to reproduce:
Write command /me.
Expected behavior:
Visibility of text from the /me command in a radius equal to the chat radius.
The text was updated successfully, but these errors were encountered:
Full output of /ess version:
Server startup log:
https://gist.github.com/GrigSolar/76be7b0704a0f94a7798766ad8fc43b3
EssentialsX config:
https://gist.github.com/GrigSolar/9b32638ae9965445a5d30f5ed68982f8
Description:
When I set the chat radius to 40 in the config file, the visibility range of the /me command is significantly reduced. After trying to set different values, I realized that the radius /me is the right size if you set the chat radius to (radius /me * (radius /me + 1)). That is, for /me to work on 40 blocks, you need to set the chat radius to 1640 blocks.
Steps to reproduce:
Write command /me.
Expected behavior:
Visibility of text from the /me command in a radius equal to the chat radius.
The text was updated successfully, but these errors were encountered: