Skip to content

Commit a676e5b

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 667d7a5 + 0b6ab03 commit a676e5b

File tree

1 file changed

+22
-23
lines changed

1 file changed

+22
-23
lines changed

README.md

+22-23
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,44 @@
1-
# mansave-minigame
2-
3-
[![standard-readme compliant](https://img.shields.io/badge/standard--readme-OK-green.svg?style=flat-square)](https://github.com/RichardLitt/standard-readme)
4-
TODO: Put more badges here.
5-
6-
This plugin is inspired by YouTuber McBirken.
1+
# Mansave
2+
[![Java CI with Maven](https://github.com/MadeByIToncek/Mansave/actions/workflows/maven.yml/badge.svg)](https://github.com/MadeByIToncek/Mansave/actions/workflows/maven.yml)
73

4+
Tento plugin byl inspirován youtuberem [McBirken](https://www.youtube.com/channel/UCQaNjJ7Iwx-l91F5_gBJhiQ)
85
TODO: Fill out this long description.
96

10-
## Table of Contents
7+
## Obsah
118

12-
- [Security](#security)
13-
- [Install](#install)
14-
- [Usage](#usage)
9+
- [Bezbečnost](#Bezbečnost)
10+
- [Instalace](#Instalace)
11+
- [Použití](#Použití)
1512
- [Maintainers](#maintainers)
1613
- [Contributing](#contributing)
1714
- [License](#license)
1815

19-
## Security
16+
## Bezbečnost
2017

21-
## Install
18+
## Instalace
2219

23-
```
24-
1. Go to the [Releases](https://github.com/MadeByIToncek/Mansave/releases) page.
25-
2. Download newest Mansave-*.*.jar.
26-
3. Download [Paper](https://papermc.io/api/v2/projects/paper/versions/1.16.5/builds/443/downloads/paper-1.16.5-443.jar) and run it once. (If you don't know how, google it)
27-
4. Move Mansave-*.*.jar into `plugins`
28-
5. Start the server
29-
```
20+
1. Stáhni si z [Releases](https://github.com/MadeByIToncek/Mansave/releases) nejnovější verzi ("Mansave-x.x.jar").
21+
3. Stáhni si [Paper](https://papermc.io/api/v2/projects/paper/versions/1.16.5/builds/443/downloads/paper-1.16.5-443.jar) a jednou ho spusť.
22+
4. Přesuň Mansave-*.*.jar do složky "plugins"
23+
5. Zapni server
3024

31-
## Usage
25+
## Použití
3226

3327
* `/mansave start` - Spustí hru
3428
* `/mansave stop` - Ukončí hru
35-
* `/mansave setHunterItems` - Otevře menu editace hotbaru
3629
* `/mansave addHunter <hráč>` - Přidá hráče do seznamu lovců
3730
* `/mansave removeHunter <hráč>` - odebere hráče ze seznamu lovců
3831
* `/mansave huntersTakeDamage <true|false>` - false = lovci si nemůžou ubrat damage
3932
* `/mansave huntersHungerLoss <true|false>` - false = lovci neztrácí hlad.
4033
* `/mansave suicidalHungerLoss <true|false>` - false = speedrunnerovi neubývá hunger
4134
* `/mansave countdownInSeconds <sekundy>` - časový limit (normálně 300s = 5min)
4235

36+
## Reset seedu
37+
38+
```
39+
Pro reset seedu zastavte server a smažte původní svět (odstraňte složky "world", "world_nether" a "world_the_end").
40+
```
41+
4342
## Maintainers
4443

4544
[@MadeByIToncek](https://github.com/MadeByIToncek)
@@ -48,8 +47,8 @@ TODO: Fill out this long description.
4847

4948
PRs accepted.
5049

51-
Small note: If editing the README, please conform to the [standard-readme](https://github.com/RichardLitt/standard-readme) specification.
50+
// Small note: If editing the README, please conform to the [standard-readme](https://github.com/RichardLitt/standard-readme) specification.
5251

53-
## License
52+
## Licence
5453

5554
MIT © 2021 IToncek

0 commit comments

Comments
 (0)