Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 776 Bytes

File metadata and controls

30 lines (20 loc) · 776 Bytes

Language: 中文  English

GptBot

This project makes ChatGpt or other ai chat bots communicate with players in order to active atmosphere in minecraft server

Features

  • Chat bot can grab players'chat message and reply automatically and periodically
  • Support customizing chat bot's message format
  • Players'can customize the chat bot's message length.Because messages that are too long interfere with conversation between players
  • Bot ignores sensitive words
  • Use the return value of kether scripts as condition when players call the bot

img.png

Build

Windows:

gradlew.bat clean build

macOS/Linux:

./gradlew clean build

Build artifacts should be found in ./build/libs folder.