β FAQ & Troubleshooting
Q: I reloaded the plugin, but my config changes didn't apply.
A: For Oxide plugins, sometimes a simple
o.reload
does not fully re-initialize everything. Try a full unload and load cycle: first runo.unload Randomizer
, then runo.load Randomizer
. This ensures all configuration is read freshly.
Q: The UI bar is in the wrong place or is too big/small.
A: Adjust the
AnchorMin
andAnchorMax
values in theUI Settings
section of yourRandomizer.json
file. These values control the X/Y coordinates of the bar's corners on the screen.
Q: Players with VIP permissions are not getting rewards faster.
A: Double-check two things: 1) That you have granted the permission correctly (e.g.,
oxide.grant user <name> randomizer.vip1
). 2) That the permission name in yourVipTiers
config section ("randomizer.vip1"
) exactly matches the permission you are granting. They are case-sensitive.
Last updated