Pack: Sudoku - teakivy/teaks-tweaks GitHub Wiki

Pack: Sudoku (sudoku)

Sudoku adds a command that allows the player to easily teleport back to their spawnpoint by playing an imaginary game of Sudoku. Aka killing themselves.

Showcase

sudoku

Config

The config for this pack can be found in the config.yml file for the plugin.

# Sudoku
# Allow players to commit sudoku
#
# Commands:
# /sudoku (Permission: teakstweaks.command.sudoku)
sudoku:
  enabled: false

Options

enabled

  • Type - boolean
  • Default - false
  • Description - Controls whether the pack is enabled.

Linked Commands

Permissions

teakstweaks.command.sudoku

  • Default - true
  • Description - Controls whether the player can use the /sudoku command.

Messages

"sudoku.name": "Sudoku",
"sudoku.description": "Allow players to commit sudoku.<newline>Command: /sudoku",
"sudoku.death_message": "<player> played Sudoku",

sudoku.name

  • Default - Sudoku

sudoku.description

  • Default - Allow players to commit sudoku.<newline>Command: /sudoku

sudoku.death_message

  • Default - <player> played Sudoku
  • Placeholders
    • player - The player who executed /sudoku.
⚠️ **GitHub.com Fallback** ⚠️