This website requires JavaScript.
Explore
Help
Sign In
tri11paragon
/
LookAtMySuitBot
Watch
1
Star
0
Fork
You've already forked LookAtMySuitBot
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
5f2b208d42
LookAtMySuitBot
/
js
/
node_modules
/
mineflayer
/
examples
/
plugins
/
hello_world.js
4 lines
98 B
JavaScript
Raw
Blame
History
module
.
exports
=
(
bot
,
{
version
}
)
=>
{
bot
.
once
(
'spawn'
,
(
)
=>
console
.
log
(
'hello world!'
)
)
}
Reference in New Issue
View Git Blame
Copy Permalink