Plugin wich you can teleport to other players by using meal :)
Used chatgpt
Plugin wich you can teleport to other players by using meal :)
Used chatgpt
I bI built a plugin that lets you add teleportation to your server, either for playing with friends or on your main server if you want.
It supports NPCs where you can buy Teleportation Totems, which are needed to teleport.
All the details and instructions can be found in the README.md in my repository.
In this short devlog, I focused on adding something that makes the whole system feel way more alive — an NPC.
I implemented the Unknown Seller, a mysterious merchant that players can interact with directly.
Here’s what I got done:
At this point, the core functionality is basically complete.
What’s left is one final devlog focused on polish, fixes, and visuals — even though, technically, full functionality has already been achieved.
Almost there 👀
Log in to leave a comment
In this devlog, I did what’s called a lock-in and got straight to work. I love Java and Minecraft, so things went quickly. I implemented the core logic of the plugin. Of course, I haven’t added the essential things yet, like visuals, NPCs, or other bells and whistles, but I managed to:
Below are some videos demonstrating the progress:
Log in to leave a comment
Started by setting up the project in IntelliJ. Hit a roadblock: the Minecraft plugin I’m using doesn’t fully support newer versions, so I downgraded from 1.12 to 1.8. That required some manual configuration and test runs, but now the project loads correctly and is ready for development.
Started adding gameplay features. Implemented a basic teleport request system:
tpaccept command to accept requests.The system can handle multiple simultaneous requests. Teleportation requires special items called Teleportation Totems, represented as food items with teleport properties.
Goal: make teleportation part of gameplay, not just a command from Forge.
Log in to leave a comment