Skip to content

a repository with usefull scripts used on the mydu server installation

Notifications You must be signed in to change notification settings

JeronimoDU/mydu-scripts

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

a repository with usefull scripts used on the mydu server installation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 51.9%
  • C# 30.2%
  • Shell 9.1%
  • Batchfile 8.8%