[HiaXn2B2T] >>>Let limit the chat distance to achieve better 2B2T effect <<< icon

[HiaXn2B2T] >>>Let limit the chat distance to achieve better 2B2T effect <<< -----

Limit the chat distance to achieve a more realistic 2B2T effect



HiaXn2B2T
Depend On PlaceHolderApi
Denpend On Taboolib

Support version 1.13-1.16.5​
idea
This plugin is used to improve the effect in 2B2T-like servers
In a server of this type 2B2T
The player must hide
The coordinates of the exposed base will eventually be destroyed
But but!
Under the most basic gameplay of 2B2T
Communication can still make a lot of [should exist] problems not exist
For example, the suspicion chain mentioned in ["The Three Body Problem II"]
So there is this plugin
Specific functions:
This plugin can set the chat distance
Once the distance between players exceeds the set distance, the messages sent to each other cannot be seen
See the effect
This plugin can also restore
Inaudible effect
[Language garbled] will be generated after setting a certain distance
The calculation method is [beyond garbled setting distance/4]
And this / 4 can be modified (but only the divisor can be modified)
The effect is as follows:
When the administrator wants to publish a full server announcement
Cannot post information directly due to restrictions on chat
Using /say will miss the announcement because some people don’t look at the chat bar
WorldSay-Words of the World
Use the title [Title] method to remind the player
It is absolutely guaranteed that online players can receive the announcement!
[Except on-hook]
[The above functions can be turned off]


What Can this plugin do?

This plugin can set the chat distance
Once the distance between players exceeds the set distance, the messages sent to each other cannot be seen
See the effect
This plugin can also restore
Inaudible effect
[Language garbled] will be generated after setting a certain distance
The calculation method is [Excessive garbled setting distance/4]
And this/4 can be modified (but only the divisor can be modified)
The effect is as follows:
When the administrator wants to publish a full server announcement
Cannot post information directly due to restrictions on chat
Using / say will miss the announcement because some people don’t look at the chat bar
WorldSay世界の话语
Use the title [Title] method to remind the player
It is absolutely guaranteed that online players can receive the announcement!
[Except on-hook]
Player sensing Players in the chat area will be sensed Can know the distance between players You can customize the sending format See the effect
[The above functions can be turned off]
Electromagnetic emission Inspired by WorldSay With this, allowing players to send messages to the world is no longer a dream You can customize the sending range

Effect picture
Chat distance display:
show Chat:
[​IMG]
Sender:
[​IMG]
recipient:
[​IMG]

Signal interference function:
it makes the chat look more real Demonstration effect: Sender's perspective:
Sender:
[​IMG]
Recipient:
[​IMG]

You can customize the garbled content, which is completely written into the configuration file!

WorldSay:

[​IMG]

SafeMode:
[​IMG]

Player sensing:
[​IMG]


Electromagnetic transmission:
Sender
[​IMG]
Speed delay after sending-300 blocks/sec-customizable
[​IMG]
Receiving end

