SimpleDatabase is a powerful and essential RocketMod plugin for Unturned servers that provides a robust player data management system using a MySQL database. It's designed to be a foundational plugin for roleplay and economy servers, offering persistent data storage, a unique player ID system, and a simple API for other plugins to integrate with.
Author: View Profile on Unturned Store
- MySQL Integration: Persistently saves all player data in an external and secure database.
- Nameplate ID System: Automatically assigns and prefixes a unique ID to player names (e.g.,
[101] PlayerName). - Economy System: Manages player
Balance(bank),Wallet(cash), andFines. - Player Attributes: Tracks and allows management of
Name,Age,Job, andDiscord. - VIP System: Includes a boolean
VIPstatus for players that can be easily integrated with other plugins. - Full Translatability: All in-game messages are configurable through a simple translation file.
- Granular Permissions: Total control over who can view or modify data with detailed permissions for every command.
- Developer API: A simple and powerful API for other plugins to access and modify player data.
All detailed documentation for installation, configuration, commands, permissions, and the developer API can be found on our official GitHub Wiki.
