Skip to content
This repository has been archived by the owner on May 30, 2018. It is now read-only.

EssentialsPE 1.1.0

Compare
Choose a tag to compare
@iksaku iksaku released this 08 Jun 20:23
· 401 commits to master since this release

The first biggest update after initial release!

New Features

  • Ready for Minecraft: Pocket Edition 0.11 & PocketMine-MP 1.5.
  • Kits! Now you can create Kits for your server(s)! (Also with Special Sign for it)
  • Auto-Updater Now can let the plugin to search for new updates available in the Pocketmine-MP Official Repo and in plugin's Github Repo.
  • Auto-AFK Set players in AFK mode after some time, set in config file.
  • Auto-AFK-KICK Like the above function.. but kick player's that are already in AFK mode, also set the desired time in the config file.
  • QuickReply Now you can reply to the last "private" message sent to you using the _/reply/ command.
  • Gamemode Command Replace the traditional one.. and add some fun aliases.
  • Fly command Now you can fly in survival mode!
  • Added custom Dynamic Permission Node Generator for Kits and Warps available in the server.

Optimizations

  • Optimized Colored Messages API.
  • Optimized Session System.
  • Made Homes, Kits and Warps Object-Orientated (OOP).
  • Added parameters to use Player's nick in translated Join and Quit messages.
  • Fixed and optmized Warp Signs for the new Warp Objects.
  • Optimized Vanish system to work with Effect Packets and Player Direct ones.

Fixes

  • Fixed possible crash on broken systems.
  • Fixed the /compass command crashing when being executed from Console.
  • Fixed Max stack-size on /more and /item commands.
  • Fixed /sudo command sending "Chat messages" with the "c:" prefix.
  • Config file no longer resets...
  • Fixed /repair command not working.
  • Fixed /powertool system not working.
  • Fixed /work command errors. (Special thanks to @Georggi)
  • Fixed /tempban command not working.
  • Fixed Weird messages from the /vanish command.
  • Fixed /itemdb command not working properly.
  • Fixed /item command not properly checking permission nodes.
  • Fixed permission node for Warp Signs. (Thanks to @Georggi)
  • Fixed not displaying player's nick when using it inside a command.
  • Fixed Health Signs not working properly.
  • Fixed showing {%0} in Join and Quit messages.
  • Fixed permission node checking while Vanishing other players.
  • Fixed player self-teleport when using /tpall command.