❓ 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 run o.unload Randomizer, then run o.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 and AnchorMax values in the UI Settings section of your Randomizer.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 your VipTiers config section ("randomizer.vip1") exactly matches the permission you are granting. They are case-sensitive.

Last updated