This repository has been archived by the owner on May 30, 2018. It is now read-only.
Releases: LegendOfMCPE/EssentialsPE
Releases · LegendOfMCPE/EssentialsPE
EssentialsPE 1.1.3
EssentialsPE 1.1.2
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
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
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
This update contains API updates, some fixes and optimizations!
New Features
- Added a new "No Packet" API for developers :3
Optimizations
- Optimized
Vanish
feature andswitchLevelVanish
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
This small update includes little bug fixes and optimizations
New Features
- Added
addToInventory()
andgiveToPlayer()
functions toKit Objects
Optimizations
- Added parameters to fix the usage of players' name in
Translated Messages
- Optimized
Kit Signs
for the newKit Objects
Fixes
- Fixed
Warps Signs
and Optimized to work with the newWarp Objects
EssentialsPE 1.1.0 Beta 8
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
andWarps
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
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
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
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