A Minecraft 1.21.1 Plugin which implements a simple in-game stick for teleporting players. to other players Originally made in July, 2024.
Find a file
2024-11-27 18:15:56 +02:00
plugins Initial Commit 2024-11-27 11:14:35 -05:00
src Initial Commit 2024-11-27 11:14:35 -05:00
pom.xml Initial Commit 2024-11-27 11:14:35 -05:00
README.md Update README.md 2024-11-27 18:15:56 +02:00
TeleportationStick.iml Initial Commit 2024-11-27 11:14:35 -05:00

Teleportation Stick

Built for 1.21.1.

A small plugin for making a Teleportation Stick that works in game, with a cost. This allows players to teleport with a material cost. The sticks are

    1. Bound to an individual player
    1. Have 20 uses before being destroyed

They are made like this:

recipe.shape("x, Emerald Block, x",
             "Diamond, Stick, Diamond",
             "x, Diamond ,x")

After which, a stick that can be bound to a player by hitting them is born.

Once boumd, you can use copper blocks to teleport to them

Build

mvn install

then place the target/TeleRod-1.0.jar into your plugins/ server