Skip to content

πŸ“– Getting Started

Fran2019 edited this page Jun 4, 2025 · 8 revisions

πŸ–₯️ Usages

To utilize this program, called BotMaster, Java 17 or later is required. It is recommended to upload it to a hosting site and have at least 1 GB of RAM available for smooth operation. A low to medium gamma processor is sufficient, though a higher gamma processor is preferable. If you have more than 50 servers, it's recommended to use global commands. It is executed using the command java -jar (jarname).

πŸ“„ Configuration

# The token used for authentication.
token: ""

# MongoDB configuration options.
mongodb:
  # Enable or disable MongoDB usage.
  enabled: false
  # URI for connecting to the MongoDB instance.
  uri: ""

# Redis configuration options.
redis:
  # Enable or disable Redis usage.
  enabled: false
  # URI for connecting to the Redis instance.
  uri: ""

# LavaLink configuration options.
lavalink:
  # Enable or disable LavaLink usage.  
  enabled: true

# Command settings.
commands:
  # Configuration for slash commands.
  slash:
    # Enable or disable slash commands.
    enabled: true
    # Specify whether to register commands globally or locally. (Global may take 1 hour to update and become effective)
    register: "Local"  # Options: Global or Local
  # List of commands to be disabled.
  disabled: []

🧭 Navigation Menu

🏠 General

Clone this wiki locally