Pack: Sudoku - teakivy/teaks-tweaks GitHub Wiki
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.
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
- Type -
boolean
- Default -
false
- Description - Controls whether the pack is enabled.
teakstweaks.command.sudoku
- Default -
true
- Description - Controls whether the player can use the
/sudoku
command.
"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
.
-