Welcome to the MyDU Server Admin Tools repository. This project contains various scripts and utilities designed to help game server administrators manage in-game elements and player interactions. Each folder in this repository provides specific functionalities that can be tailored to fit different needs.
- Folder:
broadcast
- Description: Contains scripts for broadcasting messages to all players connected to the game.
- Usage: These scripts can be used to send announcements or alerts to all players. The messages can be scheduled using Task Sheduler (Windows) or
crontab
(Linux/macOS) for periodic broadcasting.
- Folder:
items
- Description: Provides scripts for giving items to players or adjusting item properties at mass.
- Usage: This script is useful for server admins who need to give special collectible items to players that are not available for purchase in-game. Admins can create item sets and distribute them as needed.
- Folder:
mods
- Description: A folder containing mods to use for in game interactions
- Usage: Look in the folder for a better description per mod
- Folder:
skins
- Description: Includes scripts for giving collectible skins to players.
- Usage: Similar to the item management scripts, these scripts allow admins to distribute collectible skins that players cannot buy in-game. Ideal for giving out exclusive or special edition skins.
- Folder:
titles
- Description: Example scripts for assigning titles to players.
- Usage: This feature allows admins to grant titles to players, such as "Astronaut," "Cosmonaut," or other titles that reflect achievements or roles within the game.
- Folder:
teleportation
- Description: A fix for activating teleportation units due to a bug in BO
- Usage: This fix is temporary until NQ fixes the bug for adding gameplayTag in BO
- Folder:
blueprints
- Description: The scripts included in this folder can be used to bulk import blueprints into BO
- Usage: Read the description in the folder