[​IMG]
Config:
Code (Text):
######################################################################
#   |        |  -----        /\          \     /     |\      |       #
#   |        |    |         /  \          \   /      | \     |       #
#   |        |    |        /    \          \ /       |  \    |       #
#   |--------|    |       /------\          /        |   \   |       #
#   |        |    |      /        \        / \       |    \  |       #
#   |        |    |     /          \      /   \      |     \ |       #
#   |        |  -----  /            \    /     \     |      \|       #
#                                                                    #
#            ---------   |           ---------                       #
#                    |   |                   |       |               #
#                    |   |                   |       |               #
#            --------|   |---------  --------|  -----------          #
#            |           |        |  |               |               #
#            |           |        |  |               |               #
#            |           |        |  |               |               #
#            ---------   |--------|  ---------       ------          #
######################################################################
Debug: false
# 最大聊天距离 64个方块
# Maximum chat distance 64 blocks
MaxChatdistance: 128
# 当玩家之间的距离超出[设定值]时 会随机在字符出产生乱码
# 乱码的字符数量 = (玩家之间的距离 - [设定值])/ChuShu
# 判定方式为,当之间的距离超出[设定值]时(不包括等于[设定值]) 进行乱码处理
# When the distance between players exceeds [set value], garbled characters will be randomly generated
# Number of garbled characters = (distance between players-[set value])/ChuShu
# Judgment method is, when the distance between [set value] exceeds [set value] (not including equal to [set value]), garbled processing
RandomMessageDistance: 64
# 乱码的字符数量 = (玩家之间的距离 - [设定值])/ChuShu的变量ChuShu就是下面这个ChuShu
# 默认为4
# The number of garbled characters = (distance between players-[set value])/ChuShu's variable ChuShu is the following ChuShu
# Default is 4
ChuShu: 4
#随机的乱码字符
RandomMessage: " [email protected]#$%^&*(){}[];./,`~|"
# %juli%为距离发送者的距离 %player_world%为发送者玩家所处的世界  %player%为发送者玩家名字 %sendMessage%是发送的话
# 注意:本插件没有使用PlaceHolderApi 所以不支持PAPI变量
# %juli% is the distance from the sender %player_world% is the world where the sender player is in %player% is the sender player's name %sendMessage% is the message sent
# Note: This plugin does not use PlaceHolderApi so it does not support PAPI variables
ChatFormat: "§7[§a%juli%个方块§7][§a%player_world%§7][§b%player%§7]§f:§7%sendMessage%"
# 维护模式设置:
# 这个维护模式没测试过,而且重启了就会失效,后面会解决,目前解决不了
# Maintenance mode settings:
# This maintenance mode has not been tested, and it will become invalid after restarting. It will be solved later, but it cannot be solved at present

EndSafeModeMessage: "维护模式结束"
# End of maintenance mode
StartSafeModeMessage: "维护模式开始"
# Start of maintenance mode
joinKickMessage: "你不被允许加入正在维护的服务器"
# You are not allowed to join the server under maintenance
joinSuccessMessage: "你加入了一个正在维护的服务器"
# You joined a server that is under maintenance
HiaXnCommandError: "指令用法错误"
# Wrong Command Useage:
# 世界的话语设置
#WorldSay Setting
WorldSayPrefix: "&b世界的话语"
# WorldSay
WorldSayFomat: "&7[&a%worldSayPrefix%&7]&f:&f%message%"
# 是否在使用Worldsay发布公告的时候
# 给所有玩家发布一个标题? 默认:true
# Whether to use Worldsay to publish announcements
# Post a title to all players? Default: true
WorldSayTitle: true
NoPermissionMessage: "&c你没有使用命令的权限"
ReloadSuccessMessage: "&a重载插件成功!"
# You Can't use this Command Because You havent Premission for this Command
# Help Setting
help:
  - "&7[&dHiaXn2B2T&7] &7[&a帮助&7]"
  - "&e&l-----------------------"
  - "&7 &a/hiaxn2b2t help 查看帮助"
  - "&7 &a/hiaxn2b2t reload 重载插件"
  - "&7 &a/hiaxn2b2t worldsay [信息] 发动世界的话语"
  - "&7 &a/hiaxn2b2t safemode 打开/关闭 安全模式"
  - "&e&l-----------------------"
  # -"&7[&dHiaXn2B2T&7] &7[&aHelp&7]"
  #  -"&e&l-----------------------"
  #  -"&7 &a/hiaxn2b2t help view help"
  #  -"&7 &a/hiaxn2b2t reload reload plugin"
  #  -"&7 &a/hiaxn2b2t worldsay [message] use WorldSay"
  #  -"&7 &a/hiaxn2b2t safemode open/close safe mode"
  #  -"&e&l-----------------------"
 

Command && Premission:
Command:
Code (Text):
/hiaxn2b2t reload Reload plugin
/hiaxn2b2t safemode enable or disable safemode
/hiaxn2b2t help view the help
/hiaxn2b2t worldsay [message] send message to all Online Player

Premission:
Code (Text):
Have all of the following permissions:
hiaxn2b2t.admin
Turn maintenance mode on or off
hiaxn2b2t.cmd.safemode
Use overloaded instructions
hiaxn2b2t.cmd.reload
Join the server in maintenance mode
hiaxn2b2t.join.safemod
MCBBS
[​IMG]
Resource Information
Author:
----------
Total Downloads: 410
First Release: May 4, 2021
Last Update: May 30, 2021
Category: ---------------
All-Time Rating:
3 ratings
Find more info at www.mcbbs.net...
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings