A Minecraft agent generator & controller written in node.js
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.
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.
Syntax: [:/!]/<command>~<loop count>
Examples:
- Move agent up for 10 times :
:/move up~10
- Say
oh
for 5 times :!/say oh~5
Execute npm i myagent -g
to install myagent.
Then execute myagent
command to start myagent.
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)
First,Clone a copy of myagent
And then,please execute following command:
npm install
At last,execute command:node myagent.js
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.
Submit an issue to report bug.
For verbose help or info,please see MyAgent Wiki.