Jump to content

Search the Community

Showing results for tags 'bot'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Categories

  • Game Updates
  • Spotlights
  • Tutorials

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

  1. Version 1.3.0

    574 downloads

    This plugin adds personal animal assistants to your server, on which the player can ride, store resources or give them various instructions, for example, attack another object or collect resources in the area. You can choose one of 5 types of animals as a helper animal - bear, boar, chicken, deer and wolf. At the moment, the animal can: Attack various targets Collect resources Loot boxes Collect resources within a radius of 50 meters Follow the player and stand at the point indicated by the player Protect the owner and yourself if any of them is attacked You can customize: Control Which button will assign tasks to the animal Button range Displaying 3D arrows above the target Arrow display duration Interface Refresh once in how many seconds Panel layer Panel position Panel colors Personal animals by permission The name of the animal to be selected through the command when spawning Animal type (bear, wild boar, chicken, deer, wolf) Maximum health Re-spawn delay Animal supplements The ability to ride the animal Animal bag (inventory) Animal capabilities Can attack objects Can loot crates Can pick up resources Can defend myself Can protect the owner Can collect resources within a radius of 50 meters Interaction, loot and damage Animal damage rate Damage receive rate for an animal Can an animal damage players Can players damage an animal Configure pickup rates of resources Black list of items that cannot be put in the bag Nutrition Turn on the animal feeding system Setting health for food eaten Video: By default, the plugin has 2 localization files, for Russian and English Configuration: { "Controls setup": { "Which button will assign tasks to the animal, attack / collect, etc. (MIDDLE_MOUSE, SECOND_MOUSE, E, RELOAD, SPRINT)": "MIDDLE_MOUSE", "Range of action of the assignment button": 25.0, "Display 3D arrows over a target?": true, "Arrow display duration": 2 }, "GUI setup": { "How many seconds to update the GUI?": 6, "Panel layer (Hud, Overlay, Overall, Hud.Menu, Under)": "Overlay", "Panel position": { "type": "RectTransform", "anchormin": "1 1", "anchormax": "1 1", "offsetmin": "-170 -104", "offsetmax": "-10 -10" }, "Second position of the panel (used if the player has a personal bot)": { "type": "RectTransform", "anchormin": "0.0 0.0", "anchormax": "1.0 1.0", "offsetmin": "0.0 0.0", "offsetmax": "0.0 0.0" }, "1 panel color": "#7f8c8d", "2 panel color": "#bdc3c7", "Health bar color": "#2ecc71", "Shortcut buttons": [] }, "Setting up personal animals by permission": { "personalanimal.wolf": { "The name of the animal to be selected through the command when spawning": "wolf", "Animal type (bear, boar, chicken, stag, wolf, polar-bear)": "wolf", "Maximum health": 200, "Animal spawn cooldown": 10.0, "Addons setup": { "Enable the ability to ride an animal?": true, "Add a bag to an animal to store resources?": true, "Number of available slots in the bag (maximum 36)": 12 }, "Functions setup": { "Can the animal attack objects?": true, "Can an animal loot boxes?": true, "Can the animal pick up resources?": true, "Does the animal have to defend itself?": true, "Should the animal protect the owner?": true, "Can an animal collect resources within a radius of 50 meters? (/panimal auto-collect)": true }, "Damage, interactions and loot setup": { "Animal damage rate": 2.0, "Damage rate receive for an animal": 1.0, "Can the animal damage players?": true, "Can players damage the animal?": true, "Despawn animal corpse after death?": false, "Setting up resource pickup rates": { "stones": 5.0 }, "Black list of items that cannot be put in the bag": [ "rocket.launcher" ] }, "Nutrition setup": { "Turn on the animal feeding system?": true, "Setting health for food eaten": { "corn": 5.0 } } }, "personalanimal.bear": { "The name of the animal to be selected through the command when spawning": "bear", "Animal type (bear, boar, chicken, stag, wolf, polar-bear)": "bear", "Maximum health": 200, "Animal spawn cooldown": 10.0, "Addons setup": { "Enable the ability to ride an animal?": true, "Add a bag to an animal to store resources?": true, "Number of available slots in the bag (maximum 36)": 12 }, "Functions setup": { "Can the animal attack objects?": true, "Can an animal loot boxes?": true, "Can the animal pick up resources?": true, "Does the animal have to defend itself?": true, "Should the animal protect the owner?": true, "Can an animal collect resources within a radius of 50 meters? (/panimal auto-collect)": true }, "Damage, interactions and loot setup": { "Animal damage rate": 2.0, "Damage rate receive for an animal": 1.0, "Can the animal damage players?": true, "Can players damage the animal?": true, "Despawn animal corpse after death?": false, "Setting up resource pickup rates": { "stones": 5.0 }, "Black list of items that cannot be put in the bag": [ "rocket.launcher" ] }, "Nutrition setup": { "Turn on the animal feeding system?": true, "Setting health for food eaten": { "corn": 5.0 } } }, "personalanimal.boar": { "The name of the animal to be selected through the command when spawning": "boar", "Animal type (bear, boar, chicken, stag, wolf, polar-bear)": "boar", "Maximum health": 200, "Animal spawn cooldown": 10.0, "Addons setup": { "Enable the ability to ride an animal?": true, "Add a bag to an animal to store resources?": true, "Number of available slots in the bag (maximum 36)": 12 }, "Functions setup": { "Can the animal attack objects?": true, "Can an animal loot boxes?": true, "Can the animal pick up resources?": true, "Does the animal have to defend itself?": true, "Should the animal protect the owner?": true, "Can an animal collect resources within a radius of 50 meters? (/panimal auto-collect)": true }, "Damage, interactions and loot setup": { "Animal damage rate": 2.0, "Damage rate receive for an animal": 1.0, "Can the animal damage players?": true, "Can players damage the animal?": true, "Despawn animal corpse after death?": false, "Setting up resource pickup rates": { "stones": 5.0 }, "Black list of items that cannot be put in the bag": [ "rocket.launcher" ] }, "Nutrition setup": { "Turn on the animal feeding system?": true, "Setting health for food eaten": { "corn": 5.0 } } }, "personalanimal.chicken": { "The name of the animal to be selected through the command when spawning": "chicken", "Animal type (bear, boar, chicken, stag, wolf, polar-bear)": "chicken", "Maximum health": 200, "Animal spawn cooldown": 10.0, "Addons setup": { "Enable the ability to ride an animal?": true, "Add a bag to an animal to store resources?": true, "Number of available slots in the bag (maximum 36)": 12 }, "Functions setup": { "Can the animal attack objects?": true, "Can an animal loot boxes?": true, "Can the animal pick up resources?": true, "Does the animal have to defend itself?": true, "Should the animal protect the owner?": true, "Can an animal collect resources within a radius of 50 meters? (/panimal auto-collect)": true }, "Damage, interactions and loot setup": { "Animal damage rate": 2.0, "Damage rate receive for an animal": 1.0, "Can the animal damage players?": true, "Can players damage the animal?": true, "Despawn animal corpse after death?": false, "Setting up resource pickup rates": { "stones": 5.0 }, "Black list of items that cannot be put in the bag": [ "rocket.launcher" ] }, "Nutrition setup": { "Turn on the animal feeding system?": true, "Setting health for food eaten": { "corn": 5.0 } } }, "personalanimal.stag": { "The name of the animal to be selected through the command when spawning": "stag", "Animal type (bear, boar, chicken, stag, wolf, polar-bear)": "stag", "Maximum health": 200, "Animal spawn cooldown": 10.0, "Addons setup": { "Enable the ability to ride an animal?": true, "Add a bag to an animal to store resources?": true, "Number of available slots in the bag (maximum 36)": 12 }, "Functions setup": { "Can the animal attack objects?": true, "Can an animal loot boxes?": true, "Can the animal pick up resources?": true, "Does the animal have to defend itself?": true, "Should the animal protect the owner?": true, "Can an animal collect resources within a radius of 50 meters? (/panimal auto-collect)": true }, "Damage, interactions and loot setup": { "Animal damage rate": 2.0, "Damage rate receive for an animal": 1.0, "Can the animal damage players?": true, "Can players damage the animal?": true, "Despawn animal corpse after death?": false, "Setting up resource pickup rates": { "stones": 5.0 }, "Black list of items that cannot be put in the bag": [ "rocket.launcher" ] }, "Nutrition setup": { "Turn on the animal feeding system?": true, "Setting health for food eaten": { "corn": 5.0 } } }, "personalanimal.polarbear": { "The name of the animal to be selected through the command when spawning": "polarbear", "Animal type (bear, boar, chicken, stag, wolf, polar-bear)": "polar-bear", "Maximum health": 400, "Animal spawn cooldown": 10.0, "Addons setup": { "Enable the ability to ride an animal?": true, "Add a bag to an animal to store resources?": true, "Number of available slots in the bag (maximum 36)": 12 }, "Functions setup": { "Can the animal attack objects?": true, "Can an animal loot boxes?": true, "Can the animal pick up resources?": true, "Does the animal have to defend itself?": true, "Should the animal protect the owner?": true, "Can an animal collect resources within a radius of 50 meters? (/panimal auto-collect)": true }, "Damage, interactions and loot setup": { "Animal damage rate": 2.0, "Damage rate receive for an animal": 1.0, "Can the animal damage players?": true, "Can players damage the animal?": true, "Despawn animal corpse after death?": false, "Setting up resource pickup rates": { "stones": 5.0 }, "Black list of items that cannot be put in the bag": [ "rocket.launcher" ] }, "Nutrition setup": { "Turn on the animal feeding system?": true, "Setting health for food eaten": { "corn": 5.0 } } } }, "List of prefabs that the animal can loot (useful if the animal attacks loot instead of looting it)": [ "foodbox", "vehicle_parts" ] } Commands: /panimal - spawns or despawns an animal /panimal where - shows the grid where the animal is and the distance to it /panimal health - shows the current health of the animal /panimal follow - instructs the animal to follow the owner /panimal auto-pickup - displays information about auto-pickup resources /panimal auto-pickup (all, wood, stone, metal, sulfur) - assigns/removes a specific resource for auto-pickup /panimal auto-pickup enable - enables auto-pickup of resources /panimal auto-pickup disable - disables auto-pickup of resources
    $30.00
  2. Version 1.5.88

    866 downloads

    The plugin adds personal bots to your server, which players can spawn with a command and give them various instructions. At the moment, the bot can: Attack various targets (bots, players, various buildings, barrels and many other objects) Gather resources Stones, sulfur stones, metal stones Trees Gather and pickup resources in 50 meters from the start point (/pnpc auto-farm, /pnpc auto-pickup) Pickup resources Pickup dropped items Follow the player, stand in position Protect the owner or yourself if any of them is attacked Attack an object that is attacked by the owner (/pnpc combat) Loot crates Travel with the player on Minicopter Car Boat And other transport Recover the owner if he is in a wounded state Be an AI driver of helicopter (additional addon required, check out in the profile) Be an AI driver of car (additional addon required, check out in the profile) Raid with rocket/grenade launchers (additional addon required, check out in the profile) You can customize: Bot spawn delay Controls Choose which button will be assigned tasks to the bot Range of the task assignment button Display of 3D arrow and its duration GUI Interface Once in how many seconds the menu will be refreshed Adjust the panel layer (Hud, Overlay, etc.) Adjust menu position Customize colors Add or change shortcuts to the menu Set up bots by permission Select bot name Set max. health Choose a bot appearance Adjust bot speed Enable bot endless ammo Enable display of the bot on the map Make a start kit for the bot Customize capabilities Can a bot loot crates Can a bot gather trees and stones Can a bot pick up resources Should the bot protect the owner Should a bot defend itself Can a bot travel with a player in a transport? Can a bot pick up dropped items Recover the owner from a wounded state Can a bot recover its owner from a wounded state? Recover time Can a bot attack other people's buildings Can a bot attack its owner's buildings Can a bot collect resources within a radius of 50 meters (/ pnpc auto-pickup) Can a bot farm resources within a radius of 50 meters (/ pnpc auto-farm) Customize gather options Shortname of items that can gather trees Shortname of items that can gather stones and ore Customize gather rates for specific items Customize damage and interaction Adjust the bot damage rate Adjust the bot receive damage rate Can players damage the bot Can a bot damage players Can turrets target and kill a bot Can bot owner turrets target and kill bot Set up a black list of items that cannot be put into the inventory of the bot Video: Also there are available some cool addons for this plugin: By default, the plugin has 2 localization files, for Russian and English Commands: /pnpc - spawns or despawns the bot /pnpc where - displays in the chat where the bot is /pnpc health - displays the current health of the bot in the chat /pnpc follow - instructs the bot to follow the owner /pnpc combat - the bot begins to attack those who are attacked by the owner /pnpc ignore - the bot ignores those who attack it and the owner /pnpc auto-pickup - displays information about the auto-pickup function /pnpc auto-pickup (wood, metal, sulfur, stone, all) - selection of resources for pickup, if you need to remove a resource from the list, you need to re-enter it /pnpc auto-pickup enable - enable auto-pickup of resources /pnpc auto-pickup disable - disable auto-pickup of resources /pnpc auto-farm - displays information about the auto-farm function /pnpc auto-farm (wood, metal, sulfur, stone, all) - selection of resources for farm, if you need to remove a resource from the list, you need to re-enter it /pnpc auto-farm enable - enable auto-farm resources /pnpc auto-farm disable - disable auto-farm resources pnpc.item {STEAM_ID} {skin_id} - gives the player an item to install the bot Configuration: { "Control setup": { "Which button will assign tasks to the bot, kill/get/collect, etc. (MIDDLE_MOUSE, SECOND_MOUSE, E, RELOAD, SPRINT)": "MIDDLE_MOUSE", "Range of the task assignment button": 25.0, "Display 3D arrows over a target?": true, "Arrow display duration": 2 }, "GUI customization": { "How many seconds to update the GUI?": 6.0, "Panel layer (Hud, Overlay, Overall, Hud.Menu, Under)": "Overlay", "Panel position adjustment": { "type": "RectTransform", "anchormin": "1 1", "anchormax": "1 1", "offsetmin": "-170 -104", "offsetmax": "-10 -10" }, "1 panel color": "#7f8c8d", "2 panel color": "#bdc3c7", "Health bar color": "#2ecc71", "Shortcut buttons": [ { "Text on button": "Auto-Farm: Wood", "Executable chat commands": [ "pnpc auto-farm wood", "pnpc auto-farm enable" ] }, { "Text on button": "Auto-Farm: Stone", "Executable chat commands": [ "pnpc auto-farm stone", "pnpc auto-farm enable" ] }, { "Text on button": "Auto-Pickup: Wood", "Executable chat commands": [ "pnpc auto-pickup wood", "pnpc auto-pickup enable" ] }, { "Text on button": "Auto-Pickup: Stone", "Executable chat commands": [ "pnpc auto-pickup stone", "pnpc auto-pickup enable" ] } ] }, "Bot settings by permission": { "personalnpc.bot1": { "Bot spawn delay": 300.0, "The name of the bot to be selected through the command when spawning": "bot1", "Bot name": "Personal bot of player %OWNER_NAME%", "Bot appearance (0 - random)": 0, "Maximum health": 150.0, "Bot speed (slowest, slow, normal, fast)": "normal", "Enable infinite ammo for the bot?": true, "Enable display of the bot on the map? (frankenstein icon)": true, "Start kit": [ { "Item name": "", "Item shortname": "shoes.boots", "Item skin": 0, "Item amount": 1, "In which container to place? (belt, main, wear)": "wear" }, { "Item name": "", "Item shortname": "pants", "Item skin": 0, "Item amount": 1, "In which container to place? (belt, main, wear)": "wear" }, { "Item name": "", "Item shortname": "hoodie", "Item skin": 0, "Item amount": 1, "In which container to place? (belt, main, wear)": "wear" }, { "Item name": "", "Item shortname": "mask.bandana", "Item skin": 0, "Item amount": 1, "In which container to place? (belt, main, wear)": "wear" }, { "Item name": "", "Item shortname": "hat.boonie", "Item skin": 0, "Item amount": 1, "In which container to place? (belt, main, wear)": "wear" }, { "Item name": "", "Item shortname": "sunglasses", "Item skin": 0, "Item amount": 1, "In which container to place? (belt, main, wear)": "wear" } ], "Functions setup": { "Can a bot loot crates?": true, "Can the bot mine trees and stones?": true, "Can the bot pick up resources? (wood, sulfur and metal ore, stones)": true, "Should the bot protect the owner?": true, "Should the bot defend itself?": true, "Can the bot travel by car/copter and other vehicles?": true, "Can the bot pick up dropped items?": true, "Recover the owner from a wounded state": { "Can the bot recover the owner if he is in a wounded state?": true, "Recover time": 6.0 }, "Can the bot attack other people's buildings?": true, "Can a bot attack its owner's buildings?": false, "Can the bot collect resources within a radius of 50 meters? (/pnpc auto-pickup)": true, "Can the bot farm resources within a radius of 50 meters? (/pnpc auto-farm)": true }, "Gather setup": { "Shortname of items that can harvest trees": [ "hatchet", "chainsaw", "hammer.salvaged", "stonehatchet", "axe.salvaged" ], "Shortname of items that can mine stones and ore": [ "pickaxe", "stone.pickaxe", "hammer.salvaged", "jackhammer", "icepick.salvaged" ], "Setting up mining rates": { "stones": 2.0, "wood": 5.0 } }, "Damage and interactions setup": { "Bot damage rate": 2.0, "Bot recive damage rate": 0.5, "Can players damage the bot?": true, "Can the bot damage players?": true, "Can turrets target and kill a bot? (all turrets will not be able to damage the bot)": false, "Prevent bot owner turrets from aiming and killing the bot? (bot owner's turrets will not be able to damage the bot)": true, "Blacklist of objects that the bot will ignore when owner selecting a target (short prefab name)": [ "barricade.sandbags" ] }, "Black list of items that cannot be put into the inventory of the bot": [ "rocket.launcher" ] } }, "Bot install by item": [ { "Item name": "PersonalNPC", "Item shortname": "furnace", "Item skin": 2741314889, "Bot info": { "Bot spawn delay": 300.0, "The name of the bot to be selected through the command when spawning": "bot1", "Bot name": "Personal bot of player %OWNER_NAME%", "Bot appearance (0 - random)": 0, "Maximum health": 150.0, "Bot speed (slowest, slow, normal, fast)": "normal", "Enable infinite ammo for the bot?": true, "Enable display of the bot on the map? (frankenstein icon)": true, "Start kit": [ { "Item name": "", "Item shortname": "shoes.boots", "Item skin": 0, "Item amount": 1, "In which container to place? (belt, main, wear)": "wear" }, { "Item name": "", "Item shortname": "pants", "Item skin": 0, "Item amount": 1, "In which container to place? (belt, main, wear)": "wear" }, { "Item name": "", "Item shortname": "hoodie", "Item skin": 0, "Item amount": 1, "In which container to place? (belt, main, wear)": "wear" }, { "Item name": "", "Item shortname": "mask.bandana", "Item skin": 0, "Item amount": 1, "In which container to place? (belt, main, wear)": "wear" }, { "Item name": "", "Item shortname": "hat.boonie", "Item skin": 0, "Item amount": 1, "In which container to place? (belt, main, wear)": "wear" }, { "Item name": "", "Item shortname": "sunglasses", "Item skin": 0, "Item amount": 1, "In which container to place? (belt, main, wear)": "wear" } ], "Functions setup": { "Can a bot loot crates?": true, "Can the bot mine trees and stones?": true, "Can the bot pick up resources? (wood, sulfur and metal ore, stones)": true, "Should the bot protect the owner?": true, "Should the bot defend itself?": true, "Can the bot travel by car/copter and other vehicles?": true, "Can the bot pick up dropped items?": true, "Recover the owner from a wounded state": { "Can the bot recover the owner if he is in a wounded state?": true, "Recover time": 6.0 }, "Can the bot attack other people's buildings?": true, "Can a bot attack its owner's buildings?": false, "Can the bot collect resources within a radius of 50 meters? (/pnpc auto-pickup)": true, "Can the bot farm resources within a radius of 50 meters? (/pnpc auto-farm)": true }, "Gather setup": { "Shortname of items that can harvest trees": [ "hatchet", "chainsaw", "hammer.salvaged", "stonehatchet", "axe.salvaged" ], "Shortname of items that can mine stones and ore": [ "pickaxe", "stone.pickaxe", "hammer.salvaged", "jackhammer", "icepick.salvaged" ], "Setting up mining rates": { "stones": 2.0, "wood": 5.0 } }, "Damage and interactions setup": { "Bot damage rate": 2.0, "Bot recive damage rate": 0.5, "Can players damage the bot?": true, "Can the bot damage players?": true, "Can turrets target and kill a bot? (all turrets will not be able to damage the bot)": false, "Prevent bot owner turrets from aiming and killing the bot? (bot owner's turrets will not be able to damage the bot)": true, "Blacklist of objects that the bot will ignore when owner selecting a target (short prefab name)": [ "barricade.sandbags" ] }, "Black list of items that cannot be put into the inventory of the bot": [ "rocket.launcher" ] } } ], "How many seconds will the bot update the information? (affects the performance and operation of the bot)": 0.01, "Spawn a backpack with his items when a bot dies? (otherwise his corpse will spawn)": false, "List of prefabs that the bot can loot (useful if the bot attacks loot instead of looting it)": [ "vehicle_parts" ] }
    $45.00
  3. KpucTaJl

    Better Npc

    Version 1.2.2

    1,732 downloads

    This plugin adds variety of NPC sets with very high number of parameter sets on standard and custom monuments. Also it is added during dropping the server AirDrop, locked crate and destroying a tank or helicopter Dependencies (optional, not required) AlphaLoot CustomLoot True PVE Kits Economics Server Rewards IQEconomic PveMode Custom maps Maps that have default settings for their custom monuments. For these maps, you will not need to create places for the appearance of NPCs, they have already been created by the map developer and are located inside the archive when buying the map You can also download all these files for all maps here Detroit: Irreparable Damage Oregon 2: Last Hope Lostly Island Frontier – American Old West Oregon: Land of Dead Badlands Foreign Lands Namalsk Kong: Skull Island Destroyed World Deathland Dreamland Last Train Pandora Railway Island Wasteland Cataclysm: Fury of Nature Last Oasis Standard monuments This item of the plugin settings is used for appearing NPCs in all standard monuments. All these settings are located in the Monument folder (oxide/data/BetterNpc/Monument). Each file in this folder corresponds to a standard monument If there is no standard monument file in the folder, you can create it (you need to name the file the same way as the standard monuments on the map inside the game). You can copy the settings from any other standard monument Configuration parameters: Enabled? [true/false] – It allows to enable/disable the appearance of NPC on the monument. If you need NPCs appearing on the map and don’t need it on another map, you can use this option simply The size of the monument – this parameter contains two values. It is the length and width of the monument. This parameter is necessary for random appearance of NPC on the monument and indication of limits of removal of standard NPCs on the monument (if it is necessary) Remove other NPCs? [true/false] – It deletes the standard NPCs inside the limits of this monument Presets – It is a list of all the NPC presets to appear on the monument (the description of the NPC preset settings is located below) Custom monuments This item of the plugin settings is responsible for the appearance of NPCs on custom monuments. All these settings are located in the Custom folder (oxide/data/BetterNpc/Custom). Each file in this folder corresponds to a custom monument If you have bought a map with already configured NPC appearance files for custom monuments you will copy these files into the Custom folder. If you want to create and configure the appearance of NPC in your custom location on the map, you will use the command in the administrators’ chat /SpawnPointAdd {name} (see the description of this command below in the instruction) Configuration parameters: Enabled? [true/false] – It allows to enable/disable the appearance of NPC on the monument. If you need NPCs appearing on the map and don’t need it on another map, you can use this option simply Position – It is a position of the custom monument on the map Rotation – It is a rotation of the custom monument on the map (this parameter is necessary for using custom places to appear of NPC on the monument, if the monument is used on more than one map) Radius – It is the radius of the custom monument from the position on the map Remove other NPCs? [true/false] – It removes the standard NPCs inside the limits of this monument Presets – It is a list of all the NPC presets to appear on the monument (the description of the NPC preset settings is located below) Roads This item of the plugin settings is used to appear NPCs on all types of roads. All these settings are located in the Road folder (oxide/data/BetterNpc/Road). Each file in this folder corresponds to a particular road type ExtraNarrow – It is a narrow, unpaved walkway ExtraWide It is a wide, paved, two-lane, beltway road Standard – It is a regular, paved road Configuration parameters: Enabled? [true/false] – It allows to enable/disable the appearance of NPC on the road. If you need NPCs appearing on the map and don’t need it on another map, you can use this option simply Presets – It is a list of all the NPC presets to appear on the road (the description of the NPC preset settings is located below) Biomes This item of the plugin settings is used to appear NPCs on all types of biomes. All these settings are located in the Biome folder (oxide/data/BetterNpc/Biome). Each file in this folder corresponds to a particular biome type (Arctic, Arid, Temperate, Tundra) Configuration parameters: Enabled? [true/false] – It allows to enable/disable the appearance of NPC on the biome. If you need NPCs appearing on the map and don’t need it on another map, you can use this option simply Presets – It is a list of all the NPC presets to appear on the biome (the description of the NPC preset settings is located below) In-game events This item of the plugin settings is used to appear the NPCs in standard Rust events. All of these settings are located in the Event folder (oxide/data/BetterNpc/Event). Each file in this folder corresponds to its own type of event The supported events: When the plane drops the server AirDrop, it will be guarded by specific NPC presets CH47 – When the chinook drops a locked crate during patrolling the map, it will be guarded by specific NPC presets Bradley – When someone destroys a tank, its crates will be guarded by specific NPC presets Helicopter – When someone shoots down a patrol helicopter, its crates will be guarded by specific NPC presets Configuration parameters: Enabled? [true/false] – It allows to enable/disable the appearance of NPC on the event. If you need NPCs appearing on the map and don’t need it on another map, you can use this option simply Radius – NPC appearance radius Presets – It is a list of all the NPC presets to appear on the event (the description of the NPC preset settings is located below) The NPC preset parameters Enabled? [true/false] – It is enabling/disabling the preset Minimum numbers – Day – It is the minimum number of NPCs from the day preset Maximum numbers – Day – It is the maximum number of NPCs from the day preset Minimum numbers – Night – It is the minimum number of NPCs from the night preset Maximum numbers – Night – It is the maximum number of NPCs from the night preset NPCs setting – It is all NPC settings of this preset (see the description of NPC settings for details) Type of appearance (0 – random; 1 – own list) – It is a type of NPC appearance. You can create your own list of places of NPC appearance. The NPC will appear only randomly. This parameter is not used in Road appearance types Own list of locations – It is your own list of NPC appearances. You need to use the number of locations at least the maximum possible number of NPCs in this preset. This parameter is not used in Road appearance types The path to the crate that appears at the place of death – It is the full path to the crate prefab that appears at the place of death of an NPC. If you don’t need this parameter, you should leave this blank Which loot table should the plugin use (0 – default; 1 – own; 2 – AlphaLoot; 3 – CustomLoot; 4 – loot table of the Rust objects; 5 – combine the 1 and 4 methods) – It is the type of the NPC loot table in this preset. Type 5 includes two types (1 and 4) at the same time and locates items from both types Loot table from prefabs (if the loot table type is 4 or 5) – It is a setting of the loot tables from Rust objects. You can see the loot table of Rust objects description for more details Own loot table (if the loot table type is 1 or 5) – It’s NPC’s own loot table. You can see the description of your own loot table for more details The NPC settings description Names is a list of NPC names. It is selected from the list randomly Health – It’s the HP amount of the NPC Roam Range – It’s the patrolling area distance. It’s the distance that the NPC can move from the place of appearance during patrolling Chase Range – It’s the chase range of the target. It’s the distance that the NPC can chase his target from the place of appearance Attack Range Multiplier – It’s the attack range multiplier of the NPC’s weapon Sense Range – It’s a target detection radius Target Memory Duration [sec.] – It’s the time that the NPC can remember his target Scale damage – It’s the damage multiplier from NPC to the player Aim Cone Scale – It’s the spread of NPC shooting, the default value in Rust is 2. It doesn’t take negative values Detect the target only in the NPCs viewing vision cone? [true/false] – It’s the parameter that allows detecting the target only in a certain NPC viewing. If you want to detect the target in 360 degrees, you will set the parameter “False” Vision Cone – It’s the NPC viewing. The range of values is from 20 to 180 degrees. If the previous parameter is False, this parameter is not used Speed – It’s the NPC speed. The default value in Rust is 5 Minimum time of appearance after death [sec.] – It’s the minimum time of NPC appearance after the death. This parameter is not used in the NPC Event places Maximum time of appearance after death [sec.] – It’s the maximum time of NPC appearance after the death. This parameter is not used in the NPC Event places Disable radio effects? [true/false] – You can disable/enable radio effects Is this a stationary NPC? [true/false] – If this parameter is True, the NPC will not move or run Remove a corpse after death? [true/false] – This parameter can control the deleting of NPC corpses (only backpacks are left). This parameter improves efficiency if there are a lot of NPCs Wear items – It’s a list of NPCs’ clothes and armor Belt items – It’s a list of weapons and items NPCs’ fast slots. Medical syringes are used for healing. If you give grenades to an NPC, he will use them. Smoke grenades are used for creating smoke screens (if you don’t need them, you should remove them from your inventory). If you give a Rocket Launcher to an NPC, he will raid the target’s building (if the target is inside it) Kits – It gives a pack of Kits plugin. If you don’t need this parameter, you should leave this blank. I recommend using the previous 2 points to configure NPC items A description of the Rust loot table settings Minimum numbers of prefabs –It’s the minimum numbers of prefabs that are needed to appear in the NPC loot table Maximum numbers of prefabs –It’s the maximum numbers of prefabs that are needed to appear in the NPC loot table Use minimum and maximum values? [true/false] – this parameter specifies whether to use the minimum and maximum numbers to limit the number of items List of prefabs – It’s a list of prefabs that need to add in the loot table. It is necessary to indicate the full path to the prefab and the probability of falling out this prefab A description of the own loot table settings Minimum numbers of items – It’s the minimum number of items Maximum numbers of items – It’s the maximum number of items Use minimum and maximum values? [true/false] – this parameter specifies whether to use the minimum and maximum numbers to limit the number of items List of items – It’s a total list of all items that can fall out in the NPC loot table. You can specify any standard items, their blueprints and any skinned or custom items The commands in the chat (for admins only) /SpawnPointPos {name} – To show the local admin’s position coordinates relative to the place where the NPC {name} appears /SpawnPointAdd {name} – To create the NPC appearance point {name} in the Admin’s custom coordinates. A file with this name will be created in the folder Custom and you can configure it as you need /SpawnPointAddPos {number} {name} – To write the local admin’s coordinate into the preset with the positional number {number} (starting from 1) to the place where the NPC {name} appears /SpawnPointAddWear {number} {name} – To write all the admin’s dressed clothes into the preset with the positional number {number} (starting from 1) to the place where the NPC {name} appears /SpawnPointAddBelt {number} {name} – To write all the admins’ quick slots cells into a preset with the positional number {number} ( starting from 1) to the place where the NPC {name} appears /SpawnPointShowPos {number} {name} – To show to the Admin all the custom NPC appearance points in the preset with the positional number {number} ( starting from 1) in the place where the NPC {name} appears /SpawnPointReload {name} – Reload Spawn Point with the name {name} Console commands (RCON only) ShowAllNpc – Shows the number of all NPCs of the BetterNpc plugin on your server Hooks object CanAirDropSpawnNpc(SupplyDrop supplyDrop) – It is called before an NPC appearance to guard an AirDrop. The returning of a non-zero value stops an NPC appearance object CanCh47SpawnNpc(HackableLockedCrate crate) – It is called before an NPC appearance to guard a locked chinook crate. The returning of a non-zero value stops an NPC appearance object CanBradleySpawnNpc(BradleyAPC bradley) – It is called before an NPC appearance to guard the boxes from crushed Bradley. The returning of a non-zero value stops an NPC appearance object CanHelicopterSpawnNpc(BaseHelicopter helicopter) – It is called before an NPC appearance to guard the crates from crushed patrol helicopter. The returning of a non-zero value stops an NPC appearance API void DestroyController(string name) – It destroys the place of appearance NPC with the name {name} void CreateController(string name) – It creates the place of appearance NPC with the name {name} These APIs can be used with standard monuments, custom monuments (NPC locations) and roads. The name of this monument is in standard monuments {name}. It is the name of the file in the Custom and Road folder in custom monuments and roads My Discord: KpucTaJl#8923 Join the Mad Mappers Discord here! Check out more of my work here! Creator of the default configuration – jtedal
    $30.00
  4. Version 1.0.2

    12 downloads

    This bot includes the features: Suggestions bot to turn text into suggestions in a specific channel. Link scanning bot with VirusTotal api checking with a log channel Quick admin replies with slash commands via /tabhelp /Search feature to query player data with integrations with SimpleLink Please reach out for questions, concerns, or suggestions! Leave a comment and rate this bot on codefling! This bot is light-weight and doesn't require many resources. It doesn't log anything, so you just need to deploy it and forget about it. The search feature is hidden to only you, so don't be afraid to use it in any channel. -------------------------------------------------------------------------- INSTRUCTIONS: Fill out all the options in the config.json file. We've provided a file called 'colors' that has colors you can use for embed colors. Just plug one of those numbers into the colors option in the config. Make sure each link has a https:// behind it otherwise some of the features wont work as intended. If you don't require a certain feature, remove the cog from the cogs folder. You can leave the config options in the file, the rest will still function. If you don't have simple-link installed, it cannot query any API to pull links and that feature will not function. The suggestions feature just takes text that is put into that specific channel you entered into config and deletes the original text and replaces it with an embed with automated reactions and a thread. There is no command. -------------------------------------------------------------------------- REQUIREMENTS: SimpleLink - https://codefling.com/tools/simple-link-discord-steam-linking-system Discord Bot Token - https://discord.com/developers/applications VIRUSTOTAL API KEY: https://www.virustotal.com/gui/my-apikey SteamAPI key: https://steamcommunity.com/dev/apikey For some of the features like link_url, steam_group_link, and vip_webpage, you MUST provide links to each of these otherwise the bot will not respond to you. If you don't have them, it is a good idea to make them. PRIVELAGED INTENTS: In the developer portal for discord in the bot section of your applicated will be some checks for privalged intents. You need to select, presense, message, and server intents. Make sure they are on or the bot wont run. -------------------------------------------------------------------------- Running the bot: DISCLAIMER: I will provide instructions and links to each thing, but you will have to read how to install it on your environment given the links I provide. WINDOWS: If you are on windows I have included a start.bat that will automatically run the startup and download all the requirements to run the application. You must install python on the windows machine. https://www.python.org/ftp/python/3.11.2/python-3.11.2-amd64.exe PEBBLEHOST: https://help.pebblehost.com/en/discord-bot-hosting/how-to-setup-your-python-based-discord-bot Pterodactyl: https://github.com/YajTPG/pterodactyl-eggs/blob/universal/egg-python--universal.json LINUX: The machine needs to have the latest version of python installed. If you are on linux then I'm assuming you can figure this out. https://www.scaler.com/topics/python/install-python-on-linux/ --------------------------------------------------------------------------
    $5.00
  5. Version 2.1.5

    266 downloads

    Clans for discord THERE IS CURRENTLY A TEST BOT RUNNING IN MY SUPPORT SERVER IF YOU'D LIKE TO TEST https://discord.gg/RVePam7pd7 Recently, some of the top servers have been making clan bots for their Discord which can drive a thriving Discord community which is one of the most important things for a Rust server. Having a thriving Discord community means you are able to hold onto those players for your servers. Users can make a clan, invite their friends, promote and demote their friends within the clan, and even if they wanted to disband the clan they can. You can set the bot to make a clan text chat, displaying clans separately from online members, give the leader a special role, ETC* The non admin commands are: - clan create - clan invite - clan promote - clan demote - clan info - clan kick - clan leave - clan disband The admin commands are: - clan edit - clan force disband - clan force kick member - clan force invite member All clans and everything are stored in a database that you provide, so the clan data cannot messed up VIA roles and what not. All the commands are slash commands for ease of use as seen in the attached photos. All commands are protected by user checks. So people cannot do actions for clans that they are not in unless they are given an admin role that is defined in the bot config. The bot is very simple to install The file also includes a readme.md file which includes the info that you need to know. Need support or want updates about what is coming to the bot? Join the support discord here https://discord.gg/RVePam7pd7
    $19.99
  6. Version 3.0

    1,421 downloads

    Features: It displays the count of: active players, max players, joining players, queue It will not show the count of joining players if noone is joining, same for queue Refresh interval and activity type can be changed in the config This is a server plugin which means you are not required to buy a discord bot host for this Setup guide: Add Oxide.Ext.Discord.dll to yourserver/RustDedicated_Data/Managed https://umod.org/extensions/discord Go to https://discord.com/developers/applications and create a new application. Go to the bot section and click add bot. Copy the bot token and add it to the config file. Choose your desired picture and name for the bot. Go to the OAuth2 tab and click on bot. This bot does not require any extensions. Invite your bot to your discord server with the link between scopes and permissions. Repeat the steps until you as many bots as rust servers. If you have some questions about my plugins feel free to join my discord server. I can also help you to set everything up or add a custom feature for you. https://discord.gg/efVKDG6z6F you can also add me if you don't want to join my discord: Farkas#6006
    Free
  7. Version 1.4.2

    228 downloads

    A very simple, yet nice ticket bot. FEATURES - All embeds can be customized - Add up to 10 different types of tickets - Edit the ticket buttons however you want - Require people to be linked to open different types of tickets - Support SimpleLink, Steamcord, and PlatformSync - Require people to have specific roles to open tickets - Have different questions for each ticket - Have different staff allowed or not allowed to see each type of ticket - Check your stats on tickets - A button to check the user's steam profile that opened the ticket - Check if the user who has opened the ticket has any bans on battlemetrics - Add or remove users from tickets - Ban or unban users from opening tickets - Deem a ticket a successful report or not - Transcript logging - Sends a user a DM when a ticket is closed - ETC* The bot is very simple to install. The file includes a setup guide within it. All quite simple. Need support or want updates about what is coming to the bot? Join the support discord here https://discord.gg/RVePam7pd7
    $19.99
  8. Version 1.0.7

    57 downloads

    Ticket System - Made by Murder#0845 Bot Features ➤ Fully customisable - See config below. ➤ Custom Prefix - Able to supply a custom prefix to your preference. ➤ Custom Bot Status - Able to supply a custom bot status to suit your server, for example: "Watching Tickets" or "Example.com". ➤ Logging - Bot is able to log actions, mainly to do with tickets. ➤ Transcript generations - Generation of transcripts on ticket closed, which is sent to the users DM's and your archive channel that's supplied in the config.json. ➤ Unlimited ticket subjects - No limit on ticket subjects, as long as there in the config they will be in the ticket panel. ➤ Unlimited staff roles - Unlimited amount of staff roles, which can also be different depending on the ticket subject. ➤ Unlimited questions - No limit on the amount of questions that the bot can ask users on ticket creations. ➤ Close timer - Supply a custom timer for the bot to wait after the close button has been pressed, this will also trigger a message where you are able to cancel closing the ticket. ➤ Custom Panel Message - Able to customize the title and description to the panel embed. ➤ Support for multiple panel messages - To send a new panel just edit the config and run the "stm" command. ➤ Dropdown menu - New capability's with Discord.py 2.0 Select Menus. ➤ Custom emojis per subject in dropdown menu - Able to supply a different emojis for each ticket subject in the dropdown / select menu. ➤ Notify if user leaves while ticket is open - The bot will send a message in the ticket if the user has left the sever while the ticket is open, just a QOL thing to help staff answer tickets and move on more efficiently. Commands ➤ Close - Close the ticket that the command is sent in. Chat and Slash command capabilities. ➤ Save - No matter the channel, save the transcript of the current channel and get an immediate file and link to view it. Chat and Slash command capabilities. ➤ Rename - Rename the current channel (Note: this works on any channel not just ticket channels). Chat and Slash command capabilities. ➤ Add - Add a user to the current ticket. Chat and Slash command capabilities. ➤ Remove - Opposite to the "Add" command, remove someone from the current ticket. Chat and Slash command capabilities. ➤ Help - Display the help message which shows all commands and how to use slash commands. Chat and Slash command capabilities. ➤ Stm - Stands for "Send Ticket Message". This command will send a ticket message depending on what is in the config.json. Only chat command capabilities. ➤ Sync - Sync the Slash commands for the bot. Only chat command capabilities. Note: this should only need to be used on the first time the bot is used. Config { "Bot Token": "", "Enable Notify On User Leave If User Has Ticket Open": true, "Enable Auto Ping User On Staff Response": true, "Server Name": "", "Guild ID": "", "Prefix": "", "Bot Presence": "", "Server Icon": "", "Archive Channel": "", "Logging Channel": "", "Global Staff Role": "", "Channel Rename Permission Role ID": "", "Ticket Close Timer In Seconds": "", "Embed Colour WITHOUT THE # AND 0x INFRONT": "", "New Ticket Embed Message": "EXAMPLE: Welcome to our ticket support! Please answer the questions below and a staff member can assist you!", "Panel Message": { "Title": "EXAMPLE: Ticket Support", "Description": "EXAMPLE: Click an option below which most fits your case and a member of staff will be with you shortly." }, "Subjects": { "Subject Name": { "Staff Role ID/Ticket Access Role ID List":["ID","ID"], "Subject Category ID": "ID", "Subject Emoji": "<:EMOJI_NAME:EMOJI_ID> USE CUSTOM EMOJIS", "Enable Questions? (SET THIS TO FALSE IF THERE ARE NO QUESTIONS)": true, "Questions":{ "Shortname":"Question", "Example":"What is your example?" } }, "EXAMPLE": { "Staff Role ID/Ticket Access Role ID List": ["123","456"], "Subject Category ID": "123", "Subject Emoji": "<:emoji:123>", "Enable Questions? (SET THIS TO FALSE IF THERE ARE NO QUESTIONS)": true, "Questions": { "Exmaple:": "What is your example?", "Steam ID:": "What is your Steam ID?" } } } } Setup This bot is super simple to set up, simply follow these steps: ➤ Upload all files in "Murder Ticket System.zip" to your bots hosting. ➤ Fill out details in the config,json file. ➤ Turn the bot on (If your using online hosting, press "Start") ➤ Enjoy the bot Support Notice If you need support I more than welcome you to reach out to me on discord. My discord is: Murder#0845 and I am open for any questions or inquiries! Thank you for reading this description and I hope that you enjoy! Note: I will always be constantly updating and developing this bot, if you find any bugs or have any feature requests, feel free to DM me on discord (Murder#0845). - Murder
    $11.99
  9. Version 1.0.1

    242 downloads

    Simple bot utilising the battlemetrics api to display your server stats to a discord bot! Stats included : Total pop Total queued users Total entities Totals bans (Battlemetrics) Setup is documented in the "README.md" & will take a few minutes! Config File { "BotToken": "", "BmOrgID": "", "BanListID": "", "BmApiKey": "" } Requirements Server with python 3.7 & discord.py 2.0 or above Pip packages listed - discord,.py, aiohttp Suggested bot host 0.99$ -> https://serverstarter.host/ For any problems please msg me on discord : Skizzy#0037
    Free
  10. Version 0.0.2

    38 downloads

    This plugin equips personal bots with intelligence for driving cars. All you need to do is sit in the passenger seat and set the destination point on the map. In the config, you can change the maximum speed, the maximum number of crossways for the search engine, disable the obstacle detection system (beta) and change some other settings. Don't forget to enable the ability to drive vehicles in the PersonalNPC configuration. Video demonstration: { "Permission to use this addon on all bots of player (not required)": "pnpcaddoncar.override-setup", "Search Mechanism settings": { "Max crossways amount for search method (0-2)": 2 }, "Driver settings": { "Max speed": 15.0 }, "Obstacle detection settings": { "Disable obstacle detection?": false, "Ray length": 5.0 }, "Minor settings": { "Enable visual debug?": false } }
    $15.00
  11. Version 0.0.4

    66 downloads

    This add-on for the PersonalNPC plugin allows bots to fly to different points on the map. The owner spawns the bot, gets into the helicopter as a passenger, selects a point on the in-game map and the bot starts flying towards it. To use this plugin, you need the main PersonalNPC plugin, and you need to enable the use of this addon in the bot settings. Default configuration: { "Max height above the ground": 25.0, "Minimum height to fly forward/backward": 15.0, "Max slope by forward axis": 0.3, "Pitch strength": 0.2, "Throttle strength": 1.0, "Land throttle strength": 0.5, "YAW strength (rotation around its axis)": 1.0 } Video:
    $15.00
  12. Version 1.5.0

    155 downloads

    This bot provides quick and easy access to searching players for linked alt accounts all simply through Discord. This bot makes it easy for your admins to search for players that might have game banned alts, eac bans, battlemetrics bans, etc* This will also work great if you don't want to give your staff access to IP's but still want them to be able to check for linked alts. The bot offers VPN and GEFORCE detection so random accounts do not get linked. Every command is also protected behind role permissions so not just anyone that you don't specify can use this command. FEATURES: - Alt finder - Battlemetrics ban checker - EAC Ban checker - EAC Banned friends finder - COMING SOON! Full server scanner. Will scan your whole server for any players with EAC banned alts. The bot is very simple to setup and provides a easy to read documentation on hot to setup and host the bot. Pictures for each thing are attached above! This command runs off your BattleMetrics API key, so it will only have access to what you have access to. Any questions, please feel free to join my support server and I'll be more than happy to help you! https://discord.gg/RVePam7pd7
    $10.00
  13. Version 3.2.1

    757 downloads

    Server supporter bot offers a wide variety of things. Those being: Team chat logs Global chat logs F7 Report logs Log RCON console to discord Leave and join logs for your rust server Fully interactable RCON (Able to send commands from discord to server) Multi server pop display is bot status An anti staff ping (Toggleable on / off) Suggestions command ( Sends suggestions to the specified channel ) | You can also deny and accept suggestions VIA a command Rust stats command (Pulls a users global rust stats) Servers stats command (Will pull your servers battlemetrics stats, player count, etc*) Steam URL converter (converts a vanity URL into a Steam 64 ID) EAC Checker command (Will check if the given Steam 64 ID is EAC banned from rust) EAC Friends checker (Checks if a user has EAC banned friend(s)) Rust news report (Tells you the newest news about rust) @ everyone and @ here ping blocker for non authorized people Stats for your discord server RustMaps custom map generator command RustMaps filterId checker A server blacklist checker (Checks if a server is blacklisted from Rust) Userinfo command (Will pull up information on a given discord account) Code lock command (DMs the user a 4 digit code that they can use for code locks in game) Rust hours command (Checks a players Rust hours) Discord user mute and unmute command (Mutes people in discord) Discord on and off duty commands (For server staff) Logs for discord joins, leaves, messages removed, and discord bans Servers command gives stats on all the servers that you define in the config Discord purge messages command Automatic link removals Discord logs for leaves, joins, bans, unbans, messages removed, messaged edited, roles created, roles deleted, etc* Auto message moderation for Discord. Quick support commands to help when needing support from the Developer. The bot also offers a VERY simple config so you can have the bot up and running in no time. The configs let you configure the anti staff ping, any embed colors, your server name, bot prefix, etc* Everything is configurable and can be toggled off and on. Purchasing this will also give you access to any further updates that we release! Full instillation guide video made by @Rust Admin Academy stats servers serverstats hours botinfo userinfo discordinfo rust ADMIN COMMANDS: eac friends bl custommap kick, ban, mute, unmute onduty offduty account convert purge RUST MAPS COMMANDS: custommap mapcheck SUGGESTION COMMANDS: suggest suggestion MISC COMMANDS: help rustnews code The bot is very simple to install. The file includes a setup guide within it. All quite simple. Need support or want updates about what is coming to the bot? Join the Server Supporter Bot discord here https://discord.gg/RVePam7pd7
    $14.99
  14. Version 1.8.3

    449 downloads

    FEATURES - Multi server - You can add as many servers that you want to the config! - Fully Customizable - You can change the players joining message, queued message, and regular message! - Global bot - There is also a global pop bot that will display the pop of all of your servers combined. - Dynamically changing status - The bots status will go to do not disturb mode when the server is offline, idle when the data is being loaded, and online when it is actively updating the servers pops. - Threshold message - When your server is under a certain % of the max players allowed on the server it will not show the pop of the server, instead it will show the message that you set in the config! - Server status messages - The bot can also send a message to discord when your server(s) go offline and online. - Very simple config - Dynamic Pop Cap Changer When your server gets to a certain amount of players away from the max allowed players it will increase the max amount of players allowed This will work the same way with decreasing the max amount of players allowed. You can set the max the cap is allowed to go to, so it cannot increase over x amount for the player cap, and cannot decrease under x amount for the player cap You can also not allow it to increase the player count if the server is under x amount of FPS. THE BOT IS VERY EASY TO INSTALL Just fill in the very minimal things in the config and start up the bot and you're good to go. Steps to install: If you want the bot to run 24/7 you will need a VPS or bot hosting node. Hosting recommendation -> https://pebblehost.com/bot-hosting Once you have your bot node, upload all the files that are given to you into the file section of your bot node. From there all you need to do is edit the config.json file with all the proper information and you're good to go! Any questions, please feel free to join my support server and I'll be more than happy to help you! https://discord.gg/RVePam7pd7
    $5.00
  15. Version 1.1.0

    78 downloads

    A Discord bot that shows all of your servers stats in an auto-updating leaderboard that includes stat commands that shows the specified players global rust stats, or the stats for that specific Rust server. - Shows all of your servers stats in a leaderboard that auto updates - Stats command that can show a player the global rust stats, or the stats for your server. - Editable embeds - Slash commands Photos have been provided of what the embeds look like! The bot is very simple to install The file includes a setup guide within it. All quite simple. Need support or want updates about what is coming to the bot? Join the support discord here https://discord.gg/RVePam7pd7
    $5.00
  16. Version 1.0.0

    33 downloads

    Rust Updates Bot is a Discord bot that checks for oxide, server and client updates every 5 minutes. This bot is for Windows (Not compatible with Node.JS or Python)
    $4.99
  17. Version 1.0.0

    22 downloads

    This is a Rust discord bot, that i have developed myself. It can do alot of things. Installation You legit just have to run install.bat and change token in the Src/Credentials/Config.js Clan system General Commands: /clan create <name> - Create a clan. /clan help - Show this message. /clan leave- Leaves your clan. Clan Admin Commands: /clan kick <user> - Kick a user from your clan. /clan invite <user> - Invite a user to your clan. - https://imgur.com/a/Wxjk0zf /clan color <color> - Set the color of your clan. Clan Owner Commands: /clan transfer <user> - Transfer the ownership of your clan to another user. /clan promote <user> - Promote a user to admin. /clan disband- Disband your clan. Admin Commands /ban <user> <reason> - Bans the given user from the discord + logging and private message to the banned user /warn <user> <reason> - Warns the given user + logging /check <user> - Sends some information on the user(wanrs, timeouts, bans, messages and jointime) /timeout <user> <reason> <time(10s, 10m, 10d, 10w) - Timeouts a user, + privatemessage and logging /kick <user> <reason> - Kicks a user, + privatemessage and logging Suggestion System /suggest <suggestion> - Sends a suggestion in the channel, so other users can up/downvote - Admins can decline or accept it - All Pictures: https://imgur.com/a/fyVrnEs Ticket System /ticket - Sends the ticket panel in the current channel Creating ticket when clicling "Create Ticket" Closing ticket when clicking close - Transcript that will be sent to your logchannel Giveaway System /giveaway <duration> <winners> <prize> <channel it should be sent in> - Starts a giveaway in the given channel - Join message: https://imgur.com/a/ehKqzcQ /reroll <giveaway messageid> - Rerolls the given giveaway /end <giveaway messageid> - Ends the given giveaway /list - Gives a list of the current ongoing giveaways Other Systems /rules - Sends the rule embed in the current channel /verify - Sends the verify panel in the current channel /rank - Displays ur current rank and xp - Works on messages /rstats <steam64> - Displays official stats on rust users. Rust Player bot - The rust queue and players will be shown as the bot Status
    $24.99
  18. Version 1.0.1

    25 downloads

    Applications - Made by Murder#0845 Summary - This bot is an extended version of Application Free to add some additional features and usability to users! Example use cases - Staff applications/clan applications among many others. Bot Features ➤ Accept and Deny Functions - Buttons to Accept or Deny a application depending on if it is enabled for that application type in the config. ➤ Custom Accept and Deny responses - Custom text to be sent to the user when they have been accepted or denied ➤ Able to give a role once user is accepted - The bot is able to give any role to the applicant if they have been accepted ➤ Stats gathering and command - display some interesting stats easily by using /stats ➤ Custom prefix - Select a custom prefix to allow bot separation and ease of use! ➤ Custom applications - Have your own application names and questions! ➤ Unlimited applications - Have as many applications you need to fill your hearts application intent! ➤ Custom panel embed title and description - Set custom embed titles and descriptions to make it your own! ➤ Reply commands - Use this to do functions like accepting a user or telling them some other information about there application all through the bot to there DM's ➤ Toggleable help command - Enable and disable the help command to be able to use other bots slash commands while running the same bot client/token ➤ Easy to use sendpanel command - Easily send panels by one message! ➤ Overview message to send/cancel - After completing a application, the use can send it or cancel it! ➤ Application logging - Self explanatory, logs some stuff haha! ➤ Easily readable and user friendly application embeds - Formatted embeds to make the bot efficient and presentable! ➤ Wide variety of use cases - Use cases from clan applications to staff applications, to anything that could need a application! ➤ Great error catching - Instead of just timing out, always respond, even if its just stating there was an error. Commands ➤ Sendpanel - Send the applications panel to the current channel ➤ Help - Display some help for the Applications Bot ➤ Stats - Display some interesting stats about the use of the bot ➤ Reply - Send a message to the specified user through the bot Config { "Bot Token": "discord.com/developers/applications/", "Prefix": "", "Staff Role ID": "RoleID", "Guild ID": "GuildID", "Log Channel ID": "ChannelID", "Application Response Channel ID": "ChannelID", "Applications": { "EXAMPLE: Application Format": { "Questions": [ "Question 1. PS: you can have up to 5" ], "Accept Or Deny Functions": { "Enable": true, "Accepted message": "", "Denied message": "" }, "Role Functions": { "Enable Give Role When Accepted": true, "Role ID To Give When Accepted": "" } } }, "Embed": { "Title": "EXAMPLE: Applications", "Description": "EXAMPLE: Select the application of your choice from the select menu below." }, "Status Type (Playing, Watching, Listening) Default is Playing": "Watching", "Status": "applications!", "Enable Help Command": "true" } Setup This bot is super simple to set up, simply follow these steps: ➤ Upload all files in "Murder Ticket System.zip" to your bots hosting. ➤ Fill out details in the config,json file. ➤ Turn the bot on (If your using online hosting, press "Start") ➤ Enjoy the bot Also make sure the bot is configured like the following image on discord.com/developers/applications Support Notice If you need support I more than welcome you to reach out to me on discord. My discord is: Murder#0845 and I am open for any questions or inquiries! Thank you for reading this description and I hope that you enjoy! Note: I will always be constantly updating and developing this bot, if you find any bugs or have any feature requests, feel free to DM me on discord (Murder#0845). - Murder
    $4.99
  19. Version 0.0.2

    43 downloads

    This addon allows personal bots to raid buildings and kill players/bots with rocket launcher and grenade launcher. The bot uses the ammo in its inventory and shoots exactly with it, unless the function of infinite ammo is enabled. Otherwise, it will use those ammo that are specified in the config for the weapon used. To use this plugin, you need the main PersonalNPC plugin. Default configuration: { "Permission to use this addon on all bots of player (not required)": "pnpcaddonraid.override-setup", "Multiple Grenade Launcher Setup": { "Attack Cooldown (leave 0 to use default cooldown for current weapon)": 0.0, "Default projectile prefab (used if infinite ammo is enabled)": "assets/prefabs/ammo/40mmgrenade/40mm_grenade_he.prefab" }, "Rocket Launcher Setup": { "Attack Cooldown (leave 0 to use default cooldown for current weapon)": 0.0, "Default projectile prefab (used if infinite ammo is enabled)": "assets/prefabs/ammo/rocket/rocket_basic.prefab" }, "Snowball Gun Setup": { "Attack Cooldown (leave 0 to use default cooldown for current weapon)": 0.0, "Default projectile prefab (used if infinite ammo is enabled)": "assets/prefabs/misc/xmas/snowball/snowball.projectile.prefab" } } Video:
    $10.00
  20. Version 1.3.2

    135 downloads

    The best Rust + Discord giveaway system! This system runs externally from your server causing no performance issues. FEATURES - Giveaways that connect directly with your rust server - Gives players tickets for joining your server while entered into a giveaway - Gives players tickets for player on the server over an interval of time - Automated giveaways - Fully customizeable embed messages - Ticket leaderboard - Multiple giveaways at once - Multiple winners per giveaway - ETC* TLDR, You can run a giveaway in you discord that people can enter. When they enter the giveaway they are eligible to start earning tickets. To earn tickets players can join the server, when they FIRST join for that giveaway they will gain tickets, on top of that, they will gain tickets overtime while playing on the server. The amount of tickets that players get is 100% editable. The giveaways are ran like a raffle, the more tickets that you have, the higher of a chance you have of winning. This system requires the "Steamcord" or "Simple Link" linking system to know who people are in Discord and in game for the system to work. If you use another linking system, feel free to join my support discord and ask if I am able to add support for that system. The bot is very simple to install. The file includes a setup guide within it. All quite simple. Need support or want updates about what is coming to the bot? Join the support discord here https://discord.gg/RVePam7pd7
    $14.99
  21. Version 1.2.0

    273 downloads

    Anytime you ban someone through Battlemetrics this will announce the ban in your Discord! You can configure the ban message however you like! It uses placeholders that you can put where ever! If you have multiple organizations, no problem. The bot has support for multiple organizations at once. The bot will also display how many bans your org has overall within the bots status! Offers the ability to send staff ban messages too, those can include the ban note. CONFIG { "ORGANIZATIONS": [ { "ORGANIZATION_ID": "", "ORGANIZATION_NAME": "RustMania", "BATTLEMETRICS_API_KEY": "", "LOG_BAN_WEBHOOK(S)": [ "" ], "STAFF_BAN_LOG_WEBHOOK(S)": [ "" ], "BOT_TOKEN": "", "EMBED_FORMAT": { "COLOR": "#75a9e1", "AUTHOR": { "TEXT": "", "IMAGE": "", "URL": "" }, "DESCRIPTION": "", "SMALL_IMAGE": "", "LARGE_IMAGE": "", "FOOTER": { "IMAGE": "", "TEXT": "RustMania - Bans", "SET_TIMESTAMP": true } }, "STAFF_EMBED_FORMAT": { "COLOR": "#75a9e1", "AUTHOR": { "TEXT": "", "IMAGE": "", "URL": "" }, "DESCRIPTION": "", "SMALL_IMAGE": "", "LARGE_IMAGE": "", "FOOTER": { "IMAGE": "", "TEXT": "RustMania - Bans", "SET_TIMESTAMP": true } }, "BOT_STATUS": { "TYPE (PLAYING, STREAMING, LISTENING, WATCHING)": "WATCHING", "MESSAGE": "{banCount} bans!", "STATUS (online, dnd, invisible, idle)": "online" } } ] } The bot is very simple to install. The file includes a setup guide within it. All quite simple. Need support or want updates about what is coming to the bot? Join the support discord here https://discord.gg/RVePam7pd7
    Free
  22. Version 2.0.0

    425 downloads

    This bot has 3 different commands. check generate custommap check filterID | Checks the given rustmaps filterID for any maps that meet the filter requirements. If you don't put a filterID in the command it will default to the ones in the config generate seed size | Generates a map with the given seed and size. If the map already exists it will give you the information on the map custommap | This will generate a custom map with your given custom map settings. The command is custommap number < The number is the amount of maps that will be generated The custom map generator saves your config so you can use it over and over again without needing to put in the config each time you want to make a custom map. When checking for maps VIA a filter Id, you can put in a filterID after the check command and it will search maps VIA that filterID. If you don't put in a filter ID it will default to the filter ID's that you stored in the config. The bot is VERY easy to set up with a very simple and straight forward config. The file includes a READ_ME.txt file which tells you exactly how to set up the bot! Very simple and can be ran for free on your own machine or on a hosted service. If you are on the edge of getting the bot or want some more information don't be afraid to join my support Discord and ask away! If you need support I am always ready to help with any issues that you are having! https://discord.gg/RVePam7pd7 PS: I Am not associated with RustMaps, just building addons for external use!
    Free
  23. Version 2.0.0

    117 downloads

    This file is amazing. It can do many things, monitor your rcon console, monitor your pterodactyl instance, allow you to send command through rcon, ETC* An example of what the "console" looks like is below. This is very useful in many ways, even if you don't want to use it for a Rust server. If you have a ptero server that you would like to control from discord, you can to that too instead of needing to use an rcon connection. So, if you had a discord bot for example on Ptero you can control that straight from Discord. This bot is very simple to install and comes with a whole installation file. Any questions, comments, or concerns feel free to join my support server! https://discord.gg/RVePam7pd7
    $6.99
  24. Version 3.0

    9 downloads

    Advanced PlayerCounter Features: More than 30 supported games! Setup Status Channels to display server status on multiple channels. Create PlayerCounter panels to display all your players on each server. Setup status bots to display separated into multiple bot presences. Ability to display a selection of servers on status bots and panels. Optionally set a server URL for each server in the panel. Much more to come! Showcases: https://imgur.com/a/bMRRM9S Configuration: https://gist.github.com/Default-01/80665d1080a5347d646fcbbfacbf6500
    $12.00
  25. Version 1.1.0

    942 downloads

    Functionality Discord Nitro Boosts allow server owners to give rewards to people for boosting their discord server. The plugin can be used either with a linking system such as DiscordAuth or DiscordCore but it can also be used without one. When using a linking system rewards are granted when they link their accounts. However if you are not using any of the available linking systems you can still use the plugin. This way the users have to use a command to link their profiles manually. Commands The command is: **!verify [steamid]** The command can be used in the bot's direct message or in a specific guild channel. (Can be set in config) Default config: { "Bot token": "", "Set custom status and activity for the discord bot": true, "Bot's activity type: (Game, Listening, Watching, Competing)": "Watching", "Bot's Status": "Nitro Boosters", "Send direct message to boosters on boost start and end": false, "Embed's color": "#F47FFF", "Use with existing linking system (DiscordAuth or DiscordCore)": true, "Check users if they are boosting after every wipe.": false, "Let users use !verify in DM": false, "Let users use !verify in guild channel": true, "ChannelID where players can use !verify (if the previous option is true, leave empty for any channel)": "", "Oxide group's name": "nitro", "Discord Guild ID (optional if the bot is in one guild)": "" } Discord Bot You can find the instructions on making a discord bot HERE Warning it is very important to turn on discord gateway intents, otherwise the bot will not work.
    Free
672.6k

Downloads

Total number of downloads.

3.7k

Customers

Total customers served.

49.7k

Files Sold

Total number of files sold.

898.8k

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.