Commit graph

30 commits

Author SHA1 Message Date
DemiPixel
93ab42152c Add behaviors, edit docs a TON (YOU'RE WELCOME) 2015-11-22 18:35:33 -08:00
DemiPixel
3ba46f0e97 Adding behaviors 2015-11-22 18:35:33 -08:00
C109
44f96dde73 Fixed sending malformed items, that caused the client to have visual bugs 2015-11-22 21:03:00 -05:00
Romain Beaumont
c9ef10b223 Merge pull request #112 from 109C/master
Use mineflayer's window classes in player's inventory
2015-11-23 00:48:28 +01: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
cb88a5cbbb Lots and lots and lots of changes... Plugins begin again! 2015-11-21 14:30:16 -08:00
Romain Beaumont
808b5a0149 remove player specific updateAndSpawn since this is already happening for all entities 2015-11-21 00:02:41 +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
8d7523a995 fix /help <command> 2015-11-20 00:48:36 +01:00
Romain Beaumont
f4a168cffb fix block drop in node 0.10 : itemCount is not optional 2015-11-20 00:23:22 +01:00
Romain Beaumont
da2457eae4 fix setBlock 2015-11-19 23:50:36 +01:00
Romain Beaumont
79e7d040b5 improve ticking, fix #101 2015-11-19 23:46:03 +01:00
Romain Beaumont
3f7853c95b update to nmp 0.16.2 2015-11-19 23:41:29 +01:00
Romain Beaumont
6ea69796fb add a check in block_place : only place a block if you are holding a block, fix #104 2015-11-19 23:06:52 +01:00
Romain Beaumont
477d5ff3b1 properly build Vec3 from block_dig location, fix #103 2015-11-19 21:56:07 +01: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
4cefdedf75 improve entity movement a little bit 2015-11-17 00:42:39 +01:00
Romain Beaumont
ebed98d85f fix respawn 2015-11-17 00:32:05 +01:00
Romain Beaumont
4cfcfe9277 fix missing serv in chat.js 2015-11-16 23:55:44 +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