
PlayerTrail
Adds visible steps of the player
- Загрузки
- 452
- Подписчики
- 6
- Обновлён
- 23 августа 2025 г.
- Лицензия
- GPL-3.0-only
Опубликован 25 декабря 2024 г.
✨ Plugin Features:
- Сreates steps under players
- Customizable config
⚙️ Optimization:
- Minimal impact on server performance due to TextDisplay
🔧 Ideal for:
- RP servers
- Simply add atmosphere!

How to create custom Steps in the plugin?
1. Create a standard resource pack. In the assets/minecraft folder, create two folders: font textures
2. In the /assets/minecraft/font folder, create a default.json file
An example of the contents of the default.json file:
{
{ “providers”: [
{
{ “type”: { “bitmap”,
{ “file”: “minecraft:{your file name in the '/assets/minecraft/textures/yourfile'} folder”,
“ascent": 9,
“height": 11,
“chars": [
“ٸ” // The character to which the image will be applied
]
}
]
}
Note: The ascent parameter should not be greater than the height value
3. In the /assets/minecraft/textures folder, add your picture
4. Pack the contents of your resource pack into a .zip archive. Upload the archive to DropBox. Copy the link to the archive and change the end of it: Replace =0 with =1 in the URL
5. Insert the link to the resource-pack in the plugin config: resource-pack: “https://www.dropbox.com/scl/fi/nxq2aefr4zk1fnk9b9b2l/Step-RP.zip?rlkey=sjqszylbl70d2tlxo0qbbrq5d&st=21t44vxx&dl=1”
Also specify the symbol used to display the step:
# Symbol from default.json font: “✪”
Ченджлог
1.3Релиз1.21.6, 1.21.7, 1.21.8 · 23 августа 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.
1.2Релиз1.21.2, 1.21.3, 1.21.4 · 29 января 2025 г.
- Redesigned step removal
- Steps will not remain in the world during restarts
1.1Релиз1.21.2, 1.21.3, 1.21.4 · 26 декабря 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
1.0Релиз1.21.2, 1.21.3, 1.21.4 · 26 декабря 2024 г.
[ 1.21 - 1.21.4 ]
Комментарии
Загружаем…