SISA, я понял. Просто мысль возникала, а стоит ли с MySQL переводить плагин на nVault или нет. Просто advanced_bans в своё время работал через nVault и лагов/багов я не замечал. Он, конечно, большие потоки информации не вертел, как плагин с деньгами, но всё же.
Спасибо, вопрос закрыт

Рискну тут спросить, т.к. здесь по технической части серверов знающие люди есть.
Перевёл для себя весь огромный конфиг pod bot 3.0 на русский, но не смог перевести следующие настройки, может кто поможет, буду признателен:
Код
# Perpendicular influence of the vertical axis on a HORIZONTAL movement. This
# value affects how much (in fraction of 1) the bot will be disturbed when
# moving its crosshair on an axis by the inherent movement on the other axis.
# (default: 0.25)
pb_aim_influence_x_on_y 0.25
# Perpendicular influence of the horizontal axis on a VERTICAL movement. This
# value affects how much (in fraction of 1) the bot will be disturbed when
# moving its crosshair on an axis by the inherent movement on the other axis.
# (default: 0.17)
pb_aim_influence_y_on_x 0.17
# Maximal value in seconds after which the aiming system will re-evaluate its
# ideal direction. This affects how often a bot will attempt to correct an
# imprecise crosshair placement by moving the crosshair inside the error
# margin bounds defined by the botaim_deviation CVARs. (default: 1.2)
pb_aim_offset_delay 1.2
# Fraction of the full speed the aiming system will adopt as speed when aiming
# at nothing in particular. This affects how slow the bot will move its
# crosshair when targeting nobody, relatively to its full speed capacity.
# (default: 0.5)
pb_aim_notarget_slowdown_ratio 0.5
# Fraction of the estimated target's velocity the aiming system will rely on
# when aiming at a moving target. This affects how well the bot will be able
# to track moving targets on the fly, and whether it will have a tendancy
# to aim ahead of it or behind it. (default: 2.2)
pb_aim_target_anticipation_ratio 2.2
Отредактировал: biffick, - 19.11.2018, 1:17