The problem is in my menu:
I have two permissions and in the menu they should have different access to different menus.
When I put the first permission(sponsor.standart) on the menu, it works correctly, but for some reason it can go to the menu, which can be accessed only by another permission(sponsor.plus)
My config:
For sponsor.standart menu
menu_title: '&#f61008&lС&#f62a0a&lп&#f5450b&lо&#f55f0d&lн&#f5790f&lс&#f49410&lо&#f4ae12&lр'
size: 54
open_requirement:
requirements:
permission:
type: has permission
permission: sponsor.standart
deny_commands:
- '[message] &cУ вас нет разрешения на это!'
My config:
For sponsor.plus menu
menu_title: '&#f61af4&lС&#f62fd4&lп&#f544b3&lо&#f55993&lн&#f56f73&lс&#f58453&lо&#f49932&lр&#f4ae12&l+'
size: 54
open_requirement:
requirements:
permission:
type: has permission
permission: sponsor.plus
deny_commands:
- '[message] &cУ вас нет разрешения на это!'
Pls, help me((