You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -16,9 +17,16 @@ This is fork of [MiNET](https://github.com/NiclasOlofsson/MiNET), that includes
16
17
- And more
17
18
18
19
## Getting started
20
+
Windows:
21
+
19
22
Download minet.zip from [Releases](https://github.com/CobwebSMP/MiNET/releases), extract MiNET folder, run MiNET.Console.exe.
20
23
This action will also create Worlds, Plugins and ResourcePacks folders.
21
24
25
+
Linux:
26
+
27
+
Download minet.zip from [Releases](https://github.com/CobwebSMP/MiNET/releases), extract MiNET folder, do "dotnet MiNET.Console.dll".
28
+
This action will also create Worlds, Plugins and ResourcePacks folders.
29
+
22
30
**Worlds** - You can load world LevelDB files exported with Minecraft Bedrock Edition 1.13 or converted to 1.13 format with [Chunker.app](https://chunker.app/). World data (level.dat, .... ) have to extracted in Worlds folder.
23
31
24
32
**Plugins** - There isn't many plugins for MiNET but here and there you may find some or you can made one. Useful links: [Plugin documention](https://github.com/NiclasOlofsson/MiNET/wiki/Plugin-API-Documentation), [MiNET TestPlugin](https://github.com/NiclasOlofsson/MiNET/tree/master/src/MiNET/TestPlugin)
@@ -30,12 +38,10 @@ Since this software is used and maintained for our server purposes, this may not
30
38
31
39
But if you found something you can always open an issue or pull request if you have solution.
32
40
33
-
**Known problems** :
34
-
- Saving isn't working properly, block entities may fail to save, blockstates may change values on save. Solution: Disable saving in server.conf.
0 commit comments