Jump to content
Message added by RustFlash,

If you need quick support, feel free to open a ticket on my Discord. When joining, please select the FLASH role.
I also have some free plugins there that might interest you.
https://discord.gg/2ftdtaTQ6S

1 Screenshot

  • 581
  • 5
  • 9.32 kB
  • Update details
    v1.0.0
    Released
    Download size9.32 kB
    Total versions1
    Freshness 41 days ago

Works with

Compatible add-ons, packages, or tools that pair well with this resource.

About FileWatcher

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 oxide/config/*.json
- Watches oxide/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 💝

  • Like 1

RustFlash's Collection

User Feedback

About Us

Codefling is the largest marketplace for plugins, maps, tools, and more, making it easy for customers to discover new content and for creators to monetize their work.

Downloads
2.5m
Total downloads
Customers
11k
Customers served
Files Sold
157.8k
Marketplace sales
Payments
3.4m
Processed total
×
×
  • 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.