Commit graph

69 commits

Author SHA1 Message Date
Romain Beaumont
76e5d006fc fix inventory 2015-10-09 18:07:33 +02:00
F6CF
5fd82ad67c Vec3 including 2015-10-09 18:07:33 +02:00
F6CF
59e00875aa Update modpe.js 2015-10-09 18:07:33 +02:00
F6CF
cc26a5a057 Delete we.js 2015-10-09 18:07:33 +02:00
Ubuntu
a4cae0c143 Modpe support is merged, added flag for enabling modpe, added world edit 2015-10-09 18:07:33 +02:00
Creeplays
343d9e6828 quickfix 2015-10-09 18:07:33 +02:00
Creeplays
e00d3e294c Move _writeAll 2015-10-09 18:07:33 +02:00
Creeplays
4219435bb7 Blah, blah... 2015-10-09 18:07:33 +02:00
Creeplays
18a56b51b0 fixes and improvements 2015-10-09 18:07:33 +02:00
F6CF
6ba4aaaa2e Create header.js 2015-10-09 18:07:33 +02:00
F6CF
6f7fda93a0 Update inventory.js 2015-10-09 18:07:33 +02:00
F6CF
23126e1c69 Create inventory.js
InventoryAPI
2015-10-09 18:07:33 +02:00
Romain Beaumont
a79181b27e go to es6 + use real prismarine-chunk and prismarine-world 2015-10-02 00:12:09 +02:00
Romain Beaumont
bc66295001 Revert "The Start of Plugins" 2015-09-28 00:26:25 +02:00
mhsjlw
b2d189b9d2 Merge pull request #49 from demipixel/plugins
The start of plugins with World Guard example
2015-09-27 17:56:47 -04:00
Romain Beaumont
02e6258e25 player names can contain underscores 2015-09-12 22:29:10 +02:00
DemiPixel
b15f3941f1 Updates to plugins 2015-09-11 16:40:17 -07:00
DemiPixel
0aae8c6c8e Fixing bugs, added world-guard example, updated API a bit 2015-09-09 00:44:48 -07:00
DemiPixel
d62f91f708 Small bug 2015-09-07 15:09:23 -07:00
DemiPixel
6771c3186b Added many more cancelable events and more documentation! 2015-09-07 15:06:23 -07:00
DemiPixel
8f364579cd Start of plugins 2015-09-06 12:57:34 -07:00
Romain Beaumont
961fd045ac use 24h format 2015-09-06 17:48:54 +02:00
Romain Beaumont
4bf03223dd clean kick/ban system 2015-09-06 17:10:38 +02:00
DemiPixel
3118823520 Implemented kicking and banning, as well as /kick and /ban 2015-09-06 17:10:38 +02:00
DemiPixel
7547c68100 Added player.sendBlock and serv.setBlock. Added an example command /setblock and made changes (and fixes) to api.md 2015-09-05 18:23:27 -07:00
Romain Beaumont
eb9ef00596 add date to logs 2015-09-06 02:21:28 +02:00
Romain Beaumont
9d1a3e3554 improve and fix logging 2015-09-06 02:13:00 +02:00
Romain Beaumont
11640b8802 fix disconnecting error 2015-09-06 02:11:08 +02:00
Romain Beaumont
920f61340e fix disconnected event and related logging 2015-09-06 02:00:15 +02:00
Romain Beaumont
37e74ae52c use prismarine-world : flying-squid has now 9 chunk columns 2015-09-05 20:03:10 +02:00
Romain Beaumont
306191fc1d use prismarine-entity, fix #25 2015-08-30 20:52:14 +02:00
Romain Beaumont
8c06acf155 improve logging : create logs dir if it doesn't exist, use log dir relative to path, add shebang in app.js to allow starting the app.js as a bin, make longjohn enable only if NODE_ENV == 'dev', make "craftyjs" a binary installed with package when npm install -g 2015-08-30 07:58:47 +02:00
Romain Beaumont
5a668e6815 implement digging correctly by using prismarine-block digTime function, fix #7 2015-08-29 04:25:34 +02:00
Romain Beaumont
874cce85bd place block with empty hand crash fixed 2015-08-28 23:17:20 +02:00
Romain Beaumont
31f7946437 fix logging 2015-08-28 23:15:49 +02:00
Romain Beaumont
e88ca19177 You can only hurt someone in survival, fix #23 2015-08-28 23:00:46 +02:00
Romain Beaumont
32b957cc60 Merge branch 'newlook' 2015-08-28 22:16:48 +02:00
Romain Beaumont
2c6e8c18a7 implement looking, thanks @Gjum and @mhsjlw 2015-08-28 22:15:24 +02:00
Romain Beaumont
470b00ea67 improve animations.js a bit 2015-08-28 21:22:28 +02:00
mhsjlw
fb0ab0ef95 Implement crouching and sprinting 2015-08-28 15:07:40 -04:00
mhsjlw
4f3b073e40 Added arm swinging animation 2015-08-28 11:41:13 -04:00
mhsjlw
b00110d19a Added player.updateHealth documentation 2015-08-28 11:19:53 -04:00
mhsjlw
afb4ecb1a9 Fixed player respawn health 2015-08-28 11:05:49 -04:00
Romain Beaumont
6e747b6fc0 add player.handleCommand to the api, improve command handling 2015-08-28 01:10:35 +02:00
Romain Beaumont
8dded86058 improve command handling and expose setGameMode 2015-08-28 00:53:19 +02:00
mhsjlw
0b78f258fa Add gamemode command 2015-08-27 18:33:22 -04:00
Romain Beaumont
17ab2c8b19 add animation when a player is dead, fix #17 2015-08-27 23:44:15 +02:00
Romain Beaumont
56e0e93a3f show animation when player is hurt, start #17 2015-08-27 23:36:58 +02:00
Romain Beaumont
caedd14632 add logout to its own file, expose sendInitialPosition and spawn, implement respawn, fix #16 2015-08-27 23:26:23 +02:00
mhsjlw
ec51d1e875 Implemented commands 2015-08-27 16:58:04 -04:00