607 Commits

Author SHA1 Message Date
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
Shoghi Cervantes
0ac81968b7 OCD 2013-11-25 11:02:33 +01:00
Michael Yoo
b8763a7a3f Add PHPDoc information for API parsing. 2013-11-25 20:28:19 +10:30
Michael Yoo
e6f855abbd Add Default permission, and remove construct restriction in Permission interface. Note that all changes on permission API are untested therefore not enabled by default. 2013-11-25 20:11:38 +10:30
Shoghi Cervantes
2f3817322b Formatting OCD 2013-11-25 09:28:41 +01:00
Shoghi Cervantes
7190d444e3 Revert "Remove Achievement API. Alters game play mechanics."
This reverts commit 2621aab2ef9578fea1a1b61ad1e38b81c1a096e9.
2013-11-25 09:26:12 +01:00
Michael Yoo
d7d5e66de6 Use interfaces and closures and abstracts and anonymous functions and all the fancy OOP PHP stuff. 2013-11-25 18:33:12 +10:30
Michael Yoo
eb7d8a3240 Minor Adjustments 2013-11-25 18:05:21 +10:30
Michael Yoo
698feccd54 Minor Adjustments. 2013-11-25 18:04:47 +10:30
Michael Yoo
d3e8cba132 Basic PermissionsAPI template for others to improve. 2013-11-25 18:02:31 +10:30
Michael Yoo
2621aab2ef Remove Achievement API. Alters game play mechanics. 2013-11-25 17:39:19 +10:30
Shoghi Cervantes
6ab29f993d OCD 2013-11-24 23:29:17 +01:00
Shoghi Cervantes
336a40ae90 Merge pull request #947 from 99leonchang/master
Multiple orders for /gamemode
2013-11-24 14:20:04 -08:00
Shoghi Cervantes
8665035381 Added Cocoa Beans crafting 2013-11-24 19:01:24 +01:00
Shoghi Cervantes
44a9639150 Fixed POTATOE constant 2013-11-24 18:41:57 +01:00
Shoghi Cervantes
e700179bb0 Multiple changes
* Fixed hoe durability
* Fixed some blocks hitbox
* Added Creative pseudo-inventory
* Added Carrots and Carrot Crops
* Added Potatoes, Baked potatoes and Potato Crops
2013-11-24 18:38:37 +01:00
Leon Chang
5ac92ee0db Formatting 2013-11-24 20:48:03 +08:00
Leon Chang
1eda0d72a8 Different orders for /gamemode 2013-11-24 20:38:40 +08:00
Leon Chang
1331c8aeb2 Merge pull request #4 from PocketMine/master
Update
2013-11-24 04:36:13 -08:00