A Pocketmine-MP (PMMP) plugin to prevent players from doing most glitches.

Overview

AntiGlitch

AntiGlitch is an all-in-one Pocketmine-MP (PMMP) plugin made to prevent as many known glitches.

Setup Guide

  1. To start using the plugin, download the AntiGlitch.phar file from poggit and put it into your server's plugins folder.
  2. Then all you have to do is edit to your liking the config.yml file which can be found in the plugins_data/AntiGlitch folder.
  3. After that, all you have to do is start your server.

Support

Join the discord server for quick support, bug reports and feature requests. If you do not have discord please create an issue on github. Please keep in mind that it will take longer for me to reply on github. If you are reporting an issue with the plugin, be sure to include as many details as possible and steps to reproduce the issue.

Features

  • Features:
    • Anti-Pearl Glitch (Enderpearling in certain areas in order to phase through blocks)
    • Anti-PlaceBlocks Glitch (Placing blocks very fast in areas not allowed in order to get somewhere normally not accessible)
    • Anti-BreakBlocks Glitch (Breaking blocks very fast in areas not allowed in order to get somewhere normally not accessible)
    • Anti-CommandSpace Glitch (Putting a space after the slash in a command in order to do commands when normally not allowed)
  • Coming soon...
    • Maybe more customization in config if requested.
    • If you know any glitches please let me know and I will try to fix it.
