[ArtificialIntelligence][AddOn][ChatBot] icon

[ArtificialIntelligence][AddOn][ChatBot] -----

This chatbot is an add-on for the MCEngine Artificial Intelligence.




New code logic
merge official extension to the same command with engine
Website
----------, Aug 6, 2025

Detail on website!!!
----------, Jul 30, 2025

=== Nearby Entity Counts ===
{nearby_allay_count} → Nearby allays count
{nearby_armadillo_count} → Nearby armadillos count
{nearby_axolotl_count} → Nearby axolotls count
{nearby_bat_count} → Nearby bats count
{nearby_bee_count} → Nearby bees count
{nearby_blaze_count} → Nearby blazes count
{nearby_bogged_count} → Nearby bogged count
{nearby_breeze_count} → Nearby breeze count
{nearby_camel_count} → Nearby camels count
{nearby_cat_count} → Nearby cats count
{nearby_cave_spider_count} → Nearby cave spiders count
{nearby_chicken_count} → Nearby chickens count
{nearby_cod_count} → Nearby cod count
{nearby_cow_count} → Nearby cows count
{nearby_creeper_count} → Nearby creepers count
{nearby_dolphin_count} → Nearby dolphins count
{nearby_donkey_count} → Nearby donkeys count
{nearby_drowned_count} → Nearby drowned count
{nearby_elder_guardian_count} → Nearby elder guardians count
{nearby_ender_dragon_count} → Nearby ender dragons count
{nearby_endermite_count} → Nearby endermites count
{nearby_evoker_count} → Nearby evokers count
{nearby_fox_count} → Nearby foxes count
{nearby_frog_count} → Nearby frogs count
{nearby_ghast_count} → Nearby ghasts count
{nearby_glow_squid_count} → Nearby glow squids count
{nearby_goat_count} → Nearby goats count
{nearby_guardian_count} → Nearby guardians count
{nearby_hoglin_count} → Nearby hoglins count
{nearby_horse_count} → Nearby horses count
{nearby_husk_count} → Nearby husks count
{nearby_illusioner_count} → Nearby illusioners count
{nearby_iron_golem_count} → Nearby iron golems count
{nearby_llama_count} → Nearby llamas count
{nearby_magma_cube_count} → Nearby magma cubes count
{nearby_mooshroom_count} → Nearby mooshrooms count
{nearby_mule_count} → Nearby mules count
{nearby_ocelot_count} → Nearby ocelots count
{nearby_panda_count} → Nearby pandas count
{nearby_parrot_count} → Nearby parrots count
{nearby_phantom_count} → Nearby phantoms count
{nearby_pig_count} → Nearby pigs count
{nearby_piglin_brute_count} → Nearby piglin brutes count
{nearby_piglin_count} → Nearby piglins count
{nearby_pillager_count} → Nearby pillagers count
{nearby_polar_bear_count} → Nearby polar bears count
{nearby_pufferfish_count} → Nearby pufferfish count
{nearby_rabbit_count} → Nearby rabbits count
{nearby_ravager_count} → Nearby ravagers count
{nearby_salmon_count} → Nearby salmon count
{nearby_sheep_count} → Nearby sheep count
{nearby_shulker_count} → Nearby shulkers count
{nearby_silverfish_count} → Nearby silverfish count
{nearby_skeleton_count} → Nearby skeletons count
{nearby_skeleton_horse_count} → Nearby skeleton horses count
{nearby_slime_count} → Nearby slimes count
{nearby_sniffer_count} → Nearby sniffers count
{nearby_snow_golem_count} → Nearby snow golems count
{nearby_spider_count} → Nearby spiders count
{nearby_squid_count} → Nearby squids count
{nearby_stray_count} → Nearby strays count
{nearby_strider_count} → Nearby striders count
{nearby_trader_llama_count} → Nearby trader llamas count
{nearby_tropical_fish_count} → Nearby tropical fish count
{nearby_turtle_count} → Nearby turtles count
{nearby_vex_count} → Nearby vexes count
{nearby_vindicator_count} → Nearby vindicators count
{nearby_warden_count} → Nearby wardens count
{nearby_witch_count} → Nearby witches count
{nearby_wither_count} → Nearby withers count
{nearby_wither_skeleton_count} → Nearby wither skeletons count
{nearby_wolf_count} → Nearby wolves count
{nearby_zoglin_count} → Nearby zoglins count
{nearby_zombie_count} → Nearby zombies count
{nearby_zombie_horse_count} → Nearby zombie horses count
{nearby_zombie_villager_count} → Nearby zombie villagers count
{nearby_zombified_piglin_count} → Nearby zombified piglins count
----------, Jul 2, 2025

