Skip to content

Commit e7a34e1

Browse files
committed
configuration.md added.
how-install.md updated. for-players.md removed. Signed-off-by: Pavel Erokhin (MairwunNx) <MairwunNx@gmail.com>
1 parent 65f9328 commit e7a34e1

2 files changed

Lines changed: 7 additions & 61 deletions

File tree

Lines changed: 6 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -1,60 +1,6 @@
1-
> ## Installation instructions.
1+
# Configuration
22

3-
For start the modification, you need installed Forge, it is desirable that the version matches the supported versions. You can download Forge from the [link](https://files.minecraftforge.net/maven/net/minecraftforge/forge/index_1.14.4.html).
4-
Move the downloaded mod to the `mods` folder (installation example below).
5-
6-
Also do not forget to install dependencies, only two types of dependencies
7-
- mandatory (game will not start without a mod)
8-
- recommended (without a mod, game can start, but I recommend using it)
9-
10-
Downloads: [Cooldown](https://github.com/ProjectEssentials/ProjectEssentials-Cooldown) · [Core](https://github.com/ProjectEssentials/ProjectEssentials-Core) · [Permissions](https://github.com/ProjectEssentials/ProjectEssentials-Permissions)
11-
12-
```
13-
.
14-
├── assets
15-
├── config
16-
├── libraries
17-
├── mods (that's how it should be)
18-
│ ├── Project Essentials Core-MOD-1.14.4-1.X.X.X.jar (mandatory)
19-
│ ├── Project Essentials Cooldown-1.14.4-1.X.X.X.jar (recommended)
20-
│ ├── Project Essentials Permissions-1.14.4-1.X.X.X.jar (recommended)
21-
│ └── Project Essentials Warps-1.14.4-1.X.X.X.jar
22-
└── ...
23-
```
24-
25-
Now try to start the game, go to the `mods` tab, if this modification is displayed in the `mods` tab, then the mod has been successfully installed.
26-
27-
### Control your warps via Minecraft commands
28-
29-
```
30-
/warp <warp name>
31-
32-
- description: base command of warps module; just teleport you to target warp point.
33-
34-
- permission: ess.warp
35-
```
36-
37-
```
38-
/setwarp <warp name>
39-
40-
- description: set new warp point and now it warp point pnly owned by you.
41-
42-
- permission: ess.warp.set
43-
```
44-
45-
```
46-
/delwarp <warp name>
47-
48-
- description: remove named warp point.
49-
50-
- note: only warp owner can remove target warp point!
51-
52-
- permission: ess.warp.remove
53-
```
54-
55-
### Configuration
56-
57-
Just in case. Default configuration.
3+
## Just in case. Default configuration.
584

595
You can get default configuration by removing file in path `.minecraft/config/ProjectEssentials/warps.json`, while mod loading if configuration file not exists it ll be recreated.
606

@@ -68,7 +14,7 @@ You can get default configuration by removing file in path `.minecraft/config/Pr
6814
}
6915
```
7016

71-
### Describing configuration
17+
## Describing configuration
7218

7319
```
7420
Property name: addResistanceEffect
@@ -112,7 +58,7 @@ You can get default configuration by removing file in path `.minecraft/config/Pr
11258
See: `Describing Warp model`
11359
```
11460

115-
### Describing Warp model
61+
## Describing Warp model
11662

11763
```
11864
Property name: name
@@ -186,7 +132,7 @@ You can get default configuration by removing file in path `.minecraft/config/Pr
186132
Description: player camera rotation pitch.
187133
```
188134

189-
### Complete configuration example
135+
## Complete configuration example
190136

191137
It just for example, for understanding configuration structure.
192138

@@ -223,4 +169,4 @@ It just for example, for understanding configuration structure.
223169
}
224170
```
225171

226-
### If you have any questions or encounter a problem, be sure to open an [issue](https://github.com/ProjectEssentials/ProjectEssentials-Warps/issues/new/choose)!
172+
### If you have any questions or encounter a problem, be sure to open an [issue](https://github.com/ProjectEssentials/ProjectEssentials-Warps/issues/new/choose)!

documentation/how-install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
> ## Installation instructions.
1+
# Installation instructions.
22

33
For start the modification, you need installed Forge, it is desirable that the version matches the supported versions. You can download Forge from the [link](https://files.minecraftforge.net/maven/net/minecraftforge/forge/index_1.14.4.html).
44
Move the downloaded mod to the `mods` folder (installation example below).

0 commit comments

Comments
 (0)