Compatibility
Minecraft: Java Edition
1.21
1.20.x
1.19.x
1.18.1–1.18.2
Platforms
Paper
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
Licensed GPL-3.0-only
Published 8 months ago
Updated 6 months ago
High performance block tracking solution for your server.
Using BlockTracker in your plugin
Maven
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
<dependency>
<groupId>dev.krakenied</groupId>
<artifactId>blocktracker</artifactId>
<version>1.0.6</version>
</dependency>
Gradle
repositories {
maven {
url = uri("https://jitpack.io/")
}
}
dependencies {
compileOnly("dev.krakenied:blocktracker:1.0.6")
}
Using BlockTracker with LMBishop's Quests plugin
config.yml
# PlayerBlockTracker class to be used with the hook
playerblocktracker-class-name: "dev.krakenied.blocktracker.bukkit.BukkitBlockTrackerPlugin"