davo899 / CobblemonTrainers

Adds a trainer battle system to Cobblemon with challenging trainer AI
Other
1 stars 4 forks source link

Please lower permission level #3

Closed MarkusBordihn closed 8 months ago

MarkusBordihn commented 8 months ago

The current commands are restricted to level 4 like:

        if (source.hasPermissionLevel(4)) return true;

Normally permission level 4 is only for server commands like server restart, server stop, ...

It should not be used for mod commands.

For this reason it should be lower to 2 or 3 which is the normal op level for such commands.

davo899 commented 8 months ago

My mistake, will change it to 2.

davo899 commented 8 months ago

This change is now out on 0.9.2