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 original warp plugin for PocketMine-MP
version 4.0.1
Approved
Direct Download How to install?
Switch version
75524 Downloads / 88105 Total
9 Reviews
Plugin Description §

SimpleWarp

Poggit Average time to resolve an issue Total downloads

SimpleWarp is the original warp plugin for PocketMine-MP. It allows players to move from point A to B with ease. At the core of SimpleWarp is simplicity and extensibility. Although very easy on the end user, it exposes a powerful backend for developers to hack around with.

SimpleWarp 2.0 is not compatible with older SimpleWarp and PocketMine versions.

Commands

Command Usage Description
/warp /warp <name> [player] Warps you or another player to a specified warp.
/addwarp /addwarp <name> [<ip> <port>|<x> <y> <z> <level>|<player>] Creates a new warp at a set location.
/delwarp /delwarp <name> Deletes specified warp.
/listwarps /listwarps Prints out list of warps.
/openwarp /openwarp <name> Allows any player to access specified warp.
/closewarp /closewarp <name> Restricts specfied so that only players with correct permission node can use it
/warpreport /warpreport [title] Run from console to generate a new GitHub issue for SimpleWarp

Permissions

 simplewarp:
  default: op
  children:
   simplewarp.command:
    default: op
    children:
     simplewarp.command.list:
      default: true
      children:
       simplewarp.command.list.xyz:
        default: op
       simplewarp.command.list.visual:
        default: op
     simplewarp.command.addwarp:
      default: op
     simplewarp.command.delwarp:
      default: op
     simplewarp.command.warp:
      default: true
      children:
        simplewarp.command.warp.other:
         default: op
     simplewarp.command.openwarp:
      default: op
     simplewarp.command.closewarp:
       default: op
     simplewarp.command.closewarp:
       default: op
   simplewarp.essentials.notice:
    default: op
    description: Recieve messages when their is warp conflict in Essentials
   simplewarp.warp:
    default: op
    description: Allows usage of all warps

API

What good is a plugin without an API? SimpleWarp has an API which is used by it's own core components.

Getting access

Make sure to add the following to your plugin.yml

depend: ["SimpleWarp"]

Note: If you use softdepend you will need to check if SimpleWarp is installed.

Now you can a copy of the API in your onEnable method

$api = SimpleWarpAPI::getInstance($this); // This only works inside a PluginBase

If you want to get the instance outside your main class, you can do

$api = $server->getPluginManager()->getPlugin("SimpleWarp")->getApi(); // $server is an instance of \pocketmine\Server
What's new §
  • Fix plugin task issues, so plugin actually runs, my bad :P
  • bump to 4.0.1
  • Potential fix to #58
  • Update to support 3.0.0 and 4.0.0
  • Decreased default hold still timeout from 5 seconds to 3.
    W* hen warping another player, they now get a message that they are being warped and must hold still.
  • Fix #55 which caused errors on warping to some warps.
  • Support for ALPHA 11
  • Fixes #51 (lang naming error)
  • Support for new APIs (up to 10)
  • I am having to guess and check a bit with checksum verification, because I can only be sure it works once the plugin is released. This version hopefully fixes checksum verification.
  • External warps can now use FastTransfer or the builtin transfer feature in newer PocketMine versions.

This change is entirely backwards compatible and does not modify the way in which external warps function.

NOTE: This build is larger because it was generate by Poggit and includes image assets.

Initial version

DikkDev
using v4.0.1
16 Sep 21
Plugin Yang Bagus!
MarcoGYTV2
using v4.0.1
21 Apr 21
Although it does not work on void worlds it does work on flat worlds if you are using multiworld use /mw create (world name) flat Thanks to who created this warp plugin!
SkyVenZ2080
using v4.0.1
12 Aug 20
pls everytime i do /reload. The warp cant works its said cant load chunk
DevInfoMCPE
using v4.0.1
28 Jul 20
10/10 plugin
jsonfromstatefarm
using v4.0.1
26 Jul 20
Wolfkid200444
using v4.0.1
06 Aug 18
Good
iAldrich23xX
Outdated
using v3.3.4
21 May 18
It's good but they should make teleportation faster
Lihener
Outdated
using v3.3.4
08 Jan 18
Actualizen a la alpha 10 plz ;L
mrpwes
Outdated
using v3.3.4
27 Dec 17
One Of The Legend Plugin Please Update it into -> API 3.0.0-ALPHA10
falkirks
21 Jan 18
I released the update.

Reply to review by :

/ 5
Supported API versions
3.0.0
->
3.25.6
Producers §
  • Contributors:
    • @SOF3
    • @joshnorth
License §
Categories:
Teleportation
Keywords
Permissions
Manage plugins
Permissions
Commands
External Internet clients

You can leave one review per plugin release, and delete or update your review at any time

/ 5
Loading...