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
  • Bases
  • Tools
  • Discord Bots
  • Customizations
  • Extensions

Forums

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

Product Groups

  • Creator Services
  • Host Services

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

Found 3 results

  1. fermens

    XRate

    Version 2.0.1

    118 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
  2. Version 3.0.0

    60 downloads

    Increases the population of animals and monsters at night. https://youtu.be/lm8A-P0pMqQ Configuration File { "# Plugin Settings": { "- Do killed players at night scream (boolean)": true, "- Do a wolf howl on the server when the night starts (boolean)": true, "- Do inform players that the night starts with a text (boolean)": true, "# Equipments List": { "- Headwears (list string)": [ "bucket.helmet", "hat.wolf", "none" ], "- Torsos (list string)": [ "hoodie", "none" ], "- Hands (list string)": [ "burlap.gloves.new", "none" ], "- Legs (list string)": [ "burlap.trousers", "none" ], "- Feets (list string)": [ "burlap.shoes", "none" ] }, "# Day Population": { "- Bear per Km² (float)": 2.0, "- Boar per Km² (float)": 5.0, "- Stag per Km² (float)": 3.0, "- Wolf per Km² (float)": 2.0, "- Murderer per Km (float)²": 0.0, "- Scarecrow per Km (float)²": 0.0 }, "nightPopulation": { "- Bear per Km² (float)": 4.0, "- Boar per Km² (float)": 10.0, "- Stag per Km² (float)": 3.0, "- Wolf per Km² (float)": 4.0, "- Murderer per Km (float)²": 1.0, "- Scarecrow per Km (float)²": 0.5 } }, "# System Settings": { "## Performance Settings": {}, "## Database Settings": { "- Save interval in second (extra save, integer, 0 = disabled)": 0, "- Wipe database on wipe (boolean)": false, "### Backup Settings": { "- Maximum amount backups (chronogical remove, integer)": 3, "- Backup interval in minute (integer, 0 = disabled)": 1440 } } }, "# Profiles": { "default": { "- Profile Level": 0, "# Profile Settings": {} }, "premium": { "- Profile Level": 100, "# Profile Settings": {} } } } Optimized for Performance This plugin has been developed with a primary objective to be very performant, thus limiting plugin-related performance losses. Multilingual This plugin is designed to be usable in different languages. English and Français are available by default. Some Russkiy system messages will be also available by default. Administrators can add their own language. About Mælep My other plugins: Codefling's profile Looking for plugins: Fiverr's Gig Warranty and Updates The customers benefits from a 28-day warranty from the date of the last sell of the plugin. This warranty covers bugs related to the script and, as far as possible, bugs related to Rust and uMod updates. Terms of Service of Mælep The Mælep's plugins are in no way affiliated to Facepunch, uMod or Codefling. He should not be considered as a developer endorsed by Facepunch, uMod or Codefling. Any contribution or purchase made on this website is donated to Mælep. For more information, support or a purchase history, please use the support section available on the page of the plugin. Payment to Mælep is payment for the digital items contained in the purchase. This transaction is final and there is no refund. If you are banned for breaking the rules of Codefling, you will not be refunded. Requests for refunds due to delays, Rust and uMod update flaws or any other problems are submitted at the discretion of Mælep. Credits Icon of the plugin by Freepik on flaticon.
    $10.00
  3. Meyverick

    Real Time

    Version 1.1.0

    6 downloads

    The game time is similar to real time depending of the longitude and latitude of the chosen location. Features: Time is UTC, you can configure your timezone. The sun will rise on the server at the sunrise time of your location. The sun will set on the server at the sunset time of your location. The sun will be at noon when it's noon. ... You can choose the sunrise/sunset time using latitude and longitude of the location you want. The parameter "doClearNight: true" (by default) allows you to freeze the game time a few minutes after sunset and a few minutes before sunrise so you can enjoy a lightly lit night for playing at night AND keep the usefulness of Night Vision Goggles. Live test: You can try all my public plugins on my servers at https://Rust.Maelep.be This plugin is available on the following servers: Maelust: Extended Official, Maelust: Wildman, Maelust: Escape From Rust. Warranty: The customers benefits from a 28-day warranty from the date of the last sell of the plugin. This warranty covers bugs related to the script and, as far as possible, bugs related to Rust and uMod updates. Bugs: Bugs because of my script will always fixed as soon as possible. Bugs because of uMod or Rust changes will be fixed as soon as possible but I'm not responsible for the inability to continue to maintain the plugin due to incompatibility. No refund will be made. Credit: Icon of the plugin by Freepik on flaticon.
    $10.00
1.1m

Downloads

Total number of downloads.

5.5k

Customers

Total customers served.

78.6k

Files Sold

Total number of files sold.

1.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.