// plugin · v1.0.4
PasteGate
Permission-tiered whitelist + per-wipe caps for Copy Paste
v1.0.4
plugin
admincopypastewhitelistui
// price
$3.99
Checkout coming soon
Overview
**Version:** 1.0.0 **Game:** Rust (Facepunch) **Framework:** Oxide / uMod (runs unchanged on Carbon) **Dependency:** [CopyPaste by misticos](https://umod.org/plugins/copy-paste) (4.2.x +) A permission-tiered whitelist UI in front of the Copy Paste plugin. Players see — and can paste — only the `.json` files allowed by the permission tiers they belong to. Admins get a free-form filename input that bypasses the whitelist. ---
Features
- **Permission-tiered whitelist** in front of CopyPaste — players see only the `.json` files their tier unlocks
- **Per-file, per-wipe paste caps** — each tier defines `filename → N` (or omit for unlimited)
- Per-row badges: `● 2/5`, `● MAXED 5/5`, `● UNLIMITED`, `● DISABLED`, `● MISSING`, `● ADMIN`
- PASTE button greys to `✕ MAXED` / `✕ OFF` server-side — defense in depth, not just UI hiding
- Counts auto-reset on `OnNewSave` (map wipe); persisted in `oxide/data/PasteGate_counts.json`
- Admins (`pastegate.admin`) bypass whitelist + caps via a free-form input row in the UI
- Players never hold `copypaste.paste` — temp-granted around the dispatch, revoked immediately
- Equivalent to typing `/paste <file> auth true stability true` — bases work the moment they spawn
- Configurable chat command (default `/pg`), `DefaultPasteArgs`, `AdminsBypassLimits`, `HideLockedTiers`
- Neon `SHADOW KIDS // PASTEGATE` UI: tier filter chips, search, pagination, file-on-disk verification
- Single-file install — drops into `oxide/plugins/`, runs unchanged on Carbon
- Verbose `[DBG]` logging behind a config flag for first-deploy troubleshooting
Chat commands
Type these in the in-game chat window (press T).
CommandDoesPermission
/pg
—
/pg <file>
—
/pg <file> arg1 arg2 ...
—
/pgr
—
Permissions
Grant with oxide.grant <user|group> <permission>.
PermissionGrants
pastegate.use
pastegate.admin
pastegate.remove
pastegate.tier.<key>
Included with purchase
PasteGate.cs— drop intooxide/plugins/orcarbon/plugins/- Lifetime updates — every future version, free
- Discord support from the Shadow Kids Studios community
- Per-server license — use on every server you run
Technical details
IDpastegate
Slugpastegate
Version1.0.4
Categoryplugin
AuthorShadow Kids Studios
Tagsadmin, copypaste, whitelist, ui, tiers, limits, shadowkids, gate
// related