Jump to content

xXBIGSPENDERXx's Wishlist

  1. More information about "Shop UI"

    $32.99

    Shop UI

    Well rounded shop, with various features. It's standalone plugin which is compatible with WelcomePanel, HumanNpc.
    This plugin also supports selling commands, wipe block, no escape, sales, permission access.
      Multi-currency support
    Use different currencies for different items. Economics and ServerRewards (RP) is supported as well as scrap or any other ingame item.

     
      Restrictions
    Combat, raid, spawn and building block supported alongside with  basic cooldowns and wipe block.   NoEscape is required for combat and raid block.
     
     
      Appearance  
    Simple and clean design to ensure smooth user experience for your players.   Additionally Shop can be inserted into WelcomePanel to achieve "all in" server panel.
      Customization
    Widely customizable and feature rich Shop which will  fit all needs of your community.    

     
      Field Tested
    Plugin made by experienced developer,  tested by hundreds of server owners and used by some big organizations.
     
     
      Discord  
    Customer support available on discord,


     
    Installation
    - unzip downloaded package and place Shop.cs file into your plugin folder.
    - after succesfuly loading the plugin, data folder oxide/data/Shop will be generated
    - take data files provided in plugin package and drop them into your Shop data folder

    After finishing these steps your shop is ready to used.      
      Server Currency  
    If you don't wish to use ingame items as currency make sure you use either Economics or ServerRewards as you currency management as only those two plugins are compatible with Shop. Default currency setting is Economics ("eco"), if you wish to change it navigate to "oxide/data/Shop/Items.json", open this file in some text editor (VSC recommended) and simply select "eco" and mass replace for desired value. (video here)

    "eco" for Economics
    "rp" for ServerRewards
    "scrap" or any other ingame item
      Shop Categories
    To remove, change or add new categories open "oxide/data/Shop/Categories.json" file. There you will find all categories alongside with items lists. If you wish to remove certain items from category, just head over to item list and delete from there.
      Items
    Changing prices
    In "oxide/data/Shop/Items.json" you will find every item with their properties, to quick search for specific items press "CTRL + F".  By leaving BuyPrice or SellPrice at 0 you will disable selling or buying of said item. Due to multi-currency support prices can be set only in whole numbers, no decimals. To offset for this, you can set minimal amount requirement. For example instead of selling one piece of wood for 0.01$ you can set minimal amount of  100x wood for 1$.  

    Removing items
    If you wish to remove some items from Shop, you can do that directly in  "data/Shop/Categories.json" file. Removing items from "Items.json" is not needed as they have no effect unless they are listed in some category.

    Adding new items
    To add new item you must first head over to "Items.json" data file and create new entry by copy pasting some of the existing ones. Once done with that you can add the  item into category. To add multiple versions of same item can be created by simply adding unique tag behind shortname, for example "rifle.ak{1}",  "rifle.ak{2}", etc...
      Commands
    Adding new commands
    Commands can be create at "data/Shop/Commands.json". Plugin can only run server side console commands and then parse steam id or player name with tags {steamid} and {playername}. There are two examples shown in default data file. Server side console commands are common thing and almost all plugins utilize them.

    Listing commands in categories
    Simply type in one of your command names into category item list like this "cmd/yourCommandName". Slash cmd in front of command name is there to make difference between ingame item and command.
      Cooldowns
    These are very basic, cooldown is triggered when buy/sell action is triggered. By using minimal amount requirement for items you can manage how much player buy and how often. Cooldowns are managed in "data/Shop/Cooldowns.json". Default data file contains two example of cooldowns but it's simply shortname and amount of seconds.  
      Restrictions
    Raid and Combat Block
    Managed by NoEscape plugin, option to enable these two block can be found in config file.

    Building Block
    Prevents players from using shop while they are building block, option can be found in config file.

    Spawn Block
    Prevents players from using shop after they respawn, amount of seconds can be set in config file, 0 = disabled.

    Wipe Block
    Prevents players from buying specific items after wipe. Settings are located in "data/Shop/ItemsWipeBlock.json", similar as cooldowns.
      Sales
    By Permission (config file)
    Discount on every item in the shop assigned by permission, multiple permission can be created with their own discount values.

    By Category (categories data file)
    Discount for every item within specified category.

    By Item
    Discount for specific item in the shop. If item is already in discounted category, higher discount will be applied.
      WelcomePanel integration
    To integrate this plugin into WelcomePanel simply use one of the four configs included in download package. These config were premade for each WelcomePanel template (goes from 1 to 4). In case you have own  highly customized layout for WelcomePanel you will have to adjust "Layout Container" in Shop config file by yourself.

       
     
     
     


     
     
     
     
  2. More information about "Triangulation"

    $30.00

    Triangulation

    Welcome to a new arctic event where players will need to brave the arctic biome to deal with packs of aggressive feral animals!
     

    Description
    The event begins with a chat warning explaining that scientists studying the arctic area of the island have been attacked by vicious animals and need to quickly be evacuated. Since leaving in such a hurry, they left their drilling rig behind, which extracts a lot of profitable resources, currently the location of the rig is not known. Players are able to find and use this rig, since it is left unguarded, but first they have to find it's location. The team left behind three signal receivers at different locations on the island. The player needs to scan each of them sequentially. This won't be as easy as it sounds, utilizing the signal receivers seems to be a big part of what is aggravating the packs of animals nearby that led to the attack. The animals seem so crazed by the signal receivers running that they will attack and try to destroy them when the players use them to triangulate the location of the drilling rig. Players should protect the receivers if they have any hopes to retrieve the location of the rig, they will need to use all three receivers to find it. The rig will need quite a few batteries to run, players should loot these after running each scan. To incentivize keeping these scanners running, loot is provided with each successful scan of the area. The more health each scanner has upon completing the scan the more batteries will be received as a reward. The more batteries are in the rig, the longer it will run and the richer the reward will be in the end.
    In the plugin configuration you can change almost anything you can think of, the loot in each location, the signal receivers and drillig rig parameters, timers, attack waves, animal configuration, and almost any customization you can think of will be found in the config file. Put on some warm clothing and head out to meet the new challenge!
     
    Dependencies  Required
    AnimalSpawn  
    Dependencies (optional, not required)
    TruePVE GUI Announcements Notify Discord Messages NTeleportation Economics Server Rewards IQEconomic XPerience  
    Chat commands (only for administrators)
    /tstart - start the event
    /tstop - end the event
     
    Console commands (RCON only)
    tstart - start the event
    tstop - end the event
     
    Plugin Config
    en - example of plugin configuration in English ru - example of plugin configuration in Russian  
    Hooks
    void OnTriangulationStart() – called when the event starts
    void OnTriangulationEnd() – called when the event ends
    void OnTriangulationWinner(ulong winnerId)  – called at the end of the event, where the  winnerId  is the player who did more actions to complete the event
    void  OnTriangulationReceiverSpawn(Vector3 pos, float radius) -  called when the signal receiver spawn on the map
    void  OnTriangulationDrillSpawn(Vector3 pos, float radius) -  called when the drilling rig spawn on the map
     
    My  Discord:  kpuctajl
    Join the Mad Mappers Discord  here!
    Check out more of my work  here!
  3. More information about "WoundedNPC"

    $16.98 $9.99

    WoundedNPC

    Introducing WoundedNPC — where NPCs don't just die; they make a scene!
    Watch in amusement as your NPCs go from tough guys to crybabies, collapsing and crying out in pain. They'll lie there, whining and wailing, giving you a show worth watching!
    Perfect for adding a touch of humor to your Rust world. Your NPCs will now collapse similar to players, with customizable scream (or other sound of your   choice!) with a configurable chance to get back up for a second chance.
    Get ready for the most entertaining and theatrical NPC deaths ever with WoundedNPC!
     
    Features:
    NPCs will enter a wounded state Configurable % chance for them to get back up Configurable wounded timer for them Configurable scream sounds Lightweight format sounds stored in data for minimal delay Automatically checks if screams listed in config exist, if not, it's downloaded. Ability to exclude specific NPCs by either prefab path, or partial name matching (useful to exclude zombies or any other NPC which you wish to die immediately) Notes:
    Dependency plugin - TapeLibrary by Nikedemos - Included 5 scream sound files included Audio file format .ogg     Mono channel   (can convert mp3 to a mono .ogg here , then upload to a file host of your choice ensuring link leads directly to downloading the file) Sound Loops - worth ensuring your wounded timer is around the same length as sound files.  
     
    Example config
    { "Enabled: ": true, // can disable the plugin features from the config if needed "Wounded timer: ": 20, // how long will the NPC stay in wounded state "Chance to die after wounded timer: ": 50, // percentage chance NPC will NOT get back up after being wounded "NPC Prefab paths to exclude: ": [], // can exclude an entire prefab path for an npc (eg for scarecrow) "Exclude NPC where their displayname contains: ": [ "Marauder", "Zombie" ], // can exclude NPCs by their full or partial display name. "Boombox Prefab Path: ": "assets/prefabs/voiceaudio/boombox/boombox.deployed.prefab", // don't need to touch unless boombox prefab path ever changes or there's a new boombox type item introduced. "Wounded Sounds URLs: ": [ "https://www.dropbox.com/scl/fi/vyhsne1efaictwl39oqgu/Scream-Medium-C1-www.fesliyanstudios.com.ogg?rlkey=7ae1rnbtwj662puo874t823y6&st=svp1qa0x&dl=1", "https://www.dropbox.com/scl/fi/j6zo85v7uuwje4scenmm3/longpain1.ogg?rlkey=7cmumo9z40no1xkdzkcwzxl36&st=gef2dhc7&dl=1", "https://www.dropbox.com/scl/fi/gb2jkxu1gxfsqjxmtum32/longpain2.ogg?rlkey=81iwgqqw9j26t7f7vfbzg1diw&st=f5s5k1to&dl=1", "https://www.dropbox.com/scl/fi/04o1ukje93tly4rjx9dvu/longpain3.ogg?rlkey=cjkv5ks97307yadnah0pvua8b&st=ns0tqygh&dl=1", "https://www.dropbox.com/scl/fi/e6ey5eqevqwey43b16xj2/longpain4.ogg?rlkey=28vksom5xd5o82rhvy5kmiaj7&st=wgo8v7ue&dl=1" ], // Direct URL to scream sound files "Enable Debug Messages: ": true // debug messages in console. Turn off to reduce spam. Turn on for troubleshooting }  
  4. More information about "BlackMarket | Black Market & Money Wash Dealer: Ultimate Underground Trading Plugin"

    $39.99

    BlackMarket | Black Market & Money Wash Dealer: Ultimate Underground Trading Plugin

    BlackMarket is a complex plugin that awakens the dark dealings of the underground. It offers players a completely new gaming experience by introducing illegal trading activities with special currencies. Thanks to the various customization options, the plugin can be perfectly adapted to individual needs.
     
     

    ⇨ MoneyWash Dealer:
    ➤ The MoneyWash Dealer offers the possibility to exchange black money for a special currency. By default, Scrap is exchanged for Golden Scrap - my exclusive currency that is used on my server. Players can thus safely launder their illegal winnings to use them for other transactions.
    ⇨ Black Market Merchant:
    The Black Market Merchant provides access to various stores:
    ➤ Weapons Shop: Players can purchase exclusive weapons here.
    ➤ Ammoshop: A place to stock up on ammunition.
    ➤ Special Items & Fun Items: Players can purchase unique items or fun items that can only be paid for with special currencies such as Golden Scrap. You can, of course, customize the stores to suit your needs.
    ⇨ Dynamic dealer behavior:
    ➤ The two dealers don't stay in one place for long. To avoid being caught, they change their position every X minutes. As a result, they always remain hidden and ensure an immersive and dynamic gaming experience.
     

    ➤ no Commands
     

    ➤ blackmarket.moneywash - Allows basic use of the Money Wash Dealer.
    ➤ blackmarket.dealer - Allows basic use of the Black Market Dealer.
     

    ➤ The plugin offers numerous configuration options so that it can be easily customized to the needs of each server.
    See this one:
    How can I set up BlackMarket?
     
    load, run, enjoy 💝
    Support Discord ⇽ Free Download GoldenScrap Plugin

    *Attention because there are frequent questions after the purchase I would like to explain 1-2 things here!
    If you buy the plugin, it is naked!
    You must define your monuments before putting it into operation.
    Since everyone has different needs, I have made the plugin simple so that everyone can adjust these settings with copy/paste and numbers. I have made you an example using airfield. You can set this for each monument. You make these settings only once! The dealers spawn at a map wipe regardless of the direction of the monument, how high it is or how it is inclined again at this point. Do the work for yourself.
    If you find great spots, please share them on discord via ticket.
    Maybe I’ll make a long list of choices if enough people get in touch
     
  5. More information about "Lighthouse Party Event"

    $9.90

    Lighthouse Party Event

    This plugin creates a party in the lighthouse where one of the dancers has had too much to drink and feels sick.If you help him and find him a bottle of mineral water in a foodbox in the lighthouse area, he will give you the key to the door.

    Chat and Consolecommand  available to admins only.:
    lpstart lpstop givekey givewater Contact:
    Additional free plugins created by me are available  on Discord: https://discord.gg/C5CehdJMdK 
    If you want to try out this plugin, you can do so on the test server. IP:  212.73.137.3:27195 
    My public Rust server IP: 136.243.135.46:28050 
     
     
    Video:
    FoodBox position:

    Config:
    { "Version": { "Major": 1, "Minor": 0, "Patch": 2 }, "Automatic event start": false, "Minimum time for event start": 3600.0, "Maximum time for event start": 7200.0, "Duration of the event": 2800.0, "Warning messages before event start": 120.0, "Warning messages before event end": 120.0, "The event starts at night only?": true, "Use mapmarker?": true, "Chat icon": 0, "RadioLink": "https://stream.techno.fm/radio1-192k.mp3", "List of lootable crates": [ { "Prefab": "assets/bundled/prefabs/radtown/crate_normal.prefab", "Position": "(1.572, 27.500, -1.136)", "Rotation": "(0, 54.606, 0)", "Use custom loot?": false, "CustomLoot": { "Minimum items": 1, "Maximum items": 1, "Use minimum - maxium?": false, "List of items": [ { "ShortName": "xmas.present.small", "Minimum": 3, "Maximum": 6, "Chance": 100.0, "Give blueprint?": false, "SkinID": 0, "Displayname": "" } ] } }, { "Prefab": "assets/bundled/prefabs/radtown/crate_normal.prefab", "Position": "(0.282, 29.517, -2.851)", "Rotation": "(0, 90, 0)", "Use custom loot?": false, "CustomLoot": { "Minimum items": 1, "Maximum items": 1, "Use minimum - maxium?": false, "List of items": [ { "ShortName": "xmas.present.small", "Minimum": 3, "Maximum": 6, "Chance": 100.0, "Give blueprint?": false, "SkinID": 0, "Displayname": "" } ] } }, { "Prefab": "assets/bundled/prefabs/radtown/crate_elite.prefab", "Position": "(1.783, 27.500, -2.563)", "Rotation": "(0, 327.260, 0)", "Use custom loot?": false, "CustomLoot": { "Minimum items": 1, "Maximum items": 1, "Use minimum - maxium?": false, "List of items": [ { "ShortName": "xmas.present.small", "Minimum": 3, "Maximum": 6, "Chance": 100.0, "Give blueprint?": false, "SkinID": 0, "Displayname": "" } ] } }, { "Prefab": "assets/bundled/prefabs/radtown/underwater_labs/crate_food_2.prefab", "Position": "(0.428, 28.211, -1.426)", "Rotation": "(0, 327.621, 0)", "Use custom loot?": false, "CustomLoot": { "Minimum items": 1, "Maximum items": 1, "Use minimum - maxium?": false, "List of items": [ { "ShortName": "xmas.present.small", "Minimum": 3, "Maximum": 6, "Chance": 100.0, "Give blueprint?": false, "SkinID": 0, "Displayname": "" } ] } } ], "Key item setting": { "Key item shortname": "door.key", "Key skinID (0 - default)": 3370208540, "Key item displayname": "LIGHTHOUSE PARTY KEY" }, "Mineral water item setting": { "Mineral water item shortname": "smallwaterbottle", "Mineral water skinID (0 - default)": 3371773425, "Mineral water item displayname": "MINERAL WATER" }, "Dancing Npcs name and outfit": { "Name": "Party Face", "Wear items": [ { "ShortName": "shirt.collared", "SkinID (0 - default)": 3035466202 }, { "ShortName": "pants", "SkinID (0 - default)": 2357992772 }, { "ShortName": "shoes.boots", "SkinID (0 - default)": 2673890130 }, { "ShortName": "partyhat", "SkinID (0 - default)": 0 } ] } }  
2.2m

Downloads

Total number of downloads.

10.3k

Customers

Total customers served.

149.5k

Files Sold

Total number of files sold.

3.2m

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.