UI TicTacToe is a classic Tic Tac Toe game that takes place in an inventory UI.
The number of games won, lost and drawn is recorded in a file TicTacToe_Player_Stats in the plugins folder for each player.
The number of games won, lost and drawn is recorded in a file TicTacToe_Player_Stats in the plugins folder for each player.
Commands
- /tictactoe [PLAYER_NAME]: Creates a game request to the player.
- /tictactoe cancel: Withdraws a created game request.
- /tictactoe accept: Accepts the received game request.
- /tictactoe deny: Rejects the received game request.
- /tictactoe stats: Displays the own statistics.
- /tictactoe stats [Player]: Displays the player's statistics.
- /tictactoe top: Shows an overview of the best players.
- /tictactoe info: Displays information about the plugin.
- /tictactoe help: Shows help for all commands.

