Compatibility
Minecraft: Java Edition
1.21.x
Platforms
Creators
Details
Licensed GPL-3.0-only
Published 8 months ago
Updated last week
Changelog
Added
Display mode configuration via config.yml
# Step visibility: controls who can see the player's steps.
# EVERYONE — all players can see the steps.
# OWNER_ONLY — only the player who created the steps can see them.
# EVERYONE_EXCEPT_OWNER — all players can see the steps except the creator.
stepVisibility: EVERYONE_EXCEPT_OWNER
Changed
Configuration key renamed
center-point → centerPoint (to follow consistent camelCase naming conventions).
Updated resource pack API
// Replaced
public void setResourcePack(String url);
// With
public void addResourcePack(UUID id, String url, @Nullable byte[] hash, @Nullable String prompt, boolean force);
This provides more flexibility (custom resource pack IDs, hashes, prompts, and force flags) and aligns with modern Paper API standards.
Files
Metadata
Release channel
ReleaseVersion number
1.3Loaders
Game versions
1.21.4–1.21.8Downloads
13Publication date
August 23, 2025 at 3:04 PMPublisher

eXo8_
Member