What is Cyber - Teleporters ?
It is the combination of a unique plugin and 3D models allowing you to create stylish teleporters to easily add a WOW factor to your server.
What does the resource contains ?
- 4 Unique 3D Models of Futuristic Teleporter (.bbmodel)
- 1 Unique Teleportation Plugin compatible with the models in the pack but also your own 3d models
Features
- Unlimited teleporters
- 4 Teleportation Animation (none, blindness, rotate and bounce)
- Send title, actionbar, chat messages or sounds at differents teleportations stages
- Play model animation at teleportation
- MiniMessages Support
Requirements
- A Minecraft Server running at least 1.16
- Model Engine 3 or 4
- A Ressource Pack that use Model Engine assets
- THAT ALL !
Steps
- Put your models in Model Engine blueprints folder
- Put Teleporters plugin in plugins folder
- Restart your server and regenerate your resource pack
- Use commands and config file of the plugin to use it as you want
YAML:
messages:
no-permission: "<red>You don't have the permission to do that"
no-player: "<red>You must be a player to do that"
help:
- "<yellow>--------- <gold>Teleportation Help <yellow>---------"
- "<green>/teleporter create <gray><model_engine_model> <white>- <gray>Create a teleporter"
- "<green>/teleporter delete <gray><id> <white>- <gray>Delete a teleporter"
- "<green>/teleporter target <gray><id> <white>- <gray>Set the target location of a teleporter"
- "<green>/teleporter animation <gray><id> <animation> <white>- <gray>Set the animation of a teleporter"
- "<green>/teleporter near <white>- <gray>Show the nearest teleporter"
- "<green>/teleporter list <white>- <gray>Show all the teleporters"
- "<yellow>-----------------------------------"
create: "<green>You have created a teleporter with the id <yellow>{id}</yellow>."
delete: "<green>You have deleted the teleporter with the id <yellow>{id}</yellow>."
target: "<green>You have set the target location of the teleporter with the id <yellow>{id}</yellow>."
animation: "<green>You have set the animation of the teleporter with the id <yellow>{id}</yellow>."
near: "<green>The nearest teleporter is <yellow>{id}</yellow>."
no-near: "<red>There is no teleporter near you."
invalid-model: "<red>The model <yellow>{model}</yellow> doesn't exist."
invalid-target: "<red>The target location of this teleporter hasn't been set."
invalid-id: "<red>The id <yellow>{id}</yellow> is invalid."
invalid-teleporter: "<red>The teleporter with the id <yellow>{id}</yellow> doesn't exist."
invalid-animation: "<red>The animation <yellow>{animation}</yellow> is invalid. <gray>(NONE, ROTATE, BOUNCE, BLINDNESS)"
list-header: "<yellow>--------- <gold>Teleporters <yellow>---------"
list-item: "<green>{id} <gray>- <yellow>Anim: <blue>{animation} <gray>- <yellow>Model: <light_purple>{model} <gray>- <yellow>Target: {target}"
list-footer: "<yellow>-----------------------------------"
settings:
title:
enabled: true
title:
progress: "<green>Teleportation ..."
success: "<green>You have been teleported"
error: "<red>Teleportation failed"
subtitle:
progress: "<yellow>You will be teleported in less than 3 seconds"
success: ""
error: "<yellow>You seems to have moved, try again"
chat:
enabled: true
progress: "<green>Teleportation in progress ..."
success: "<green>You have been teleported"
error: "<red>Teleportation failed, you seems to have moved"
actionbar:
enabled: true
progress: "<green>Teleportation in progress ..."
success: "<green>You have been teleported"
error: "<red>Teleportation failed, you seems to have moved"
sound:
enabled: true
progress: "my_sounds:teleport.teleport"
success: "minecraft:entity.player.big_fall"
error: "minecraft:entity.villager.no"
Permissions
- teleporter.admin (For all admin based commands)
Commands
- /teleporter create <model_engine_model_id> (Create a teleporter with a specific model)
- /teleporter delete <id> (Delete a teleporter)
- /teleporter target <id> (Set teleporter teleport point)
- /teleporter animation <id> <animation_type> (Set teleporter animation type)
- /teleporter near (Allows you to know the id of the closest teleporter)
- /teleporter list (Show list of teleporters)