Romain Beaumont
6fc0e318e2
Release 0.3.0
2015-12-11 01:25:53 +01:00
DemiPixel
32c01a088c
Improve contribute.md
2015-12-10 12:27:17 -08:00
Romain Beaumont
ad7253d36d
put experience pure functions in a lib and adapt the doc
2015-12-10 01:47:57 +01:00
Romain Beaumont
5d0d9ceb11
fix @e[type=Zombie] selector
2015-12-09 01:03:32 +01:00
DemiPixel
d2a62e53e9
Update docs on XP
2015-12-07 01:04:29 +01:00
Romain Beaumont
c34ebb1f5e
fix entity dying, add /killall commands, add entity.takeDamage method, remove despawnPlayers (same as despawnEntities)
2015-11-29 20:08:42 +01: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
a4c208ec5e
fix createMCServer doc
2015-11-28 14:12:48 +01:00
mhsjlw
8f7185773d
API fixes
2015-11-28 07:56:03 -05:00
mhsjlw
1c4611cb86
Various updates to MCServer
2015-11-28 07:49:08 -05:00
mhsjlw
5f02899173
Update and rename history.md to HISTORY.md
2015-11-28 07:37:50 -05:00
mhsjlw
7c314a589c
Rename contribute.md to CONTRIBUTE.md
2015-11-28 07:35:53 -05:00
mhsjlw
4b2915b239
Rename api.md to API.md
2015-11-28 07:35:41 -05: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
DemiPixel
6a9281c195
Add more to "dug" behavior and add "breakAnimation" behavior
2015-11-23 16:12:51 -08:00
DemiPixel
fa99c91551
Small fixes
2015-11-23 09:25:59 -08:00
DemiPixel
de59be23ad
Trying to fix sound, no success so far
2015-11-22 19:31:00 -08:00
DemiPixel
93ab42152c
Add behaviors, edit docs a TON (YOU'RE WELCOME)
2015-11-22 18:35:33 -08:00
Romain Beaumont
6c5a392b2b
Merge pull request #89 from demipixel/sound
...
Sound and Particles!
2015-11-06 03:04:21 +01:00
DemiPixel
17ad68dced
I love my docs
2015-11-05 17:58:49 -08:00
Romain Beaumont
84369016a1
Release 0.2.0
2015-11-01 18:58:17 +01:00
Romain Beaumont
20ff77bc1d
listen on server 'connection' to listen to non-PLAY errors, try to fix #85
2015-10-26 22:33:52 +01:00
Romain Beaumont
07b8eaf58c
update setBlock doc
2015-10-26 21:40:06 +01:00
Romain Beaumont
81d6cca4f1
add metadata when placing a block, progress on #9
2015-10-26 21:32:53 +01:00
Romain Beaumont
ae0faf757f
delete doc/README.md
2015-10-26 18:31:24 +01:00
Romain Beaumont
accb742c7f
add back server.setBlock
2015-10-26 02:28:07 +01:00
Romain Beaumont
69819b880e
proper /changeworld overworld|nether command implemented
2015-10-25 23:58:30 +01:00
Romain Beaumont
2a3b8a157b
add player.spawnAPlayer, player.despawnPlayers, player.updateAndSpawnNearbyPlayers, automatically spawn and despawn players when getting closer or far
2015-10-25 23:26:04 +01:00
Romain Beaumont
c2b1424743
serv.setBlock -> player.setBlock
2015-10-25 21:24:37 +01:00
Romain Beaumont
e3b7ad569b
fix stuff related to changeWorld
...
* use writeOthersNearby everywhere
* create player.playerViewDistance
* put toFixedPosition in vec3 prototype
* fix changeWorld (use the same function than in login)
* use entity_destroy in changeWorld
* sendPosition, not setPosition
* disable pregenWorld : it just makes everything slow
2015-10-25 21:03:02 +01:00
DemiPixel
f0cce9fadb
Added lots of communication stuff
2015-10-24 21:02:26 -07:00
DemiPixel
afb75e4bea
Update docs, small fix
2015-10-24 18:39:59 -07:00
DemiPixel
1917165caf
Change serv.world to serv.worlds. Added playerPlugins/world.js and moved a lot of stuff from login.js there. Generating multiple worlds works and moving players there works as well. A few issues here and there.
2015-10-24 16:56:28 -07:00
DemiPixel
7a028e7193
Quick fixes, adding everything to api.md
2015-10-09 17:30:10 -07:00
Romain Beaumont
717de0d409
update api.md
2015-10-08 22:56:56 +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
mhsjlw
470e956c4c
Fixed grammar and 'craftyjs'
2015-09-27 15:26:27 -04:00
DemiPixel
0aae8c6c8e
Fixing bugs, added world-guard example, updated API a bit
2015-09-09 00:44:48 -07:00
DemiPixel
6771c3186b
Added many more cancelable events and more documentation!
2015-09-07 15:06:23 -07:00
Romain Beaumont
7cc78b6ef1
add kicked and banned event to api
2015-09-06 18:06:45 +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
37c3e5e1bd
Add explanations about how to create external plugins
2015-09-02 13:19:44 +02:00
Romain Beaumont
306191fc1d
use prismarine-entity, fix #25
2015-08-30 20:52:14 +02:00
Romain Beaumont
282dab7f7e
Release 0.1.0
2015-08-30 20:20:22 +02:00
Romain Beaumont
94926df8da
craftyjs becomes flying-squid (due to name conflict)
2015-08-30 19:49:46 +02:00
mhsjlw
b00110d19a
Added player.updateHealth documentation
2015-08-28 11:19:53 -04:00