Rgferg1
Пользователь
- Сообщения
- 442
- Решения
- 12
- Плагин
- CMI, PosePlugin
- Ядро сервера
- Spigot
- Paper
- Tuinity
- Версия сервера
- Другое
- Память сервера ОЗУ
- Больше 16Gb
PosePlugin - позволяет анимации. Сидеть, плавать, лежать.
CMI - всем известно.
Такая проблема, что в CMI уже есть возможность сидеть. Как ее отключить? Чтобы не было помех между PosePlugin и CMI
Выставил такие параметры - все равно /sit от CMI работает. А нужен от PosePlugin
В modules.yml
Все равно /sit от CMI работает.
Alias.yml
Все помогло
CMI - всем известно.
Такая проблема, что в CMI уже есть возможность сидеть. Как ее отключить? Чтобы не было помех между PosePlugin и CMI
Выставил такие параметры - все равно /sit от CMI работает. А нужен от PosePlugin
YAML:
Animations:
# Enable siting on stair block by clicking on them with empty hand or by looking and using command
# Requires cmi.command.sit.stairs
SitOnStairs: false
StairsAsChairs: false
SlabsAsChairs: false
CarpetsAsChairs: false
RemoveFromChairOnDamage: false
# Player will sit on chair only after rapid double click
DoubleClick: false
# Delay in milliseconds between clicks to sit on chair when double click is enabled
DoubleClickDelay: 200
# Range in blocks from player to look up for valid chair block
ChairRange: 4
# All possible damage causes: contact, entity_attack, entity_sweep_attack, projectile, suffocation, fall, fire, fire_tick, melting, lava, drowning, block_explosion, entity_explosion, void, lightning, suicide, starvation, poison, magic, wither, falling_block, thorns, dragon_breath, custom, fly_into_wall, hot_floor, cramming, dryout,
# Syntax should be [permissionNode]:[damageCause]:[multiplier]
# Example: nolavadamage:lava:0 will prevent lava damage with cmi.damagecontrol.nolavadamage permission node
# Negative values will heal player instead of damaging him
# If player have more than one permission node for same damage cause, then last one in list will be used to determine final damage
Объединено
YAML:
# Handling of siting on blocks
# Applies for servers from 1.8.x and up
sitAnimation: false
В modules.yml
Все равно /sit от CMI работает.
Объединено
Alias.yml
YAML:
# /cmi sit $1-
/sit: false
Все помогло
Последнее редактирование: