Tags
Creators
Details
1.8.0
Compatibility
Required content
Changes
More Improvements
X-BOW CARTING
BETTER SWORD PVP
REACTIVE PATHFINDING
LESS LAG
FASTER REACTION
BETTER PERFORMANCE
FIX Fixed #12 - Being able to give multiple bot kits without them being in Factions
Fixed #86 - teamtarget system
Fixed #99 - Autotaregt isn't clever.
Fixed #118 - The bot stands still if I stand still.
Fixed #121 - add vexbot givekitall
Fixed #124 - lag when 10+ bots target a player jumping 5-8 blocks up with a wind charge even on latest version
Fixed #136 - bot isnt good at chasing ppl
Fixed #141 - pathfind issue
Fixed #143 - /vexbot difficulty
Fixed #144 - /vexbot should work when entered via a command block
Fixed #146 - Reactive Pathfinding
Fixed #147 - Setting for stun slam
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:EPgNYyCG:lnoHURiF"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:EPgNYyCG:lnoHURiF"
}


