Jump to content

fullwiped

Creator
  • Posts

    341
  • Joined

Everything posted by fullwiped

  1. fullwiped

    permission

    My players have reported a potential bug where the minicopter they placed on the roof ends up falling through to the foundation or inside the building. If this is indeed a bug, I’d appreciate it if you could look into it in a future update. Thank you!
  2. fullwiped

    lang/en

    Hello, I noticed that the plugin doesn't have a language file under lang/en. For easier customization, could you please consider adding this in a future update? This would allow us to easily edit both the languages and text colors. Thank you!
  3. fullwiped

    permission

    I tested it and it’s working great. Thanks a lot for your help and support.
  4. fullwiped

    permission

    I added a permission like this to the shop config: "Permission to use plugin (ex: shop.use)": "shop.use", Then, I also added the following permission to the server panel: { "ID": 642350277, "Enabled": true, "Permission": "shop.vip", "Title": "SHOP", "Chat Button": false, "Show Pages?": true, "Commands": [ "s", "shop", "shops" ], After adding these permissions, the SHOP tab is successfully hidden in the server panel. However, commands like /shop, /s, and /shops can still open the hidden shop, and players are still able to make purchases. Is there something I might be missing in the setup? I'd appreciate any guidance.
  5. fullwiped

    permission

    Of course, let me explain in detail. I want to ensure that only players with the /shop permission can access the shop, and that players without this permission cannot use the /shop command or access the shop through the server panel. Here's what I have in mind: I want the in-game shop, accessible via the server panel, to be exclusive to players who have joined our Discord channel. So instead of allowing the default group in Carbon to use the shop, I want only players in the validated group to have access. The purpose of this setup is to encourage more players to join our Discord by restricting shop access to only those with this specific permission.
  6. fullwiped

    permission

    I tried adding a shop-specific permission in the Categories.json file located at /serverfiles/carbon/data/ServerPanel. This permission only hides the shop tab in the ServerPanel. However, the shop is still accessible through the /shop command within the ServerPanel, and purchases can still be made. I'm not sure, maybe there isn't any mistake — maybe I just couldn't do it, but I'd appreciate it if you could test it when you're available
  7. fullwiped

    permission

    After your update, the permission added in the config successfully appeared in Permission Manager, but purchases can still be made from the shop even though the permission hasn't been granted. I'm not sure if it has anything to do with the server panel. The same thing happens with DailyRewards as well. There too, rewards can be claimed from the server panel even if permission is not granted.
  8. fullwiped

    permission

    It seems like the update was only made for the shop plugin; there's no update notification for the vehiclebuy
  9. fullwiped

    permission

    Thank you
  10. fullwiped

    permission

    Thank you!
  11. fullwiped

    rcon messages

    Hello, warnings like this are appearing in RCON. I'm not sure if they're important, but I wanted to let you know. (14:05:27) | Failed compiling 'IQSorter.cs': (14:05:27) | 1. The best overloaded Add method 'List<int>.Add(int)' for the collection initializer has some invalid arguments [CS1950] (IQSorter 99 line 32) (14:05:27) | 2. Argument 1: cannot convert from 'long' to 'int' [CS1503] (IQSorter 99 line 32)
  12. fullwiped

    permission

    Hi, just a suggestion — perhaps a warning message like the one below could be added to the language file for players who don't have permission to use the plugin. Thanks for considering it! "NO_PERMISSION": "You do not have permission to buy this vehicle." Current language file (en): { "BUY_VEHICLE": "BUY VEHICLE", "BUTTON_BUY": "BUY", "scrap": "scrap", "SRTEST": "SRTEST", "ECOTEST": "ECOTEST", "Minicopter": "Minicopter", "Scrap Transport Helicopter": "Scrap Transport Helicopter", "Attack Helicopter": "Attack Helicopter", "Car 2": "Car for 2 modules", "Car 3": "Car for 3 modules", "Car 4": "Car for 4 modules", "TugBoat": "Tugboat", "RowBoat": "Rowboat", "RHIB": "Speedboat", "SoloSub": "Single-seat submarine", "DuoSub": "Two-person submarine", "Horse": "Horse", "SnowMobile": "SnowMobile", "Tomaha": "SnowMobile Tomaha", "HotairBalloon": "HotairBalloon", "Recycler": "Recycler", "pedalbike": "Pedal bike", "motorbike": "Motorbike", "motorbike_sidecar": "Motorbike with sidecar", "MAX_PURCHASES_EXCEEDED": "You have reached the maximum number of purchases for this vehicle." }
  13. fullwiped

    permission

    Hello, I'm trying to add a permission so that the shop can't be used without permission. I'm restarting the plugin, but for example, the "use" permission I added doesn't appear in the permission manager. I tried another word, but I still couldn't see it. "Permission to use plugin (ex: shop.use)": "shop.use", Could you please help me with this?
  14. fullwiped

    unnecessary items come out

    Detailed and necessary support was provided via Discord.
  15. fullwiped

    unnecessary items come out

    When we say “unnecessary items,” it's subjective and varies from person to person. For example, a wind turbine might seem unnecessary to you, but for us, it’s an essential item that should be included in the loot tables. The same goes for certain basic weapons. If there are items in the loot table that you consider unnecessary, you can customize them to your personal preferences using the editor at the link below. http://chaoscode.io/resources/alphaloot-profile-editor.183/
  16. fullwiped

    unnecessary items come out

    Changed Status from Pending to Closed Changed Fixed In to 3.2.1
  17. fullwiped

    unnecessary items come out

    There are no refunds for digital products once they have been downloaded. Our product is balanced and works well. Unfortunately, we do not offer personalized reconfiguration of loot tables. Since loot tables are continuously updated, the loot may change over the months, which is natural.
  18. fullwiped

    after wipe

    Hello, I really like the plugin. I wanted to suggest a change to the cooldown behavior after a server wipe. Currently, individual cooldowns persist even after a wipe. However, since wipes reset everyone's progression, it would make more sense to clear all individual cooldowns and instead apply a short global cooldown (e.g., 2–3 hours) for everyone. This would ensure a fair start for all players in the early game. This approach would help maintain fairness by preventing instant command usage like /spawnairdrop, while also avoiding leftover cooldowns from the previous wipe, which no longer reflect the current game state. It could be a configurable option — something like: EnableGlobalCooldownAfterWipe: true GlobalCooldownAfterWipeMinutes: 180 Thanks for your time and for maintaining such a great plugin!
  19. I’ve purchased it—thanks again for the update! Just as a friendly suggestion for future updates: if it’s compatible with Economics, it might be a nice touch to allow players to earn RP rewards as well, since that could be quite appealing to them. For example: "PrizeCommands": [ "deposit {player.id} 100" ]
  20. fullwiped

    Vehicle Buy

    Vehicbuy is working perfectly on our servers; I just tested it. Update the plugin if it’s not already up to date. Review your config settings or try using a fresh config after backing up the current one. Additionally, as an extra suggestion, check the permissions using Permission Manager.
  21. Hi , these metal armors can currently be learned for just 500 scrap from the Workbench Level 2 tech tree. This allows your players to easily craft them from the crafting menu (TAB). Since this armor system is still in its beta stage, I’d prefer to wait for some more testing before adding it directly to the configs. If your players are making a lot of requests about this, feel free to open a ticket at https://fullwiped.com/discord and I’ll be happy to help you out.
  22. Hello, I was wondering if the /claim command can be changed via config — it seems to conflict with kits and vote rewards. Also, is there an option to auto-start the event, for example once every hour?
1.7m

Downloads

Total number of downloads.

7.9k

Customers

Total customers served.

119.1k

Files Sold

Total number of files sold.

2.4m

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.