Commit graph

25 commits

Author SHA1 Message Date
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
Romain Beaumont
17b65f5021 crash when there is an error during login 2015-10-24 21:44:30 +02:00
Romain Beaumont
8a93ffbdd9 anvil loading 2015-10-23 17:26:25 +02:00
Romain Beaumont
50785a9e5e improve spawn point 2015-10-12 21:59:13 +02:00
Romain Beaumont
c26b11bb74 fix 2 bugs in login : send the update health packet + send named_entity_spawn as fixed point 2015-10-12 21:46:55 +02:00
Romain Beaumont
06770fc23f force compression 2015-10-12 18:59:57 +02:00
Romain Beaumont
86b83e4e8d fix basic.js, fix #74 2015-10-11 14:25:47 +02:00
Romain Beaumont
82067d1424 add try catch for the modpe commands to avoid crashes 2015-10-10 19:07:00 +02:00
Romain Beaumont
316ed6b49b add _worldSync to implement modpe api 2015-10-10 18:54:21 +02:00
Romain Beaumont
32c1368107 add all_the_blocks generation 2015-10-10 16:15:33 +02:00
Romain Beaumont
51148036e4 put modpe in its own command namespace (/modpe <command>), add the same /time command that minecraft has 2015-10-10 15:56:47 +02:00
DemiPixel
7fd8e56d3e Of course it breaks 2015-10-09 17:33:29 -07:00
DemiPixel
7a028e7193 Quick fixes, adding everything to api.md 2015-10-09 17:30:10 -07:00
DemiPixel
e062e4d6a9 Start of ticks, added daycycle, fixed inventory + chest things 2015-10-09 17:18:13 -07:00
Romain Beaumont
012f6e7c30 fix lines in modpe.js 2015-10-09 20:17:37 +02:00
Romain Beaumont
3f0c099c42 generate an uuidv3 in offline mode, fix #68 2015-10-09 19:46:14 +02:00
Romain Beaumont
36465cf00d fix modpe dir 2015-10-09 18:07:33 +02:00
Romain Beaumont
cd3434b8ea move back files where they should have been (in src/) 2015-10-09 18:07:33 +02:00
Romain Beaumont
c4974f8e33 make seed a normal generation option, use es6 default parameters, add superflat (thanks @demipixel) 2015-10-09 15:11:28 +02:00
Romain Beaumont
140cf4bb5a add seed to the parameters of generations 2015-10-09 14:54:10 +02:00
Romain Beaumont
e5a5973575 add options to the generation files 2015-10-09 14:17:13 +02:00
Romain Beaumont
df58bea932 support multiple generation : worldGenerations dir + generation option in the settings, move diamond_square in its own file, 2015-10-09 13:08:00 +02:00
JWo1F
cc3977e41b World Generation 2015-10-09 12:51:50 +02:00
Romain Beaumont
d3a20e4399 implement infinite world, fix #43, fix #52, progress on #47 2015-10-08 22:50:04 +02:00
Romain Beaumont
a79181b27e go to es6 + use real prismarine-chunk and prismarine-world 2015-10-02 00:12:09 +02:00