Jump to content

Search the Community

Showing results for tags 'day'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Categories

  • Plugins
  • Carbon
  • Harmony
  • Maps
  • Monuments
  • Prefabs
  • Arenas
  • Bases
  • Tools
  • Discord Bots
  • Customizations
  • Extensions
  • Graphics

Forums

  • CF Hub
    • Announcements
  • Member Hub
    • General
    • Show Off
    • Requests
  • Member Resources
    • For Hire
    • Creators
    • Creators Directory
  • Community Hub
    • Feedback
  • Support Hub
    • Support
    • Site Support
    • Help Center

Product Groups

  • Creator Services
  • Host Services
  • Memberships

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


About Me


Steam


Github

Found 5 results

  1. Duff

    PersonalDay

    Version 1.0.3

    9 downloads

    PersonalDayPlugin allows players to activate their own personal daytime experience — regardless of the global Rust server time. Whether they're stuck in the dark during a fight or just prefer to roam in sunlight, this plugin empowers players to light up their world on demand. Great for PvE, modded, or casual servers where player experience matters. Preview: Features; Supports multiple currencies: ServerRewards, Economics, and Scrap Includes one-time gifting with per-tier configuration Custom CUI bar or chat-based countdown/reminder system Fully permission-based tier system Localized messages via Oxide's Lang system Personal Daylight Activation: Players can use /personalday to toggle their own local daylight, independent of the server's actual time. Duration, cost, and cooldown are configurable per permission tier. Custom CUI Daylight Bar: Optional on-screen bar displaying remaining daylight time. Dynamically repositions based on native Rust bars to avoid overlap. Supports real-time updates with smooth countdown and visibility tracking. Multiple Currency Support: Players can purchase Personal Day using: Different currencies and costs can be configured per tier. ServerRewards (RP) Economics (in-game currency) Scrap (from inventory) One-Time Gifting System: Players can gift a one-time Personal Day access to another player with /personaldaygift <name>. Gifted players don’t require permissions. Each player can only be gifted once. Countdown & Reminder System: Optionally shows reminders in chat at intervals. Final 10-second countdown displayed in chat if the bar is disabled. Fully toggleable via config. Tier-Based Permissions: Define multiple access tiers using permissions (e.g. personalday.tier1, personalday.tier2, etc.). You can create additionally permissions. Each tier supports: Duration Cooldown Currency + Cost Gift Cost + Gift Currency Gifting permissions Permissions: personalday.tier1Grants access to Tier 1 Personal Day (configurable duration/cost) personalday.tier2Grants access to Tier 2 Personal Day personalday.tier3Grants access to Tier 3 Personal Day Commands: /personaldayActivates Personal Day if tier access or gift is available /personaldayinfoShows tier info: cost, duration, cooldown /personaldaygift <player>Gifts a one-time Personal Day (if tier allows gifting) Configuration Example: { "EnableCustomBar": true, "Chat": { "UsePrefix": true, "Prefix": "<color=#89CFF0>[PersonalDay]</color> <color=#ffd479>☀</color> ", "Channel": 0, "IconSteamId": 76561198888888888 }, "Commands": { "Personal Day - Main Command": "personalday", "Personal Day - Main Command Aliases (optional)": [], "Personal Day - Info Command": "personaldayinfo", "Personal Day - Info Command Aliases (optional)": [], "Personal Day - Gift Command": "personaldaygift", "Personal Day - Gift Command Aliases (optional)": [] }, "Permissions": { "personalday.tier1": { "Level": 1, "Currency": "ServerRewards", "Amount": 50.0, "Cooldown": 600.0, "Duration": 180.0, "AllowGifting": true, "GiftCurrency": "ServerRewards", "GiftCurrencyCost": 200.0 }, "personalday.tier2": { "Level": 2, "Currency": "Economics", "Amount": 25.0, "Cooldown": 300.0, "Duration": 300.0, "AllowGifting": true, "GiftCurrency": "Economics", "GiftCurrencyCost": 300.0 }, "personalday.tier3": { "Level": 3, "Currency": "Scrap", "Amount": 10.0, "Cooldown": 180.0, "Duration": 60.0, "AllowGifting": true, "GiftCurrency": "Scrap", "GiftCurrencyCost": 400.0 } } } Localization: All messages are fully customizable via the generated lang file: Activation messages Countdown alerts Gift success/failure Cooldown notifications And more... Installation & Setup: Place PersonalDayPlugin.cs into your oxide/plugins folder Ensure Economics.cs and/or ServerRewards.cs are installed (if used) Configure permissions for desired access tiers Customize config and lang files for your server’s style Reload with /oxide.reload PersonalDayPlugin Plugin by Duff Join the support and updates community: https://discord.gg/2KBPH7hXb7
    $9.99
  2. Version 0.0.1

    95 downloads

    APAdminDaylight: is a lightweight Rust plugin that enables a local daylight view for an administrator without changing the server time. Perfect for admin patrols, base moderation at night, or crisp screenshots. Command /aday — toggles the “admin daylight” mode for yourself. Permission apadmindaylight.use — allows using /aday.
    Free
  3. Neko

    EnvControl

    Version 1.0.0

    11 downloads

    EnvControl is a Rust plugin that provides per-player control over in-game time. Players and administrators can lock, set, or reset each player’s time environment — giving everyone the freedom to experience the world at their preferred time of day. Perfect for VIP perks, roleplay scenarios, testing environments, and custom minigames where players may want a unique lighting experience without affecting others. Key Features: Individual time control per player Allow players to choose their own time Force players to see a specific time based on group Automatically applies locked times on connect Config { "Permission-based custom times for player (24hr e.g. 07:00, 18:30)": { "envcontrol.vip": [ "15:00", "18:00", "21:00" ], "envcontrol.day": [ "12:00", "13:00" ] }, "Permission-based forced time for players (applied on connect)": { "envcontrol.night": "23:00", "envcontrol.morning": "07:00" } } Users with a permission from Permission-based custom times for player can use the /env command to set the time. Groups can stack and can contain overlapping times. Users with a permission from Permission-based forced time for players cannot use the /env command unless they have a permission from Permission-based custom times for player. When a player’s time is reset, the plugin checks whether they have a permission-based time lock. If a matching permission is found, their time is set accordingly. Otherwise, they revert to the server’s default time. Commands /env Sets your personal environment time using a 24-hour format. Example: /env 18:00 — Locks your view to evening lighting. /env list Displays all available times you can set, based on your permissions. /env reset Resets your personal time back to the default value, or to your group’s forced time if applicable. Requires envcontrol.reset envcontrol.reload Reloads the plugin configuration file. Requires envcontrol.admin Example: envcontrol.reload envcontrol.time <steamid> (time) Gets or sets a player’s locked time. Works for connected & disconnected players. Requires envcontrol.admin Example: envcontrol.time 76561198000000000 18:30 — Locks that player’s time to 18:30. envcontrol.time 76561198000000000 — Displays the player’s current locked time. envcontrol.reset <steamid> Resets a player’s time to their default value. Requires envcontrol.admin Example: envcontrol.reset 76561198000000000 envcontrol.radius <radius> <time> (x,y,z) Locks time for all players within a specific radius. Requires envcontrol.admin Example (in-game): envcontrol.radius 30 21:00 — Locks nearby players to 21:00. Example (RCON): envcontrol.radius 50 12:00 500,100,-200 — Locks nearby players to 12:00 at coordinates 500,100,-200. Permissions envcontrol.admin Provides full control over all console commands and time management features. Allows any time to be passed to /env envcontrol.reset Allows players to use the /env reset sub-command. Custom Time Groups Defines which time values specific permission groups can manually select. For example, players in a VIP group might be able to set 15:00 or 18:00. These are automatically registered based on your config. Forced Time Groups Automatically applies a fixed time to players when they connect. For example, members with “envcontrol.night” might be setup to see 23:00 on login. These are automatically registered based on your config. AI Disclaimer This product was created with the help of AI tools to enhance quality and clarity. The full extent of AI assistance is as follows: Language messages: Default in-game messages were refined for consistency, clarity, and professional tone. Product description: The plugin description was enhanced for readability and better presentation of key features.
    $5.00
  4. Version 1.2.0

    829 downloads

    The plugin adds the ability to skip nights by voting with the /voteday command. Additionally, the command can be used by people who have permission. Every day at 19:00 in-game time the voting is turned on, if the voting is successful the time is switched to 8:00 am. Command /voteday: Starts voting for skipping the night if voting is not already in progress. Requires the "voteday.use” permission. /voteday reload: Reloads the plugin configuration. Requires "voteday.admin” permission. /voteday set timevote <seconds>: Sets the voting time in seconds and saves it to the configuration file. Requires the "voteday.admin” permission. /voteday set requiredpercentage <percentage>: Sets the required percentage of votes (ranging from 1 to 100) and writes it to the configuration file. Requires the "voteday.admin” permission. Permission voteday.use: Allows the player to participate in voting. voteday.admin: Allows the player to reload the plugin configuration and change the voting settings. Configuration file { "VoteDuration": 180.0, "RequiredPercentage": 50 } Lang { "VoteStarted": "<color=#FFFF00>Vote to skip the night has started! You have {0} seconds to vote. Type /voteday to vote. {1} votes are needed to pass.</color>", "VoteCount": "<color=#00FF00>{0} players voted yes out of {1}.</color>", "VotePassed": "<color=#00FF00>The vote passed! {0} players voted yes out of {1}. Skipping to day.</color>", "VoteFailed": "<color=#FF0000>The vote failed. {0} players voted yes out of {1}. The night will continue.</color>", "NoPermission": "<color=#FF0000>You do not have permission to use this command.</color>", "AlreadyVoting": "<color=#FF0000>A vote is already in progress.</color>", "AlreadyVoted": "<color=#FF0000>You have already voted.</color>", "ConfigReloaded": "<color=#00FF00>Configuration reloaded successfully.</color>", "InvalidCommand": "<color=#FF0000>Invalid command usage. Use /voteday set timevote <seconds> or /voteday set requiredpercentage <percentage>.</color>", "VoteDurationSet": "<color=#00FF00>Vote duration set to {0} seconds.</color>", "RequiredPercentageSet": "<color=#00FF00>Required vote percentage set to {0}%.</color>", "InvalidPercentage": "<color=#FF0000>Invalid percentage. Please enter a value between 1 and 100.</color>" }
    Free
  5. fermens

    XRate

    Version 2.0.1

    137 downloads

    You can set up rates both for everyone and for privileges: - Rates of pick up resources - Rates of gather resources - Rates from boxes and barrels - Rates from NPC bots - Quarry rates - Smelting speed in furnaces - Length of day and night - Vote skip night - Night rates Chat Command /rate - find out personal loot rates Localization const bool fermensEN = true; // true - ENGLISH | false - РУССКИЙ // 18 line in cs file Hints If the player has several privileges, then the one below in the config is taken! Config { "Experimental. Do not touch": false, "Disable accelerated melting": false, "Furnace prefabs (where accelerated smelting will work)": [ "furnace", "furnace.large" ], "Default rates": { "Collectible & growable": 2.0, "Gather": 2.0, "Sulfur": 2.0, "Quarry": 2.0, "Crates & barrels": { "Helicopter crates": 2.0, "Bradley crates": 2.0, "Locked crates": 2.0, "Supply crates": 2.0, "Elite crates": 2.0, "Regular crates": 2.0, "Barrels": 2.0 }, "Scientists": 2.0, "Melting speed": 2.0 }, "Adjusting the length of day and night": { "Enable?": true, "Night length": 10.0, "Day length": 50.0, "Autoskip night": false, "Voteskip night": false, "Nightly increase in rates (ex. 1.0 - increase by 100% , 0 - disable)": 0.0 }, "Premium rates [permission|setting]": { "xrate.x3": { "Collectible & growable": 3.0, "Gather": 3.0, "Sulfur": 2.5, "Quarry": 3.0, "Crates & barrels": { "Helicopter crates": 3.0, "Bradley crates": 3.0, "Locked crates": 3.0, "Supply crates": 3.0, "Elite crates": 3.0, "Regular crates": 3.0, "Barrels": 3.0 }, "Scientists": 3.0, "Melting speed": 4.0 }, "xrate.x4": { "Collectible & growable": 4.0, "Gather": 4.0, "Sulfur": 2.5, "Quarry": 4.0, "Crates & barrels": { "Helicopter crates": 4.0, "Bradley crates": 4.0, "Locked crates": 4.0, "Supply crates": 4.0, "Elite crates": 4.0, "Regular crates": 4.0, "Barrels": 4.0 }, "Scientists": 4.0, "Melting speed": 4.0 } }, "Blacklist, for what won't work": [ "sticks", "flare" ], "Messages []": { "NightHasCome": "<size=15><color=#ccff33>Night has fallen</color>, gather and loot rates increased by <color=#ccff33>{num}%</color>!</size>\n<size=10><color =#ccff33>/rate</color> - find out your current rates.</size>", "DayHasCome": "<size=15><color=#ccff33>The day has come</color>, gather and loot rates are back!</size>\n<size=10><color=#ccff33>/rate</color> - find out your current rates.</size>", "INFORMATION": "<color=#ccff33>INFORMATION | {name}</color>\nPick up: x<color=#F0E68C>{0}</color>\nGather: x<color=#F0E68C>{1}</color> <size=10>(sulfur: x <color=#F0E68C>{6}</color>)</size>\nQuarry: x<color=#F0E68C>{2}</color>\nCrates/barrels: x<color=#F0E68C>{3} </color>\nLoot from the scientist: x<color=#F0E68C>{4}</color>\nSmelting Speed: x<color=#F0E68C>{5}</color>", "SkipNight": "<color=yellow>The majority voted for the day. Let's skip the night...</color>", "NoSkipNight": "<color=yellow>—Let there be light! - said the electrician and cut the wires.</color>", "NoActive": "<color=yellow>VOTING IS NOT ACTIVE!</color>", "Voted": "<color=yellow>YOU ALREADY VOTE!</color>", "Night": "<color=yellow>Vote for NIGHT successfully received.</color>", "Day": "<color=yellow>Vote for the DAY successfully received.</color>" } }
    $15.00

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.3m
Total downloads
Customers
10.7k
Customers served
Files Sold
154.9k
Marketplace sales
Payments
3.3m
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.