dxomg / 1gigabyte-web-client

1gigabyte-web-client

Home Page:https://beta.1gigabyte.tk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

1gigabyte-web-client

Este es el cliente web de 1gigabyte

Ejemplos Debug

En la consola de Chrome:

  • bot.chat('test') Te deja usar el chat
  • bot.chat(JSON.stringify(Object.values(bot.players).map(({username, ping}) => ({username, ping})))) Da el ping de todos
  • window.bot.entity.position.y += 5 Saltos
  • bot.chat(JSON.stringify(bot.findBlock({matching:(block) => block.name==='diamond_ore', maxDistance:256}).position)) finds the position of a diamond block
  • bot.physics.stepHeight = 2 Te deja ir sobre bloques
  • bot.physics.sprintSpeed = 5 Caminas mas rapido
  • bot.loadPlugin(pathfinder.pathfinder) then bot.pathfinder.goto(new pathfinder.goals.GoalXZ(100, 100)) Va a la posicion 100, 100

For more debugging ideas, read the mineflayer doc.

About

1gigabyte-web-client

https://beta.1gigabyte.tk

License:MIT License


Languages

Language:JavaScript 96.6%Language:CSS 1.8%Language:HTML 1.4%Language:Dockerfile 0.2%