Tags
Creators
Details
Published 2 years ago
Updated 2 months ago
All versions
1.0.3.7
Release
zEssentials 1.0.3.72 months ago 840
Uploaded by
Compatibility
Minecraft: Java Edition
26.1.x
1.21.x
1.20.x
Platforms
Folia
Paper
Purpur
Spigot
Changes
- Added player list placeholders for retrieving online player information by index (1-based, sorted alphabetically, excludes vanished players):
%zessentials_playerlist_count%Returns the number of visible online players (excludes vanished)%zessentials_playerlist_<index>_name%Returns the player's name at the given index%zessentials_playerlist_<index>_uuid%Returns the player's UUID at the given index%zessentials_playerlist_<index>_ping%Returns the player's ping in milliseconds%zessentials_playerlist_<index>_colored_ping%Returns the player's ping with color based on quality%zessentials_playerlist_<index>_level%Returns the player's experience level%zessentials_playerlist_<index>_health%Returns the player's current health%zessentials_playerlist_<index>_max_health%Returns the player's max health%zessentials_playerlist_<index>_food_level%Returns the player's food level%zessentials_playerlist_<index>_gamemode%Returns the player's game mode%zessentials_playerlist_<index>_world%Returns the player's world name%zessentials_playerlist_<index>_x%Returns the player's X coordinate%zessentials_playerlist_<index>_y%Returns the player's Y coordinate%zessentials_playerlist_<index>_z%Returns the player's Z coordinate%zessentials_playerlist_<index>_displayname%Returns the player's display name%zessentials_playerlist_<index>_is_flying%Returns true if the player is flying%zessentials_playerlist_<index>_is_op%Returns true if the player is operator%zessentials_playerlist_<index>_is_sneaking%Returns true if the player is sneaking%zessentials_playerlist_<index>_is_afk%Returns true if the player is AFK
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:B8ICgd4I:nPhKwFYj"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:B8ICgd4I:nPhKwFYj"
}

