Skip to content
This repository has been archived by the owner on Feb 6, 2019. It is now read-only.

EpticMC/Mob-AI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mob AI

Smalltalk with Mobs

Important: This plugin is just a CLIENT. All questions are handled by our REST API (server side).
It is based on NullDev's AIKIN AI. See here:
https://github.com/NLDev/Telegram-AI

That means you will need your own endpoint to use this plugin.

What does it do?

It enables you to speak to mobs. By simply entering

/mob YOUR TEXT

All mobs in a specific range will reply to you!

Default Config:

 ################
 #--------------#
 # MobAI Config #
 #--------------#
 ################

# Should only one mob (the nearest) be targeted?
OnlyNearestMob: true

# The range (in blocks) of how many mobs should respond
# Note: This option is only use if 'OnlyNearestMob' above is set to false!
BlockDistance: 100

# Should the color of the response message on the head of the mob be random? 
RandomResponseColor: true 

# What color to use for the mob response message
# Note: This option is only use if 'RandomResponseColor' above is set to false!
# Also: For a list of supported colors check here:
# https://wiki.ess3.net/mc/
ResponseColor: "&f"

# Chat-Prefix for messages
ChatPrefix: "Mob AI"

# The Endpoint handling the requests
ApiEndpoint: "api.nulldev.org"

# The API Key for the endpoint
ApiKey: "-- CENSORED --"