* === World and Environment Placeholders ===
* {world_difficulty} | The difficulty setting of the world (e.g., "EASY", "HARD")
* {world_entity_count} | Total number of entities currently loaded in the world
* {world_loaded_chunks} | Number of chunks currently loaded in memory in the world
* {world_seed} | The world's seed value used for generation
* {world_time} | Current time in the world (in ticks)
* {world_weather} | The current weather status ("Raining" or "Clear")
----------, Jul 2, 2025

Add regex to detect words more dynamically.
----------, Jul 1, 2025

Add {item_in_hand} and {player_inventory}
----------, Jul 1, 2025

Add support 1.21.7
----------, Jul 1, 2025

Update API
----------, Jul 1, 2025

Update the API to use Common as the API.
Fix function calling for message replacement, which is not working because the file is not loaded at runtime.
----------, Jun 24, 2025

Add implementation of Email system:
- /chatbot set email {email} — validates the email format
- When a player types 'quit', the system checks if the email feature is enabled. If so, it sends the chat history to the player's configured email address (if set).
----------, Jun 23, 2025

Update along engine
----------, Jun 23, 2025

Update plugin path
----------, Jun 22, 2025

Update API
----------, Jun 22, 2025

Update Repository link
----------, Jun 22, 2025

Update API
----------, Jun 21, 2025

Correct check update
----------, Jun 20, 2025

Update API
----------, Jun 16, 2025

Added new placeholders for dynamic player information:
* {player_uuid_short} – First segment of the player's UUID (e.g., "550e8400")
* {player_displayname} – Player's display name, including nickname formatting
* {player_ip} – Player's IP address (e.g., "192.168.1.5"), or "unknown" if unavailable
* {player_gamemode} – Current game mode (e.g., "SURVIVAL", "CREATIVE")
* {player_world} – Name of the world the player is in (e.g., "world", "nether")
* {player_location} – Player's coordinates in the format "X: x, Y: y, Z: z"
* {player_health} – Current health value (e.g., "20.0")
* {player_max_health} – Maximum health value (e.g., "20.0")
* {player_food_level} – Current food level (range 0–20)
* {player_exp_level} – Player's experience level (integer)
----------, Jun 15, 2025

Update API.
Add feature to select token type of "server" and "player"
----------, Jun 15, 2025

Update API
----------, Jun 13, 2025

Update API
----------, Jun 10, 2025

Update API for prefix
----------, Jun 9, 2025

Update API for Check Update
----------, Jun 9, 2025

Deleted ducaplit code
----------, Jun 9, 2025

Update API
----------, Jun 9, 2025

Update API
----------, Jun 7, 2025

Fix the issue where the API class does not load
----------, Jun 7, 2025

Fix: Use the interface class of the main plugin
----------, May 23, 2025

Update follow Main plugin api
----------, May 14, 2025

Refactor code
----------, May 14, 2025

Add function call, Support time and Player information
----------, May 14, 2025

Whole new system
----------, May 11, 2025

Change AddOn name to MCEngineChatBot
----------, May 11, 2025

Resource Information
Author:
----------
Total Downloads: 1,059
First Release: May 11, 2025
Last Update: Aug 6, 2025
Category: ---------------
All-Time Rating:
0 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings