Language

PlayerTrail

PlayerTrail

Modrinth

Adds visible steps of the player

442 downloads 6 followers updated 10mo ago
latest v1.3 Modrinth
Paper Purpur 1.21 – 1.21.8 DecorationGame-mechanicsUtility

Plugin Features:

  • Сreates steps under players
  • Customizable config

⚙️ Optimization:

  • Minimal impact on server performance due to TextDisplay

🔧 Ideal for:

  • RP servers
  • Simply add atmosphere!

1

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

Example:
https://www.dropbox.com/scl/fi/nxq2aefr4zk1fnk9b9b2l/Step-RP.zip?rlkey=sjqszylbl70d2tlxo0qbbrq5d&st=21t44vxx&dl=1

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: “✪”

Versions

Release
1.3
paper, purpur · 1.21.4, 1.21.5, 1.21.6 · 10mo ago
# Added ## Display mode configuration via config.yml ``` # Step visibility: controls who can see the player's steps. # EVERYONE — all players can see the…
118
Release
1.2
paper · 1.21, 1.21.1, 1.21.2 · 16mo ago
- Redesigned step removal - Steps will not remain in the world during restarts
163
Release
1.1
paper, purpur · 1.21, 1.21.1, 1.21.2 · 18mo ago
[ 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
116
Release
1.0
paper · 1.21, 1.21.1, 1.21.2 · 18mo ago
[ 1.21 - 1.21.4 ]
45

Comments 0

No comments yet. Be the first to share your thoughts.

Download PlayerTrail

Files are served directly from the original source. Modgrid does not host or modify them.