Custom Store Items

Custom Store Items 1.0.0

Custom Store Items allows you to give any custom item you want to your players via a command

Command:

customstoreitems.give playerName/playerId Usable/Deployable skinId amount name

Example:

customstoreitems.give supreme Deployable 1856165291 1 "Scrap Helicopter"
customstoreitems.give supreme Usable 2307929123 1 "VIP 30 Days"
UsableCustomItem.png



The command can be used in Server Rewards/Tebex or via console in order to give the custom item to any player!
You can create a custom item that can be either placed or used/consumed, both can trigger a special command
After creating the item with a specified skin id you will have to add it to the configuration

Configuration:
JSON:
{
  "Deploy effect when deploying the custom item": "assets/prefabs/misc/halloween/lootbag/effects/loot_bag_upgrade.prefab",
  "Unwrap effect when unwrapping the custom item": "assets/prefabs/misc/halloween/lootbag/effects/gold_open.prefab",
  "Custom Items (Skin Id and their settings)": {
    "1": {
      "Custom Item Reward Type (Default/Spawn)": "Default",
      "Command to run after using the custom item (Leave empty if not needed)": "sr add {playerId} 100",
      "Item to spawn (Prefab) (Only works if the Item Reward Type is set to Spawn)": ""
    },
    "1594245394": {
      "Custom Item Reward Type (Default/Spawn)": "Spawn",
      "Command to run after using the custom item (Leave empty if not needed)": "",
      "Item to spawn (Prefab) (Only works if the Item Reward Type is set to Spawn)": "assets/bundled/prefabs/static/recycler_static.prefab"
    },
    "1856165291": {
      "Custom Item Reward Type (Default/Spawn)": "Spawn",
      "Command to run after using the custom item (Leave empty if not needed)": "",
      "Item to spawn (Prefab) (Only works if the Item Reward Type is set to Spawn)": "assets/content/vehicles/scrap heli carrier/scraptransporthelicopter.prefab"
    }
  }
}

Language:
JSON:
{
  "Unwrap": "You have unwrapped <color=#acfa58>{0}</color>!",
  "Deploy": "You have successfully deployed <color=#acfa58>{0}</color>!",
  "ReceivedItem": "You have received <color=#acfa58>{0}</color>!"
}

More Images:
ReceivingScrapHelicopter.png

ScrapHelicopterItem.png

Information

Author
supreme
First release
Last update
Rating
0.00 star(s) 0 ratings

Latest Release v1.0.0

Released
Jul 20, 2021 at 1:37 PM
Rating
0.00 star(s) 0 ratings


More resources from supreme

  • Turrets Extended
    Turrets Extended
    Allows players to toggle on/off the turrets/sam sites without the need of electricity
  • Rock Paper Scissors
    Rock Paper Scissors
    Allows players to invite others, gamble scrap & play rock, paper, scissors, the winner gets it all
  • Mission Rewards
    Mission Rewards
    Modifies rewards from the missions
  • Predator Missile
    Predator Missile
    Allows players to call in a predator missile
  • Barrel Stacks
    Barrel Stacks
    Barrel Stacks is a Rust plugin that allows players to stack barrels on top of each other!

Custom Store Items by supreme
© chaoscode.io Jul 20, 2021