Project details
Project: FileWatcher
dev language: c# oxide
Plugin language: en
Author: @RustFlash
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.
Config + Lang monitoring
oxide/config/*.jsonoxide/lang/**.json (including subfolders)Safe reload behavior
Stability
Debug mode
/fwstatusplayer.IsAdmin.{
"Watch config folder": true,
"Watch lang folder": true,
"Ignored plugins": [
"PermissionManager"
],
"Debug mode": false
}
load, run, enjoy 💝