Comments
  • Ender's pearls are erased in creative

    Ender's pearls are erased in creative

    If you throw ender pearls in creative they are erased, I did it by throwing them to the ceiling and they were erased

    The version is the last of everything

    opened by MrBlasyMSK 6
  • [Bug] AntiDoor is complete garbage

    [Bug] AntiDoor is complete garbage

    Steps to reproduce the bug Step 1: Place door Step 2: Get out of op Step 3: Spam and run Step 4: STONKS

    Error report No error

    Plugin version, Pocketmine version Are you using the latest version of the plugin? Yes Are you using the latest version of pocketmine? Yes (pm3)

    Plugins used No

    bug 
    opened by ZZWILLIAMXXTrue 4
  • [Bug]

    [Bug]

    Pearl Glitching Yo, I basically used this plugin for HCF(game mode) and while I was playing with my friend, I saw that when you pearl on a player/you pearl on a slab it teleports you to the void. Only plugins that I use about pearls are EnderPearlCooldownPro

    bug 
    opened by xnotkingdev 2
  • bug

    bug

    [09:23:40] [Server thread/CRITICAL]: pocketmine\utils\AssumptionFailedError: "Position world is null" (EXCEPTION) in "pmsrc/src/pocketmine/level/Position" at line 83 [09:23:40] [Server thread/CRITICAL]: #0 pmsrc/src/pocketmine/entity/Entity(1875): pocketmine\level\Position->getLevelNonNull() [09:23:40] [Server thread/CRITICAL]: #1 pmsrc/src/pocketmine/Player(3993): pocketmine\entity\Entity->teleport(object pocketmine\level\Position, double 1, double 1) [09:23:40] [Server thread/CRITICAL]: #2 plugins/AntiGlitch-master/src/Max/AntiGlitch/Main(130): pocketmine\Player->teleport(object pocketmine\level\Position, double 1, double 1) [09:23:40] [Server thread/CRITICAL]: #3 pmsrc/src/pocketmine/plugin/MethodEventExecutor(42): Max\AntiGlitch\Main->fixBlockBreakGlitch(object pocketmine\event\block\BlockBreakEvent) [09:23:40] [Server thread/CRITICAL]: #4 pmsrc/src/pocketmine/plugin/RegisteredListener(80): pocketmine\plugin\MethodEventExecutor->execute(object Max\AntiGlitch\Main, object pocketmine\event\block\BlockBreakEvent) [09:23:40] [Server thread/CRITICAL]: #5 pmsrc/src/pocketmine/event/Event(88): pocketmine\plugin\RegisteredListener->callEvent(object pocketmine\event\block\BlockBreakEvent) [09:23:40] [Server thread/CRITICAL]: #6 pmsrc/src/pocketmine/level/Level(1788): pocketmine\event\Event->call() [09:23:40] [Server thread/CRITICAL]: #7 pmsrc/src/pocketmine/Player(2593): pocketmine\level\Level->useBreakOn(object pocketmine\math\Vector3, object Wertzui123\Netherite\item\tool\Pickaxe, object koth\KothPlayer, boolean 1) [09:23:40] [Server thread/CRITICAL]: #8 pmsrc/src/pocketmine/network/mcpe/PlayerNetworkSessionAdapter(149): pocketmine\Player->handleInventoryTransaction(object pocketmine\network\mcpe\protocol\InventoryTransactionPacket) [09:23:40] [Server thread/CRITICAL]: #9 pmsrc/src/pocketmine/network/mcpe/protocol/InventoryTransactionPacket(106): pocketmine\network\mcpe\PlayerNetworkSessionAdapter->handleInventoryTransaction(object pocketmine\network\mcpe\protocol\InventoryTransactionPacket) [09:23:40] [Server thread/CRITICAL]: #10 pmsrc/src/pocketmine/network/mcpe/PlayerNetworkSessionAdapter(109): pocketmine\network\mcpe\protocol\InventoryTransactionPacket->handle(object pocketmine\network\mcpe\PlayerNetworkSessionAdapter) [09:23:40] [Server thread/CRITICAL]: #11 pmsrc/src/pocketmine/network/mcpe/protocol/BatchPacket(130): pocketmine\network\mcpe\PlayerNetworkSessionAdapter->handleDataPacket(object pocketmine\network\mcpe\protocol\InventoryTransactionPacket) [09:23:40] [Server thread/CRITICAL]: #12 pmsrc/src/pocketmine/network/mcpe/PlayerNetworkSessionAdapter(109): pocketmine\network\mcpe\protocol\BatchPacket->handle(object pocketmine\network\mcpe\PlayerNetworkSessionAdapter) [09:23:40] [Server thread/CRITICAL]: #13 pmsrc/src/pocketmine/Player(3321): pocketmine\network\mcpe\PlayerNetworkSessionAdapter->handleDataPacket(object pocketmine\network\mcpe\protocol\BatchPacket) [09:23:40] [Server thread/CRITICAL]: #14 pmsrc/src/pocketmine/network/mcpe/RakLibInterface(169): pocketmine\Player->handleDataPacket(object pocketmine\network\mcpe\protocol\BatchPacket) [09:23:40] [Server thread/CRITICAL]: #15 pmsrc/vendor/pocketmine/raklib/src/server/ServerHandler(95): pocketmine\network\mcpe\RakLibInterface->handleEncapsulated(string[19] 123.28.157.36 42388, object raklib\protocol\EncapsulatedPacket, integer 0) [09:23:40] [Server thread/CRITICAL]: #16 pmsrc/src/pocketmine/network/mcpe/RakLibInterface(109): raklib\server\ServerHandler->handlePacket() [09:23:40] [Server thread/CRITICAL]: #17 pmsrc/src/pocketmine/network/mcpe/RakLibInterface(99): pocketmine\network\mcpe\RakLibInterface->process() [09:23:40] [Server thread/CRITICAL]: #18 pmsrc/vendor/pocketmine/snooze/src/SleeperHandler(113): pocketmine\network\mcpe\RakLibInterface->pocketmine\network\mcpe{closure}() [09:23:40] [Server thread/CRITICAL]: #19 pmsrc/vendor/pocketmine/snooze/src/SleeperHandler(75): pocketmine\snooze\SleeperHandler->processNotifications() [09:23:40] [Server thread/CRITICAL]: #20 pmsrc/src/pocketmine/Server(2155): pocketmine\snooze\SleeperHandler->sleepUntil(double 1627352620.8327) [09:23:40] [Server thread/CRITICAL]: #21 pmsrc/src/pocketmine/Server(1992): pocketmine\Server->tickProcessor() [09:23:40] [Server thread/CRITICAL]: #22 pmsrc/src/pocketmine/Server(1586): pocketmine\Server->start() [09:23:40] [Server thread/CRITICAL]: #23 pmsrc/src/pocketmine/PocketMine(311): pocketmine\Server->__construct(object BaseClassLoader, object pocketmine\utils\MainLogger, string[49] C:\Users\Administrator\Desktop\SkyBlock LordSoul, string[57] C:\Users\Administrator\Desktop\SkyBlock LordSoul\plugins) [09:23:40] [Server thread/CRITICAL]: #24 pmsrc/src/pocketmine/PocketMine(341): pocketmine\server() [09:23:40] [Server thread/CRITICAL]: #25 pmsrc(11): require(string[104] phar://C:/Users/Administrator/Desktop/SkyBlock LordSoul/PocketMine-MP.phar/src/p)

    opened by thinh2118 2
  • [Bug] Falling out of the world with Enderpearl

    [Bug] Falling out of the world with Enderpearl

    Steps to reproduce the bug Throw an enderpearl at the wall and just fall to avoid

    Error report No error

    Plugin version, Pocketmine version Are you using the latest version of the plugin? Y Are you using the latest version of pocketmine? Y

    Plugins used I have this option disabled

    Video: https://streamable.com/3e8ikl

    bug 
    opened by MrBlasyMSK 1
  • [Bug] The enderpearl is erased in creative

    [Bug] The enderpearl is erased in creative

    Steps to reproduce the bug Just put the plugin in and use it in creative mode and you will see how it disappears after using it

    Error report No error

    Plugin version, Pocketmine version Are you using the latest version of the plugin? (Y/N) Y Are you using the latest version of pocketmine? (Y/N) Y

    Plugins used Some plugins are private and i have disabled /pl

    Proof

    https://streamable.com/dyoau0 (If the bug is caused by another better plugin, leave the issue open so that people know that this can happen, but if you can fix it better)

    bug 
    opened by MrBlasyMSK 1
  • [Bug] error place block

    [Bug] error place block

    [Server thread/CRITICAL]: pocketmine\utils\AssumptionFailedError: "Position world is null" (EXCEPTION) in "pmsrc/src/pocketmine/level/Position" at line 83 [20:24:06] [Server thread/CRITICAL]: #0 pmsrc/src/pocketmine/entity/Entity(1875): pocketmine\level\Position->getLevelNonNull() [20:24:06] [Server thread/CRITICAL]: #1 pmsrc/src/pocketmine/Player(3993): pocketmine\entity\Entity->teleport(object pocketmine\level\Position, double 1, double 1)

    bug 
    opened by chisi21 1
  • Crash when Block Break by Non Op

    Crash when Block Break by Non Op

    Steps to reproduce the bug Deop yourself break the block and boom crash

    Error report

    [05:34:30] [Server thread/CRITICAL]: pocketmine\utils\AssumptionFailedError: "Position world is null" (EXCEPTION) in "pmsrc/src/pocketmine/level/Position" at line 83
    [05:34:30] [Server thread/CRITICAL]: #0 pmsrc/src/pocketmine/entity/Entity(1875): pocketmine\level\Position->getLevelNonNull()
    [05:34:30] [Server thread/CRITICAL]: #1 pmsrc/src/pocketmine/Player(3993): pocketmine\entity\Entity->teleport(object pocketmine\level\Position, double 1, double 1)
    [05:34:30] [Server thread/CRITICAL]: #2 plugins/AntiGlitch.phar/src/Max/AntiGlitch/Main(130): pocketmine\Player->teleport(object pocketmine\level\Position, double 1, double 1)
    [05:34:30] [Server thread/CRITICAL]: #3 pmsrc/src/pocketmine/plugin/MethodEventExecutor(42): Max\AntiGlitch\Main->fixBlockBreakGlitch(object pocketmine\event\block\BlockBreakEvent)
    [05:34:30] [Server thread/CRITICAL]: #4 pmsrc/src/pocketmine/plugin/RegisteredListener(80): pocketmine\plugin\MethodEventExecutor->execute(object Max\AntiGlitch\Main, object pocketmine\event\block\BlockBreakEvent)
    [05:34:30] [Server thread/CRITICAL]: #5 pmsrc/src/pocketmine/event/Event(88): pocketmine\plugin\RegisteredListener->callEvent(object pocketmine\event\block\BlockBreakEvent)```
    
    **Plugin version, Pocketmine version**
    Are you using the latest version of the plugin? Y
    Are you using the latest version of pocketmine? Y
    
    **Plugins used**
    AutoClearLagg v3.1.0, BuilderTools v1.2.0-beta4, DevTools v1.14.2, EconomyAPI v5.7.2, InvCrashFix v0.0.1, Killmoney-PMMP v1.0.2-beta, KitPVP v1, Kits v1, MOTDShuffle v1.1.6, MultiWorld v1.6.0-beta2, PlayerTomb v1.0.0, PureChat v1.4.11, PurePerms v1.4.3, Slapper v1.6.1, WorldGuard v1.1.95, XenoBroadcaster v1.0.0
    
    bug 
    opened by deadbushmc 1
  • Crash on teleport during BlockHunt game caused by AntiGlitch

    Crash on teleport during BlockHunt game caused by AntiGlitch

    When the player is teleported during a BlockHunt game, the AntiGlitch plugin causes the following crash:

    [16:40:52] [Server thread/CRITICAL]: Error: "Call to undefined method OguzhanUmutlu\BlockHunt\entities\BlockHuntEntity::getName()" (EXCEPTION) in "plugins/AntiGlitch.phar/src/Max/AntiGlitch/Main" at line 46
    [16:40:52] [Server thread/CRITICAL]: #0 pmsrc/src/pocketmine/plugin/MethodEventExecutor(42): Max\AntiGlitch\Main->onTP(object pocketmine\event\entity\EntityTeleportEvent)
    [16:40:52] [Server thread/CRITICAL]: #1 pmsrc/src/pocketmine/plugin/RegisteredListener(80): pocketmine\plugin\MethodEventExecutor->execute(object Max\AntiGlitch\Main, object pocketmine\event\entity\EntityTeleportEvent)
    [16:40:52] [Server thread/CRITICAL]: #2 pmsrc/src/pocketmine/event/Event(88): pocketmine\plugin\RegisteredListener->callEvent(object pocketmine\event\entity\EntityTeleportEvent)
    [16:40:52] [Server thread/CRITICAL]: #3 pmsrc/src/pocketmine/entity/Entity(1877): pocketmine\event\Event->call()
    [16:40:52] [Server thread/CRITICAL]: #4 plugins/BlockHunt.phar/src/OguzhanUmutlu/BlockHunt/entities/BlockHuntEntity(58): pocketmine\entity\Entity->teleport(object pocketmine\Player)
    [16:40:52] [Server thread/CRITICAL]: #5 pmsrc/src/pocketmine/level/Level(854): OguzhanUmutlu\BlockHunt\entities\BlockHuntEntity->onUpdate(integer 7181)
    [16:40:52] [Server thread/CRITICAL]: #6 pmsrc/src/pocketmine/level/Level(787): pocketmine\level\Level->actuallyDoTick(integer 7181)
    [16:40:52] [Server thread/CRITICAL]: #7 pmsrc/src/pocketmine/Server(2265): pocketmine\level\Level->doTick(integer 7181)
    [16:40:52] [Server thread/CRITICAL]: #8 pmsrc/src/pocketmine/Server(2396): pocketmine\Server->checkTickUpdates(integer 7181, double 1627162852.7206)
    [16:40:52] [Server thread/CRITICAL]: #9 pmsrc/src/pocketmine/Server(2152): pocketmine\Server->tick()
    [16:40:52] [Server thread/CRITICAL]: #10 pmsrc/src/pocketmine/Server(1992): pocketmine\Server->tickProcessor()
    [16:40:52] [Server thread/CRITICAL]: #11 pmsrc/src/pocketmine/Server(1586): pocketmine\Server->start()
    [16:40:52] [Server thread/CRITICAL]: #12 pmsrc/src/pocketmine/PocketMine(291): pocketmine\Server->__construct(object BaseClassLoader, object pocketmine\utils\MainLogger, string[38] C:\Users\j3zza\Desktop\Zandercraft PE\, string[46] C:\Users\j3zza\Desktop\Zandercraft PE\plugins\)
    [16:40:52] [Server thread/CRITICAL]: #13 pmsrc/src/pocketmine/PocketMine(321): pocketmine\server()
    [16:40:52] [Server thread/CRITICAL]: #14 pmsrc(11): require(string[93] phar://C:/Users/j3zza/Desktop/Zandercraft PE/PocketMine-MP.phar/src/pocketmine/P)
    [16:40:52] [Server thread/EMERGENCY]: An unrecoverable error has occurred and the server has crashed. Creating a crash dump
    [16:40:52] [Server thread/EMERGENCY]: Please upload the "C:\Users\j3zza\Desktop\Zandercraft PE\crashdumps/Sat_Jul_24-17.40.52-EDT_2021.log" file to the Crash Archive and submit the link to the Bug Reporting page. Give as much info as you can.
    
    opened by ZandercraftGames 1
  • [Bug]

    [Bug]

    B615DC9C-9FD1-43EA-B66C-5E71EEC9A52A F3136A8B-CE07-4349-A81A-17C00E84AA14 Steps to reproduce the bug Every action you did that might have caused the crash. If it happened randomly or you do not know why it happened, tell me that you don't know.

    Error report Copy paste the error report from console and do not forget to include the first line that starts with "Error: ".

    Plugin version, Pocketmine version Are you using the latest version of the plugin? (Y/N) Are you using the latest version of pocketmine? (Y/N)

    Plugins used Give a full list of the plugins used. If you want, you can go in-game and do "/pl", the screen shot the list of plugins.

    bug 
    opened by Willtom999 0
  • [Bug] Crash at break blocks dev latest

    [Bug] Crash at break blocks dev latest

    Steps to reproduce the bug Break a block in other world

    Error report

    [14:55:48] [Server thread/CRITICAL]: #0 pmsrc/src/pocketmine/entity/Entity(1875): pocketmine\level\Position->getLevelNonNull()
    [14:55:48] [Server thread/CRITICAL]: #1 pmsrc/src/pocketmine/Player(3993): pocketmine\entity\Entity->teleport(object pocketmine\level\Position, double 1, double 1)
    [14:55:48] [Server thread/CRITICAL]: #2 plugins/AntiGlitch_dev-13.phar/src/Max/AntiGlitch/Main(148): pocketmine\Player->teleport(object pocketmine\level\Position, double 1, double 1)
    [14:55:48] [Server thread/CRITICAL]: #3 pmsrc/src/pocketmine/plugin/MethodEventExecutor(42): Max\AntiGlitch\Main->fixBlockPlaceGlitch(object pocketmine\event\block\BlockPlaceEvent)
    [14:55:48] [Server thread/CRITICAL]: #4 pmsrc/src/pocketmine/plugin/RegisteredListener(80): pocketmine\plugin\MethodEventExecutor->execute(object Max\AntiGlitch\Main, object pocketmine\event\block\BlockPlaceEvent)
    [14:55:48] [Server thread/CRITICAL]: #5 pmsrc/src/pocketmine/event/Event(88): pocketmine\plugin\RegisteredListener->callEvent(object pocketmine\event\block\BlockPlaceEvent)
    [14:55:48] [Server thread/CRITICAL]: #6 pmsrc/src/pocketmine/level/Level(1934): pocketmine\event\Event->call()
    [14:55:48] [Server thread/CRITICAL]: #7 pmsrc/src/pocketmine/Player(2562): pocketmine\level\Level->useItemOn(object pocketmine\math\Vector3, object pocketmine\item\ItemBlock, integer 3, object pocketmine\math\Vector3, object pocketmine\Player, boolean 1)
    [14:55:48] [Server thread/CRITICAL]: #8 pmsrc/src/pocketmine/network/mcpe/PlayerNetworkSessionAdapter(149): pocketmine\Player->handleInventoryTransaction(object pocketmine\network\mcpe\protocol\InventoryTransactionPacket)
    [14:55:48] [Server thread/CRITICAL]: #9 pmsrc/src/pocketmine/network/mcpe/protocol/InventoryTransactionPacket(106): pocketmine\network\mcpe\PlayerNetworkSessionAdapter->handleInventoryTransaction(object pocketmine\network\mcpe\protocol\InventoryTransactionPacket)
    [14:55:48] [Server thread/CRITICAL]: #10 pmsrc/src/pocketmine/network/mcpe/PlayerNetworkSessionAdapter(109): pocketmine\network\mcpe\protocol\InventoryTransactionPacket->handle(object pocketmine\network\mcpe\PlayerNetworkSessionAdapter)
    [14:55:48] [Server thread/CRITICAL]: #11 pmsrc/src/pocketmine/network/mcpe/protocol/BatchPacket(130): pocketmine\network\mcpe\PlayerNetworkSessionAdapter->handleDataPacket(object pocketmine\network\mcpe\protocol\InventoryTransactionPacket)
    [14:55:48] [Server thread/CRITICAL]: #12 pmsrc/src/pocketmine/network/mcpe/PlayerNetworkSessionAdapter(109): pocketmine\network\mcpe\protocol\BatchPacket->handle(object pocketmine\network\mcpe\PlayerNetworkSessionAdapter)
    [14:55:48] [Server thread/CRITICAL]: #13 pmsrc/src/pocketmine/Player(3321): pocketmine\network\mcpe\PlayerNetworkSessionAdapter->handleDataPacket(object pocketmine\network\mcpe\protocol\BatchPacket)
    [14:55:48] [Server thread/CRITICAL]: #14 pmsrc/src/pocketmine/network/mcpe/RakLibInterface(169): pocketmine\Player->handleDataPacket(object pocketmine\network\mcpe\protocol\BatchPacket)
    [14:55:48] [Server thread/CRITICAL]: #15 pmsrc/vendor/pocketmine/raklib/src/server/ServerHandler(95): pocketmine\network\mcpe\RakLibInterface->handleEncapsulated(string[20] 87.219.241.190 57869, object raklib\protocol\EncapsulatedPacket, integer 0)
    [14:55:48] [Server thread/CRITICAL]: #16 pmsrc/src/pocketmine/network/mcpe/RakLibInterface(109): raklib\server\ServerHandler->handlePacket()
    [14:55:48] [Server thread/CRITICAL]: #17 pmsrc/src/pocketmine/network/mcpe/RakLibInterface(99): pocketmine\network\mcpe\RakLibInterface->process()
    [14:55:48] [Server thread/CRITICAL]: #18 pmsrc/vendor/pocketmine/snooze/src/SleeperHandler(113): pocketmine\network\mcpe\RakLibInterface->pocketmine\network\mcpe\{closure}()
    [14:55:48] [Server thread/CRITICAL]: #19 pmsrc/vendor/pocketmine/snooze/src/SleeperHandler(75): pocketmine\snooze\SleeperHandler->processNotifications()
    [14:55:48] [Server thread/CRITICAL]: #20 pmsrc/src/pocketmine/Server(2155): pocketmine\snooze\SleeperHandler->sleepUntil(double 1627484148.3524)
    [14:55:48] [Server thread/CRITICAL]: #21 pmsrc/src/pocketmine/Server(1992): pocketmine\Server->tickProcessor()
    [14:55:48] [Server thread/CRITICAL]: #22 pmsrc/src/pocketmine/Server(1586): pocketmine\Server->start()
    [14:55:48] [Server thread/CRITICAL]: #23 pmsrc/src/pocketmine/PocketMine(311): pocketmine\Server->__construct(object BaseClassLoader, object pocketmine\utils\MainLogger, string[16] /home/container/, string[24] /home/container/plugins/)
    [14:55:48] [Server thread/CRITICAL]: #24 pmsrc/src/pocketmine/PocketMine(341): pocketmine\server()
    [14:55:48] [Server thread/CRITICAL]: #25 pmsrc(11): require(string[71] phar:///home/container/PocketMine-MP.phar/src/pocketmine/PocketMine.php)
    

    Plugin version, Pocketmine version Are you using the latest version of the plugin? Y Are you using the latest version of pocketmine? Y

    Plugins used Private

    bug 
    opened by MrBlasyMSK 0
