Download TicTacToe — Minecraft Mods — MetaMods
TicTacToe

TicTacToe

Active

Downloads

0

Last update

2 years ago

Versions

1.13 — 1.20.2
Server
Mini-games
Social

TicTacToe

A Spigot plugin that brings the classic game of Tic-Tac-Toe directly to your Minecraft server.

Gameplay image

Core Features

  • TableMaker - special tool for creating game tables
  • Customizable blocks - ability to choose which blocks can be transformed into game tables
  • Multi-language support - supports different languages for global audience

Animated demonstration

Commands and Permissions

Permission: ttt.delete

  • Command: /ttt delete - deletes the game table you're looking at

Permission: ttt.reload

  • Command: /ttt reload - reloads tablesLoc.yml and config.yml files

Permission: ttt.give

  • Command: /ttt give - gives Table Maker

Interface image

Configuration

Default config.yml

#Available languages
#en_US
#es_ES
locale: en_US

# This is the en_US.yml version for reference.
# ONLY EDIT ONCE ALL LANGUAGE FILES HAVE BEEN UPDATED.
languageFile: 3

# Blocks that you can convert into a game table
# If you want to add a block you can get the id from here https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html
gameTables:
  - EMERALD_BLOCK
  - CHISELED_STONE_BRICKS

Default en_US.yml

game:
  title: "TicTacToe"
  turn: "Is not your turn"
  tie: "Tie"
  win: "You win"
  lose: "You lose"
  invite: "Write the name of the player you want to invite"
  invitedBy : " has invited you to a game, /ttt accept to accept the invitation"
  invited: "You invited "
  60s: "You have 60 seconds to accept the invitation"
  expired: "The invitation has expired"
  noInvitation: "You don't have any invitation"
  table:
    title: "Game Table"
    subtitle: "Click to invite a player"
notOnline: " is not online"
autoInvite: "You can not invite yourself"
config:
  reloaded: "[TicTacToe] Config reloaded!"
  perms: "You do not have permission to use this command"
  help: "Use /ttt help to see the commands"
  update: "TicTacToe has a new update"
  notUpdate: "TicTacToe is up to date"
  console: "Only a player can use this command"
  delete: "Use /ttt delete"
Project members
IB

IB

Developer

Created: 1 Aug 2023

ID: 20611