// plugin · v1.0.2
AlwaysStocked
NPC vendors never run out
v1.0.2
plugin
vendingnpceconomyserver
// price
$2.99
Overview
Players will never see "out of stock" at Outpost or Bandit again. Every purchase auto-tops the stack back up to your configured default; a background timer sweeps any drift; admins can force a global restock on demand.
Features
- NPC vending machines keep a huge default stack on every item
- Automatic restock runs on a configurable timer
- Stock resets to full immediately after each purchase
- Admin command restocks every NPC vendor on demand
Chat commands
Type these in the in-game chat window (press T).
CommandDoesPermission
/as.restockall
Force-restock every NPC vending machine on the server to the configured stack size. Reports how many machines were restocked.
alwaysstocked.admin
Console commands
Run from the server console or RCON. Most are called by the UI — you rarely need to type them manually.
CommandDoes
as.restockall
Server/RCON form of /as.restockall
Permissions
Grant with oxide.grant <user|group> <permission>.
PermissionGrants
alwaysstocked.admin
Allows /as.restockall and the as.restockall console command
Key configuration
Tune in oxide/config/AlwaysStocked.json after the plugin loads for the first time.
KeyDefaultWhat it does
StockPerItem
100000
Stack size applied to every NPC vendor slot
RestockIntervalSeconds
30
Periodic restock cadence; 0 disables the timer
Included with purchase
AlwaysStocked.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
IDalwaysstocked
Slugalwaysstocked
Version1.0.2
Categoryplugin
AuthorxADROCx
Tagsvending, npc, economy, server
// related