Owner
ItsMax123
Website & Pocketmine plugin dev. (HTML, CSS, JavaScript, Python, PHP)
ItsMax123
A PHP script that converts PMMP-3 Plugins into PMMP-4 plugins

This script tries to convert pm3 plugins to pm4 as good as possible, but sadly not perfect. Please open issues if you find any unexpected behaviour, to help improving this script.

null 43 Dec 3, 2022
Prevent players from passing a certain point in your server worlds

WorldBorder Info ~ Prevent players from passing a certain point in your server worlds! Stops glitchers trying to get past the border locking them in a

Hydro 1 Mar 27, 2022
A Pocketmine-MP (PMMP) plugin to help staff members enforce the rules of the server.

StaffMode is an all-in-one Pocketmine-MP (PMMP) moderation plugin made to simplify the life of staff members.

ItsMax123 9 Sep 17, 2022
A Pocketmine-MP (PMMP) leaderboard plugin that shows player statistics on a website.

WebLeaderBoard A Pocketmine-MP (PMMP) leaderboard plugin that shows all sorts of statistics on a website. Setup Guide To start using the plugin, downl

ItsMax123 6 Apr 5, 2022
A plugin OreSpawner for PocketMine-PMMP

A plugin OreSpawner for PocketMine-PMMP

VennV 2 Oct 9, 2022
Bug bounty tools built in PHP to help penetration tester doing the job

