πŸ› οΈConfiguration

Available Minigames

Circuit Minigame

Game ID: circuit

A puzzle-based minigame where players must complete electrical circuits by connecting nodes and paths.


Enigma Minigame

Game ID: enigma

A sequence-based decryption challenge where players must decode encrypted patterns within a time limit.


Morse Code Minigame

Game ID: morse

A communication-based challenge where players must decode morse code messages using dots and dashes.


Bruteforce Minigame

Game ID: bruteforce

A password cracking simulation where players must break through security systems using various techniques.


Tuning Minigame

Game ID: tuning

A frequency-based minigame where players must tune into the correct frequency or signal.


Command Configuration

  • Description: Controls whether the test command for minigames is enabled or disabled.

  • Default: true

  • Usage: When enabled, allows the use of /startMinigame command for testing purposes.


Command Usage

When Config.CommandEnabled is set to true, you can use the following command:

Parameters:

  • minigame: The type of minigame to start

    • Available options: circuit, enigma, morse, bruteforce, tuning

  • time: Time limit in seconds (default: 60)

Examples:


Export Function

  • Description: Programmatically start a minigame from another resource.

  • Parameters:

    • minigame (string): The minigame type to start

    • time (number): Time limit in seconds

  • Returns: Boolean indicating success or failure of the minigame

  • Example Usage:


Integration

To integrate these minigames into your scripts:

  1. Basic Integration:

  1. Advanced Integration EXAMPLE:


Sound Configuration

Path: html/config.js

  • Description: Controls the volume level for minigame sound effects.

  • Range: 0.0 to 1.0 (0% to 100%)

  • Default: 0.5 (50%)


Last updated