By continuing to use this site, you agree to the Terms of Service of this website, including usage of cookies.
OK, Don't show this again
✨ The best teleportation plugin and the best MSpawns alternative! ✨
This plugin is a much better MSpawns alternative! Help me to make this plugin better!
This plugin won't be out of date, it will get better developed from time to time. If you need a much better MSpawns alternative, theSpawn is it :)
/back-command - Teleports you to the position where you have died [default: active]/back-command (#43)| theSpawn version(s) | PocketMine-MP version(s) | PHP version(s) |
|---|---|---|
| 1.8.x (EOL) | 4.4.0+ | 8.0.x |
| 2.0.x | 5.0.0+ | 8.1.x |
You've found a Bug?
| Command | Description |
|---|---|
/setspawn |
Set the spawn of a world |
/delspawn |
Remove spawn of a world |
/spawn |
Teleport you to spawn |
/sethub [randomHubs: number/int] |
Set the hub of the server |
/delhub [randomHubs: number/int] |
Remove the hub of the server |
/hub |
Teleport you to hub |
/setalias <alias> <world> |
Set an alias |
/delalias <alias> |
Remove an alias |
/aliases |
Prints a list of all aliases or open a menu to edit aliases. |
/sethome <home> |
Set a home |
/delhome <home> |
Remove a home |
/home <home> |
Teleport you to a home |
/setwarp <warp> |
Set a warp |
/delwarp <warp> |
Remove a warp |
/warp <warp> |
Teleport you to a warp |
/tpa <player> |
Send a teleportation awnser to a player |
/tpahere <player> |
Send a teleportation awnser to a player |
/tpaccept <player> |
Accept a tpa |
/tpdecline <player> |
Decline a tpa |
/editwarp [warp] |
Edit a warp |
/edithome [home] |
Edit a home |
/back |
Teleports you to the spot where you died |
/playerwarp <subcommand> |
Manage, create, remove, or teleport you to a player-warp. |
| Permission | Description | Default |
|---|---|---|
theSpawn.bypass |
Bypass permission (includes all permissions of theSpawn) | op |
theSpawn.spawn.cmd |
Command permission for /spawn
|
everyone |
theSpawn.setspawn.cmd |
Command permission for /setspawn
|
op |
theSpawn.delspawn.cmd |
Command permission for /delspawn
|
op |
theSpawn.hub.cmd |
Command permission for /hub
|
everyone |
theSpawn.sethub.cmd |
Command permission for /sethub
|
op |
theSpawn.delhub.cmd |
Command permission for /delhub
|
op |
theSpawn.alias.cmd |
Command permission for every alias-command | everyone |
theSpawn.aliases.cmd |
Command permission for /aliases
|
|
theSpawn.setalias.cmd |
Command permission for /setalias
|
op |
theSpawn.removealias.cmd |
Command permission for /removealias
|
op |
theSpawn.setwarp.cmd |
Command permission for /setwarp
|
everyone |
theSpawn.delwarp.cmd |
Command permission for /delwarp
|
everyone |
theSpawn.warp.cmd |
Command permission for /warp
|
everyone |
theSpawn.warp.NAME |
Allows you to teleport to a permission-saved-warp | individual |
theSpawn.warp.admin |
Bypass permission to be allowed to teleport to every warp | op |
theSpawn.homes |
Bypass permission for home-related things | op |
theSpawn.homes.unlimited |
Bypass permission to create unlimited homes | op |
theSpawn.sethome.cmd |
Command permission for /sethome
|
everyone |
theSpawn.delhome.cmd |
Command permission for /delhome
|
everyone |
theSpawn.home.cmd |
Command permission for /home
|
everyone |
theSpawn.edithome.cmd |
Command permission for /edithome
|
everyone |
theSpawn.tpa.cmd |
Command permission for /tpa
|
everyone |
theSpawn.tpahere.cmd |
Command permission for /tpahere
|
everyone |
theSpawn.tpaccept.cmd |
Command permission for /tpaccept
|
everyone |
theSpawn.tpdecline.cmd |
Command permission for /tpdecline
|
everyone |
theSpawn.back.cmd |
Command permission for /back
|
everyone |
theSpawn.playerwarp.cmd |
Command permission for /playerwarp
|
everyone |
theSpawn.pwarps.unlimited |
Bypass permission to create unlimited player-warps | op |
theSpawn.pwarps.1 |
Allows you to create 1 player-warp | everyone |
theSpawn.pwarps.AMOUNT |
Allows you to create AMOUNT (please insert a number there) player-warps | individual |
This Plugin has the Apache License 2.0! Plugin by supercrafter333!
Information: This plugin is inspired by MSpawns.
Owner: supercrafter333
Translator: AyzrixYTB, MrBlasyMSK
Icon: HannesTheDev [Thank you]
Discord-Tag: supercrafter333#4062
api-tag in the plugin.yml was an empty array because poggit is having some problems with the other PSR-standard (?) :((This is theSpawn's biggest update ever. It contains major code-changes, structure-changes and some new features.
/aliases-command/playerwarp-commandThis changelog includes the changes of:
/home, /sethome and the /delhome command are now using all command-arguments instead of only the first argument/editwarp - edit a warp/edithome - edit a home/back - Teleports you to the position where you have died (#43)
use-back-command [true | false] ; back-time [int/number (in minutes)]hub-teleport-on-death [true | false]theSpawn::isPositionSafe(Position|Location $position): bool to check if a position is safeThis is a beta-feature, it can contain bugs.
theSpawn::getHome(), theSpawn::getWarp(), theSpawn::getSpawn(), theSpawn::getRandomHub(), theSpawn::getHub() can now all return the Location-class tooyaw and pitch as float and some methods got breaking API changes!!theSpawn.warp.nametheSpawn.homes.<amount> (for example: theSpawn.homes.3), theSpawn.homes.unlimited)theSpawn::getHomeInfo() now returns the HomeInfo-Class or nulltheSpawn::getWarpInfo() now returns the WarpInfo-Class or nullWarpInfo::exists()is now a private function (use theSpawn::existsWarp() instead)theSpawn.php to EventListener.php[V1.6.0]
theSpawn.bypasstheSpawn.warp.admin - teleport you to all warps with or without the permission for the warpWarpInfo::getPermission() will now register the permission if the permission isn't registeredAdded offically support for PM4. This version isn't available for PocketMine-MP 3 (PM3). With this version, the further development of the PM3-version is also discontinued.
WarpInfo::getLevel() -> WarpInfo::getWorld(), HomeInfo::getLevel() -> HomeInfo::getWorld()messages.yml will reactivate, you can do that when you set the message-config in the config.yml to CUSTOM (don't forget to update the version in messages.yml)AliasMap.php471 for mcpe 1.17.40448)hub-teleport-on-join is now false as defaultconfig.yml & messages.yml are now creating a new file calledfilenameOld.yml, there you can get the old settings of the configshub-teleport-on-join [default: true]
Reply to review by :
You can leave one review per plugin release, and delete or update your review at any time