robske110 / TicTacToe

Play TicTacToe with the help of item frames.
https://poggit.pmmp.io/p/TicTacToe
GNU Lesser General Public License v3.0
6 stars 3 forks source link

API: Events for certain state changes #7

Open robske110 opened 6 years ago

robske110 commented 6 years ago

onGameStart : Arena, Players, Game (cancellable: yes) onGameEnd: Arena, Players[with indication who won], Game, reason[PLAYER_LEFT, PLAYER_WON, DRAW, MAXTIME] (cancellable: no) (maybe) onArenaAdd: Arena (cancellable: yes)