Skip to content

Advanced-Kind-MC/ChatGames

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ChatGames

Spigot ChatGames plugin: https://www.spigotmc.org/resources/64888/

API

Events

  • AsyncChatGameWinEvent - When a chat game is won
  • ChatGameExpireEvent - When the answer time runs out
  • ChatGameStartEvent - When a new chat game is started

Custom games

Create a class extending ChatGameGenerator, and instantiate it; it will be automatically registered. See the documentation for Question.

JavaScript questions

A script must return a JSON body containing

  • answer (String) (See Question#getAnswer())
  • question (String) (See Question#getQuestion())
  • message (String) (See Question#getMessage())
  • caseSentitive (boolean) (If a player's answer must also match cases)

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%