PlayerTrail

PlayerTrail

Plugin

Adds visible steps of the player

Server DecorationGame MechanicsUtility

258 downloads
4 followers
Follow Save

PlayerTrail 1.3

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

PlayerTrail-1.3.jar(109.66 KiB) Primary Download

Project members

eXo8_

Member

Details

Licensed GPL-3.0-only
Published 8 months ago
Updated 10 days ago