https://github.com/vsrstudio/teleportscreen
Simple Custom Screen Your Teleport. PocketMine-MP 5
https://github.com/vsrstudio/teleportscreen
Last synced: 10 months ago
JSON representation
Simple Custom Screen Your Teleport. PocketMine-MP 5
- Host: GitHub
- URL: https://github.com/vsrstudio/teleportscreen
- Owner: VsrStudio
- License: apache-2.0
- Created: 2025-07-09T12:04:50.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-07-09T13:28:04.000Z (11 months ago)
- Last Synced: 2025-07-09T13:36:02.387Z (11 months ago)
- Language: PHP
- Size: 22.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# TeleportScreen
🎮 **TeleportScreen** is a PocketMine-MP API 5 plugin that displays a custom screen when a player teleports, respawns, or joins a server. This plugin also supports sound effects and a **freeze** feature to keep the game running smoothly.
## Feature
- 🎬 Show *screen effect* when teleporting, joining, or respawning.
- 🔇 Custom sounds can be played according to settings.
- ❄️ Freeze player movement during the delay.
- 🧱 Supports custom Resource Pack `.mcpack`.
- ⚙️ Settings can be changed in `config.yml`.
## Configuration
```yaml
# https://www.digminecraft.com/lists/sound_list_pe.php
screen-delay: 5 # Screen delay and freeze time (seconds)
screen-message: "§bTeleporting..." # Message when screen appears
screen-sound: "enderdragon.sigma" # Minecraft sound names
screen-freeze: true # Enable freeze player
screen-settings:
join: true
respawn: true
teleport: true
```
## Custom Screen
Open File **TeleportScreen.mcpack** Then open textures/ui/**teleport_screen.png** The size must be the same, namely **256x128**