▶️ ЗАБЕРИ СВОИ 8 ПОДАРКОВ 🎁 ПРИ СОЗДАНИИ СВОЕГО МАЙНКРАФТ СЕРВЕРА
Плагины/PlayerTrail
PlayerTrail

PlayerTrail

Adds visible steps of the player

387
6

PlayerTrail 1.3

release23 августа 2025 г.

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.

Player Steps 1.2

release29 января 2025 г.
  • Redesigned step removal
  • Steps will not remain in the world during restarts

Player Steps 1.1

release26 декабря 2024 г.

[ 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

Player Steps 1.0

release26 декабря 2024 г.

[ 1.21 - 1.21.4 ]

Совместимость

Minecraft: Java Edition

1.21.x

Платформы

Поддерживаемые окружения

Сервер

Создатели

Детали

Лицензия:GPL-3.0-only
Опубликован:1 год назад
Обновлён:6 месяцев назад
Главная