NamelessMC / Nameless

NamelessMC is a free, easy to use & powerful website software for your Minecraft server, which includes a large range of features.
https://namelessmc.com/
MIT License
606 stars 311 forks source link

Add custom rule ability to validation #3531

Open partydragen opened 1 month ago

partydragen commented 1 month ago

Add ability to add custom rule validation

Validate::CUSTOM => static function (Validate $validation, string $item) {
    $validation->addCustomError(
        $item,
        'Testing error',
    );
},