Jump to content

MeventSupport

Member
  • Posts

    1,905
  • Joined

  • Last visited

  • Days Won

    8

Everything posted by MeventSupport

  1. MeventSupport

    Skills

    Hey! Just to clarify - there's no skill called "Processing Speed" in the plugin. Could you let me know which skill exactly you mean? The closest ones are: - Recycler Speed - speeds up the recycler - Craft Speed - speeds up crafting - Furnace Smelting Speed - speeds up furnaces - Cooking Speed - speeds up cooking Also, what do you mean by "stopped working"? Did it work before and broke after an update, or is the bonus just not applying? Any errors in the server console? That'll help me narrow it down.
  2. MeventSupport

    Skills

    Hey, glad you like the plugin! If you're talking about the XP balance (the points you spend on skills) - that's already shown in the skills menu UI. But if you mean having it visible all the time on screen without opening the menu, that's a feature request we can note for the devs. Right now the balance only shows when you open the skills panel. The UI positioning for elements inside the menu is already configurable in the config though!
  3. Hi! We'll consider your offer, thank you
  4. MeventSupport

    Skills

    Hello! Please create a suggestion ticket in our Discord channel and describe in detail what you would like to see or have added https://discord.gg/mevent
  5. MeventSupport

    Kits

    Hey! There's actually a separate permission layer for kit categories that's easy to miss. Each kit has its own permission (which you've already set up), but the category tab also requires a permission in the format kits.<categoryname>. For example, if your kit is in a category called "vip", players also need the kits.vip permission to see that category tab. Without it, the category won't show up and the kits inside it will be hidden - even though the player technically has the individual kit permission. Just grant kits.<categoryname> to the relevant groups and it should fix it. Admins bypass this check, which is why you can see everything.
  6. Hi! We're working on it, and we'll give you a detailed answer later
  7. Hi! We're working on it, and we'll come back to you later
  8. This update is for today's game update. Until it is released, you need to use the old version
  9. MeventSupport

    Discord Roles

    Hmm.... let's narrow it down. Can you check these things: 1. Role hierarchy - In your Discord server settings, is the bot's role positioned above the role it's trying to assign? If not, drag it up. Discord won't let bots assign roles higher than their own 2. Bot console - When a player links, do you see "Adding role to [player name]" in the bot's console? That'll tell us if the code is even reaching the assignment step 3. Developer Portal - Go to discord.com/developers, select your bot application, go to Bot > Privileged Gateway Intents, and make sure Server Members Intent is toggled ON. Without this, the bot can't detect server members properly Start with #1, that's the most common gotcha with Discord bots and roles.
  10. Hey! the most likely reason players aren't getting any error is that they're missing the vehiclebuy.pickup permission. The permission check on that command is completely silent - if a player doesn't have it, the command just does nothing with no feedback at all. Try granting the permission: oxide.grant group default vehiclebuy.pickup (or whichever group your players are in). That should fix it for most players. Also make sure "Can pickup?" is set to true for each vehicle in your VehicleBuy config - it's false by default.
  11. Sending it to the development team right now with high priority. We'll deal with it as soon as possible
  12. Hey! Good question. The cooldown isn't a "come back tomorrow" timer — it's actually a playtime requirement. By default it's set to 3600 seconds (1 hour), meaning a player needs to actually play on the server for 1 hour before they can claim their next reward. It prevents people from just logging in for 5 seconds, grabbing the reward, and leaving. So it's basically an engagement tool to keep players active on your server. You can also set different cooldowns per permission group if you want VIPs to have a shorter wait.
  13. Hey! So bank.wipe actually only wipes ATM positions (the physical machines on the map), not player balances — that's why you see "ATMs wiped" but money is still there. To wipe player balances, you need to set "Wipe Players?" to true in the config under "Wipe Settings". It's false by default. After that, balances will reset automatically on every map wipe. Keep in mind it won't retroactively wipe right now — it'll kick in on the next wipe.
  14. MeventSupport

    Player linked data

    Hey! The Discord bot's welcome message is configured in your config.json file (next to main.py). Look for the "MESSAGES" → "WELCOME_EMBED" section — you can change the "TITLE", "DESCRIPTION", and "FOOTER" there. For example, to add your Discord link, just edit the "DESCRIPTION" field: "DESCRIPTION": "1. Create the code on the server via /link\n2. Copy the code\n3. Send it here\n4. Get rewarded\n\nJoin us: discord.gg/yourlink" Restart the bot after saving. As for renaming the channel to "discord link bot" — that's done in Discord itself (right-click the channel → Edit Channel), not in the bot config.
  15. Hey! Unfortunately there's no way to set up time-based scoring right now. The leaderboard tracks stats 24/7 - there's no config option to limit it to specific hours. It's a cool idea for fairness though, I'll pass it along to the dev team as a feature request!
  16. MeventSupport

    Discord Roles

    Hey! Roles are assigned based on the "ROLE_NAME" setting in your config.json. Make sure that value matches your Discord role name exactly - it's case-sensitive, so "Linked" and "linked" are different things. If it's empty (""), the bot just skips role assignment entirely. Double check that and let me know!
  17. MeventSupport

    Shop

    Hello! About formatting: you can configure this in the config: "Formatting Settings": { "Buy Price Format": "G", "Sell Price Format": "G", "Shopping Bag Cost Format": "G", "Balance Format": "G" },
  18. MeventSupport

    Plugin Issue

    Hi. Can send please the /carbon/config.json file in a ticket to discord that you've already opened
  19. MeventSupport

    Boxes dissapear

    Okey, I will check it
  20. Yes, I will add this
  21. We are working on Clans V2, it will be implemented there!
  22. Hi! Kk, we’ll add this

About Us

Codefling is the largest marketplace for plugins, maps, tools, and more, making it easy for customers to discover new content and for creators to monetize their work.

Downloads
2.6m
Total downloads
Customers
11.4k
Customers served
Files Sold
163k
Total sales
Payments
3.5m
Processed total
×
×
  • 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.