Skip to content

Commit 52ff3dd

Browse files
committed
update
1 parent 558b383 commit 52ff3dd

File tree

3 files changed

+12
-6
lines changed

3 files changed

+12
-6
lines changed

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@ jobs:
3838
file: src/MiNET/MiNET.Console/minet.zip
3939
asset_name: MiNET.zip
4040
tag: ${{ github.ref }}
41-
release_name: MiNET-CobwebSMP 1.13.0.17 (1.21.30)
41+
release_name: MiNET-CobwebSMP 1.13.0.18 (1.21.30)
4242
body: ${{ github.event.head_commit.message }}

README.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
MiNET (CobwebSMP edition)
33
=====
44
[![Build status](https://github.com/CobwebSMP/MiNET/actions/workflows/dotnet.yml/badge.svg)](https://github.com/CobwebSMP/MiNET/actions/workflows/dotnet.yml)
5-
[![NuGet Version and Downloads count](https://buildstats.info/nuget/MiNET-CobwebSMP)](https://www.nuget.org/packages/MiNET-CobwebSMP/)
5+
[![NuGet Version](https://img.shields.io/nuget/v/MiNET-CobwebSMP.svg/)
6+
[![Downloads count](https://img.shields.io/nuget/dt/MiNET-CobwebSMP.svg)
67

78
## What is this?
89

@@ -16,9 +17,16 @@ This is fork of [MiNET](https://github.com/NiclasOlofsson/MiNET), that includes
1617
- And more
1718

1819
## Getting started
20+
Windows:
21+
1922
Download minet.zip from [Releases](https://github.com/CobwebSMP/MiNET/releases), extract MiNET folder, run MiNET.Console.exe.
2023
This action will also create Worlds, Plugins and ResourcePacks folders.
2124

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+
2230
**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.
2331

2432
**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
3038

3139
But if you found something you can always open an issue or pull request if you have solution.
3240

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.
35-
3641
## Plugins
3742
Here are few plugins for MiNET that you can try:
3843

44+
- [Chairs](https://github.com/CobwebSMP/Chairs)
3945
- [MiPermissionsNET](https://github.com/CupidonSauce173/MiPermissionsNET)
4046
- [WorldEdit](https://github.com/CobwebSMP/WorldEdit)
4147

src/MiNET/MiNET/MiNET.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
44
<PackageId>MiNET-CobwebSMP</PackageId>
5-
<Version>1.13.0.17</Version>
5+
<Version>1.13.0.18</Version>
66
<Authors>gurun</Authors>
77
<Company>Niclas Olofsson</Company>
88
<Description>MiNET - a Minecraft PocketEdition Server</Description>

0 commit comments

Comments
 (0)