Commit graph

23 commits

Author SHA1 Message Date
Daniel Bulant
52a7056daa empty commit 2021-04-21 18:59:44 +02:00
danbulant
e4aacc4351 Add permissions and few other fixes 2020-04-02 15:59:36 +02:00
bit_knox
4772c683b7 Fixed style to fit JavaScript Standard 2019-01-09 01:24:55 +00:00
bit_knox
17218a5d79 Fixed crash on useItem and placeBlock 2019-01-08 16:24:21 +01:00
Romain Beaumont
43b665bb84
update to standard 12 2018-11-25 16:31:55 +01:00
Romain Beaumont
d127704022
Several fixes
* fix login sequence : fix spawn position
* fix gamemode != 0 : should not remove items from inventory
* update pworld and pprovider-anvil
2018-05-27 13:50:27 +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
48be4f2266
bring (static) multi version support to everything else + fix some formatting 2018-05-13 20:21:23 +02:00
mhsjlw
44f0024cc6 Add standard linting 2018-05-13 09:26:48 -04: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
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
865327b482 use require-self for better consistency with external plugins
require("flying-squid").someLib instead of require("../someLib")
2015-12-10 01:25:33 +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
DemiPixel
483269db4c Added forceCancelDig and some other stuff 2015-11-23 19:27:35 -08:00
DemiPixel
93ab42152c Add behaviors, edit docs a TON (YOU'RE WELCOME) 2015-11-22 18:35:33 -08:00
DemiPixel
3ba46f0e97 Adding behaviors 2015-11-22 18:35:33 -08:00
DemiPixel
cb88a5cbbb Lots and lots and lots of changes... Plugins begin again! 2015-11-21 14:30:16 -08:00
Romain Beaumont
da2457eae4 fix setBlock 2015-11-19 23:50:36 +01:00
Romain Beaumont
6ea69796fb add a check in block_place : only place a block if you are holding a block, fix #104 2015-11-19 23:06:52 +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/playerPlugins/placeBlock.js (Browse further)