sKnockBack - a plugin for pushing players and mobs away from you. icon

sKnockBack - a plugin for pushing players and mobs away from you. -----

sknockback, knockback




1. Added to the config settings the first of them, blacklist-list-regions in which you can specify the regions in which the /kb command will not work and discard players and mobs if the player or mob is in a prohibited region in the config you can specify '*' will be blocked all regions, so now the second setting, whitelist-list-regions in which you can specify the regions of which the command will be available, /kb and, dropping mobs, and players, so far it may work crookedly, but it seems to work more or less.
2. Well, messages in each localization file will appear automatically!
3. These settings will be further developed. (Do not judge strictly)
----------, Jul 8, 2023

1. Added automatic addition of new functions to config and localization files
2. Now in the plugin, namely in messages, it will be possible to use the & symbol since it did not work in previous versions of the plugin
3. !!!IMPORTANT!!! Changed the function in the blacklist-mobs-knockback config to blacklist-knockback before updating the plugin, save your config! Since the function is changed to a new one, it will remove all the value from blacklist-mobs-knockback and return them to their default values, so save your config!
4. Added more to be able to blacklist loose blocks such as sand or gravel, etc.
----------, May 23, 2023

1. Added languages: English, Russian, Ukrainian, and Polish
2. Updated parameter radius: 5 to:
Code (YAML):
#
#========================================================================================================
#
#The radius of the player's knockback, i.e. how close the player must be to the target for the knockback to occur. In this case, the radius is 5 blocks.
#(IT IS NOT RECOMMENDED TO PUT VERY LARGE NUMBERS, MAY CAUSE SERVERAB Crash OR HANG BE CAREFUL!!!)
#Set to -1 to disable recline entirely.
#The default is like this:
#knockback-radius-players: 5
#========================================================================================================
#Радиус действия отбрасывания игрока, то есть насколько близко должен находиться игрок от цели, чтобы отбрасывание произошло. В данном случае, радиус равен 5 блокам.
#(НЕ РЕКОМЕНДУЕТСЯ СТАВИТЬ ОЧЕНЬ БОЛЬШИЕ ЦИФРЫ, МОЖЕТ ПРИВЕСТИ К СБОЮ ИЛИ ЗАВИСАНИЮ СЕРВЕРАБ БУДЬТЕ ВНИМАТЕЛЬНЫ!!!)
#Установите на -1 чтобы отключить откидывание полностью.
#По умолчанию стоит вот так:
#knockback-radius-players: 5
knockback-radius-players
: 5
#
#========================================================================================================
#
#The radius of the mob's knockback, that is, how close the mob must be from the player in order for the knockback to occur. In this case, the radius is 5 blocks.
#(IT IS NOT RECOMMENDED TO PUT VERY LARGE NUMBERS, MAY CAUSE SERVERAB Crash OR HANG BE CAREFUL!!!)
#Set to -1 to disable recline entirely.
#The default is like this:
#knockback-radius-mobs: 5
#========================================================================================================
#Радиус действия отбрасывания моба, то есть насколько близко должен находиться моб от игрока, чтобы отбрасывание произошло. В данном случае, радиус равен 5 блокам.
#(НЕ РЕКОМЕНДУЕТСЯ СТАВИТЬ ОЧЕНЬ БОЛЬШИЕ ЦИФРЫ, МОЖЕТ ПРИВЕСТИ К СБОЮ ИЛИ ЗАВИСАНИЮ СЕРВЕРАБ БУДЬТЕ ВНИМАТЕЛЬНЫ!!!)
#Установите на -1 чтобы отключить откидывание полностью.
#По умолчанию стоит вот так:
#knockback-radius-mobs: 5
knockback-radius-mobs
: 5
#
#========================================================================================================
#
3. Added new lines:
Code (YAML):
#========================================================================================================
#
#Available languages: (en, ru, ua, pl)
#Доступные языки: (en, ru, ua, pl)
language
: en
#
#========================================================================================================
#
#Sets the knockback speed for the player when using the /kb command. The number must be positive.
#(IT IS NOT RECOMMENDED TO PUT VERY LARGE NUMBERS, MAY CAUSE SERVERAB Crash OR HANG BE CAREFUL!!!)
#Set to 0 to disable
#The default is like this:
#knockback-velocity-players: 0.5
#========================================================================================================
#Задает скорость отбрасывания для игрока при использовании команды /kb. Число должно быть положительным.
#(НЕ РЕКОМЕНДУЕТСЯ СТАВИТЬ ОЧЕНЬ БОЛЬШИЕ ЦИФРЫ, МОЖЕТ ПРИВЕСТИ К СБОЮ ИЛИ ЗАВИСАНИЮ СЕРВЕРАБ БУДЬТЕ ВНИМАТЕЛЬНЫ!!!)
#Установите на 0 чтобы отключить
#По умолчанию стоит вот так:
#knockback-velocity-players: 0.5
knockback-velocity-players
: 0.5
#
#========================================================================================================
#
#Sets the knockback speed for the mob when using the /kb command. The number must be positive.
#(IT IS NOT RECOMMENDED TO PUT VERY LARGE NUMBERS, MAY CAUSE SERVERAB Crash OR HANG BE CAREFUL!!!)
#Set to 0 to disable
#The default is like this:
#knockback-velocity-mobs: 0.5
#========================================================================================================
#Задает скорость отбрасывания для моба при использовании команды /kb. Число должно быть положительным.
#(НЕ РЕКОМЕНДУЕТСЯ СТАВИТЬ ОЧЕНЬ БОЛЬШИЕ ЦИФРЫ, МОЖЕТ ПРИВЕСТИ К СБОЮ ИЛИ ЗАВИСАНИЮ СЕРВЕРАБ БУДЬТЕ ВНИМАТЕЛЬНЫ!!!)
#Установите на 0 чтобы отключить
#По умолчанию стоит вот так:
#knockback-velocity-mobs: 0.5
knockback-velocity-mobs
: 0.5
#
#========================================================================================================
#
#Values that determine the direction of the knockback for the player
#(IT IS NOT RECOMMENDED TO SET VERY LARGE VALUES, IT MAY CAUSE SERVER CRASH OR FREEZE. BE CAREFUL!!!)
#Set to 0 to disable
#By default, it is set like this:
#X-coordinate
#knockback-direction-x-players: 0
#Y-coordinate
#knockback-direction-y-players: 0.1
#Z-coordinate
#knockback-direction-z-players: 0
#========================================================================================================
#Значения, определяющие направление отбрасывания для игрока
#(НЕ РЕКОМЕНДУЕТСЯ СТАВИТЬ ОЧЕНЬ БОЛЬШИЕ ЦИФРЫ, МОЖЕТ ПРИВЕСТИ К СБОЮ ИЛИ ЗАВИСАНИЮ СЕРВЕРАБ БУДЬТЕ ВНИМАТЕЛЬНЫ!!!)
#Установите на 0 чтобы отключить
#По умолчанию стоит вот так:
#X-координата
#knockback-direction-x-players: 0
#Y-координата
#knockback-direction-y-players: 0.1
#Z-координата
#knockback-direction-z-players: 0
#
#X-coordinate
#X-координата
knockback-direction-x-players
: 0
#Y-coordinate
#Y-координата
knockback-direction-y-players
: 0.1
#Z-coordinate
#Z-координата
knockback-direction-z-players
: 0
#
#========================================================================================================
#
#Values that determine the direction of the knockback for the mob
#(IT IS NOT RECOMMENDED TO SET VERY LARGE VALUES, IT MAY CAUSE SERVER CRASH OR FREEZE. BE CAREFUL!!!)
#Set to 0 to disable
#By default, it is set like this:
#X-coordinate
#knockback-direction-x-mobs: 0
#Y-coordinate
#knockback-direction-y-mobs: 0.1
#Z-coordinate
#knockback-direction-z-mobs: 0
#========================================================================================================
#Значения, определяющие направление отбрасывания для моба
#(НЕ РЕКОМЕНДУЕТСЯ СТАВИТЬ ОЧЕНЬ БОЛЬШИЕ ЦИФРЫ, МОЖЕТ ПРИВЕСТИ К СБОЮ ИЛИ ЗАВИСАНИЮ СЕРВЕРАБ БУДЬТЕ ВНИМАТЕЛЬНЫ!!!)
#Установите на 0 чтобы отключить
#По умолчанию стоит вот так:
#X-координата
#knockback-direction-x-mobs: 0
#Y-координата
#knockback-direction-y-mobs: 0.1
#Z-координата
#knockback-direction-z-mobs: 0
#
#X-coordinate
#X-координата
knockback-direction-x-mobs
: 0
#Y-coordinate
#Y-координата
knockback-direction-y-mobs
: 0.1
#Z-coordinate
#Z-координата
knockback-direction-z-mobs
: 0
#
#========================================================================================================
#
4. A command has been added to reload the plugin
5. You can say that you need to completely delete the config
----------, May 16, 2023

Resource Information
Author:
----------
Total Downloads: 191
First Release: Apr 13, 2023
Last Update: Jul 8, 2023
Category: ---------------
All-Time Rating:
0 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings