Search the Community
Showing results for tags 'dev tool'.
-
Version 2.2.0
29 downloads
Description FileWatcher monitors your server’s config and lang JSON files and automatically reloads the affected plugin when changes are detected. This is aimed at faster iteration while developing or tuning plugins — edit JSON, save, and the plugin reloads itself. Features Config + Lang monitoring - Watches */config/*.json - Watches */lang/**.json (including subfolders) Safe reload behavior - Debounce (1s): prevents multiple reloads while a file is still being written - Reload cooldown (20s): prevents reload loops and spam - Ignore list: exclude specific plugins from being reloaded - Always ignores FileWatcher itself Stability - If the watcher throws errors, it auto-restarts itself after 5 seconds Debug mode - Optional debug output for watcher init, file changes, cooldown/debounce decisions, etc. Commands /fwstatus Shows watcher status (Config/Lang on/off) and ignored count. Admin only. Permissions No Oxide permission is used. Access is gated by player.IsAdmin. Config { "Watch config folder": true, "Watch lang folder": true, "Ignored plugins": [ "PermissionManager" // This is an example. ], "Debug mode": false } load, run, enjoy$3.55 -
Version 1.0.8
536 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. Now the log can also output to Discord for reference when not in game. 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, "Output Log to Discord?": false, "Discord URL": "" }Free- 7 comments
- 1 review
-
- 5
-
-
Version 2.0.6
830 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 -
Version 1.0.0
70 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
- 1 review
-
- 3
-
-
-
- #custom item
- #dev tool
-
(and 2 more)
Tagged with: