Jump to content

Sulfur

Member
  • Posts

    187
  • Joined

  • Last visited

Everything posted by Sulfur

  1. Sulfur

    Now working

    You can see the bar where the Workbench lvl 3 notification would be but its an empty space and i can't craft anything
  2. Sulfur

    players spawn under the map

    using the christmas map and players spawn under the map and die, once i switch map over to procgen its normal again
  3. Sulfur

    Plugin broken?

    When i add the plugin to the server, i give myself perms using the permission manager, but for some reason every other player has the same commands and i cant figure out whats wrong
  4. Sulfur

    Lights On

    is there a plan to add all the new lights like industrial, spot lights, fluroecenct lights, all the decor lights, also thw twitch led sign doesnt auto light up or i am missing something
  5. Sulfur

    Picture wont paste

    doesnt matter if i use imgur or imgbb it wont display the picture
  6. Could you add it as a permission to give to players
  7. Sulfur

    Dynamic Monuments

    I forgot but where do you go to edit the NPC hit damage and aimcone after a few complaints i decided to go over to rusted dam and got absolutely Snapped and then folded by the guards
  8. Sulfur

    Preset not found!

    ingore that picture attached i thought i removed that, thats related to another plugin
  9. Sulfur

    Preset not found!

    [DynamicMonuments] [DynamicMonuments] Preset not found! (foodbox_1) [DynamicMonuments] [DynamicMonuments] Preset not found! (foodbox_1)
  10. Sulfur

    Quest System

    is it normal for players to drop to 20fps when looking at the quest building
  11. Sulfur

    Minimalist Hud

    i think it's broken, just purchased and installed it and it looks like this ?
  12. Sulfur

    AutoRestart

    yes this will work very good
  13. Sulfur

    AutoRestart

    @crash after FP did there updates that might of broken it, i have since done an update, last night it went strait to a 1 minute cooldown instead of the 30 minute cooldown, none of the config files were changed, if you could add in a line of code to accept different timezones for a restart to happen like ie, im not smart enough to code things so i use ai to help me with this // Set desired restart time in GMT int restartHourGMT = 2; // 2:00 AM GMT // Get GMT timezone TimeZoneInfo gmtZone = TimeZoneInfo.FindSystemTimeZoneById("GMT Standard Time"); // Convert current UTC time to GMT DateTime gmtNow = TimeZoneInfo.ConvertTimeFromUtc(DateTime.UtcNow, gmtZone); // Calculate today's 2 AM GMT DateTime gmtRestart = new DateTime( gmtNow.Year, gmtNow.Month, gmtNow.Day, restartHourGMT, 0, 0, DateTimeKind.Unspecified ); // If time has already passed today, schedule it for tomorrow if (gmtNow > gmtRestart) { gmtRestart = gmtRestart.AddDays(1); } // Convert restart time back to UTC for scheduling DateTime utcRestart = TimeZoneInfo.ConvertTimeToUtc(gmtRestart, gmtZone); // Time until restart double secondsUntilRestart = (utcRestart - DateTime.UtcNow).TotalSeconds; // Schedule restart timer.Once((float)secondsUntilRestart, () => { Server.Command("restart 10 \"Scheduled GMT Restart\""); What this does: You set a GMT restart time (e.g., 2 AM). The code converts current UTC → GMT. It calculates the next correct 2 AM GMT. Converts it back to UTC (because Oxide timers run in UTC). Schedules the auto-restart.
  14. Sulfur

    AutoRestart

    its not missing i just forgot to copy more of it here it is { "Version": "3.5.0", "Restart": { "RestartTimes": [ "18:00" ], "AlertSound": "assets/prefabs/locks/keypad/effects/lock.code.lock.prefab", "UseSound": true, "UseChatAlerts": true, "SkipWipeDays": true, "WipeDays": [] }, "PlayerRestrictions": { "MaxPlayersBeforeCancel": 10, "RestrictPlayerCount": false }, "Alerts": { "InGameWarningTimes": [ 30, 15, 10, 5, 3, 2, 1 ], "DiscordWarningTimes": [ 30, 5, 1 ] },
  15. Sulfur

    AutoRestart

    "Alerts": { "InGameWarningTimes": [ 30, 15, 10, 5, 3, 2, 1 updated the freshest update, it doesnt start from 30 minutes, it starts directly at 1 minute
  16. the /restart 10m cmd isnt working
  17. I was thinking about purchasing it, could you make it work with Economics and when the last few people win they receive random abouts of RP CASH as a reward
  18. Sulfur

    Wallpaper Planner

    I cant find it either im blind or it doesnt have it, anywhere we can change the text that say /wallpaperplanner to just /wpp it's shorter, easy to access ect
  19. Sulfur

    Quarry Controller

    look at the question 3 posts up and then look at the next reply down
  20. Sulfur

    BetterTC

    @ninco90 let me know if this isnt allow i will adjust my comment Moji, i belive if you are seek a particular plugin like you have mentioned you would be looking for XDFriends which handles "Enhanced Friends Authorization System: The plugin allows activating friends' authorization for a wide range of elements, including: sams, turrets, code locks, key locks and tool cupboards
  21. Could you perhaps somehow intergrate to be used with outpost/bandit helicopters and vehicle licence helicopters in a way so other players cannot loot the stash that they own on the helicopter
  22. didnt see latest update, i removed my comment
  23. Sulfur

    Skill Tree

    in the json config file can you add it so Night time Settings, can you add the like start time of night and finish time in the morning Edit: this is for the double XP at night time

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.8m
Total downloads
Customers
11.8k
Customers served
Files Sold
167.5k
Total sales
Payments
3.6m
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.