Skip to content
This repository has been archived by the owner on Apr 8, 2020. It is now read-only.
/ MyAgent Public archive

An agent spawner & controller written in node.js

License

Notifications You must be signed in to change notification settings

mcpews/MyAgent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MyAgent

A Minecraft agent generator & controller written in node.js

MyAgent v4

MyAgent NPM MyAgent Version

Considerations

Agent Commands doesn't work in Minecraft Bedrock 1.7 ~ 1.8beta(1.8 is supported), that means you can't create or control Agent in these versions. And the latest version of iOS platform's MC China Edition doesn't compatible with myagent too.

Available Minecraft Versions

All MCPE Bedrock Embedded Build (version: 1.2+ but not 1.7 ~ 1.8b) (Note: 0.16 ~ 1.1 used another commandRequest packet format,so not compatible.)
MyAgent also compatible with Minecraft China Edition and Minecraft Education Edition.

Loops

Syntax: [:/!]/<command>~<loop count>
Examples:

  • Move agent up for 10 times : :/move up~10
  • Say oh for 5 times : !/say oh~5

Fast install (Unrecommended!)

Execute npm i myagent -g to install myagent.
Then execute myagent command to start myagent.

MyAgent Control

MyAgent Control can set the config of myagent.
myagent control set <config> <value> to set a config.
myagent control rmconf to remove config file of myagent (reset to default configs)

Execute myagent

First,Clone a copy of myagent
And then,please execute following command:

npm install

At last,execute command:node myagent.js

Connect

type command in game: /connect [ip]:[port]
[ip] is IP of the server where you hosting myagent.
[port] is the IP address of myagent. Default value is 19131.

Report bug

Submit an issue to report bug.

LICENSE

GNU GPL v3

Maintainers

LNSSPsd CAIMEO Torrekie 許嘉鋅

See also

MyAgent++

More

For verbose help or info,please see MyAgent Wiki.