Installation
Requirements
All Twinded scripts require the following base dependencies:
- VORP Core — Framework
- VORP Inventory — Inventory system
- twinded_libs — Shared utility library (free)
Some scripts may require additional dependencies — check each script's page for details.
Steps
1. Install twinded_libs
twinded_libs is a free shared library required by all Twinded scripts. Download it from the Tebex store and place it in your resources/ folder.
resources/
└── twinded_libs/Add it to your server.cfg:
bash
ensure twinded_libs2. Install a script
Download the script from Tebex, extract it, and place the folder in your resources/ directory.
resources/
├── twinded_libs/
└── twinded_collect/Add it to your server.cfg after twinded_libs:
bash
ensure twinded_libs
ensure twinded_collect3. Configure
See the Configuration guide for how to customize scripts.
4. Restart
Restart your server, or use:
/refresh
/ensure twinded_collect
