
AxoProtectionBlock
AxoProtectionBlock is a modern protection plugin for Paper servers that allows players to create protected regions using special blocks, without depending on WorldGuard or other external systems.
Список изменений
🇪🇸 Español
Ahora puedes ocultar flags desde menu/flags.yml:
hidden-flags:
- PVP
- EXPLOSIONS
- FLIGHT
Esto las elimina de:
- La GUI de reglas.
- Los permisos públicos.
- Los permisos individuales por miembro.
Ocultar una flag no cambia su funcionamiento interno ni afecta a sus comandos.
También se ajustó el sistema de mensajes. En los archivos de idioma, las siguientes configuraciones ahora evitan que se envíe cualquier mensaje:
no-permission: "none"
Y también:
no-permission: false
🇺🇸 English
You can now hide flags from menu/flags.yml:
hidden-flags:
- PVP
- EXPLOSIONS
- FLIGHT
This removes them from:
- The rules GUI.
- Public permissions.
- Per-member permissions.
Hiding a flag does not change how it works internally and does not affect its commands.
The message system was also adjusted. In the language files, the following configurations now prevent any message from being sent:
no-permission: "none"
And also:
no-permission: false
🇷🇺 Русский
Теперь флаги можно скрывать через файл menu/flags.yml:
hidden-flags:
- PVP
- EXPLOSIONS
- FLIGHT
Это удаляет их из:
- GUI правил.
- Публичных разрешений.
- Индивидуальных разрешений участников.
Скрытие флага не изменяет его внутреннюю работу и не влияет на связанные с ним команды.
Также была изменена система сообщений. Теперь следующие настройки в языковых файлах полностью отключают отправку сообщения:
no-permission: "none"
А также:
no-permission: false
