Jump to content

Mevent

Curator
  • Posts

    3,139
  • Joined

  • Last visited

  • Days Won

    45

Everything posted by Mevent

  1. Mevent

    Clan has broke teams

    Changed Status from Pending to Fixed Changed Fixed In to 1.1.57
  2. Mevent

    New bug

    Changed Status from Pending to Work in Progress
  3. Mevent

    new bug found in console

    Changed Status from Pending to Work in Progress
  4. Mevent

    Rewards bug

    Changed Status from Pending to Fixed Changed Fixed In to 1.5.39
  5. Mevent

    Skills

    Hey! So Skills supports full localization through Oxide lang files and the in game admin editor. Could you tell me specifically which areas cant be translated? Like is it the skill names, the popup windows, the buttons, or something else? That way I can point you to the exact place to change it. Just so you know, there are two places where text lives. The lang file (oxide/lang/zh-CN/Skills.json) handles most UI text, and the admin template editor handles modal/popup content. Both support Chinese. For the health limit skill, we dont have that one yet. Noted as a suggestion though.
  6. Mevent

    The plugin is broken

    Changed Status from Pending to Fixed Changed Fixed In to 1.2.5
  7. Mevent

    Plugin not working

    Changed Status from Pending to Fixed Changed Fixed In to 1.2.5
  8. Mevent

    Shop

    Hey! So the shop doesn't have a single toggle to lock items to one currency, but it actually handles this through the item pricing setup. If you only set a price for Economics on an item and don't add a ServerRewards price, that item won't be purchasable when a player switches to RP - it just won't show up or be available for that currency. Make sure you're not defining prices for both economies on items you want restricted to one. Double-check each item's currency settings and remove any prices for the economy you don't want used.
  9. Mevent

    Events Manager

    can u create a support ticket?
  10. Mevent

    Shop

    Hey! Yes, super easy. In your config, go to "Additional Economics" and add a new entry like this: { "ID": 1, "Enabled": true, "Type": "Plugin", "Plugin name": "YourPlugin", "Balance add hook": "YourAddHook", "Balance remove hook": "YourRemoveHook", "Balance show hook": "YourBalanceHook", "Title": "Custom Currency", "Balance": "{0}", "Price": "{0}" } Just replace the plugin name and hook names with yours. You can also use game items as currency with "Type": "Item".
  11. Mevent

    Plugin not working

    Hey! Yep, this is a bug on our end. We'll get it fixed!
  12. Hey! Could you shoot me a DM on Discord? It'll be easier to sort this out there.
  13. So the port and IP look correct, that's not the issue here. The error "did not receive a valid HTTP response" means the bot is trying to connect via WebSocket, but your second server isn't responding with a WebSocket handshake. Our bot requires WebSocket RCON, not regular TCP RCON. Check your second server's startup command line and make sure it has +rcon.web 1 in the launch parameters. Your first server probably already has it since it connects fine. Without that flag, the RCON port only accepts TCP connections and rejects the bot's WebSocket requests.
  14. Mevent

    Vehicle Buy

    Could you give us a bit more detail - is the recall not working for all vehicle types, or just specific ones? Also, are you using any custom/modded vehicles (like from Caruza's pack), or is it happening with default Rust vehicles too? That'll help us narrow down the issue.
  15. Mevent

    Vehicle Buy

    So we actually have a config option for exactly this. Open your VehicleBuy config and set "ControlSplit" to false. That'll disable the CanStackItem hook completely and the spam will stop. The config description even mentions this, it says to turn it off if there are errors with stack plugins.
  16. Mevent

    data wipe

    Hey! The reason deleting files didn't work is probably because the plugin keeps the data in memory and re-saves it when it unloads. To wipe without restarting: unload the plugin (o.unload VehicleBuy), then delete oxide/data/VehicleBuy/cooldowns.json, then reload it (o.load VehicleBuy). That's the only data file you need to delete - the Template folder and config are separate. Also, you can set "WipeOnNewSave": true in config to auto-wipe on map wipes going forward.
  17. Could you run o.show perm shop.free (or c.show perm shop.free if you're on Carbon) in your server console and send us the result?
  18. Can you record a short video showing the whole process in-game? Open the shop, buy something, and show your balance before and after the purchase. That way I can see exactly what's happening on your end.
  19. Your config looks totally fine - economy settings are correct and discounts are disabled, so that's not the issue. Quick question - when you open the shop in-game, do the items actually show a price above 0? If they do, then the prices are set correctly and the problem is somewhere in the Economics withdrawal call. Can you do a test purchase and then immediately paste what shows up in your server console? Since you have logging enabled, it should show the transaction details. Also, what version of Economics are you running?
  20. Just to make sure we're looking at the right thing - which economy plugin are you using exactly? Is it the default Economics by Wulf, or something else like BankSystem, ServerRewards, or IQEconomic? Also, can you share your Shop config file so I can check the economy settings and item prices?
  21. Changed Status from Pending to Fixed Changed Fixed In to 1.3.19
  22. Changed Status from Pending to Fixed Changed Fixed In to 2.3.2
  23. Hey! This is almost certainly a permissions issue. The shop.free permission makes all purchases free - and it might be assigned through a group without you realizing it. Run oxide.show group default (or whatever groups your players are in) and check if shop.free is granted to any of them. Also try oxide.show user <steamid> on an affected player to see all their permissions.
2.3m

Downloads

Total number of downloads.

10.6k

Customers

Total customers served.

153.7k

Files Sold

Total number of files sold.

3.3m

Payments Processed

Total payments processed.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.