{"id":156182,"date":"2026-06-09T15:24:35","date_gmt":"2026-06-09T12:24:35","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/tic-tac-toe\/"},"modified":"2026-06-09T15:24:35","modified_gmt":"2026-06-09T12:24:35","slug":"tic-tac-toe","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/tic-tac-toe\/","title":{"rendered":"Tic Tac Toe"},"content":{"rendered":"<p> **TicTacToe** is a plugin that allows you to play **Tic Tac Toe** with your friends in an inventory-based GUI.<\/p>\n<p>### \ud83d\udcf7 Screenshots<br \/>\n<img decoding=\"async\" width=430 src=\"https:\/\/github.com\/MrQuackDuck\/TicTacToe\/assets\/61251075\/52ae74ca-efe1-4391-83cf-abcaa8650e55\" \/><br \/>\n<img decoding=\"async\" width=300 src=\"https:\/\/github.com\/MrQuackDuck\/TicTacToe\/assets\/61251075\/d9139e12-759c-4846-b7bb-62a0ee862bfd\" \/><\/p>\n<p>### \ud83d\udcbb Commands<br \/>\n&#8211; `\/ttt info` \u2014 shows info about commands.<br \/>\n&#8211; `\/ttt invite <player>` \u2014 invite a player to play.<br \/>\n&#8211; `\/ttt accept` \u2014 accept the invite to play.<br \/>\n&#8211; `\/ttt reload` \u2014 reload the config.<\/p>\n<p>### \ud83d\udd1e Permissions<\/p>\n<p>&#8211; `tictactoe.admin` _(for **operators** by default)_ \u2014 Allows to reload the plugin (with `\/ttt reload`)<br \/>\n&#8211; `tictactoe.invite` _(**true** by default)_ \u2014 Allows a player to invite other players to play (with `\/ttt invite <player>`)<br \/>\n&#8211; `tictactoe.accept` _(**true** by default)_ \u2014 Allows a player to accept other player&#8217;s invites (with `\/ttt accept`)<\/p>\n<p>> [!CAUTION]<br \/>\n> A player with `tictactoe.accept` permission set to `false` won&#8217;t see incoming play requests.<\/p>\n<p>### \ud83d\udcc4 Default config<br \/>\n&#8220;`yml<br \/>\nitems:<br \/>\n  # See full list on https:\/\/hub.spigotmc.org\/javadocs\/spigot\/org\/bukkit\/Material.html<br \/>\n  &#8220;first&#8221;: &#8220;BLUE_DYE&#8221;<br \/>\n  &#8220;second&#8221;: &#8220;WHITE_DYE&#8221;<\/p>\n<p>misc:<br \/>\n  # Determines if a firework will be spawned<br \/>\n  # for winner<br \/>\n  &#8220;spawnFireworkForWinner&#8221;: true<\/p>\n<p>  # Determines if in chat will appear a message<br \/>\n  # that tells about someone won against someone in Tic Tac Toe<br \/>\n  &#8220;broadcastWinEnabled&#8221;: false<\/p>\n<p>  # Determines if in chat will appear a message<br \/>\n  # that tells about two players had a draw in Tic Tac Toe<br \/>\n  &#8220;broadcastDrawEnabled&#8221;: false<\/p>\n<p>messages:<br \/>\n  &#8220;prefix&#8221;: &#8220;&#038;#F0F8FF[TicTacToe] &#038;r&#8221;<br \/>\n  &#8220;info&#8221;: &#8220;&#038;#318CE7Info:n<br \/>\n  &#038;#318CE7\/ttt invite <Player>&#038;#F0F8FF &#8211; invite a player to play tic tac toen<br \/>\n  &#038;#318CE7\/ttt accept&#038;#F0F8FF &#8211; accept play request&#8221;<br \/>\n  &#8220;broadcast-win-message&#8221;: &#8220;&#038;#318CE7%s won against %s!&#8221;<br \/>\n  &#8220;broadcast-draw-message&#8221;: &#8220;&#038;#318CE7%s and %s have a draw!&#8221;<br \/>\n  &#8220;only-players&#8221;: &#8220;&#038;#CF1020Only players can use this command.&#8221;<br \/>\n  &#8220;command-not-found&#8221;: &#8220;&#038;#CF1020Command wasn&#8217;t found! Maybe you don&#8217;t have enough permissions?&#8221;<br \/>\n  &#8220;provide-a-name&#8221;: &#8220;&#038;#CF1020Provide the name of a player to invite!&#8221;<br \/>\n  &#8220;player-wasnt-found&#8221;: &#8220;&#038;#CF1020Player wasn&#8217;t found!&#8221;<br \/>\n  &#8220;cant-send-to-yourself&#8221;: &#8220;&#038;#CF1020You can&#8217;t send a request to yourself!&#8221;<br \/>\n  &#8220;receiver-does-not-have-enough-permissions&#8221;: &#8220;&#038;#CF1020This player doesn&#8217;t have enough permissions to accept your play request!&#8221;<br \/>\n  &#8220;previous-request-was-deleted&#8221;: &#8220;&#038;#FECB00Your previous request was deleted!&#8221;<br \/>\n  &#8220;request-sent-successfully&#8221;: &#8220;&#038;#318CE7The request was sent &#038;nsuccessfully&#038;r&#038;#318CE7!&#8221;<br \/>\n  &#8220;received-a-request&#8221;: &#8220;&#038;#318CE7You have received a request to play from &#038;#F0F8FF%s&#038;#318CE7!nType &#038;n\/ttt accept&#038;r&#038;#318CE7 to accept!&#8221;<br \/>\n  &#8220;request-to-play-wasnt-found&#8221;: &#8220;&#038;#CF1020The request wasn&#8217;t found!&#8221;<br \/>\n  &#8220;request-was-accepted&#8221;: &#8220;&#038;#8EE53FYour play request was accepted!&#8221;<br \/>\n  &#8220;you-accepted-request&#8221;: &#8220;&#038;#8EE53FYou&#8217;ve accepted the request from %s.&#8221;<br \/>\n  &#8220;you-won&#8221;: &#8220;&#038;#8EE53FYou won the game against &#038;n%s&#038;#8EE53F!&#8221;<br \/>\n  &#8220;you-lost&#8221;: &#8220;&#038;#CF1020You lost against &#038;n%s&#038;#CF1020!&#8221;<br \/>\n  &#8220;game-ended-draw&#8221;: &#8220;&#038;#FECB00Game ended draw!&#8221;<br \/>\n  &#8220;opponent-aborted-game&#8221;: &#8220;&#038;#318CE7Your opponent aborted the game! &#038;#8EE53F&#038;nYou are the winner!&#8221;<br \/>\n  &#8220;you-aborted-game&#8221;: &#8220;&#038;#CF1020You&#8217;ve aborted the game! You lost.&#8221;<\/p>\n<p>  # Gui messages (that are shown in game inventory)<br \/>\n  &#8220;gui-prefix&#8221;: &#8220;[TTT] &#8221;<br \/>\n  &#8220;gui-player&#8217;s-turn&#8221;: &#8220;%s&#8217;s turn!&#8221;<br \/>\n  &#8220;gui-draw&#8221;: &#8220;Draw!&#8221;<br \/>\n  &#8220;gui-player-won&#8221;: &#8220;%s won!&#8221;<\/p>\n<p>  # Admin messages<br \/>\n  &#8220;plugin-reloaded&#8221;: &#8220;&#038;#318CE7Plugin was reloaded!&#8221;<br \/>\n  &#8220;failed-to-reload&#8221;: &#8220;&#038;#CF1020Plugin was failed to reload.&#8221;<br \/>\n&#8220;`<\/p>\n<p>## \u2602 Getting started<\/p>\n<p>**[IMPORTANT]** Before getting started, make sure that the plugin&#8217;s version is **compatible** with your server version.<\/p>\n<p>1. Download the plugin from Releases tab or from Modrinth page.<br \/>\n1. Put the downloaded `.jar` into `\/plugins` folder of your server.<br \/>\n1. Restart your server or enter the `reload` command.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Minecraft Spigot plugin (1.16.5+) that allows you to play Tic Tac Toe game in an inventory-based GUI! Custom messages are supported.<\/p>\n","protected":false},"featured_media":156183,"template":"","meta":{"_minecraft_slug":"tic-tac-toe","_minecraft_project_id":"QWV3LeuX","_minecraft_author":"MrQuackDuck","_minecraft_license":"MIT","_minecraft_downloads":88,"_minecraft_follows":1,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"tic-tac-toe.zip","_minecraft_size_bytes":18816,"_minecraft_version_count":1,"_minecraft_updated_at":"2026-05-15T19:57:39.139164Z","_minecraft_date_created":"2025-07-27T00:58:35.016448Z","_minecraft_date_modified":"2025-07-24T17:25:29.548790Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/tic-tac-toe","_minecraft_icon_attachment_id":156183,"_minecraft_imported_at":"2026-06-09T12:24:35+00:00","_minecraft_import_hash":"49fbfd2caf58af3ff3931b0dbb22322e","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[866,127,128,867,129],"mod_loader":[132,133,134],"minecraft_version":[48,49,50,51,52,53,54,55,56,57,58,59,36,60,93,94,101,102,62,37,73,74,38,78,79,80,81],"class_list":["post-156182","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-minigame","mod_category-paper","mod_category-purpur","mod_category-social","mod_category-spigot","mod_loader-paper","mod_loader-purpur","mod_loader-spigot","minecraft_version-1-16-5","minecraft_version-1-17","minecraft_version-1-17-1","minecraft_version-1-18","minecraft_version-1-18-1","minecraft_version-1-18-2","minecraft_version-1-19","minecraft_version-1-19-1","minecraft_version-1-19-2","minecraft_version-1-19-3","minecraft_version-1-19-4","minecraft_version-1-20","minecraft_version-1-20-1","minecraft_version-1-20-2","minecraft_version-1-20-3","minecraft_version-1-20-4","minecraft_version-1-20-5","minecraft_version-1-20-6","minecraft_version-1-21","minecraft_version-1-21-1","minecraft_version-1-21-2","minecraft_version-1-21-3","minecraft_version-1-21-4","minecraft_version-1-21-5","minecraft_version-1-21-6","minecraft_version-1-21-7","minecraft_version-1-21-8"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Tic Tac Toe - Minecraft<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/vpesports.com\/minecraft\/mods\/tic-tac-toe\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Tic Tac Toe - Minecraft\" \/>\n<meta property=\"og:description\" content=\"Minecraft Spigot plugin (1.16.5+) that allows you to play Tic Tac Toe game in an inventory-based GUI! Custom messages are supported.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/tic-tac-toe\/\" \/>\n<meta property=\"og:site_name\" content=\"Minecraft\" \/>\n<meta property=\"og:image\" content=\"https:\/\/github.com\/MrQuackDuck\/TicTacToe\/assets\/61251075\/52ae74ca-efe1-4391-83cf-abcaa8650e55\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/tic-tac-toe\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/tic-tac-toe\\\/\",\"name\":\"Tic Tac Toe - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/tic-tac-toe\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/tic-tac-toe\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/tic-tac-toe-icon-7d7735de65b0e88e43a2683044d2e969ad4c7675.png\",\"datePublished\":\"2026-06-09T12:24:35+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/tic-tac-toe\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/tic-tac-toe\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/tic-tac-toe\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/tic-tac-toe-icon-7d7735de65b0e88e43a2683044d2e969ad4c7675.png\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/tic-tac-toe-icon-7d7735de65b0e88e43a2683044d2e969ad4c7675.png\",\"width\":1000,\"height\":1000},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/tic-tac-toe\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Mods\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Tic Tac Toe\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\",\"name\":\"Minecraft\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Tic Tac Toe - Minecraft","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/vpesports.com\/minecraft\/mods\/tic-tac-toe\/","og_locale":"en_US","og_type":"article","og_title":"Tic Tac Toe - Minecraft","og_description":"Minecraft Spigot plugin (1.16.5+) that allows you to play Tic Tac Toe game in an inventory-based GUI! Custom messages are supported.","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/tic-tac-toe\/","og_site_name":"Minecraft","og_image":[{"url":"https:\/\/github.com\/MrQuackDuck\/TicTacToe\/assets\/61251075\/52ae74ca-efe1-4391-83cf-abcaa8650e55","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/tic-tac-toe\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/tic-tac-toe\/","name":"Tic Tac Toe - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/tic-tac-toe\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/tic-tac-toe\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/tic-tac-toe-icon-7d7735de65b0e88e43a2683044d2e969ad4c7675.png","datePublished":"2026-06-09T12:24:35+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/tic-tac-toe\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/tic-tac-toe\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/tic-tac-toe\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/tic-tac-toe-icon-7d7735de65b0e88e43a2683044d2e969ad4c7675.png","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/tic-tac-toe-icon-7d7735de65b0e88e43a2683044d2e969ad4c7675.png","width":1000,"height":1000},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/tic-tac-toe\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/vpesports.com\/minecraft\/"},{"@type":"ListItem","position":2,"name":"Mods","item":"https:\/\/vpesports.com\/minecraft\/mods\/"},{"@type":"ListItem","position":3,"name":"Tic Tac Toe"}]},{"@type":"WebSite","@id":"https:\/\/vpesports.com\/minecraft\/#website","url":"https:\/\/vpesports.com\/minecraft\/","name":"Minecraft","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/vpesports.com\/minecraft\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod\/156182","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod"}],"about":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/types\/mod"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media\/156183"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=156182"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=156182"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=156182"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=156182"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}