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
Copy file name to clipboardExpand all lines: documentation/configuration.md
+6-60Lines changed: 6 additions & 60 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,60 +1,6 @@
1
-
> ## Installation instructions.
1
+
# Configuration
2
2
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)
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.
58
4
59
5
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.
60
6
@@ -68,7 +14,7 @@ You can get default configuration by removing file in path `.minecraft/config/Pr
68
14
}
69
15
```
70
16
71
-
###Describing configuration
17
+
## Describing configuration
72
18
73
19
```
74
20
Property name: addResistanceEffect
@@ -112,7 +58,7 @@ You can get default configuration by removing file in path `.minecraft/config/Pr
112
58
See: `Describing Warp model`
113
59
```
114
60
115
-
###Describing Warp model
61
+
## Describing Warp model
116
62
117
63
```
118
64
Property name: name
@@ -186,7 +132,7 @@ You can get default configuration by removing file in path `.minecraft/config/Pr
186
132
Description: player camera rotation pitch.
187
133
```
188
134
189
-
###Complete configuration example
135
+
## Complete configuration example
190
136
191
137
It just for example, for understanding configuration structure.
192
138
@@ -223,4 +169,4 @@ It just for example, for understanding configuration structure.
223
169
}
224
170
```
225
171
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)!
Copy file name to clipboardExpand all lines: documentation/how-install.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
> ## Installation instructions.
1
+
# Installation instructions.
2
2
3
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
4
Move the downloaded mod to the `mods` folder (installation example below).
0 commit comments