Jump to content

Search the Community

Showing results for tags 'bears'.

  • 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 2 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. Mercury

    IQBearRide

    Version 1.4.21

    234 downloads

    Conquer the world of RUST on a riding bear! The bear has a portable inventory, increased characteristics such as speed, health and other indicators! The plugin has an intuitive and pleasant interface for interacting with the bear, as well as an additional interface with instructions for managing it! Your players will be able to fight on bears, kill other players or animals with the help of a bear! Break trees and smash barrels! Permissions : Rights to use a bear by players - iqbearride.usedbear Rights to give a bear to a player - iqbearride.givebear Rights to give a teddy bear to a player - iqbearride.giveteddy Detailed configuration in the configuration : You will be able to change various indicators, such as : Movement speed Running speed Speed of turns Bear Growth Time Damage done Number of inventory cells Full interface configuration Full customization of the bear cub item Full customization of the bear item There is a language file and localization! The plugin has support for many other plugins : 1. IQChat – configured in the plugin configuration 2. IQRates – the bear will mine the same amount as the player. He is affected by the same X production indicators as the player 3. Working with a variety of plugins to multiply mining ratings 4. AnimalLoot – bear prey will be affected by the settings from this plugin 5. IQCraftSystem – you can add the creation of an adult bear to the crafting system Console Commands : Permission for this command – iqbearride.givebear iqbr.bear <SteamID:Name:IP> – Issuance of an adult bear Permission for this command – iqbearride.giveteddy iqbr.teddy<SteamID:Name:IP> – Issuing a bear cub CONFIGURATION { “Chance of a bear cub falling out”: 20, “Make a bear immortal (true – yes/false – no)”: false, “The number of hp of the bear”: 1200, “How long does a bear grow in seconds”: 100, “Walking speed”: 5.0, “Leash speed”: 7.5, “Running speed”: 7.5, “Running speed with shift”: 10.0, “Turning speed”: 150.0, “Step size up (If you don’t know what it is, don’t touch this function)”: 1.0, “Step size down (If you don’t know what it is, don’t touch this function)”: 1.0, “Board size length (If you don’t know what it is, don’t touch this function)”: 1.5, “Board size width (If you don’t know what it is, don’t touch this function)”: 0.2, “The maximum height that can climb”: 50.0, “The radius of checking for objects (If you don’t know what it is, don’t touch this function)”: 0.6, “The radius of the rotation balls check (If you do not know what it is, do not touch this function)”: 0.35, “Maximum depth”: 150.0, “Inventory Size”: 24, “The damage inflicted is individual”: { “default”: 50.0, “player”: 20.0 }, “How much health to give when eating”: 50.0, “IQ Chat : Custom prefix in the chat”: “[IQBearRide]”, “IQChat : Custom avatar in the chat (If required)”: “0”, “IQChat : Use UI notifications”: false, “Setting up the Bear Item”: { “DisplayName”: “Медведь | Bear”, “ShortName”: “stash.small”, “SkinId”: 2445048695 }, “Setting up the Bear Cub item”: { “DisplayName”: “Медвеженок | Teddy bear”, “ShortName”: “stash.small”, “SkinId”: 2445033042 }, “Picture To Follow”: “https://i.imgur.com/0sGNhqD.png”, “Picture to ride”: “https://i.imgur.com/xar8gWn.png”, “Picture Raise”: “https://i.imgur.com/973xdCt.png”, “Picture Inventory”: “https://i.imgur.com/OpjOCgL.png”, “Picture Instructions”: “https://i.imgur.com/32JQy4R.png” }
    $15.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.