teleporttagjs
No reviews yet
Use transfer label capabilities through kubejs
Forge is a popular mod loader for versions 1.1+ of Minecraft.
Community voices
Reviews
Click once to include, again to exclude, again to clear
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
Compatibility
Supported Environments
About
Project Details
For authors
Embed Badge
If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.
Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.
Identifiers
Platform IDs
Resources
External Links
About
Description
TeleportTager.backhaul(player: Internal.ServerPlayer_); //teleport to home
TeleportTager.teleportPlayerToTheEnd(player: Internal.ServerPlayer_); //to the end
TeleportTager.teleportPlayerToOtherPlayer(player: Internal.ServerPlayer_); //to the other
TeleportTager.teleportPlayerToNetherOrBack(player: Internal.ServerPlayer_);//to nether or back
TeleportTager.teleportPlayerToDeathLocation(player: Internal.ServerPlayer_);
//to last death loc
You can add the following scripts to server_script:
PlayerEvents.tick((event) => {
const player = event.player;
const dimension = player.level.dimension;
if (dimension === 'minecraft:the_nether') {
TeleportTager.backhaul(player);
}
})
Use transfer label capabilities through kubejs
export an object TeleportTager
TeleportTager.backhaul(player: Internal.ServerPlayer_); TeleportTager.teleportPlayerToTheEnd(player: Internal.ServerPlayer_); TeleportTager.teleportPlayerToOtherPlayer(player: Internal.ServerPlayer_); TeleportTager.teleportPlayerToNetherOrBack(player: Internal.ServerPlayer_); TeleportTager.teleportPlayerToDeathLocation(player: Internal.ServerPlayer_);
exampify:
PlayerEvents.tick((event) => { const player = event.player; const dimension = player.level.dimension; if (dimension === 'minecraft:the_nether') { TeleportTager.backhaul(player); } })
Screenshots
Gallery
Versions
Files
Relations
Project Relations
More like this
Similar Mods
Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.
On ModDex
Community snapshot
By the numbers
Statistics
Want to reach Minecraft players?
We're looking for a server hosting partner to feature here and other parts of the site. Interested? Send us a message!
Get in touchGet it on
Available Platforms
On ModDex
Community snapshot
By the numbers
Statistics
Resources