Gomoku is essentially Tic Tac Toe on a larger grid and you have to connect five to win.
Game Configuration:
Code (YAML):
# Edit Gomoku in this file. # # All items are customizable. The starting player is chosen randomly when the game starts.! # # Warning: Always ctrl+a and ctrl+c before testing your new settings. One small mistake can result in a file reset!
Enabled: true
GameHeader: '&4&lGomoku'
MenuItem:
page: 1
slot: 24
item: COAL
name: ' &6&l&m--
[-&f &4&lGomoku &6&l&m-
]--'
lore: - ' &f&m
-------------------------&7 '
- ' &e Tired of playing regular Tic'
- ' &e Tac Toe? Challenge a player'
- ' &e in a game of Gomoku and see'
- ' &e who can connect five first!'
- ' &7&m
-------------------------&7 '
- ' &f&oClick to challenge players'
- ' &7&m
-------------------------&7 '
GameItems:
board:
item: STAINED_GLASS_PANE:7
name: '&f&l█'
O:
item: COAL
name: '&4&l⬤'
X:
item: SNOW_BALL
name: '&9&l╳'
Inactivity:
enabled: true
duration: 30
For 1.13 servers: Option 1. Replace the generated Gomoku file in the multiplayer folder with the file in the 1.13 Configuration Files folder.
Option 2. Change STAINED_GLASS_PANE:7 to GRAY_STAINED_GLASS_PANE and SNOW_BALL to SNOWBALL in the generated file.
Fix | There was an error in the Tic Tac Toe multiplayer file. Newly generated files will be fixed.