Jump to content

Search the Community

Showing results for tags 'animals'.

  • 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 8 results

  1. Version 2.2.0

    562 downloads

    Animals can drop loot and have a static health and strength profile (random HP/Str) Radtown loot does not conflict with : Barrelless Bearrels Custom Animal Spawns Rust Spawner BackToTheWild AlphaAnimals Features : Wolf , Bears and Polar bears can drop a backpack upon death with a % chance on drop (Just like in LegacyRust) Boars, Chickens, Wild Horses and Stags Can be configured aswell (New in 2.1.0) Custom container animal type prefix through configuration (New in 2.1.0) Health and Strength can be randomized using min/max values. Setup animal Profiles (Health ,Strength ,Running speed and backpack droprate) Option to print the spawns to console showing HP and Strength Permissions : radtownloot..admin : To use the /rad admin command for extended settings and animal counts info radtownloot.loot : For giving players the chance to have the animals drop a backpack radtownloot.chat : To be able to receive chat messages on backpackdrop radtownloot.command : To use the /rad animals command for animal count on the server Commands : /rad animals : Prints plugin information and animal spawns on server chat /rad admin : Prints info about animal settings and droprates on server chat Localization : English language file included to use a diffrent language just make a new file in the language folder. { "Info": "Animals can drop backpacks like in Legacy Rust.\n\n", "InvalidInput": "Please enter a valid command!", "NoPermission": "You do not have permission to use that command!", "RadTownLoot": "The {0} dropped something!", "AdminInfo": "If Change stats on spawn is false values are not changed by this plugin.\n\n" } Logging : Each succesfull drop will now be loggd in the oxide log folder 5:14:15 PM] Krungh Crow[1234567890] killed a Wolf and loot was dropped 5:14:31 PM] Krungh Crow[1234567890] killed a Bear and loot was dropped 5:59:20 PM] Krungh Crow[1234567890] killed a Polarbear and loot was dropped Console Logging : Example Console logs if set to true [Rad Town Loot] A Bear spawned with 473 HP and 35 Strength [Rad Town Loot] A Bear spawned with 374 HP and 34 Strength [Rad Town Loot] A Bear spawned with 376 HP and 32 Strength [Rad Town Loot] A Wolf spawned with 269 HP and 18 Strength [Rad Town Loot] A Bear spawned with 353 HP and 35 Strength [Rad Town Loot] A Bear spawned with 462 HP and 30 Strength [Rad Town Loot] A Wolf spawned with 191 HP and 13 Strength [Rad Town Loot] A Wolf spawned with 339 HP and 14 Strength [Rad Town Loot] A Bear spawned with 394 HP and 39 Strength [Rad Town Loot] A Wolf spawned with 151 HP and 22 Strength [Rad Town Loot] A Wolf spawned with 219 HP and 17 Strength [Rad Town Loot] A Wolf spawned with 310 HP and 16 Strength Settings : Droprate settings * Bear droprate : Any value between 0.0/100.0 (0 means it will not spawn a backpack) * Chat Steam64ID : Add your servers steampicture using the steam64ID. * Use random skins : true/false * Spawn min amount item : Minimum amount of items to spawn in the backpack. * Spawn max amount item : Maximum amount of items to spawn in the backpack. If u want the item to be a Blueprint add .bp behind the item name (eg ammo.pistol.bp) then it will spawn as a blueprint. Loottable settings * shortname : The items shortname (eg ammo.pistol). * Amount : Max amount of the item to spawn in the backpack. * skin : Add the skin ID if u want it to contain a certan skin. * AmountMin : the minimum amount of this item to spawn in the backpack You can change/add/remove lines to the lootprofile. Configuration : A example how u can configure it { "Main config": { "Debug": true, "Chat Steam64ID": 0, "Chat Prefix": "[<color=orange>RadTownLoot</color>] : ", "Animal Type Prefix": "Radtown ", "Use Random Skins": true }, "Animal config": { "Skip Alpha Animals": true, "Skip Omega Animals": true, "Bear settings": { "Change stats on spawns": false, "Show spawns in Console": false, "Droprate 0-100": 80.0, "Minimum Health": 150, "Maximum Health": 250, "Minimum Strength (Att dmg)": 20, "Maximum Strength (Att dmg": 25, "Running Speed": 6.0, "Loot settings": { "Spawn Min Amount Items": 4, "Spawn Max Amount Items": 6, "Loot Table": [ { "shortname": "black.raspberries", "amount": 0, "skin": 0, "amountMin": 5 }, { "shortname": "blue.berry", "amount": 5, "skin": 0, "amountMin": 5 }, { "shortname": "blueberries", "amount": 5, "skin": 0, "amountMin": 5 }, { "shortname": "black.berry", "amount": 5, "skin": 0, "amountMin": 5 }, { "shortname": "yellow.berry", "amount": 5, "skin": 0, "amountMin": 5 }, { "shortname": "white.berry", "amount": 5, "skin": 0, "amountMin": 5 } ] } }, "Boar settings": { "Change stats on spawns": false, "Show spawns in Console": false, "Droprate 0-100": 80.0, "Minimum Health": 150, "Maximum Health": 250, "Minimum Strength (Att dmg)": 20, "Maximum Strength (Att dmg": 25, "Running Speed": 6.0, "Loot settings": { "Spawn Min Amount Items": 1, "Spawn Max Amount Items": 3, "Loot Table": [ { "shortname": "wood", "amount": 5, "skin": 0, "amountMin": 5 }, { "shortname": "hatchet", "amount": 5, "skin": 0, "amountMin": 5 }, { "shortname": "hammer", "amount": 5, "skin": 0, "amountMin": 5 } ] } }, "Chicken settings": { "Change stats on spawns": false, "Show spawns in Console": false, "Droprate 0-100": 80.0, "Minimum Health": 150, "Maximum Health": 250, "Minimum Strength (Att dmg)": 20, "Maximum Strength (Att dmg": 25, "Running Speed": 6.0, "Loot settings": { "Spawn Min Amount Items": 1, "Spawn Max Amount Items": 3, "Loot Table": [ { "shortname": "ammo.pistol", "amount": 5, "skin": 0, "amountMin": 5 }, { "shortname": "wood", "amount": 5, "skin": 0, "amountMin": 5 }, { "shortname": "stones", "amount": 5, "skin": 0, "amountMin": 5 } ] } }, "Wild Horse settings": { "Change stats on spawns": false, "Show spawns in Console": false, "Droprate 0-100": 80.0, "Minimum Health": 150, "Maximum Health": 250, "Minimum Strength (Att dmg)": 20, "Maximum Strength (Att dmg": 25, "Running Speed": 6.0, "Loot settings": { "Spawn Min Amount Items": 1, "Spawn Max Amount Items": 3, "Loot Table": [ { "shortname": "ammo.pistol", "amount": 5, "skin": 0, "amountMin": 5 }, { "shortname": "ammo.pistol.fire", "amount": 5, "skin": 0, "amountMin": 5 }, { "shortname": "ammo.pistol.hv", "amount": 5, "skin": 0, "amountMin": 5 } ] } }, "Polarbear settings": { "Change stats on spawns": false, "Show spawns in Console": false, "Droprate 0-100": 90.0, "Minimum Health": 200, "Maximum Health": 350, "Minimum Strength (Att dmg)": 20, "Maximum Strength (Att dmg": 25, "Running Speed": 6.0, "Loot settings": { "Spawn Min Amount Items": 1, "Spawn Max Amount Items": 3, "Loot Table": [ { "shortname": "stone.pickaxe", "amount": 1, "skin": 0, "amountMin": 1 }, { "shortname": "stonehatchet", "amount": 1, "skin": 0, "amountMin": 1 }, { "shortname": "spear.stone", "amount": 1, "skin": 0, "amountMin": 1 } ] } }, "Stag settings": { "Change stats on spawns": false, "Show spawns in Console": false, "Droprate 0-100": 80.0, "Minimum Health": 150, "Maximum Health": 250, "Minimum Strength (Att dmg)": 20, "Maximum Strength (Att dmg": 25, "Running Speed": 6.0, "Loot settings": { "Spawn Min Amount Items": 1, "Spawn Max Amount Items": 10, "Loot Table": [ { "shortname": "ammo.pistol", "amount": 5, "skin": 0, "amountMin": 5 }, { "shortname": "ammo.pistol.fire", "amount": 5, "skin": 0, "amountMin": 5 }, { "shortname": "ammo.pistol.hv", "amount": 5, "skin": 0, "amountMin": 5 } ] } }, "Wolf settings": { "Change stats on spawns": false, "Show spawns in Console": true, "Droprate 0-100": 100.0, "Minimum Health": 150, "Maximum Health": 250, "Minimum Strength (Att dmg)": 20, "Maximum Strength (Att dmg": 25, "Running Speed": 6.0, "Loot settings": { "Spawn Min Amount Items": 1, "Spawn Max Amount Items": 3, "Loot Table": [ { "shortname": "ammo.pistol", "amount": 5, "skin": 0, "amountMin": 5 }, { "shortname": "ammo.pistol.fire", "amount": 5, "skin": 0, "amountMin": 5 }, { "shortname": "ammo.pistol.hv", "amount": 5, "skin": 0, "amountMin": 5 } ] } } } }
    Free
  2. Version 1.0.3

    700 downloads

    Addon for my BackToTheWild plugin that can make the Alpha animals call for their pack and get aid. Features : Requires BackToTheWild plugin for the Alpha animal spawns When a Alpha animal is killed it will call for their weaker Omega who will come (too late) for its aid. Simple configuration Permissions for Gametip animal engagements Permissions for Mapmarker system to see Alpha's on the map Support for Economics Support for ServerRewards Chatnotifications when a alpha has spawned with Grid section through cfg Alpha Animal Types : Bear Polar Bear Wolf Permissions : alphaanimals.tipsimple : Simple Gametip message permisison alphaanimals.tipfull : Full info Gametip message permission alphaanimals.marker : To see the alpha mapmarkers if not set globaly alphaanimals.economics : To be granted economics points on alpha/omega kills alphaanimals.ServerRewards : To be granted ServerRewards points on alpha/omega kills Configuration : For the spawned Omegas the min and max hp values will be used { "Plugin": { "Debug": true, "Chat Steam64ID": 0, "Chat Prefix": "[<color=orange>Alpha's</color>] ", "Anounce Alpha spawns": true }, "Map Marker Options": { "Update frequency (seconds)": 5.0, "Show to all? (true/false)": false, "Show Animals on map? (true/false)": true }, "Animals Marker Options": { "Bear Color (hex)": "red", "PolarBear Color (hex)": "green", "Wolf Color (hex)": "yellow", "Alpha": 0.7, "Radius": 0.15 }, "Animals": { "Life Duration (minutes)": 5.0, "Spawn Radius": 12, "Bear Packsize": 2, "Bear settings": { "Min HP": 150.0, "Max HP": 250.0 }, "Polarbear Packsize": 2, "Polarbear settings": { "Min HP": 150.0, "Max HP": 250.0 }, "Wolf Packsize": 5, "Wolf settings": { "Min HP": 150.0, "Max HP": 250.0 } }, "Economics": { "Use Economics": true, "Alpha Bear points": 300.0, "Omega Bear points": 100.0, "Alpha Polarbear points": 400.0, "Omega Polarbear points": 150.0, "Alpha Wolf points": 200.0, "Omega Wolf points": 50.0 }, "ServerRewards": { "Use ServerRewards": true, "Alpha Bear points": 300, "Omega Bear points": 100, "Alpha Polarbear points": 400, "Omega Polarbear points": 150, "Alpha Wolf points": 200, "Omega Wolf points": 50 } } Localization : English language file included to use a different language just make a new file in the language folder. { "EngageSimple": "<color=yellow>carefull This is a {animal}</color>", "EngageFull": "<color=yellow>carefull This is a {animal} {health} HP</color>", "KillAlpha": "You Killed a <color=green>{animal}</color> and <color=green>{packsize} Omega's</color> are summoned", "KillAlphaAll": "{player} Killed a <color=green>{animal}</color> and <color=green>{packsize} Omega's</color> are summoned", "KillOmega": "You Killed the <color=green>{animal}</color>", "EngageSimpleKill": "<color=yellow>You killed the {animal}</color>", "EngageFullKill": "<color=yellow>You got points killing the {animal}</color>", "AlphaAnnounce": "A <color=yellow>{animal}</color> was located around <color=orange>Grid {location}</color>" } Rust native API : To remove the Omega Animals the following can be used in console del omega del omega wolf del omega bear del omega polarbear Example call to see if a animal is a Omega : void OnEntityDeath(BaseAnimalNPC animal, HitInfo info) { if (animal == null) return; BasePlayer attacker = info.InitiatorPlayer; if (attacker != null && animal.name.Contains("Omega")) { Puts($"The animal was a {animal.name}"); } return; }
    Free
  3. Version 1.2.0

    563 downloads

    Trade market for bones where prices are dynamic and change each gameday at a set time. Features : Dynamic prices that will change on a set time. The market will exchange your animal bones to resources (whatever is set in configuration). Prices are made with a min/max setup and uses the random amount generated then saves it to a data file this price is then used as the value of the bones you want to trade (value is per 10 units). Support for the HumanNPC plugin This requires SkinAndBones and Fishr plugins to work (these handle the various bones) Commands : /bone market /bonemarket : Both these commands will open the Bone Market Interface. /bone info : Shows plugin info/version/author (Or any info edited in the language file about the event) Permissions : bonemarket.useshop : Grants permission to use market through Chat commands. bonemarket.usenpc : Grants permission to use market through NPC (HumanNPC) Configuration : The following Fonts are available for ANY UI text in plugins ! droidsansmono.ttf permanentmarker.ttf robotocondensed-bold.ttf robotocondensed-regular.ttf { "Chat Prefix": "[<color=#4A95CC>Bone Market</color>] : ", "NPC Vendor settings": { "Use NPC shop": true, "NPC Id's": [ "2745013248" ] }, "UI Settings": { "Font to use": "droidsansmono.ttf", "Market Title": "Bone Market", "Market Title Color (RGBA)": "1 0.5 0.5 0.90", "Market Description": "Trade market for hunters\nTrade your Bones right here !!!", "Market Description Color (RGBA)": "1 1 1 0.90", "Bone item text Color (RGBA)": "1 0.5 0.5 0.90", "Use a background image": false, "Background Image link": "https://i.ibb.co/6NQmCgZ/Quail-Bird-Hunting-Silhouette-Free-Vector.jpg", "Background Image transparency (0-1)": 0.2 }, "Market refresh time (gameday)": 7.0, "Market Trade item (shortname)": "scrap", "Market Trade item (View name in GUI)": "Scrap", "Market Unit Value": { "Bear bones Low value": 2, "Bear bones High value": 6, "Boar bones Low value": 1, "Boar bones High value": 3, "Chicken bones Low value": 1, "Chicken bones High value": 3, "Horse bones Low value": 1, "Horse bones High value": 3, "Fish bones Low value": 1, "Fish bones High value": 3, "Stag bones Low value": 1, "Stag bones High value": 3, "Wolf bones Low value": 1, "Wolf bones High value": 4 } } Localisation : English language file included to use a different language just make a new file in the language folder. { "FullInventory": "Your inventory was full handout is dropped on the floor", "FullInventoryUI": "Your Inventory is full handout will drop on the floor", "Info": "\n\n<color=#4A95CC>Available Commands</color> :\n<color=#4A95CC>/bone info</color> : Shows info on version/author and commands\n<color=#4A95CC>/bone market</color> : Opens the market interface where prices change each gameday", "InvalidInput": "Please enter a valid command!", "OnlyNPC": "The Bone Market is only available at the Bone Trader NPC in Town", "Succesfulltrade": "You traded your bones for {0} {1}", "MarketReset": "Market started a new day with fresh trade prices.", "NotFound": "You dont have any to trade", "NotEnough": "You dont have enough bones for this trade" }
    Free
  4. Version 2.1.0

    1,471 downloads

    Makes animals spawn with random HP and Strength with optional config to show each spawn in console and integrated chat listing on current server setup. Features : Animals can spawn as Alpha animal with increased stats and spawnrates (new in v2.0.0) Spawns any animal (vanilla or playerspawned) with altered stats Set Min/Max Health Set Min/Max Strength This will give each animal a random value in hp and strength !!! Option to change any animal type true/false Option to set populations through plugin or use the servers variables. Can print to console each animal stating hp and strength lvls true/false on spawning. Chatcommand printing current populations/health/and Total animal count per animal type to the chat (with permission) Animal list : Bear PolarBear Wolf Boar Stag Horse Chicken Permissions : backtothewild.Admin Commands : /bttw animals : for a full listing of cfg setup and total animal count Rust native API : Using Rusts native commands and checks like the example below in console del assets/rust.ai/agents/wolf/wolf.prefab you now can use a simpler method like below in console del bear del alpha bear del polarbear del alpha polarbear del boar del chicken del horse del stag del wolf del alpha wolf Example API to determin of a animal is a Normal or a Alpha animal void OnEntityDeath(BaseAnimalNPC animal, HitInfo info) { if (animal == null) return; BasePlayer attacker = info.InitiatorPlayer; if (attacker != null && animal.name.Contains("Alpha")) { Puts($"The animal was a {animal.name}"); } return; } Configuration Normal animals : Change animal stats on spawns : true/false Minimum Health Maximum Health Minimum Strength Maximum Strength Running Speed Configuration Alpha animals : Can spawn as Alpha : True/False Spawnrate (0-100) : based on % with 100% as always spawn as Alpha Health Multiplier : ea 1.5 multiplies the base randomisation value with 1.5x value Strength Multiplier (Att dmg) : ea 3.0 multiplies the base randomisation value with 3x value Speed Multiplier : ea 1.2 multiplies the base speed value with 1.2x value Animals will have any stat between minimum and maximum, giving a random stat. { "Skip Huntsman when using ChickenBow Plugin": true, "Console Logging settings": { "Show Bear spawns in Console": false, "Show PolarBear spawns in Console": false, "Show Wolf spawns in Console": false, "Show Boar spawns in Console": false, "Show Stag spawns in Console": false, "Show Horse spawns in Console": false, "Show Chicken spawns in Console": false }, "Population settings": { "Set population variables ?": true, "Bear population": 5.0, "PolarBear population": 3.0, "Wolf population": 5.0, "Boar population": 5.0, "Stag population": 6.0, "Horse population": 6.0, "Ridable Horse population": 4.0, "Chicken population": 6.0 }, "Bear settings": { "Change Bear stats on spawns": true, "Minimum Health": 400, "Maximum Health": 600, "Minimum Strength (Att dmg)": 30, "Maximum Strength (Att dmg": 40, "Running Speed": 0.1, "Alpha": { "Can spawn as alpha": true, "Spawnrate (0-100)": 100, "Health Multiplier": 3.0, "Strength Multiplier(Att dmg)": 1.5, "Speed Multiplier": 1.0 } }, "PolarBear settings": { "Change PolarBear stats on spawns": true, "Minimum Health": 400, "Maximum Health": 600, "Minimum Strength (Att dmg)": 32, "Maximum Strength (Att dmg": 44, "Running Speed": 6.0, "Alpha": { "Can spawn as alpha": true, "Spawnrate (0-100)": 10, "Health Multiplier": 3.0, "Strength Multiplier(Att dmg)": 1.5, "Speed Multiplier": 1.0 } }, "Wolf settings": { "Change Wolf stats on spawns": true, "Minimum Health": 150, "Maximum Health": 300, "Minimum Strength (Att dmg)": 20, "Maximum Strength (Att dmg)": 30, "Running Speed": 0.1, "Alpha": { "Can spawn as alpha": true, "Spawnrate (0-100)": 10, "Health Multiplier": 3.0, "Strength Multiplier(Att dmg)": 1.5, "Speed Multiplier": 1.0 } }, "Boar settings": { "Change Boar stats on spawns": true, "Minimum Health": 150, "Maximum Health": 450, "Minimum Strength (Att dmg)": 15, "Maximum Strength (Att dmg)": 25, "Running Speed": 0.1 }, "Stag settings": { "Change Stag stats on spawns": true, "Minimum Health": 150, "Maximum Health": 425, "Minimum Strength (Att dmg)": 15, "Maximum Strength (Att dmg)": 25, "Running Speed": 1.0 }, "Horse settings": { "Change Horse stats on spawns": true, "Minimum Health": 150, "Maximum Health": 600, "Minimum Strength (Att dmg)": 15, "Maximum Strength (Att dmg)": 25, "Running Speed": 1.0 }, "Chicken settings": { "Change Chicken stats on spawns": true, "Minimum Health": 25, "Maximum Health": 100, "Minimum Strength (Att dmg)": 1, "Maximum Strength (Att dmg)": 5, "Running Speed": 1.0 } } Localisation : English language file included to use a diffrent language just make a new file in the language folder. { "InvalidInput": "<color=red>Please enter a valid command!</color>", "Version": "\nVersion : V", "Info": "\n<color=green>List of current Population(KM2)/Health min/max settings\nAnd counts how many are on the map</color>", "NoPermission": "<color=red>You do not have permission to use that command!</color>" } Credits : Thx @Horus for making a awsome icon
    Free
  5. Version 1.0.0

    292 downloads

    Simple plugin to block Animals from attacking HumanNPC's No permissions, No commands, No configuration, Just drop it in the plugins folder.
    Free
  6. Version 1.2.6

    318 downloads

    This plugin will give a player temporary visibility into various entities in the game. Currently, there are three types of entities: nodes, animals, and food. Stay updated and supported on our Rustonauts discord - https://discord.gg/JQwaqgca. Features - view all nodes on the map (sulfur is yellow, metal is red, stone is black). - view all animals on the map (bears - black; boars - red; wolves - yellow; stag - cyan) - view all food items in containers (eg. apple, chocolate) as well as growables (eg. corn) Permissions visibility.use -- Allows a player to use Visibility via chat command. visibility.nodes -- Allows a player to use Visibility via chat command for nodes. visibility.animals -- Allows a player to use Visibility via chat command for animals. visibility.food -- Allows a player to use Visibility via chat command for food. Commands (chat) /vi nodes /vi animals /vi food /vi clear Configuration { "Visibility time (seconds):": 8, "Visibility cooldown (seconds):": 60, "Allow Nodes Visibility:": true, "Allow Animals Visibility:": true, "Allow Food Visibility:": true, "Announce Player Connection": true } Localization { "InitNodes": "-- gathered nodes --", "InitAnimals": "-- spotted animals --", "InitFood": "-- visualized food --", "NoPerms": "You don't have permissions to use this command", "NoPermsNodes": "You don't have permissions to use this command for nodes", "NoPermsAnimals": "You don't have permissions to use this command for animals", "NoPermsFood": "You don't have permissions to use this command for food", "Cooldown": "Sorry, you are in a cooldown period and cannot use Visibility at this moment." }
    Free
  7. Version 1.0.6

    165 downloads

    Animal Crates plugin allows you to add a little spice into looting barrels and crates. You can add any animal to crate/barrel and surprise your players while collecting loot, or increase amount of animals on Your server in different way. Video Preview (Version 1.0.1) Features You can add any type of animal into crates and barrels. You can check if an animal is in a crate, by hitting the crate with a melee weapon. Configurable chances for animal and animal type. Customizable amount of animals to spawn. You can set any entity spawn on breaking/looting the container. [NEW] Permissions animalboxes.use - Gives permission to spawn animals in crates. Default Config (Version 1.0.5)
    $5.00
  8. 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
1.1m

Downloads

Total number of downloads.

5.6k

Customers

Total customers served.

80.8k

Files Sold

Total number of files sold.

1.6m

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.