Comedyman937 submitted a new plugin: AreaProtect - Protect your worlds from griefers! Read more about this plugin...
Great Plugin hopefully you can make that I can set regions to not be grief. Otherwise the plugin name would be/mean WorldProtect.
Great, can you add the possibility to edit or add the message in the config.yml...for example "this world is protected" or "this area is protected by..." or "you can't destroy or place here"... or no message...?
Thats the overal plan for it. Im not sure when I will be able to finish that though (hopefully soon ) Yeah I can do that. I wont be able to work on it until the 19th but Ill see if I can get an update out for that on that day. I havent tested it for that yet but it should
Comedyman937 updated AreaProtect with a new update entry: Crash Fix Read the rest of this update entry...
Crash: Code: PocketMine-MP Crash Dump Fri Aug 15 12:41:55 UTC 2014 Error: Call to undefined method WeakRef::getLevel() File: /AreaProtect.phar/src/AreaProtect/Main Line: 38 Type: E_ERROR THIS CRASH WAS CAUSED BY A PLUGIN BAD PLUGIN: AreaProtect v1.0.0 Code: [29] * [30] * @priority NORMAL [31] * @ignoreCanceled false [32] */ [33] public function onBlockBreak(BlockBreakEvent $event){ [34] $player = $event->getPlayer(); [35] foreach($this->worlds["Worlds"] as $world){ [36] if($player->hasPermission("areaprotect.action.edit")){ [37] return true; [38] }elseif($player->level->getLevel() == $world){ [39] $player->sendMessage("[AreaProtect] You do not have permission to do that here!"); [40] $event->setCancelled(); [41] } [42] } [43] } [44] [45] /** [46] * @param BlockPlaceEvent $event [47] * [48] * @priority NORMAL Backtrace: PocketMine-MP version: Alpha_1.4dev #640 [Protocol 18; API 1.2.1] Git commit: 0000000000000000000000000000000000000000 uname -a: Windows NT IMPERATO-HP 6.1 build 7601 (Windows 7 Home Premium Edition Service Pack 1) AMD64 PHP Version: 5.5.10 Zend version: 2.5.0 OS : WINNT, win Loaded plugins: AreaProtect 1.0.0 by Comedyman937 for API(s) 1.1.0 DevTools 1.8.0 by PocketMine Team, shoghicp for API(s) 1.0.0 essentialsTP 1.0.4 by for API(s) 1.0.0 PocketDockConsole 0.0.4 by humerusj for API(s) 1.0.0 Portal 3.0.1 by ljyloo for API(s) 1.0.0 SimpleMessages 1.2 by Dutok for API(s) 1.0.0 SpawnWithItems 2 by LDX for API(s) 1.1.0 ServerMail 0.0.1 by tschrock (edited by Heromine) for API(s) 1.0.0 xPermissions 1.1.0 by 64FF00 for API(s) 1.2.0 BigBrother 1.3.0-beta by shoghicp for API(s) 1.2.0 ColorText 0.1 Alpha by Heromine for API(s) 1.2.0 ----------------------REPORT THE DATA BELOW THIS LINE----------------------- ===BEGIN CRASH DUMP=== eNrtfWt34kiS9l/Jdfe+p6rXYMTd7nGftQFXecYYBnBV9zRzdISUgMpCUutim5oz/30jIlNSSgiw q2vfT+s6BVLGk5G3yMiIvPGvk8je8JMLrVnrarV2S2udnvAg8IKTi3+dRFsfSCcDfTCZjCYnpycb HobGCsN6huOwyGOxa/Gl7XKLbXi09iz2mRuPE768uFjx6I4/cefde4i4tB2MdXYVcGMceBE3o6q/ NoKzMDDVwLOhYbuAd4DlyUWj++/TE9+JVxB2caLAAGF6Fsc81s+BNI/YTxDWqMln9t9+YHuBHW2Z +LsfTYZXdwjRUoi9cr2A9wzX5A7kf2k4IUdEXSLO8KVBL368cGyTLWPXjGzPZZ577Xjm4zXk6PFd 9jh44m7EfuT49f5fGL1J0efRj75jbHnALiW18gtUz5jC3r3/GZEtiVxCngxz/e7HaG2HlV+evcCx wt/nJ5/pYX7yT2aE7EcKFkm0ZcR5ZC/fyXQqv6yNcMyDjR2GkN938xMDuPqy4g0qRJVbdjQ/e
How do i use this on my server?I make server for Minecraft 0.9.5 and i put phar file in to plugins folder but what now i run server but what is the command or something how protect my world from griefers
You edit the config.yml file to match your worlds name. If your world is the default. It will be protected automatically when you load the plugin.
But in plugins is folder AreaProtect i open it and there is yml file i open it with notepad++ and write this ---Worlds:- opencraft... Is this correct?or i must do something other is there not commands?i have only one question how protect my server from f****** griefers
Comedyman937 has announced on GitHub that he is pausing development for a few weeks. Maybe you can ask someone else.