This package has been deprecated

Author message:

MyAgent has ended its life due to it is no longer useful.

myagent

4.0.2 • Public • Published

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.

MyAgent Server Commands

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 許嘉鋅

More

For verbose help or info,please see MyAgent Wiki.

Package Sidebar

Install

npm i myagent

Weekly Downloads

2

Version

4.0.2

License

GPL-3.0

Unpacked Size

98.3 kB

Total Files

18

Last publish

Collaborators

  • lnsspsd