PlayerTrail

PlayerTrail

Plugin

Adds visible steps of the player

Server DecorationGame MechanicsUtility

258 downloads
4 followers
Follow Save
Filter loader...
Filter versions...

PlayerTrail 1.3

by eXo8_ on Aug 23, 2025
Download

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.

  • Redesigned step removal
  • Steps will not remain in the world during restarts

[ 1.21 - 1.21.4]

Added:

- 1. Equating a step's gaze to the player's gaze

- 2. Fixed spawn step in the air when falling down

[ 1.21 - 1.21.4 ]


Project members

eXo8_

Member

Details

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