2787 Commits

Author SHA1 Message Date
Shoghi Cervantes
c6f189f93f Added ability to disallow auto-kick of logged in players without using external properties, and using the event system 2014-04-04 01:59:58 +02:00
Shoghi Cervantes
076bf2f2fe Added /spawnpoint message 2014-04-04 01:54:38 +02:00
Shoghi Cervantes
fb6cd22c83 Fixed /tp 2014-04-04 01:52:56 +02:00
williamtdr
327d183bed Disallow duplicate usernames and block new player 2014-04-03 18:14:36 -05:00
williamtdr
7a163f9ea5 Added option to not kick players on duplicate names 2014-04-03 18:06:10 -05:00
williamtdr
0a7d9f1c87 Enabled use of /tp <source> <target> 2014-04-03 18:04:26 -05:00
williamtdr
08c9321a55 Fix error on tapping block with air in hand 2014-04-03 16:40:16 -05:00
williamtdr
cbf1f7a2e8 Fix /spawnpoint from console with no coordinate crash 2014-04-03 16:37:00 -05:00
williamtdr
85f7cdb123 Temporarily fix placing blocks near water crash 2014-04-03 16:34:02 -05:00
Shoghi Cervantes
d3a912b2ef Added jenkins branch 2014-04-03 22:28:28 +02:00
Shoghi Cervantes
5173781725 Modified jenkins script 2014-04-03 20:36:15 +02:00
Shoghi Cervantes
ab1fbae2f2 Added dependency search on loaded plugins 2014-04-03 20:06:18 +02:00
Shoghi Cervantes
febc6af323 Added uopz doc stub 2014-04-03 17:23:49 +02:00
Shoghi Cervantes
d972d38b41 Added uopz extension (for monkey patching) 2014-04-03 16:25:42 +02:00
Shoghi Cervantes
80f9093875 Added /reload command (does not reload source code) 2014-04-03 15:49:00 +02:00
Shoghi Cervantes
ee6dc989ce Added class not found exception to SplClassLoader 2014-04-03 14:01:44 +02:00
Shoghi Cervantes
5da68059ee Added file_exists check to SplClassLoader 2014-04-03 13:59:26 +02:00
Shoghi Cervantes
5052e58bd0 Added /status memory 2014-04-03 13:22:04 +02:00
Shoghi Cervantes
2ad9e1fe29 Added /status title 2014-04-03 13:19:34 +02:00
Shoghi Cervantes
908210969e Added permissions for /status 2014-04-03 13:17:10 +02:00
Shoghi Cervantes
0865381881 Moved /status into debug.commands 2014-04-03 13:16:15 +02:00
Shoghi Cervantes
b50d58e46f Merge branch 'Core-Rewrite' of github.com:PocketMine/PocketMine-MP into Core-Rewrite 2014-04-03 13:12:30 +02:00
Shoghi Cervantes
4841e105d3 Added debug.level 2014-04-03 13:12:15 +02:00
Shoghi Cervantes
6c938944e6 Merge pull request #1376 from williamtdr/Core-Rewrite
Re-enable support for debug information with /status
2014-04-03 13:11:13 +02:00
Shoghi Cervantes
04917ecd5a Added correct PluginIdentifiableCommand 2014-04-03 13:08:11 +02:00
William Teder
3d80362560 Re-enable support for SIGTERM for clean exit 2014-04-02 21:24:49 -05:00
William Teder
48f2927e08 Re-enable support for debug information with /status 2014-04-02 21:14:22 -05:00
Shoghi Cervantes
27fcf0286e Fixed terminal colors 2014-04-03 04:10:20 +02:00
Shoghi Cervantes
2ab1997f21 v1.5.0 added /extractplugin 2014-04-03 03:38:16 +02:00
Shoghi Cervantes
61192b172b Removed FolderPluginLoader, allow loading of plugins by other loaders 2014-04-03 02:34:57 +02:00
Shoghi Cervantes
f71f10da0b Added entry on .gitignore for Netbeans 2014-04-03 01:14:59 +02:00
Shoghi Cervantes
a2536ed308 Fixed Server::isLevelgenerated() 2014-04-03 00:35:38 +02:00
Shoghi Cervantes
83eb032393 Fixed plugin resources 2014-04-02 23:48:00 +02:00
Shoghi Cervantes
36027f1073 Removed TimeAPI 2014-04-02 20:29:38 +02:00
Shoghi Cervantes
95628227b0 Removed ServerOld, ServerAPI 2014-04-02 20:27:34 +02:00
Shoghi Cervantes
0f42cd9243 Added Asynchronous tasks, usage sending 2014-04-02 20:20:14 +02:00
Shoghi Cervantes
11356b68ba Added RCON 2014-04-02 19:33:49 +02:00
Shoghi Cervantes
379b70eca7 Removed PlayerAPI 2014-04-02 19:07:29 +02:00
Shoghi Cervantes
c81266d1da Added /tp 2014-04-02 19:04:07 +02:00
Shoghi Cervantes
8c4afcd21a Added /spawnpoint 2014-04-02 18:40:24 +02:00
Shoghi Cervantes
5cadc665d1 Added /kill, base entity health methods 2014-04-02 18:27:49 +02:00
Shoghi Cervantes
bec642310a Removed BlockAPI 2014-04-02 06:07:21 +02:00
Shoghi Cervantes
df3e456162 Added /give, /gamemode 2014-04-02 05:59:26 +02:00
Shoghi Cervantes
7cd29f0fcf Added block updates, correct block placing 2014-04-02 05:36:45 +02:00
Shoghi Cervantes
a4630372fa Added /save-on, /save-off, /save-all 2014-04-02 04:37:58 +02:00
Shoghi Cervantes
9a5ffbe56c Added Tool for Items, new items 2014-04-02 04:26:53 +02:00
Shoghi Cervantes
ee23b42e23 Added Spawn protection, including item usage, added /whitelist 2014-04-02 03:37:51 +02:00
Shoghi Cervantes
502c27273d Moved Level methods to Server 2014-04-02 02:58:20 +02:00
Shoghi Cervantes
5865f17c75 Faster plugin filter loading 2014-04-01 21:57:32 +02:00
Shoghi Cervantes
7e9304a0c9 Formatting 2014-04-01 19:48:28 +02:00