leonardosc

Untitled

Dec 15th, 2016
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. var mineflayer = require('mineflayer');
  2.  
  3. var bot = mineflayer.createBot({
  4. host: "localhost",
  5. port: 25565,
  6. });
  7.  
  8. bot.on('login', () => {
  9. bot.chat('asdasdasd');
  10. });
Advertisement
Add Comment
Please, Sign In to add comment