Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thebigcrafter/kygeklastposition
A PocketMine-MP plugin to teleport back to the position before the last teleport
https://github.com/thebigcrafter/kygeklastposition
kygeklastposition kygekteam kygekteam-plugin pocketmine pocketmine-mp pocketmine-mp-plugin pocketmine-plugin poggit
Last synced: 14 days ago
JSON representation
A PocketMine-MP plugin to teleport back to the position before the last teleport
- Host: GitHub
- URL: https://github.com/thebigcrafter/kygeklastposition
- Owner: thebigcrafter
- License: gpl-3.0
- Created: 2021-07-24T12:15:21.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-07T07:36:42.000Z (over 1 year ago)
- Last Synced: 2024-11-01T14:06:16.615Z (14 days ago)
- Topics: kygeklastposition, kygekteam, kygekteam-plugin, pocketmine, pocketmine-mp, pocketmine-mp-plugin, pocketmine-plugin, poggit
- Language: PHP
- Homepage: https://poggit.pmmp.io/p/KygekLastPosition
- Size: 204 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
KygekLastPosition
# 📖 About
A PocketMine-MP plugin to teleport back to the position before the last teleport.
# 🧩 Features
- Teleport yourself or other players back to the position before the last teleport
- Customizeable messages in the configuration file
- Enable or disable the KygekLastPosition prefix and default coloring
- The `&` symbol can be used as text formatting codes
- No need to restart server, changes are applied immediately as soon the `/lastposition` command gets executed
- Configurable ommand description and aliases
- Automatic plugin updates checker to notify you if a new version has been released on Poggit
- Configuration file gets updated automatically when a newer configuration file is available
- **For Developers:** API to teleport player back to the position before the last teleport (`KygekTeam\KygekLastPosition\LastPosition->teleport(Player $player)`)# ⬇️ Installation
1. Download the latest version on Poggit by clicking the "Direct Download" button.
2. Drop the downloaded `KygekLastPosition.phar` plugin file into your PocketMine-MP server's `plugins` directory.
3. Restart your server and you're ready to use the plugin!# 📜 Commands & Permissions
| Command | Default Description | Permission | Default |
| --- | --- | --- | --- |
| `/lastposition` | Teleport back to the position before the last teleport | `kygeklastposition.cmd` (Root permission), `kygeklastposition.cmd.self` (For self), `kygeklastposition.cmd.other` (For other) | `op` |💡 Tips: Command description can be changed in `config.yml`. You can also add command aliases in `config.yml`.
# 🏆 Credits
Pin icon from freepnglogos.com# ⚖️ License
Licensed under the [GNU General Public License v3.0 license](https://github.com/thebigcrafter/KygekLastPosition/blob/main/LICENSE).