Skip to content

Danito360/baritonE

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BaritonE

Nunca llegué a tener tiempo para comenzar el proyecto, disfruta de que almenos el README está traducido de momento

GitHub All Releases

Minecraft Minecraft Minecraft Minecraft Minecraft Minecraft Minecraft Minecraft Minecraft Minecraft

Release License Codacy Badge Code of Conduct Known Vulnerabilities Contributions welcome Issues GitHub issues-closed Pull Requests GitHub contributors GitHub commits Code size GitHub repo size Lines of Code yes

Impact integration Lambda integration ForgeHax integration Aristois add-on integration rootNET integration Future integration RusherHack integration

forthebadge forthebadge

Una IA de que busca caminos para llegar a cualquier cosa en Minecraft. Ahora traducido al español.

Baritone es el sistema de búsqueda de caminos utilizado en Impact desde la versión 4.4. Aquí hay un (muy viejo) video que hice mostrando lo que puede hacer.

Servidor de Discord de Baritone

Enlaces de descarga rápida:

Descarga desde el apartado "Releases" la versión optimizada.

Ejemplos de Uso

Para iniciar la búsqueda de caminos, puedes usar el siguiente comando:

#goto [coordenadas o nombre del bloque]

Para pausar o reanudar la búsqueda de caminos, utiliza:

#pause
#resume

Para detener la búsqueda de caminos, usa:

#stop

Requisitos

  • Minecraft Java Edition
  • Versión de Minecraft soportada: 1.12.2 - 1.20.1

Instalación

  1. Descarga el archivo correspondiente a tu versión de Minecraft.
  2. Coloca el archivo .jar en la carpeta mods de tu instalación de Minecraft.
  3. Inicia Minecraft con Forge o Fabric.

Licencia

Baritone está licenciado bajo la LGPL-3.0 con una excepción de anime.

Para más detalles, visita el repositorio en GitHub.

Contribuciones

Las contribuciones son bienvenidas. Por favor, revisa la guía de contribución en el repositorio.

Código de Conducta

Este proyecto sigue un código de conducta para fomentar un ambiente inclusivo y respetuoso.

Enlaces Útiles

Contacto

Para cualquier duda o comentario, únete a nuestro servidor de Discord.


Stars over time

Stargazers over time

API

The API is heavily documented, you can find the Javadocs for the latest release here. Please note that usage of anything located outside of the baritone.api package is not supported by the API release jar.

Below is an example of basic usage for changing some settings, and then pathing to an X/Z goal.

BaritoneAPI.getSettings().allowSprint.value = true;
BaritoneAPI.getSettings().primaryTimeoutMS.value = 2000L;

BaritoneAPI.getProvider().getPrimaryBaritone().getCustomGoalProcess().setGoalAndPath(new GoalXZ(10000, 20000));

FAQ

Can I use Baritone as a library in my custom utility client?

That's what it's for, sure! (As long as usage complies with the LGPL 3.0 License)

How is it so fast?

Magic. (Hours of leijurv enduring excruciating pain)

Additional Special Thanks To:

YourKit-Logo

YourKit supports open source projects with innovative and intelligent tools for monitoring and profiling Java and .NET applications.

YourKit is the creator of the YourKit Java Profiler, YourKit .NET Profiler, and YourKit YouMonitor.

We thank them for granting Baritone an OSS license so that we can make our software the best it can be.

Why is it called Baritone?

It's named for FitMC's deep sultry voice.

About

El google maps para el juego de los bloques

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%