Skip to content

Latest commit

 

History

History
44 lines (31 loc) · 2.23 KB

README.md

File metadata and controls

44 lines (31 loc) · 2.23 KB

MyDU Server Admin Tools

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.

Repository Structure

1. Broadcast Messages

  • 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.

2. Item Management

  • 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.

3. Mods

  • Folder: mods
  • Description: A folder containing mods to use for in game interactions
  • Usage: Look in the folder for a better description per mod

4. Skin Management

  • 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.

5. Title Management

  • 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.

6. Teleportation Node Fix

  • 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

7. Blueprints

  • 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