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

Releases: LegendOfMCPE/EssentialsPE

EssentialsPE 1.1.3

01 Oct 00:16
Compare
Choose a tag to compare
  • This update will be the final release in the 1.0 series.
  • Fixes small typos.
  • Bug fixes and more bug fixes.

EssentialsPE 1.1.2

11 Aug 00:14
Compare
Choose a tag to compare

This will be the last EssentialsPE update... The next one will be '2.0.0' aiming for PocketMine 1.6 and MCPE 0.12

Little update...

  • Fixes some bugs related to Nicks, Warps and Homes commands feedback...

EssentialsPE 1.1.1

09 Aug 04:05
Compare
Choose a tag to compare

This release include a lot of new features... So, let's get a resume:

  • Fixed Permission nodes bug, just keep in mind: "Some new permissions have a .use sub-node, so please use that node now".
  • Added some missing permission nodes.
  • Fixed /Seen command crash.
  • Implemented "Session saving", so all the information of a player will be stored in an individual file... No more trying to fix the whole "Homes"/"Warps" files :3
  • Added "Heal" particles :3

EssentialsPE 1.1.0

08 Jun 20:23
Compare
Choose a tag to compare

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.

EssentialsPE 1.1.0 Beta 10

07 Jun 04:26
Compare
Choose a tag to compare
Pre-release

This update contains API updates, some fixes and optimizations!

New Features

  • Added a new "No Packet" API for developers :3

Optimizations

  • Optimized Vanish feature and switchLevelVanish function with Effect packets and Player's "No Packet"

Fixes

  • Fixed permission node checking while vanishing other players
  • Fixed player self-teleporting while using /tpall command

EssentialsPE 1.1.0 Beta 9

05 Jun 17:46
Compare
Choose a tag to compare
Pre-release

This small update includes little bug fixes and optimizations

New Features

  • Added addToInventory() and giveToPlayer() functions to Kit Objects

Optimizations

  • Added parameters to fix the usage of players' name in Translated Messages
  • Optimized Kit Signs for the new Kit Objects

Fixes

  • Fixed Warps Signs and Optimized to work with the new Warp Objects

EssentialsPE 1.1.0 Beta 8

05 Jun 03:33
Compare
Choose a tag to compare
Pre-release

This update contains some important bug-fixes and optimizations

New Features

  • Added Dynamic Permission Nodes for all the Kits and :Warps available in the server
  • Added custom getConsoleUsage() method
  • Ready for Minecraft: Pocket Edition 0.11

Optimizations

  • Better way to handle "Back-ground Updater"
  • Made Homes, Kits and Warps Object-Orientated (OOP)

Fixes

  • Fixed wrong "Player Name" on Join & Quit messages (Shown as {%0})
  • Fixed Auto-AFK Setter bug
  • Fixed Auto-AFK-Kick bug & spam

EssentialsPE 1.1.0 Beta 7

06 May 22:22
Compare
Choose a tag to compare
Pre-release

This update contains some important fixes and optimizations...

Optimizations

  • Optimized plugin's updater! 😄 It should be faster

Fixes

  • Fixed not displaying correct player nick when executing a command with its name
  • Fixed Heal Signs not working properly
  • Possibly fixed AFK Spam

EssentialsPE 1.1.0 Beta 6

30 Apr 01:31
Compare
Choose a tag to compare
Pre-release

This update includes exciting features! :'D

New Features

  • Updated to work with Minecraft: PE 0.11.0 (Build 8+)
  • Added Vanish Effect to fit original "Vanish" functionality
  • Added Fly command!

Optimizations

  • Optimized "Colored chat" API
  • Optimized Session Handling

Fixes

  • Fixed wrong permission node for Kits (Thanks @Cloud9350)
  • Fixed Warp Signs Permission not being available (Thanks @Georggi)

EssentialsPE 1.1.0 Beta 5

01 Mar 00:13
Compare
Choose a tag to compare
Pre-release

New Features

  • Another PlayerVanishEvent function! keepHiddenFor($player)
  • Temporal protection for the cofnig file, now it doesn't override values, just correct them for the running session

Fixes:

  • Fixed TempBan command banning users with the node: essentials.ban.exempt
  • Fixed the ItemDB command not working
  • Fixed node checking for the ItemCommand command