Commit graph

574 commits

Author SHA1 Message Date
Romain Beaumont
2e749ff49f
move to normal position, fix #40 + multi version for position for 1.8 and 1.12
normal position is now possible because I understood it's necessary
to stored the last sent position in order to compensate for the loss
of precision next time a relative position packet is sent

I introduced a features.json which makes it possible to describe
high level differences between version and use that to handle multi version code
2018-05-21 00:04:19 +02:00
Romain Beaumont
332ffbca08
add soundCategory to named_sound_effect sending 2018-05-20 16:43:43 +02:00
Romain Beaumont
483dafb679
broken code is not very interesting : removing border.js 2018-05-20 15:41:39 +02:00
Romain Beaumont
c01f9dcfca
chunk unloading for 1.12 and 1.8 2018-05-20 15:19:51 +02:00
Romain Beaumont
069e30cb7e
use block from inventory instead of heldItem in block_place : fix placing in 1.12 (without breaking 1.8) 2018-05-20 14:57:23 +02:00
Romain Beaumont
3b51a29ae1
add blockEntities to map_chunk for 1.12 2018-05-15 00:22:05 +02:00
Romain Beaumont
9ba0b6ca27
bump dependencies 2018-05-14 21:39:16 +02:00
Romain Beaumont
306095f49b
fix license in package.json 2018-05-13 20:23:12 +02:00
Romain Beaumont
48be4f2266
bring (static) multi version support to everything else + fix some formatting 2018-05-13 20:21:23 +02:00
Romain Beaumont
0b53189116
bring (static) multi version support to portal detection 2018-05-13 19:47:47 +02:00
mhsjlw
988e3fde96
Merge pull request #331 from PrismarineJS/version_support
Bring (static) multi-version support
2018-05-13 13:14:28 -04:00
Romain Beaumont
f4885d81e8
bring (static) multi version support to world generations 2018-05-13 19:10:48 +02:00
Romain Beaumont
a35d871830
default version is 1.8.9 2018-05-13 16:24:40 +02:00
Romain Beaumont
e607738892
fix style in app.js 2018-05-13 16:21:40 +02:00
Romain Beaumont
7bd164aa39
Make default settings default (fix #223) 2018-05-13 16:11:24 +02:00
Romain Beaumont
b6eca14b82
var -> const 2018-05-13 16:01:37 +02:00
Romain Beaumont
ffb6e1a5b3
Merge pull request #329 from PrismarineJS/standard
Add standard linting
2018-05-13 15:43:52 +02:00
mhsjlw
33532c7f93
Merge branch 'master' into standard 2018-05-13 09:31:55 -04:00
mhsjlw
44f0024cc6 Add standard linting 2018-05-13 09:26:48 -04:00
Romain Beaumont
b5618e03be
add package-lock.json to gitignore 2018-05-13 14:04:49 +02:00
mhsjlw
0015986621
Merge pull request #320 from PrismarineJS/circle
Migrate to CircleCI 2 and Jest
2018-02-06 22:25:47 -05:00
mhsjlw
241cc0e014 Fix requireindex and mineflayer.js 2018-02-06 22:24:20 -05:00
mhsjlw
72e42982b0 Migrate to CircleCI 2 and Jest
- Reformatted the test files
- mineflayer.js is broken
- CircleCI will cache node_modules/
2018-02-05 21:04:34 -05:00
mhsjlw
62ac46e8e3
Merge pull request #319 from PrismarineJS/remove-babel
Remove babel and unused dependencies
2018-02-04 17:09:15 -05:00
mhsjlw
9fca132bc1 Fix tests 2018-02-04 16:45:47 -05:00
mhsjlw
711a484b72 Remove babel and unused dependencies 2018-02-04 16:06:20 -05:00
Romain Beaumont
1f4084d079
Merge pull request #314 from Shin-JaeHeon/master
CONTRIBUTE.md translated into Korean.
2017-11-18 19:17:15 +01:00
Shin-JaeHeon
8a59391c2f Correcting Translation Errors 2017-11-19 03:12:26 +09:00
Shin-JaeHeon
d96ddb95ee CONTRIBUTE.md Translated into Korean. 2017-11-19 03:09:26 +09:00
Romain Beaumont
4cecd70cc6
use prismarine-world supporting cross version 2017-01-12 19:32:53 +01:00
Romain Beaumont
7970461e37 Merge pull request #281 from DeudlyYT/master
Added my plugin to the README
2016-11-21 11:37:26 +01:00
DeudlyYT
5a7bcb995c Added my plugin 2016-11-20 13:13:41 +01:00
Greenkeeper
bc945c9629 chore(package): update gulp-sourcemaps to version 2.0.0 (#275)
https://greenkeeper.io/
2016-10-11 16:31:19 +02:00
Romain Beaumont
529bd8f5bc
use node 6 in circle ci 2016-10-08 14:46:48 +02:00
Romain Beaumont
6040a4a12d
add doc of player.commands 2016-08-18 13:02:43 +02:00
Marcel
38b4d4cd29 Fix Link (#266) 2016-08-16 13:47:56 +02:00
Greenkeeper
f019c316db chore(package): update request-promise to version 4.1.0 (#262)
https://greenkeeper.io/
2016-08-01 11:28:49 +02:00
Greenkeeper
0d0ee2e3d9 chore(package): update mocha to version 3.0.0 (#263)
https://greenkeeper.io/
2016-08-01 11:28:30 +02:00
Romain Beaumont
1bf9242cd1
Release 1.0.0 2016-05-30 23:40:26 +02:00
Romain Beaumont
3d66567bb0
bump dependencies 2016-05-30 23:36:02 +02:00
Greenkeeper
b54b7d36c1 Update minecraft-data to version 1.5.0 🚀 (#243)
* chore(package): update minecraft-data to version 1.5.0

https://greenkeeper.io/

* carret
2016-05-21 00:20:01 +02:00
Dylan
3b563b64ce Implement difficulty
* added some code to set the difficulty of the server

* Add difficulty variable
 Added difficulty to default-settings.json
 changed difficulty: 0 to difficulty: serv.difficulty in
 -respawn.js
 -world.js
 -login.js

* set server diff
* added setting serv difficulty on server start in settings.js
* added serv in module.exports.player=function(player, serv) in player.js and in respawn.js
2016-05-01 01:25:12 +02:00
Romain Beaumont
e3acaf8555
fix the weather command 2016-04-30 01:25:57 +02:00
Romain Beaumont
17477c2155 Merge pull request #239 from OverloadedWolf/master
[WIP] Weather Command
2016-04-30 01:24:48 +02:00
OverloadedWolf
b0864da791 Weather Command
Created the base for the weather command. Currently it will give an
warning if you do not have enough parameters to fulfill the command. It
will, however, crash the server when used properly.
2016-04-29 17:26:50 -04:00
Romain Beaumont
fffccdc127 Merge pull request #237 from FlyingPony/master
Inventory related stuff for #236
2016-04-17 00:26:35 +02:00
Romain Beaumont
bd9a3a510a Merge pull request #238 from PrismarineJS/greenkeeper-request-promise-3.0.0
Update request-promise to version 3.0.0 🚀
2016-04-17 00:24:37 +02:00
greenkeeperio-bot
7020ae6c4d chore(package): update request-promise to version 3.0.0
http://greenkeeper.io/
2016-04-17 00:19:16 +02:00
C109
4a8ea541ff Git sillyness 2016-04-14 19:47:31 -04:00
C109
a61dcd6fc3 Remove block from inventory when placing it 2016-04-14 19:14:27 -04:00