BugBountyTools-PHP Bug bounty tools built in PHP to help penetration tester doing the job Website who using this script: KitaBantu Soon! 403 Bypasser

Muhammad Daffa 7 Aug 17, 2022
salah eddine bendyab 18 Aug 17, 2021
This is a PocketMine plugin that helps staffs track players using commands.

Track This is a PocketMine plugin that helps staffs track players using commands. Features Allows selected staffs to watch players use commands to fac

Nguyễn Thành Nhân 6 Jun 23, 2022
This is a plugin for pocketmine-mp, when locking a player's items helps players not to lose items or throw things around causing server lag.

[] LockedItem| v1.0.0 Player's item lock Features Player's item lock Players aren't afraid of losing items For Devolopers You can access to LockedItem

JeroGamingYT 3 Jan 4, 2022
PocketMine-MP plugin that inhibits players from dropping items.

PocketMine-MP plugin that inhibits players from dropping items. This plugin also comes with a variety of useful commands.

MCA7 3 Jul 25, 2022
A PocketMine-MP plugin that lets you teleport among offline players

OfflinePlayerTP A PocketMine-MP plugin that lets you teleport among offline players. Commands Command Description /otp <player> Teleport to (offline)

Muqsit Rayyan 8 Sep 23, 2022
A PocketMine-MP plugin that counts the played time of players.

