Wonder Scripts - Docs
  • About Me
  • SCRIPTS
    • Wonder Fakeid
      • Config file
    • Wonder Warehouse
      • Config file
    • Wonder Peacetime
      • Config file
    • Wonder Storage
      • Config file
    • Wonder Apartments
      • Config file
    • Wonder Notify
      • Config file
Powered by GitBook
On this page
  • Installation
  • Putting script to server
  • Inserting into database
  • How does it work?
  • If you have any problem, join our discord for support.
  1. SCRIPTS

Wonder Storage

PreviousConfig fileNextConfig file

Last updated 9 months ago

Installation

Putting script to server

  • Download script from

  • Put in your server files

  • put ensure wonder_storage in your server.cfg

Inserting into database

  • open your program where you work with your server database

  • find import file button

  • select import.sql file

CREATE TABLE IF NOT EXISTS `wonder_storage` (
  `pincode` int(4) DEFAULT NULL,
  `stash` varchar(50) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

How does it work?

Set the locations with a unique storage name in the config. Set the owner of the storage and restart the script.

The owner then accesses the storage and has to set a new PIN the first time it is opened. He then uses the set pin to access the storage.

He can share the PIN with other players and grant them access to the storage. If the player wants to change the pin, he can change it at the same place where he first set it.

If you have any problem, join our for support.

GitHub
discord