Jump to content

fullwiped

Creator
  • Posts

    358
  • Joined

Everything posted by fullwiped

  1. fullwiped

    Clans

    Hello, It has been reported to me that players who are set as clan moderators are still unable to invite others to the clan. As shown in the screenshot, it says they are not a clan moderator. Is this a bug, or is there a specific setting in the config file for this?
  2. fullwiped

    help

    Hello, thank you for your response and for planning to update the language file in the future. Regarding the other issue: Both plugins are up to date. The white screen issue is indeed strange, restarting Simple Status via RCON temporarily fixes it, but after leaving and rejoining the server, the white screen appears again. I’m not sure if the problem is user-related or has to do with the computer or monitor. There’s no white screen issue on my PC with a 4K monitor, but the problem occurs only on my backup computer with a 1920x1080 resolution. It’s a strange situation, and I haven’t fully figured out the cause.
  3. fullwiped

    help

    Hello, the file located at /serverfiles/carbon/lang/en/OfflineRaidLimiter.json is empty, so I'm unable to customize the language. There's another issue as well: the status indicator at the bottom right that says "Daily offline raids" shows a white screen on my other computer after reconnecting to the server. Restarting the plugin from RCON temporarily fixes the issue, but when I leave and rejoin the server, the white screen appears again. I’d appreciate your help or an update on these issues whenever you’re available. Thank you.
  4. fullwiped

    white image bug.

    This white screen issue behaves strangely, it works fine on a computer with a 4K monitor, but on another machine with a 1920x1080 resolution, the Status menu appears completely white. Restarting the plugin temporarily fixes it. However, when the player leaves the server and reconnects, the white screen returns. If this is a bug, hopefully this additional information can help you in future updates. Wishing you good work!
  5. fullwiped

    white image bug.

    Hello, I just wanted to report that when using Offline Raid Limiter together with Simple Status, a white screen appears after exiting and re-entering the game.
  6. fullwiped

    Servers

    This was a plugin I had been looking forward to for a long time, and once again, Mevent has demonstrated his quality. In my initial tests, it works very smoothly on Serverpanel. One feature that makes this plugin even more special is that the Battlemetrics dependency is optional in the config. While Battlemetrics is a great service, when managing more than 10 servers, occasional delays or firewall issues can sometimes occur, and server images might not always load properly. That’s why I really appreciated that this plugin can perform its own server queries and fetch data independently. Great work.
  7. Hello, if you want to set it to 2 or more, you can do it in 10 seconds. The editing website is provided in the notepad inside the downloaded file. Simply select "Barrel" and change the number 1 to 2 in the "Minimum Items" and "Maximum Items" sections.
  8. fullwiped

    day

    Hello, it feels like the settings I applied are making the daytime on the server even brighter. I want the daytime to stay as it is I only want the night to be brighter. Do you have any recommended settings for this? { "Max Night Brightness": 5.0, "Night Contrast (Lower = brighter, Default = 1.5f)": 1.0, "Update Transition Rate Seconds (Time taken between transition updates)": 0.2, "Update Amount (Amount to update by to reach target brightness)": 0.05, "Night Delay (Delay till transition after sunset in seconds)": 1.0, "Inverted Nights Mode (Makes nights very bright)": true, "Inverted Nights Sky Darkness (lower is darker)": 0.005, "Inverted Nights Environment Darkness (1 Dark, 0 Bright)": 0.9, "Inverted Nights Start Position 0-100 (increases the starting pos of the bright moon)": 0, "Use Night Light (Adds night vision to immediate proximity)": false, "Nightlight Brightness (Adds a night light around the player)": 0.1, "Nightlight Distance (Modifies the throw of the night light)": 7.0 }
  9. fullwiped

    ram

    This is from our other server here, for example, it's using only 5.5 MB of RAM. It doesn't seem to be consuming high RAM on this server at the moment.
  10. fullwiped

    ram

    Hello, we've observed high RAM usage by Stack Modifier on some of our servers. In the screenshot, it appears to be using around 399 MB of RAM, which seems to be more than the total usage of all 60 plugins running on the server. Is there a specific setting that might be causing this, or is there an update planned to address it?
  11. fullwiped

    gui

    Hello, For those using the recycler with default settings, would it be possible to add an option in the config to disable the horizontal GUI added by this plugin? The color scheme doesn’t fully match, and on some servers, there's a delay when opening or closing the recycler, which doesn’t look good. Best regards.
  12. fullwiped

    Triangle planter box

    Hello, while unlocking all BPs for level 1, it skips only the "Triangle Planter Box." It's not a major issue, but it might be useful for future updates. Best regards.
  13. fullwiped

    lang/en

    Hello thank you very much. I had written another message earlier, but it was lost due to the site’s database rollback. Would it be possible to add a cooldown to the Trade>> button after it's pressed 10 or 20 times? This could help prevent malicious players or clans from trying to overload the server using the Trade Item feature. I believe this would be a highly functional improvement. It’s important that this cooldown is applied only to the Trade button, not to the /obmen command, as commands can still be used through ServerPanel, which might bypass the intended protection. Of course, this is just a suggestion—whether or not you decide to implement it is entirely up to you. I simply wanted to share the idea, as I believe it could be quite valuable. Wishing you all the best in your work!
  14. 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!
  15. fullwiped

    permission

    I tested it and it’s working great. Thanks a lot for your help and support.
  16. 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.
  17. 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.
  18. 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 🙏
  19. 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.
  20. fullwiped

    permission

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

    permission

    Thank you ❤️
  22. fullwiped

    permission

    Thank you!
  23. 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)
  24. 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." }
  25. 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?
1.7m

Downloads

Total number of downloads.

8k

Customers

Total customers served.

121.3k

Files Sold

Total number of files sold.

2.5m

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.