Failed to divide levels
Hi,
Each wipe, i try to divide player levels by two, but i tried
zl.lvl all * \2
zl.lvl ** * \2
and could not succeed. Is there anything i'm not doing right?
Also, it looks like the commands stated in the plugin page were altered when it were moved from Oxide to UMod.
It should be still the zl.lvl command. Or which part do you mean as being "altered"?
In the #FAQ section of the mod description, it says
"Instead of name you can use (online players) or (all players (including offline))."
If I remember well, before the mod were moved from Oxide, there were asterisks here.
Could you please confirm these syntaxes?

you only have to be a noob to find the right command... I found this information in the plugin code:

If you only type "zl.lvl" in the console you get a better info about the command -->

> zl.lvl
[ZLevelsRemastered]
Syntax: zl.lvl name|steamid skill [OPERATOR]NUMBER
Example: zl.lvl Player WC /2 -- Player gets his WC level divided by 2.
Example: zl.lvl * * +3 -- Everyone currently playing in the server gets +3 for all skills.
Example: zl.lvl ** * /2 -- Everyone (including offline players) gets their level divided by 2.
Instead of names you can use wildcard(*): * - affects online players, ** - affects all players
Possible operators: *(XP Modified %), +(Adds level), -(Removes level), /(Divides level)


So to set for all Players (inluded offlines) use ** instead of the playername