Jump to content

Search the Community

Showing results for tags 'fermens'.

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

  1. Version 1.1.4

    459 downloads

    Event-tournament duels between players (1x1, 2x2, 3x3, etc) Event goal Players duel among themselves until the last survivor. In a situation with team muzzles, first they duel in teams, and then if there are not enough players for a team duel, then among themselves. What features: - Outsiders cannot enter the arena - Tournament participants in the role of spectators do not take damage and have a hardened metabolism - All things are saved and given to the participants after leaving the tournament, in the same form in which they were - After the event, the player returns to the same place from where he teleported to him - After a duel in the arena, all items dropped from duelists are cleaned - There is an API for compatibility between plugins - There is a blocking of prohibited chat and console commands in the tournament - Very thoughtful matchmaking generator for duels - Present UI - There is a full-fledged plugin setting with great functionality - There is an automatic start of tournaments after a certain time - Easy installation and configuration Installation: - Install CopyPaste [https://umod.org/plugins/copy-paste] - Install ArenaTournament - Ready Commands: /qq - register for the tournament [optional, as there is a button with UI] Admin commands: /o - launch a random tournament [admin or permission arenatournamentbeta.admin] at.start - start random tournament [admin] at.copy name of existing name of new - copy arena settings to create a new one [admin] Creating a new arena: Build an arena Put resources in the closet so that it would be enough for a wipe and hide it Place the spawn point of the first team using regular chairs [https://rustlabs.com/item/chair] Set a spawn point for the second team using gaming chairs [https://rustlabs.com/item/secret-lab-chair] Set a spectator respawn point using sirens [https://rustlabs.com/item/siren-light] Save arena /copy name Add the arena to the config using the command at.copy nameexisting namenew Open plugin config Change in the config in your new arena "Position [coordinates]" to random, but within the map (not outside the grid!) Set up the arena (Important! Do not specify "Tournament Modes" more than you have specified spawn locations for each of the teams) Restart plugin API: API: [PluginReference] Plugin ArenaTournament; private bool IsOnTournament(ulong userid) { return ArenaTournament != null && ArenaTournament.Call<bool>("IsOnTournament", userid); } private bool IsDueling(BasePlayer player) { return ArenaTournament != null && ArenaTournament.Call<bool>("IsOnTournament", player); } Arena pack: https://haxlite.ru/fermens_Arenas.zip Demonstration: from the buyer
    $35.99
  2. fermens

    XRate

    Version 2.0.1

    119 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
  3. fermens

    Skill Rates

    Version 2.0.1

    302 downloads

    Skill system for your server Chat command /skill Console command set.lvl steamid lvl skill skill: 0 - miner, 1 - alchemist, 2 - woodcutter, 3 - hunter, 4 - marauder, 5 - technicist, 6 - jeweler, 7 - dustman Ex. set.lvl 76561198125444659 10 5 - ADD 10 levels for player skill (technicist) Screenshot Localization const bool fermensEN = true; // true - ENGLISH PLUGIN | false - РУССКИЙ ПЛАГИН // 18 line in cs file Config { "Level generation": { // Generator exp for lvls "Maximal lvl": 100, "Exp - 0 lvl": 1.0, "Magnification": 1.05 // "Exp - 0 lvl" * "Magnification" * nextlevel + level.exp [Ex. 1 lvl = 1.05; 2 lvl = 1.05 * 2 + 1.05 = 3.15] }, "Quary rates - static": 5.0, // in next updates add to skills "Additional boxes from helicopter and tank": { "Enable?": true, "Amount crates": 2 }, "Messages": { "uplevel": "The skill <color=#ccff66>{skill}</color> has been upgraded to <color=#ccff66>{level} lvl</color>\nYour new bonuses:\n{bonuses}\n\n<color=#ccff66>/skill</color> - list of available skills and their bonuses", "welcome": "Welcome to the server.\nThere is a skill leveling system on the server, command <color=#ccff66>/skill</color>.", "broadcast": "<size=11>Player <color=#ccff99>{name}</color> upgraded <color=#ccff66>{skill}</color> to <color=#ccff66>{level} lvl</color>\n<color=#ccff66>/skill</color></size>" }, "Skills - setting": { "miner": { "Name": "MINER", "Color - lvl": "0.73 0.87 0.745 1", "Color - progress, main": "0.21 0.42 0.26 1", "Color - progress, background": "0.16 0.16 0.16 1", "Info text with bonuses": "<color=#5da86c>x{0}</color> stone mining\n<color=#5da86c>x{1}</color> iron ore mining\n<color=#5da86c>x{2}</color> mining of high quality iron ore", "Clue": "mine stone and iron ore", "Bonuses": { "STONE": { "First lvl": 10.0, // rates for 1 lvl "Last lvl": 20.0 // rates for maximal lvl }, "METAL": { "First lvl": 10.0, // rates for 1 lvl "Last lvl": 20.0 // rates for maximal lvl }, "HQM": { "First lvl": 10.0, // rates for 1 lvl "Last lvl": 20.0 // rates for maximal lvl } } }, "alchemist": { "Name": "ALCHEMIST", "Color - lvl": "0.73 0.87 0.745 1", "Color - progress, main": "0.21 0.42 0.26 1", "Color - progress, background": "0.16 0.16 0.16 1", "Info text with bonuses": "<color=#5da86c>x{0}</color> sulfur mining\n<color=#5da86c>x{1}</color> melting speed in furnaces", "Clue": "mine sulfur ore", "Bonuses": { "SULFUR": { "First lvl": 5.0, "Last lvl": 10.0 }, "REMELTINGSPEED": { "First lvl": 5.0, "Last lvl": 20.0 } } }, "woodcutter": { "Name": "WOODCUTTER", "Color - lvl": "0.73 0.87 0.745 1", "Color - progress, main": "0.21 0.42 0.26 1", "Color - progress, background": "0.16 0.16 0.16 1", "Info text with bonuses": "<color=#5da86c>x{0}</color> wood mining\n<color=#5da86c>{1}%</color> chance of coal from a tree", "Clue": "chop down trees", "Bonuses": { "WOOD": { "First lvl": 10.0, "Last lvl": 20.0 }, "COALSHANCE": { "First lvl": 0.75, "Last lvl": 1.0 } } }, "hunter": { "Name": "HUNTER", "Color - lvl": "0.91 0.75 0.75 1", "Color - progress, main": "0.51 0.25 0.25 1", "Color - progress, background": "0.16 0.16 0.16 1", "Info text with bonuses": "<color=#b76c6c>x{0}</color> resource from fleshed animals\n<color=#b76c6c>{1}%</color> animal damage reduction\n<color=#b76c6c>{2}%</color> increased damage to animals", "Clue": "kill animals and fleshed them", "Bonuses": { "ANIMAL": { "First lvl": 10.0, "Last lvl": 20.0 }, "ANIMALARMOR": { "First lvl": 0.0, "Last lvl": 0.25 }, "ANIMALDAMAGE": { "First lvl": 0.0, "Last lvl": 0.5 } } }, "marauder": { "Name": "MARAUDER", "Color - lvl": "0.91 0.75 0.75 1", "Color - progress, main": "0.51 0.25 0.25 1", "Color - progress, background": "0.16 0.16 0.16 1", "Info text with bonuses": "<color=#b76c6c>x{0}</color> loot from bots\n<color=#b76c6c>{1}%</color> bot damage reduction\n<color=#b76c6c>{2}%</color> increased damage against bots", "Clue": "kill bots and loot them", "Bonuses": { "NPC": { "First lvl": 10.0, "Last lvl": 20.0 }, "NPCARMOR": { "First lvl": 0.0, "Last lvl": 0.1 }, "NPCDAMAGE": { "First lvl": 0.0, "Last lvl": 0.25 } } }, "technicist": { "Name": "TECHNICIAN", "Color - lvl": "0.91 0.75 0.75 1", "Color - progress, main": "0.51 0.25 0.25 1", "Color - progress, background": "0.16 0.16 0.16 1", "Info text with bonuses": "<color=#b76c6c>x{0}</color> loot from tank and helicopter\n<color=#b76c6c>{1}%</color> reduced damage from tanks and helicopters\n<color=#b76c6c>{2}%</color> increased damage to tanks and helicopters", "Clue": "destroy bradley and helicopter and loot it", "Bonuses": { "MECH": { "First lvl": 10.0, "Last lvl": 20.0 }, "MECHARMOR": { "First lvl": 0.0, "Last lvl": 0.25 }, "MECHDAMAGE": { "First lvl": 0.0, "Last lvl": 0.1 } } }, "jeweler": { "Name": "JEWELER", "Color - lvl": "0.756 0.75 0.87 1", "Color - progress, main": "0.26 0.25 0.46 1", "Color - progress, background": "0.16 0.16 0.16 1", "Info text with bonuses": "<color=#7773b4>x{0}</color> loot from supply drops\n<color=#7773b4>x{1}</color> loot from locked boxes\n<color=#7773b4>x{2}</color> loot from elite crates", "Clue": "loot airdrops, elite and locked crates", "Bonuses": { "AIR": { "First lvl": 10.0, "Last lvl": 20.0 }, "LOCKEDCRATE": { "First lvl": 10.0, "Last lvl": 20.0 }, "ELITE": { "First lvl": 10.0, "Last lvl": 20.0 } } }, "dustman": { "Name": "SCAVENGER", "Color - lvl": "0.756 0.75 0.87 1", "Color - progress, main": "0.26 0.25 0.46 1", "Color - progress, background": "0.16 0.16 0.16 1", "Info text with bonuses": "<color=#7773b4>x{0}</color> loot from barrels\n<color=#7773b4>x{1}</color> loot from regular crates and trash cans", "Clue": "loot barrels, trash cans and regular crates", "Bonuses": { "BARREL": { "First lvl": 10.0, "Last lvl": 20.0 }, "CRATE": { "First lvl": 10.0, "Last lvl": 20.0 } } } }, "Exp": { // experience for completed activities "Barrel": 1.5, "Regular box": 2.0, "Stone - mined": 1.5, "Metal - mined": 1.5, "Sulfur - mined": 2.0, "Tree - downed": 2.0, "Helicopter - downed": 50.0, "Stone - picked up": 0.1, "Metal - picked up": 0.1, "Sulfur - picked up": 0.1, "Wood - picked up": 0.1, "Bradley - exploded": 25.0, "Bradley - mining parts": 0.5, "Helicopter - mining parts": 0.5, "Helicopter - crate": 2.0, "Bradley - crate": 2.0, "Wolf - killed": 1.0, "Boar - killed": 0.75, "Horse - killed": 0.75, "Riding horse - killed": 0.1, "Stag - killed": 0.75, "Chicken - killed": 0.2, "Bear - killed": 1.5, "Supply crate": 2.0, "Locked crate": 10.0, "Elit crate": 3.5, "Wolf - fleshed": 1.5, "Horse - fleshed": 1.25, "Boar - fleshed": 1.25, "Stag - fleshed": 1.25, "Chicken - fleshed": 0.4, "Bear - fleshed": 3.0, "NPC - killed": 1.5, "NPC - looted": 1.0 }, "Show progress of other players in global chat": false, "Exp boosters : permissions": { // increase experience rates for player "skillrates.x3boost": 3.0, "skillrates.x2boost": 2.0 }, "Gather/loot boosters : permissions": { "skillrates.x3": 3.0, "skillrates.x2": 2.0 } }
    $39.99
  4. Version 1.1.0

    113 downloads

    Upgrades and removals with hammer, building plan and Garry’s mod tool gun Chat commands /remove - turn on/off the remove mode /up - enable/switch/off mode upgrade Console commands remove.use - turn on/off the remove mode upgrade.use - enable/switch/off mode upgrade Permissions removeupgradev2.use - access to console and chat command [upgrade] removeupgradev2.refund - returns items (box, furnance, chair, etc) [remove] removeupgradev2.remove - access to console and chat command [remove] removeupgradev2.up - access to console and chat command [upgrade] removeupgradev2.vip - returns the resources spent on the construction [remove] In the future, a feature will be added to improve the entire building through the cupboard Config
    $14.99
  5. Version 1.0.0

    737 downloads

    Automatic chat alerts at intervals easy to set up --------------------------------------------------------------------------- Config { "Message text": [ "<color=#ffff66>[HAXLITE]</color> There is an info menu on the server.\n<size=10><color=#ffff66>/info</color></size>", "<color=#ffff66>[HAXLITE]</color> Wipe every Friday at 15:00\n<size=10><color=#ffff66>/info</color></size>", "<color=#ffff66>[HAXLITE]</color> Join us on our discord channel to stay up to date with the latest changes on the server.\n<size=10><color=#ffff66>ds.haxlite.ru</color></size>", "<color=#ffff66>[HAXLITE]</color> There are daily free roulettes in our game store.\n<size=10><color=#ffff66>rust.haxlite.ru</color></size>" ], "Message sending interval": 300.0, "SteamId who sends [for avatar]": 1 }
    Free
  6. fermens

    ZXC Smelter

    Version 1.0.01

    239 downloads

    Smelting ore during mining and in inventory using the chat command Defalut chat command: /smelt Permissions: "zxcsmelter.instant" - smelting ore during mining "zxcsmelter.command" - smelting ore in inventory using the chat command Config: { "Cooldown": 300.0, "Chat command": "smelt", "Smelt wood?": true, "Special smelting rates": { "crude.oil": 3 } }
    Free
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.