1719 Commits

Author SHA1 Message Date
Shoghi Cervantes
7cf662fb81 Only show private messages in console when the sender or the target is the console 2013-12-07 12:44:23 +01:00
Shoghi Cervantes
894325aef6 ¬¬ 2013-12-06 01:50:48 +01:00
Shoghi Cervantes
423ead6b64 Added item pickup animation 2013-12-06 01:49:47 +01:00
Shoghi Cervantes
a0a7042d43 Look! New PluginAPI! 2013-12-06 01:24:41 +01:00
Shoghi Cervantes
14e1dda327 Removed KiwiIRC chat, use official freenode webirc 2013-12-04 18:19:39 +01:00
Shoghi Cervantes
3cffa66490 added Entity::setHealth() force 2013-12-03 22:25:25 +01:00
Shoghi Cervantes
2b28e26392 Fixed map chunks bug 2013-12-03 20:39:28 +01:00
Wies
adcf95f486 Fix
Send the normal message when $data["message"] is removed by a plugin.
2013-12-03 18:33:37 +01:00
Wies
736c233e76 Allow chat plugins to work with eachother 2013-12-03 18:26:38 +01:00
Shoghi Cervantes
fd2eb7b230 OOPS! 2013-12-03 02:10:43 +01:00
Shoghi Cervantes
bad8365e28 Fixed zero-length packets spamming the console 2013-12-03 02:07:33 +01:00
Shoghi Cervantes
e9e59c33cc Fixed 969 2013-12-02 17:45:01 +01:00
Shoghi Cervantes
8532f53f8e Schedule player kick so it can read the reason 2013-12-02 01:00:11 +01:00
Shoghi Cervantes
230a3c00fc Removed LevelAPI::isLoaded()
Not needed, everything can be obtained with current methods
2013-12-01 22:01:04 +01:00
Shoghi Cervantes
d515da8963 Fixed Level::setMiniChunk() parameter bug 2013-12-01 21:37:33 +01:00
Shoghi Cervantes
f5d69e6905 Fixed Level::getMiniChunk() parameter bug 2013-12-01 21:32:35 +01:00
Michael Yoo
bcf6571cc2 Delete PermissionsAPI. 2013-12-01 23:52:31 +10:30
Shoghi Cervantes
7d0ff5e073 Formatting OCD
Please refer to CONTRIBUTING.md
2013-12-01 14:16:38 +01:00
Shoghi Cervantes
5e2de356bf Modified update system to check the Github API 2013-12-01 14:14:37 +01:00
Shoghi Cervantes
2d67af6fbd Sugarcane now grows when using bonemeal 2013-12-01 14:14:36 +01:00
Shoghi Cervantes
bd8110edab MCPE v0.8.0 alpha build 5 2013-12-01 14:14:35 +01:00
Michael Yoo
25cd58bd99 Merge remote-tracking branch 'origin/master' 2013-11-30 13:10:27 +10:30
Michael Yoo
a6cd8ece1b Added isLoaded function to LevelAPI. Fixes #959. 2013-11-30 13:10:02 +10:30
Shoghi Cervantes
0bac7418db Updated StackableArray 2013-11-29 00:18:38 +01:00
Shoghi Cervantes
a4e38689db Added REDSTONE constant 2013-11-27 23:19:48 +01:00
Shoghi Cervantes
f3f61e7a4a Cobblestone Walls height handling 2013-11-27 17:41:39 +01:00
Shoghi Cervantes
bc48e70d6c Remove fire effects on Creative mode 2013-11-27 17:24:33 +01:00
Shoghi Cervantes
b21ee37c07 MCPE v0.8.0 alpha build 4 2013-11-27 17:22:41 +01:00
Shoghi Cervantes
2f7e5688e2 Fixed #418 Placing blocks on top of Snow replaces it now 2013-11-27 15:28:10 +01:00
Shoghi Cervantes
0d6ae6067c Fixed #956 BEETROOT_BLOCK typo 2013-11-27 12:10:26 +01:00
Shoghi Cervantes
3337e5980e Added ZIP to compile script 2013-11-27 00:18:13 +01:00
Shoghi Cervantes
493b7532df Removed debug code 2013-11-26 17:28:48 +01:00
Shoghi Cervantes
bd0d708274 Fixed Packet of Death 2013-11-26 17:23:45 +01:00
Shoghi Cervantes
5ad72b4f49 Return a bowl when eating stew or soup 2013-11-26 15:29:34 +01:00
Shoghi Cervantes
7b9edffa47 Mushroom Stew and Beetroot Soup are no longer stackable 2013-11-26 15:23:39 +01:00
Shoghi Cervantes
6e9b70c9cb Better Tall Grass generation with bonemeal 2013-11-26 13:32:19 +01:00
Shoghi Cervantes
0f01570d01 "Better" Tall Grass drops 2013-11-26 13:20:19 +01:00
Shoghi Cervantes
cf5bc916c0 Reordered Creative inventory 2013-11-26 13:15:56 +01:00
Shoghi Cervantes
35119befd9 Tall Grass now drops Melon and Pumpkin seeds with a probability of 1/15 2013-11-26 12:46:30 +01:00
Shoghi Cervantes
02150da862 Tall Grass can now drop Carrots, potatoes, beetroot seeds 2013-11-26 12:45:27 +01:00
Shoghi Cervantes
2044269d86 Added Shears, bedrock and Dyes to creative inventory 2013-11-26 12:42:09 +01:00
Shoghi Cervantes
2d3ba111e0 Rewrote Generic Explosion drop 2013-11-26 12:28:05 +01:00
Michael Yoo
98097b0703 Check for $newPermissions is_array 2013-11-26 21:38:48 +10:30
Michael Yoo
c4ba06b58c Add Restriction Interface 2013-11-26 21:32:08 +10:30
Michael Yoo
3e12a41a91 permissions.request function use instead of additional argument for player variable. 2013-11-26 21:20:44 +10:30
Michael Yoo
daaa9394c4 PermissionsAPI Basic Structure Complete. Now uses restrictions. Player dedicated emitEvent functions. Use more anonymous functions. 2013-11-26 21:17:44 +10:30
Michael Yoo
71a1986980 Add EventRestriction 2013-11-26 20:00:15 +10:30
Michael Yoo
3352c36ba4 Merge branch 'master' of https://github.com/PocketMine/PocketMine-MP 2013-11-26 15:15:30 +10:30
Michael Yoo
d2fa06cb64 More comments. 2013-11-26 15:15:24 +10:30
InusualZ
75e4174a2b Repaired 2013-11-25 19:31:40 -05:00