SuperChipsLP submitted a new plugin: AdminTools - A plugin that adds many useful features for Admins. Read more about this plugin...
this sounds perfect and amazing! but i have one question., does this pertain to each world separately or does it apply to ALL worlds?
For now, it is for all worlds. I am working to make it world-specific. You might see this in the next update
Man, plugins like this make me really wish there was actual permissions in PocketMine! In Bukkit, instead of it being a command, a certain rank could be disabled of breaking blocks, but whenever they are upgraded, they would be able to break blocks. Different situations like that would be really nice. I don't think this is possible how PocketMine is set up at the moment, but if a true permissions set-up is actually created, I will go nuts!
SuperChipsLP updated AdminTools with a new update entry: Addet the leave message Read the rest of this update entry...
SuperChipsLP updated AdminTools with a new update entry: Little Bug fixed. Read the rest of this update entry...
Sure this is possible, the events are actually permissions like in bukkit. You can make a permission in your plugin with: PHP: if($this->api->dhandle($permission, $data !== false)){ // Allowed}else{ // Rejected} Then another plugin can allow/reject this with: PHP: $this->api->addHandler($permission, array($this, "hackchecker"));public function hackchecker($data){ if($data === "hacker"){ return false; }else{ return true; }} $permission is a string with the permission name, for example "hacker.check" but this can be a random string.
It's used already in some plugins, but almost nobody extents someone else his plugin on the moment so it's useless
SuperChipsLP updated AdminTools with a new update entry: Command Aliases Read the rest of this update entry...
SuperChipsLP updated AdminTools with a new update entry: New commands! Read the rest of this update entry...
may you make it so you can select the possition 1 and position 2 then make it so you can make it stop block placemebt or destroy??? or like select a specific area to disable pvp in??? and maybe make it world specific only?? )
SuperChipsLP updated AdminTools with a new update entry: MAINTANCE MODE FOR YOUR SERVER Read the rest of this update entry...