silence_by_free

Allows you to improve the RP component on private servers.

20

silence_by_free

Provides the following functions:

Local chat only.

If no one has read the message, then "no one has heard you" is written

When someone logs in or out, they disable the nickname for the global chat, it is written like: "someone logged in" and "someone is disabled", if the nickname is within 100 blocks.

Disable player management in TAB (only for players, but not for admins, you can configure the rights) according to the same principle.

If the players are within the radius of the local chat, go to TAB. If not, use the nicknames "someone" or "entity" instead.

/msg without auto-enabling nicknames.

A message is written only to those who were within a radius of 100 blocks - the "player" has been killed.

Ru

Предоставляет следующие функции:

Только локальный чат.

Если сообщение никто не прочитал, то пишется "вас никто не слышал"

Когда кто-то заходит или выходит - Отключает для глобального чата никнейм, пишется по типу: «кто-то зашел» и «кто-то отключен», если в пределах 100 блоков - то никнейм пишет.

Отключить управление игроками в TAB (только для игроков, но не для админов, можно настроить права) по такому же принципу.

Если игроки находятся в радиусе локального чата - в TAB. Если нет - вместо никнеймов «кто-то» или «сущность».

/msg без авто подключения никнеймов.

Только тем, кто находился в радиусе 100 блоков пишется сообщение - «игрок» убит.

"Вас никто не услышал"

The configuration file provides the following settings

```

Радиус локального чата

The radius of the local chat

local-radius: 100

Сообщения о входе/выходе (для тех кто дальше local-radius блоков)

можно легко поменять например на:

"сущность присоединилась"

"сущность покинула нас"

Entry/exit messages (for those further away from local-radius blocks)

can be easily changed, for example, to:

"the entity has joined"

"the entity has left us"

join-message: "%player% присоединился" quit-message: "%player% покинул нас"

Сообщения о смерти игрока.

Шаблон сообщения, где %player% заменяется на имя игрока.

"%player% умер" - используется по умолчанию.

Reports of a player's death.

A message template where %player% is replaced with the player's name.

"%player% is dead" is used by default.

death-message: "%player% умер"

Тики для обновления видимости (TAB и show/hide)

Они определяют как часто будет выполняться поиск в радиусе 100

Чем больше значение - тем лучше оптимизация, но хуже игровой опыт

Рекомендуемые значения от 10 до 100

Ticks for updating visibility (TAB and show/hide)

They determine how often the search will be performed within a radius of 100

The higher the value, the better the optimization, but the worse the gaming experience

Recommended values are from 10 to 100

tab-refresh-ticks: 20

20 тиков = 1 секунда - это значение по умолчанию.

20 ticks = 1 second is the default value.

TAB-комплит для /msg:

Если true — в списке предложений только игроки в радиусе local-radius

Если false — показываются все онлайн-игроки

TAB-complit for /msg:

If true, only players within the local—radius range are in the list of offers.

If false, all online players are shown

tab-filter-radius: true

разрешение для админов видеть всех

permission for admins to see everyone

/lp user <user> permission set silence.admin true

admin-permission: "silence.admin" ``` Compatible with the TAB plugin, however, the installation steps change to the following:

In TAB config: * Enable per-world-playerlist: enabled: true. * Allow allow-bypass-permission: true. * Set use-bukkit-permissions-manager: true. * Disable the global global-playerlist. * Configure scoreboard-teams.can-see-friendly-invisibles: false.

In the game: * Give admins the right to silence.admin

Not tested with CMI and EssentialX, use it together under your responsibility!

Ru

Совместим с плагином TAB, однако шаги по установке меняются на следующие:

В TAB config: * Включить per-world-playerlist: enabled: true. * Разрешить allow-bypass-permission: true. * Установить use-bukkit-permissions-manager: true. * Отключить глобальный global-playerlist. * Настроить scoreboard-teams.can-see-friendly-invisibles: false.

В игре: * Дать админам право silence.admin

Не тестировался с CMI и EssentialX, использовать совместно под свою ответсвенность!

ADS