-
Notifications
You must be signed in to change notification settings - Fork 6
/
ReadMe_ChangeLog.txt
138 lines (137 loc) · 6.95 KB
/
ReadMe_ChangeLog.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
==============================================================================================
PocketMine Essentials Package
by Kevin Wang
----------------------------------------------------------------------------------------------
Package Version: 3.6.3-Beta
----------------------------------------------------------------------------------------------
Skype: kvwang98 ( The one without _rec after the username )
E-Mail: kevin@cnkvha.com
----------------------------------------------------------------------------------------------
Join My MCPE Server:
mcpe.MineConquer.com
==============================================================================================
What's New:
- 3.6.3 Beta ( 2013/12/22 )
- Added World Spawn Changer ( /setwspawn ), suggested by iksasu on Github(issue 1)
- Fixed the bugs(Github issue 3 and 5) reported by iksasu.
- Fixed God Mode doesn't work. (Github issue 6)
- 3.6.2 Beta ( 2013/12/22 )
- Fixed lots of DisguiseCraft bugs.
(You won't lose your disguise when vanish/unvanish)
(You won't lose your disguise when teleport to another world)
- Fixed some errors
(Removed case-insensitivity in Session API)
- 3.6.1 Beta ( 2013/12/21 )
- Added BlockDisguise permissions for each block ID
("pmess.disguisecraft.block" for all blocks)
("pmess.disguisecraft.block.[ID]" for only a specfied block)
(For example, "pmess.disguisecraft.block.20" is only for glass block)
- Added(Fixed) Signs and Bucket protection for Area Protect Module
- Fixed the Redstone Command Sign permission detection bug
- 3.6.0 Beta ( 2013/12/19 )
- Fixed the iControlU bug
- Added Disguise as a Primed TNT
- Added Disguise as a Moveable Block
- Rewrote the DisguiseCraft code structure
- 3.5.7 Alpha ( 2013/12/18 )
- Fixed Portal to World errors and bugs.
- Fixed the Undefined variable "isVanished" error bug randomly.
- 3.5.6 Alpha ( 2013/12/18 )
- Added Colorful Chat support.
( Use $X, which X is color code, the same as PC color code. )
( Currently only work on console. )
- Fixed username bug when disguising as a player
- Fixed loading external plugins depends on PMEss
- 3.5.5 Alpha ( 2013/12/17 )
- Supported PocketMine-MP Alpha_1.3.11dev ( MCPE 0.8.0 )
- Added PowerTool ( /pt ), touch a block by holding a specified item to run a command.
- Fixed bugs when disabled GroupManager.
- 3.5.4 Alpha ( 2013/12/6 )
- Fixed some errors when doing something(chat, command, break/place block, etc. ).
- 3.5.3 Beta ( 2013/11/25 )
- Added a config for GroupManger to disable it.
- Fixed server crash when disguising as a mob.
- Fixed chat username doesn't change when disguising as a player.
- 3.5.2 Beta ( 2013/11/24 )
- Added a loader to load all things in correct order
- 3.5.1 Beta ( 2013/11/24 )
- *(Security)* Fixed GroupManager Command Permission Check Bug
- GroupManager no longer support OP-Override
- That means OP system won't work, and you need to add
commands to your group to make it usable for your group.
- Check this link for preset configs:
> http://forums.pocketmine.net/index.php?threads/826/
- 3.5.0 Beta ( 2013/11/24 )
- No longer require SRC modify!
- Added Session Systems (With an API)
- Server creates a session with player's CID when he/she joins.
- Server destory a session when player disconnect.
- Support default value
- 3.4.1 Beta ( 2013/11/2 )
- Fixed the Rank Time Limit from GroupManager
- Added a new event: player.afteerjoin
- Added AutoInstaller for Windows OS
- 3.4.0 Beta ( 2013/11/1 )
- Added Time Limit for GroupManager
You may do "/manuadd <GROUP> <USERNAME> [Days] [ExpireGroup]"
(If you don't input [Days] and [ExpireGroup] it will be a life-time rank)
- Added event: pmess.groupmanager.rankexpire
(See Tutorial_Events.txt)
- 3.3.3 Alpha (2013/10/30)
- Made $API->console->run(); more secure
- 3.3.2 Alpha ( 2013/10/23 )
- Fixed /unlock command in ChestLock
- 3.3.1 Alpha ( 2013/10/20 )
- Fixed the iControlU Console Spam/Crash bug
- 3.3.0 Alpha ( 2013/10/20 )
- Added NoFloatingTrees ( To fix the Tree Drop Bug )
- Fixed PocketMine-MP Tree Drop Bug ( Now you can get all drops )
- Fixed Unusual Username Crash server bug
- 3.2.0 Alpha ( 2013/10/16 )
- Added Mute Commands ( /mute and /unmute )
- Released Alpha Version ( Stable Version )
- 3.1.2 Beta ( 2013/10/15 )
- Fixed iControlU Uncontrollable PermissionNode
- Fixed iControlU Server lag and make it more exciting and amazing!
- Notice: OP have all PermissionNodes if OP-Override set to true!
- 3.1.1 Beta ( 2013/10/15 )
- Fixed the login bug(/chat-on and /chat-off logic )
- 3.1.0 Beta ( 2013/10/13 )
- Added iControlU!
- Added 2 Built-In PermissionNodes( See ReadMe_PermissionNodes.txt )
- 3.0.0 Beta ( 2013/10/12 )
- Fixed GroupManager OP-Override, set to true to allow OP use any commands in the config
- Added PermissionNodes into GroupManager
- Changed the permission format for commands to "&.COMMAND", such as "&.kill"
- Added some built-in permission nodes for some plugins in the package( See ReadMe_PermissionNodes.txt )
- Old Version Configs are NOT compatible anymore
To fix configs, see "WARNING-Old_Version_Config_Incompatible.txt"
- 2.3.0 Beta ( 2013/10/11 )
- Added All Chat Disable ( /chat-on, /chat-off )
- Fixed the compatible problems between Chest Lock and Protect plugin
- Improved chat expirence ( Auto New-Line )
- 2.2.0 Beta ( 2013/10/10 )
- Added Chest Lock ( Stand on a chest and type /lock or /unlock )
- 2.1.4 Alpha ( 2013/10/9 )
- Fixed user can not completely leave a group(GroupManager)
- Improved the security of Redstone Command Signs
(It will check permission before running the command)
- 2.1.3 Alpha ( 2013/10/8 )
- Some redstone updates, now it is running faster
- 2.1.2 Alpha ( 2013/10/6 )
- Fixed InfWorldAPI crash bug
- 2.1.1 Alpha ( 2013/10/5 )
- Pistons now will cause block updates(Sand and gravel will fall)
- 2.1.0 Beta ( 2013/10/2 )
- Added ExplosiveBlock to Redstone plugin
- 2.0.0 Beta ( 2013/10/1 )
- Added GroupManager system ( Support OP-OverRide Config )
- Added RedStone system
- Fixed some version bugs in plugin files
- 1.1.0 Alpha ( 2013/9/19 )
- Added Home Set commands. (/sethome, /home)
- Added Teleport Request commands. (/tpa, /tpaccept, /tpdeny)
- 1.0.0 Alpha ( 2013/9/18 )
- Fixed a lot of known bugs.
- 1.0.0 Beta ( 2013/9/14 )
- First Release