For the complete documentation index, see llms.txt. This page is also available as Markdown.

Restock System

What is Restock?

Restock is a VIP-only feature that automatically refills consumables (potions, seeds, fly wings) into your inventory whenever you run low!

🧠 How It Works

  • VIP Requirement: You must have active VIP status to use restock commands.

  • Invisible Vault: Each character has their own separate Restock Vault.

  • Not Standard Storage: It cannot be opened like @storage. You use commands to put items in or take items out.

  • Automatic Refill: When an item in your inventory drops below your set limit, the system automatically pulls supplies from your vault.

🛠️ Step-by-Step Example

Let's say you want to keep 20 Yggdrasil Seeds in your inventory, and refill whenever you drop below 10:

1

Set the Config Rule

@restock 608 10 20 0
  • 608 = Item ID (Yggdrasil Seed )

  • 10 = Trigger amount (refill when inventory has lower than 10)

  • 20 = Target amount (refill back up to 20)

  • 0 = Mode (0 = Add to inventory, 1 = Remove from inventory)

2

Deposit Supplies into Vault

@restockdeposit 608 100
  • Moves 100 Yggdrasil Seeds from your inventory into your character's Restock Vault.

3

Turn Restock ON

@restockon
  • Turns the system on! Now whenever your seeds drop below 10, it auto-refills up to 20 from your vault. Restock will remain on as long as you have VIP Status

📋 Command Cheat Sheet

Command
What It Does

@restockon

Turn restock ON

@restockoff

Turn restock OFF

@restockstatus

Check if restock is ON or OFF

@restocklist

View all your active restock rules

@restockvault

View what items are inside your vault

@restock <ID> <min> <max> 0

Set a restock rule for an item

@restockdeposit <ID> <amount>

Put items from inventory into vault

@restockwithdraw <ID> <amount>

Take items from vault back to inventory

@restock

Show command help list

❓ Troubleshooting & FAQs

Q: Why is my item not restocking?
  1. Did you turn it on using @restockon?

  2. Is your account currently VIP?

  3. Did you set the config (@restock) before depositing items?

  4. Do you have items remaining inside your @restockvault?

Q: Can my other characters use items in my vault?

No. Each character has their own separate vault. You must deposit items for each character individually.

Last updated