Jump to content

SLATE's Wishlist

  1. More information about "Artifacts"

    $40.00 $14.99

    Artifacts

    Plugin add artifacts with passive and active abilities

    🎬 PROMO
     
    💎FEATURES
    50+ passive and active abilities (will added more) Groups and Permissons for artifacts Easy to create and edit admin menu Fully customizable screen button Translate to EN, RU, DE, FR lang Rust inventory for artifacts with fine look UI Drop artifacts on death Dynamic slots amount with perms Prohibition on the use of identical artifacts Prohibition of using artifacts with the same abilities Auto wipe players on WIPE Full customization for all kinds of abilities Artifacts have durability and can be broken Cooldown for active abilities Maximum stats for active and passive abilities Broadcasting for active and passive abilities Custom tags for lang Beautiful visual effects Patch default stack size with Harmony Artifacts Synthesis -  Synthesis table, when you can combine artifacts (free addon) Meteor Event - Artifacts drop from sky (free addon) Gather Event - Artifacts drop from special ores, that spawn throughout entire map (free addon)  ❗️ Informational and updates videos
    About plugins  V1 Release 25 passives and 5 active abilities V1.1 Balls Update v1.2 11 new passives abilities 📂 Plugin Structure
    ├── Info.txt - Commands and permissions │ ├── lang/ │ ├── en - English │ ├── ru - Russian │ ├── de - German │ └── fr - French │ ├── plugins/ │ ├── Artifacts.cs - Main plugin │ ├── ArtifactsSynthesis.cs - Synthesis table │ ├── ArtifactsMeteorEvent.cs - Meteor event │ └── ArtifactsGatherEvent.cs - Gather event │ └── data/Artifacts/ ├── Artifacts/ - Artifacts configurations ├── Players/ - Player data storage └── Prefabs/ - Custom plugin prefabs  
    🌀PASSIVE ABILITIES
    "Miner" - Increases ore gathering efficiency Start amount + ability % (ex. 1k resources, 12% value = 1120 resources) "Woodcutter" - Boosts wood amount collected Start amount + ability % (ex. 1k resources, 12% value = 1120 resources) "Picker" - Increases all resources collected from the ground Start amount + ability % (ex. 1k resources, 12% value = 1120 resources) "Butcher" - Improves harvesting from animals Start amount + ability % (ex. 1k resources, 12% value = 1120 resources) "Angler" - Increases fish catch quantity Successful = value % (ex. 1.0 = 100%, 0.2 = 20%, 0.01 = 1%) Start amount X from config (ex. 2 start 2 from config = 4 finish ) "Scavenger" - Finds more scrap in loot containers Successful = value % (ex. 1.0 = 100%, 0.2 = 20%, 0.01 = 1%) Start amount X from config (ex. 2 start 2 from config = 4 finish ) "Farmer" - Improves crop yield Start amount + ability % (ex. 1k resources, 12% value = 1120 resources) "HeatBane" - Reduces damage from high temperatures 1.0f - ability % (ex. 10 damage, 30% value = 7 damage) "FrostBane" - Reduces damage from freezing conditions 1.0f - ability % (ex. 10 damage, 30% value = 7 damage) "RadBane" - Decreases radiation damage 1.0f - ability % (ex. 10 damage, 30% value = 7 damage) "Fatstack" - Increases calories and hydration when eating Start amount + ability % (ex. 10 c+h, 12% value = 11 c+h) "BleedResistance" - Reduces bleeding damage 1.0f - ability % (ex. 10 damage, 30% value = 7 damage) "BeastResistant" - Decreases damage taken from animals 1.0f - ability % (ex. 10 damage, 30% value = 7 damage) "BeastSlayer" - Increases damage dealt to animals 1.0f + ability % (ex. 10 damage, 30% value = 13 damage) "ScientistResistant" - Reduces damage from scientists 1.0f - ability % (ex. 10 damage, 30% value = 7 damage) "ScientistSlayer" - Boosts damage against scientists 1.0f + ability % (ex. 10 damage, 30% value = 13 damage) "BradleySlayer" - Increases damage dealt to Bradley 1.0f + ability % (ex. 10 damage, 30% value = 13 damage) "BradleyResistant" - Reduces damage from Bradley 1.0f - ability % (ex. 10 damage, 30% value = 7 damage) "HeliSlayer" - Increases damage dealt to helicopter 1.0f + ability % (ex. 10 damage, 30% value = 13 damage) "HeliResistant" - Reduces damage from helicopter 1.0f - ability % (ex. 10 damage, 30% value = 7 damage) "LuckyShot" - Chance for critical hit damage Successful = value % (ex. 1.0 = 100%, 0.2 = 20%, 0.01 = 1%) Damage X from config (ex. 20 damage 2.0 from config = 40 damage) "Feather" - Reduces damage from falling Start amount - ability % (ex. 10 damage, 30% value = 7 damage) "Vampire" - Gains health when dealing damage Damage ability % (ex. 20 damage 20% value = 20.0 0.2 = 4 heal) [Types] Scientist, Animal, Heli, Bradley "Medic" - Increases healing amount from medic tool (work with instant heal only) Start amount + (Start amount ability %) (ex. 10 heal, 50% value = 10 + (10 0.5) = 15 heal) "LuckyMiner" - Chance to get loot when finish mining ore Successful = value % (ex. 1.0 = 100%, 0.2 = 20%, 0.01 = 1%) Spawn random prefab from config on Ore position "Smelter" - Processes ore during mining Successful = value % (ex. 1.0 = 100%, 0.2 = 20%, 0.01 = 1%) "CoalMiner" - Сonverts wood into coal during mining Successful = value % (ex. 1.0 = 100%, 0.2 = 20%, 0.01 = 1%) "Gunsmith" - Chance to return bullet when firing Successful = value % (ex. 1.0 = 100%, 0.2 = 20%, 0.01 = 1%) "Archer" - Chance to return arrow when shooting Successful = value % (ex. 1.0 = 100%, 0.2 = 20%, 0.01 = 1%) "Researcher" - Chance to return scrap when researching Successful = value % (ex. 1.0 = 100%, 0.2 = 20%, 0.01 = 1%) "Builder" - Chance to return resources when upgrading structure Successful = value % (ex. 1.0 = 100%, 0.2 = 20%, 0.01 = 1%) "Chef" - Cooking meat while butchering animals Successful = value % (ex. 1.0 = 100%, 0.2 = 20%, 0.01 = 1%) "GoldenHands" - Items take longer to break Return to item % from loose condition (ex. loose 2.0, value 50% = return 1.0 ) "SuperMiner" - Faster ore extraction Gather speed = start speed + value % * 2 (ex. 1.5(start) * 200% * 2 = 5.5(speed)) "SuperWoodcutter" - Faster tree cutting Gather speed = start speed + value % * 2 (ex. 1.5(start) * 200% * 2 = 5.5(speed)) "FireResistance" - Increased fire resistance 1.0f - ability % (ex. 10 damage, 30% value = 7 damage) "ExplosiveResistance" - Increased explosion protection 1.0f - ability % (ex. 10 damage, 30% value = 7 damage) "SiegeMan" - Increases the damage to buildings from explosives 1.0f + ability % (ex. 10 damage, 30% value = 13 damage) "LuckyRaider" - The chance of a double explosion Successful = value % (ex. 1.0 = 100%, 0.2 = 20%, 0.01 = 1%) "ExperienceRaider" - Increases the chance of detonation for satchels and beancans Successful = value % (ex. 1.0 = 100%, 0.2 = 20%, 0.01 = 1%)  
    💥ACTIVE ABILITIES
    "Collector" - Searching loot around you Work with radius around player "Pathfinder" - Searching animals around you Work with radius around player "Geologist" - Searching ores around you Work with radius around player "Ranger" - Searching scientists around you Work with radius around player "Raider" - Searching traps around you Work with radius around player "Flora" - Everything starts to grow around you Work with radius around player "Fire Ball" - Launches a fireball in front of you Damage depends on the value of the artifact Radius is taken from the config "Ore Ball" - Gather ores around you Work with radius around player "Tree Ball" - Gather tree around you Work with radius around player "Loot Ball" - Loot containers around you Work with radius around player "Killer Ball" - Launches a killerball to your target, when you attack The damage depends on the value of the artifact
    ⚡PERMISSIONS ABILITIES
    You can add permissions to artifact
    Permissions will be added when player move artifact to special container and remove when artifact will be removed from container
    📚Recommendations
    Use only unique perm for artifact
    Not use on different artifacts one perm
    Not use perm that use other plugin
    If you remove artifact with perm, then remove this perm
     
    👥GROUPS ABILITIES
    You can add groups to artifact
    Groups will be added when player move artifact to special container and remove where artifact will be removed from container
    📚Recommendations
    Use only unique perm for artifact
    Not use on different artifacts one group
    Not use group that use other plugin
    If you remove artifact with group, then remove this group
    If you need use one perm on different artifact, then create different groups and grant them with that perm
     
    🔧PLUGIN  COMMANDS
    👑Admin:
    artifact.admin - show admin menu (need be admin) artifact.give "skinId" "Player Name\SteamId" - give artifact to player (console or perm : artifacts.give) table.give "Player Name\SteamId" - give synthesis table to player (console or perm: artifactssynthesis.give) /agather.spawn "Optional: Ore Presset Name" - spawn  custom ore front of you (need be admin) (if presset empty, spawn first from config)  /ameteor.spawn "Optional: Artifact id" - spawn meteor on your position (need be admin)
    🎮Player:
    artifact.use "config ability name" - try use active ability artifact.broadcast - on/off broadcast of ability's message and effect artifact.open - open main artifact menu
    🔧PLUGIN PERMISSIONS
    artifacts.give - grant to use command artifact.give artifactssynthesis.give - grant to use command table.give artifacts.slots.default, artifacts.slots.vip, artifacts.slots.premium - set amount of slots for artifacts (may change in config)  
    🎁THREE FREE ADD-ONS

    🔮Synthesis table - сombine artifacts to create stronger ones
    ⛏️Gather event - сustom ores appear all over the map, mine them so that you can get an artifact at the end
    ☄️Meteor event - artifacts fall from the sky to the island as meteorite
     
    🧪 TEST SERVER
    Join our test server to view and experience all our unique features yourself!
    Copy the IP Address below to start playing!
     
    connect 194.147.90.147:28015  

    📡API
    JObject GetArtifact(ulong skinId) Get artifact info by skinId ["name"] string ["skinId"] ulong ["onlyOne"] bool ["condition"] float ["passives"] Dictionary<string, float> ["actives"] Dictionary<string, float> ["groups"] List<string> ["permissions"] List<string>  
    Item CreateArtifact(ulong skinId) Create artifact by skinId  
    Item GiveArtifact(BasePlayer player, ulong skinId) Create artifact by skinId and give to player  
    Item GiveArtifact(ItemContainer container, ulong skinId) Create artifact by skinId and move to container  
    BaseEntity DropArtifact(ulong skinId, Vector3 position) Create artifact by skinId and drop on position  
    float GetPlayerAbilityValue(ulong userId, string ability) Return player ability value (not count max stat)  
    bool IsItemArtifact(Item item) Return true if item is artifact, else false  
    ⚙️CONFIGS
    Main Synthesis table Gather event Meteor event
  2. More information about "Farmers Paradise (FarmPro)"

    $35.00 $17.50

    Farmers Paradise (FarmPro)

    FarmPro turns regular planter boxes into a fully automated, wireless farming system.
    No pipes, no cables—just place a FarmPro barrel anywhere, and nearby planters will instantly link over the air.
    It takes care of everything for you: planting, watering, cloning, fertilizing, harvesting, and even generating special items. All of this happens virtually, with no visible devices or messy connections.
    Whether you're growing hemp, berries, potatoes, or something more exotic, FarmPro makes your farm faster, cleaner, and way more fun to manage.
     
    ⚙️ What You Can Do with FarmPro
    Plant and harvest automatically – Seeds and clones are planted into empty sockets, and ripe crops are harvested or cloned depending on your settings. Go 100% wireless – No industrial piping or power required. Planters connect wirelessly within a radius that you define. Choose between clone or harvest mode – Each planter can be switched between cloning or harvesting, and you'll see visual feedback when it's changed. Use simulated farming hardware – Sprinklers, heaters, and lights work virtually—no deployables. Craft special items – Combine specific fertilizers with plants and gene patterns to generate rare, customized items with unique names and effects. Access an in-game shop – Use a clean UI to buy FarmPro gear, fertilizers, and consumables. You can even sell items back for scrap or RP. Add NPC vendors – Spawn a FarmPro seller at the Outpost or anywhere you want, with a visible map marker and fully configurable stock. 🔥 Special Items with Real Buffs
    Grow plants using the right fertilizer and genes to generate rare items like: Ore Booster – Boosts mining yield and radiation resistance Beer of Strength – Gives cooling and comfort Recovery Balm – Increases max health and speeds up healing Energy Bloom – Makes you run and ride faster Recycler Fuel – Increases scrap yield and vision in darkness Each item is visually distinct and applies real, timed modifiers when used. 👥 Player Groups and Permissions
    You can set up multiple player tiers with different farming powers. For example: Control how many planters a player can use Adjust the wireless detection radius Set cloning and harvesting multipliers per crop Choose whether new planters start with full water Enable or disable access to the in-game shop You might have a "Default" group, and then extra perks for VIP1, VIP2, VIP3, VIP4, and Admins—each with more benefits. 💬 Useful Chat Commands
    /farmpro.give – Gives yourself a FarmPro box (permission: farmpro.give) /farmpro.menu – Opens the shop menu (only if allowed by your tier) /farmpro.spawnnpc – Spawns a vendor NPC where you're standing /farmpro.removenpc – Removes the nearest FarmPro NPC /farmpro.planters – Shows how many planters are currently on the server (admin only) /farmgive <identifier> <amount> <playerName|playerId> Parameters: <identifier>: The unique identifier for the custom item to be given. <amount>: The number of items to give. If the value is invalid or less than 1, it defaults to 1. <playerName|playerId>: The target player's display name or Steam64 ID. 🛒 Shop and Economy Integration
    FarmPro supports Scrap, Economics, and ServerRewards.
    All prices, items, and categories are fully configurable.
    Here’s the default FarmPro item setup:
    "Item Short Prefab Name": "box.wooden.large",
    "Item SkinID": 3529006189
    You can also add your own items and fertilizers to the shop.
    🔌 Plugin Compatibility
    FarmPro works great alongside:
    Ganja – Integrates with cannabis-related plants and items
    SkillTree – Grants XP and activates buffs on harvest
    Economics, ServerRewards – All fully supported
    ✅ Why Server Owners Love It
    No visible wiring or clutter
    Custom farming economy that players can grow into
    Clean, mobile-friendly UI
    Flexible configuration and permissions
    Powerful admin controls
    Fully monetizable with VIP perks and special items
     
    Start farming smarter today.
    No wires, no mess—just FarmPro.
     
    Configuration File
     
2m

Downloads

Total number of downloads.

9.3k

Customers

Total customers served.

135.5k

Files Sold

Total number of files sold.

2.8m

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.