Search the Community
Showing results for tags 'dev tool'.
-
Version 0.0.3
21 downloads
Create Custom Items on the fly via command, handy for testing and Debug if needing to test items with certain Skins. Also can be used for Giveaways, Personalize an item name for Players, and set it up with their favorite Skin. Requires itemcreator.use Permission Console Command giveitem <playerid/name> <shortname> "ItemCustomName" <skinID> <quantity> Commands /Item itemShortName "custom name" skinID quantity ex - /item rifle.ak "Wrecks AR" 3023912444 1 Sends the item to your inventory /giveitem "playername" itemShortName "custom name" skinID quantity ex - /giveitem "Wrecks" rifle.ak "Wrecks AR" 3023912444 1 Sends To specific Player Using /item or /giveitem will send syntax Info.$6.50- 3 comments
- 2 reviews
-
- 1
-
- #custom item
- #dev tool
-
(and 2 more)
Tagged with:
-
Version 1.0.5
20 downloads
This is a Simple plugin I made when I needed to determine a SkinID of an item, so I could search through a config file and Remove the Outdated Skin. The info also logs to Console for copying of case sensitive or quick view of case sensitive info. I added the Name, Shortname, SkinID, ItemID & Text Field, to be sent to a Note for Debug or Development Purpose, or maybe there is a pesky custom item and you need to pinpoint its origin. Maybe it can be handy to you as well. Command - /check - Admin Only, Sends Note of Active Item Properties to your Inventory. If there is no Item, it will attempt to check your raycast for properties. Config { "Note SkinID": 3341490454 }Free- 7 comments
-
- 5
-
Version 2.0.6
336 downloads
Rust Snippets Rust Snippets are designed to enhance the coding experience for Rust plugin developers. It streamlines the programming workflow, eliminating the need to repeatedly visit forums or perform repetitive tasks. Rust Snippets integrates all Rust plugin hooks directly into Visual Studio, allowing developers to code on the fly with embedded comments for each hook. Expect regular updates. Shortcuts Setup: Initializes a default Oxide plugin setup. Harmony: Sets up a default Harmony Oxide plugin. Config: Sets up a basic config file. Language: Sets up a basic language file. ChatCommand: Creates a basic ChatCommand. ConsoleCommand: Creates a basic ConsoleCommand. Permissions: Configures basic permissions. Hook Snippets The remaining shortcuts are related to various Rust plugin hooks. Typing "On" or "Can" triggers a dropdown with all available hooks. These hooks currently include all hooks from https://umod.org/documentation/games/rust Tutorial Included in the download is a comprehensive readme that guides users through the setup process. The instructions are easy to follow, ensuring a smooth onboarding experience. Feel free to reach out with any questions. Credits Special thanks to @Billy Joe for the initial idea. Although he didn't continue his work, his contributions inspired me to carry on. Be sure to check out his previous work, he produced some excellent content. I hope I could make your life easier with these snippetsFree