Commit graph

15 commits

Author SHA1 Message Date
Romain Beaumont
3b51a29ae1
add blockEntities to map_chunk for 1.12 2018-05-15 00:22:05 +02:00
Romain Beaumont
a35d871830
default version is 1.8.9 2018-05-13 16:24:40 +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
fed2208809 have a options["max-entities"], fix #222 2016-03-14 21:13:52 +01:00
Romain Beaumont
40aab303a2 use new prismarine-provider-anvil to read/write the seed, use a worldFolder option instead of regionFolder option, fix #178 2016-01-14 19:18:01 +01:00
Romain Beaumont
678656e631 add everybody-op option, fix #181 2016-01-14 01:14:09 +01:00
Romain Beaumont
029c31fad6 add player-list-text config option, and add missing options in the api.md, fix #180 2016-01-14 01:09:07 +01:00
Romain Beaumont
48defee1e3 use prismarine-world 0.4.0 to implement loading/saving, use nmp 0.16.6 to fix a small latency bug 2016-01-05 00:40:13 +01:00
DemiPixel
f17f54fe92 Adding op 'n stuff 2015-12-05 21:52:46 -08:00
Romain Beaumont
7f47dacc60 add a server setting view-distance, and take the min of that settings and the player settings to get the distance to send chunks
I experimented with vanilla, and its "MultiplayerChunkCache" indicates this behavior for a vanilla server
progress on #127
2015-11-26 01:32:35 +01:00
Romain Beaumont
ddd38e148a fix settings, cleanup logs (fix #125) 2015-11-25 19:49:38 +01:00
DemiPixel
cb88a5cbbb Lots and lots and lots of changes... Plugins begin again! 2015-11-21 14:30:16 -08:00
Romain Beaumont
18df789f10 disable modpe by default: important ram usage, buggy 2015-10-12 23:41:26 +02:00
Romain Beaumont
86b83e4e8d fix basic.js, fix #74 2015-10-11 14:25:47 +02:00
Romain Beaumont
99760fc11c create default-settings.json that shouldn't be edited, use settings.json for custom settings 2015-10-09 18:39:13 +02:00