Commit graph

24 commits

Author SHA1 Message Date
DemiPixel
b7aea8251f Fix tp, updatePosition, and tests 2015-12-10 11:20:17 -08:00
DemiPixel
fe2f220f10 Big changes to player/entity.sendPosition and entity/player.teleport. Not fully working yet. 2015-12-09 23:04:57 -08:00
Romain Beaumont
b5d22e57f9 improve code with webstorm suggestion + split entities.js into spawn.js and other files 2015-11-28 18:23:26 +01:00
Romain Beaumont
ddd38e148a fix settings, cleanup logs (fix #125) 2015-11-25 19:49:38 +01:00
Romain Beaumont
82dbd722fd most objects don't despawn and don't get picked up, fix #121 2015-11-25 00:52:49 +01:00
Romain Beaumont
58193cb37e Merge pull request #116 from 109C/master
Add survival inventory handling for players
2015-11-24 23:43:02 +01:00
DemiPixel
483269db4c Added forceCancelDig and some other stuff 2015-11-23 19:27:35 -08:00
DemiPixel
0355195cd9 No more crashes, update API, add more stuff 2015-11-23 16:27:35 -08:00
C109
c01c0b9cb4 Items now stack 2015-11-23 18:21:13 -05:00
DemiPixel
93ab42152c Add behaviors, edit docs a TON (YOU'RE WELCOME) 2015-11-22 18:35:33 -08:00
C109
28343dc3d3 Implement player inventory using prismarine-windows and prismarine-item
* player can collect item
2015-11-23 00:47:02 +01:00
DemiPixel
4d7f000b61 Last fixes 2015-11-20 14:38:05 -08:00
DemiPixel
8215985f7f Fix a lot of communication things, added lots of semicolons, started on entity knockback (hehe, doesn't work well, needs improvement) 2015-11-20 13:52:19 -08:00
DemiPixel
2a376626e6 Fix stuff, add a small implementation of picking up blocks (doesn't go into inventory) 2015-11-19 21:16:27 -08:00
DemiPixel
a02983c2bd Fixing metadata, almost done! 2015-11-19 17:46:54 -08:00
DemiPixel
180799e045 Attempting to convert Player into Entity 2015-11-19 17:17:33 -08:00
Romain Beaumont
5530f7b1de get ticking back to server plugin (more efficient not to listen lot of time on an event) 2015-11-17 00:56:32 +01:00
Romain Beaumont
3b46fc348f add /spawnObject <id> 2015-11-16 23:48:49 +01:00
Romain Beaumont
d87e9a3a31 add /summon <entity_name> command 2015-11-16 23:26:31 +01:00
Romain Beaumont
f522dfac97 use Vec3 correctly + move commands in the related plugins 2015-11-16 22:22:58 +01:00
Romain Beaumont
9bcbb991bb serv, player -> player,serv because serv is often not needed 2015-11-16 21:24:19 +01:00
Romain Beaumont
a1a260c1da move some of entities.js in other files 2015-11-16 21:11:20 +01:00
Romain Beaumont
94a11951f4 entity plugins 2015-11-16 20:57:38 +01:00
Romain Beaumont
39dc37f94d put together player plugins and server plugins 2015-11-16 20:23:09 +01:00
Renamed from src/lib/serverPlugins/entities.js (Browse further)