575 Commits

Author SHA1 Message Date
Shoghi Cervantes
5f3829692d Fixed unknown and impossible crash 2014-02-01 16:26:40 +01:00
Shoghi Cervantes
dbde770fce Fixed typo o.O 2014-02-01 16:19:56 +01:00
Shoghi Cervantes
e12290202b Fixed #1135 Entity despawn race condition 2014-01-31 13:30:30 +01:00
Shoghi Cervantes
09720a59ec Added Utils::getUniqueID(), returns a machine ID and a even more variable machine ID 2014-01-29 17:07:01 +01:00
Shoghi Cervantes
079db8d234 Added option to skip save in ServerAPI::serProperty() 2014-01-29 02:36:21 +01:00
Shoghi Cervantes
c88b1c97b3 Added advanced caching (enable-advanced-cache) 2014-01-29 02:24:02 +01:00
Shoghi Cervantes
f8b270e33f such fix. I even made a regular expression to find these 2014-01-28 12:50:24 +01:00
Shoghi Cervantes
4002d3013d More OCD 2014-01-28 11:36:18 +01:00
Shoghi Cervantes
763adb0360 OCD. Blame @sekjun9878 for making me shout in the train 2014-01-28 11:27:55 +01:00
Shoghi Cervantes
cdefcbd72a Fixed #823 /help outputs ansi colors 2014-01-27 18:19:45 +01:00
Shoghi Cervantes
ac8f2646a7 pthreads 0.1.0 and Thread::kill(). Needs fix 2014-01-27 15:18:20 +01:00
Shoghi Cervantes
b7cf5d08cc Save and send hotbar history 2014-01-27 14:00:53 +01:00
Shoghi Cervantes
624eb93058 Save and send last slot used by player 2014-01-27 04:00:26 +01:00
Shoghi Cervantes
f95e8a2c51 Merge pull request #1109 from pemapmodder/master
Include level in $data for event item.drop
2014-01-26 15:36:24 -08:00
PEMapModder
49e5d930f1 Level included in data for event item.drop 2014-01-26 20:44:26 +08:00
JWhy
1b227153a9 /op command: Show usage info if no user specified 2014-01-26 13:21:51 +01:00
Shoghi Cervantes
edfcdd0c17 Fixed #1031 Correct face when block is replaced 2014-01-22 17:31:23 +01:00
Shoghi Cervantes
cc57475f91 Added player.block.place.bypass and player.block.break.bypass 2014-01-16 23:09:56 +01:00
Shoghi Cervantes
8c648fc6f7 PocketMine-MP Alpha_1.3.11 「甘いビートルート」 Added CODENAME 2014-01-13 04:16:38 +01:00
Michael Yoo
969f0f05b0 Fix #1037 2014-01-04 11:59:07 +09:00
InusualZ
e3d3f91c54 Level::getAll() 2013-12-23 20:15:53 -05:00
Michael Yoo
01e9ca7852 Fix #971. Add lowercase checking of Config. 2013-12-14 16:06:28 +10:30
Shoghi Cervantes
af8b380d10 Added Cobweb to Creative Inventory 2013-12-13 00:34:37 +01:00
Shoghi Cervantes
90e598bb2c Added minecart item (not placeable) 2013-12-13 00:33:07 +01:00
Shoghi Cervantes
4d0eb5e529 Fixed #988 2013-12-09 21:55:49 +01:00
Shoghi Cervantes
02dc06c58b Fixed plugin path 2013-12-09 21:50:58 +01:00
Shoghi Cervantes
c23fc0057a PHP plugins are now included using include() 2013-12-08 17:17:47 +01:00
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
a0a7042d43 Look! New PluginAPI! 2013-12-06 01:24:41 +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
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
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
2f7e5688e2 Fixed #418 Placing blocks on top of Snow replaces it now 2013-11-27 15:28:10 +01:00
Shoghi Cervantes
cf5bc916c0 Reordered Creative inventory 2013-11-26 13:15:56 +01:00
Shoghi Cervantes
2044269d86 Added Shears, bedrock and Dyes to creative inventory 2013-11-26 12:42:09 +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
d2fa06cb64 More comments. 2013-11-26 15:15:24 +10:30
Michael Yoo
aefcab9a49 Really minor changes. 2013-11-25 22:37:30 +10:30
Michael Yoo
f5989d461c Fix possible variable bug with /tell. 2013-11-25 22:06:25 +10:30
Michael Yoo
68076fedc8 Some PHPDoc comment updates. 2013-11-25 22:05:07 +10:30
Michael Yoo
2339525478 Merge remote-tracking branch 'origin/master' 2013-11-25 20:34:57 +10:30
Michael Yoo
62f5f0d325 Add PHPDoc information to sub-APIs. 2013-11-25 20:34:48 +10:30