MCausc78
MCausc78
А что пишет в консоль?
Wrong password
Use &x Example: &x&1&2&3&4&5&6
Set settings.restrictions.maxRegPerIp option to 0 in AuthMe config
Did you reload server/AuthMe config?
Try set settings.restrictions.maxLoginPerIp and settings.restrictions.maxJoinPerIp
Give to default group "authme.player.*" permission Note 1: PermissionsEx is megatrash (it abandoned), i am recommended switch to LuckPerms Note 2: update your plugins to latest versions, example from AuthMe...
/lp creategroup [weight] ["display name"] - create a group /lp deletegroup /lp user permission set [value true or false] [context like server=global] - add a permission to player /lp user...
Cgen error on latest v: ``` PS D:\Games\Proekti\V\interactions> type test2.v type ALcharptr = &char fn C.return_text_one() ALcharptr fn C.return_text_two() &char fn main() { println('type &char\talias ALcharptr\t:\t${get_one()}') println('type &char\talias none\t:\t${get_two()}') }...
Can confirm: ``` PS D:\Games\Proekti\V\interactions> v run test2.v test2.v:1:8: warning: module 'gg' is imported but never used 1 | import gg | ~~ 2 | 3 | Unhandled Exception 0xC0000005...