File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717Before you will begin with installation this API, create a basic add-on template before. It should have atleast a manifest and a scripting folder.
1818
1919- ### BDS:
20-
2120 - Activate ** Experimental Beta API** experiment in a world. You can find this option in _ Experiments_ section of a world.
2221 - Add ` @minecraft/server-net ` module to server's permissions (` config/default/permissions.json ` ):
2322 ``` json
Original file line number Diff line number Diff line change 2020 "@minecraft/server-net" : " 1.0.0-beta.1.21.81-stable"
2121 },
2222 "devDependencies" : {
23- "@eslint/js" : " ^9.26 .0" ,
23+ "@eslint/js" : " ^9.31 .0" ,
2424 "@eslint/json" : " ^0.12.0" ,
2525 "@minecraft/server" : " 2.1.0-beta.1.21.93-stable" ,
26- "eslint" : " ^9.26 .0" ,
27- "globals" : " ^16.1 .0" ,
26+ "eslint" : " ^9.31 .0" ,
27+ "globals" : " ^16.3 .0" ,
2828 "husky" : " ^9.1.7" ,
29- "prettier" : " ^3.5.3 " ,
29+ "prettier" : " ^3.6.2 " ,
3030 "tsup" : " ^8.5.0" ,
31- "typescript-eslint" : " ^8.32.1"
31+ "typescript-eslint" : " ^8.37.0" ,
32+ "@eslint/plugin-kit" : " >=0.3.3"
3233 }
3334}
You can’t perform that action at this time.
0 commit comments