Commit graph

15 commits

Author SHA1 Message Date
danbulant
e4aacc4351 Add permissions and few other fixes 2020-04-02 15:59:36 +02:00
Romain Beaumont
43b665bb84
update to standard 12 2018-11-25 16:31:55 +01:00
Romain Beaumont
ed2f5df538
fix entities in 1.12 : uuid support 2018-05-25 23:09:29 +02:00
mhsjlw
44f0024cc6 Add standard linting 2018-05-13 09:26:48 -04:00
Romain Beaumont
1d882c4af9 some webstorm found fixes 2015-12-18 14:27:36 +01:00
Romain Beaumont
8c4406804e use const and let instead of var
see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/const and https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/let
2015-12-17 11:36:43 +01:00
Romain Beaumont
f5884caf1f fix player.kick (just use player._client.end), add serv.quit(reason), wait for login messages in mineflayer test 2015-12-11 15:33:48 +01:00
Romain Beaumont
de202f5faa fix commands to support /ban-ip , add /pardon-ip 2015-12-07 23:47:53 +01:00
C109
e5ff8eae7e Added IP ban command 2015-12-07 11:50:52 -05:00
DemiPixel
b4b90c01ed Add /op and /deop 2015-12-05 22:08:00 -08:00
DemiPixel
f17f54fe92 Adding op 'n stuff 2015-12-05 21:52:46 -08: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
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
39dc37f94d put together player plugins and server plugins 2015-11-16 20:23:09 +01:00
Renamed from src/lib/serverPlugins/moderation.js (Browse further)