PlayedTime - v0.0.1 BETA VERSION! This is a test/beta version of PlayedTime. It can contain bugs and not fully tested things. A plugins that allows yo

supercrafter333 7 Aug 11, 2022
A PocketMine-MP plugin that allows you to mute players permanently and for a specific time.

BetterMute - v1.1.1 A PocketMine-MP plugin that allows you to mute players permanently and for a specific time. Features easy mute players permanent o

supercrafter333 7 Dec 21, 2022
Dedicated plugin for PocketMine-API 4, this will help staff members to make players follow the rules to the letter

StaffMode Dedicated plugin for PocketMine-API 4, this will help staff members to make players follow the rules to the letter Annotation This plugin is

Kurth 3 Aug 12, 2022
A plugin manager for PocketMine-MP downloads plugin from PocketMine-MP official plugin repository

oh-my-pmmp A plugin manager for PocketMine-MP Getting Started Prerequisites Your server MUST RUN the latest version of PocketMine. Installation From P

thebigcrafter 6 Jan 4, 2023
Powerful land plugin, based on PMMP.

iLand Powerful land plugin, based on PMMP Features Land management with Form UI The border of the selected land Custom land settings Customize the per

David-pm-pl 9 Dec 6, 2022
Powerful land plugin, based on PMMP.

iLand Powerful land plugin, based on PMMP Features Land management with Form UI The border of the selected land Custom land settings Customize the per

Block Magic Dev 7 Jul 26, 2022
A plugin so that players on your server cannot use Frames.

[] AntiFrameEdit | v3.0 A plugin so that players on your server cannot use Frames. ⚡ Features: Personalized messages. Easy to usage. Permissions for p

Jony 5 Dec 18, 2022
Simple configurable plugin to see all commands executed by players

About [FR] Simple plugin configurable permettant de voir toutes les commandes exécutées par les joueurs [ENG] Simple configurable plugin to see all co

leo 1 Feb 4, 2022