Skip to content

Commit 50c3cf0

Browse files
committed
Added commands documentation.
1 parent 00c6ed5 commit 50c3cf0

File tree

1 file changed

+80
-0
lines changed

1 file changed

+80
-0
lines changed

documentation/in-using.md

Lines changed: 80 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,80 @@
1+
> ## Documentation for basically using Spawn module.
2+
3+
## 1. For playing and running minecraft:
4+
5+
#### 1.1 Download Spawn mod module.
6+
7+
Visit **Spawn** repository on github, visit **releases** tab and download `.jar` files of latest _pre-release_ / release (**recommended**)
8+
9+
Releases page: https://github.com/ProjectEssentials/ProjectEssentials-Spawn/releases
10+
11+
#### 1.2 Install Spawn modification.
12+
13+
The minecraft forge folder structure below will help you understand what is written below.
14+
15+
```
16+
.
17+
├── assets
18+
├── config
19+
├── libraries
20+
├── mods (that's how it should be)
21+
│ ├── Project Essentials Spawn-1.14.4-1.X.X.X.jar
22+
│ ├── Project Essentials-1.14.4-1.X.X.X.jar.
23+
│ ├── Project Essentials Core-1.14.4-1.X.X.X.jar.
24+
│ └── Project Essentials Permissions-1.14.4-1.X.X.X.jar.
25+
└── ...
26+
```
27+
28+
Place your mods and Spawn mods according to the structure above.
29+
30+
#### 1.3 Verifying mod on the correct installation.
31+
32+
Run the game, check the number of mods, if the list of mods contains `Project Essentials Spawn` mod, then the mod has successfully passed the initialization of the modification.
33+
34+
After that, go into a single world, then try to write the `/spawn version` command, if you **get an error** that you do not have permissions, then the modification works as it should.
35+
36+
#### 1.4 Control spawn via minecraft commands.
37+
38+
We made the commands for you:
39+
40+
```
41+
/spawn
42+
43+
- description: base command of spawn module; just teleport you on spawn point.
44+
45+
- permission: ess.spawn
46+
```
47+
48+
```
49+
/setspawn
50+
51+
- description: set new spawn point by player coordinates.
52+
53+
- permission: ess.spawn.set
54+
```
55+
56+
```
57+
/spawn reload
58+
59+
- description: reload world spawn configuration !!!without saving.
60+
61+
- permission: ess.spawn.reload
62+
```
63+
64+
```
65+
/spawn save
66+
67+
- description: save world spawn configuration.
68+
69+
- permission: ess.spawn.save
70+
```
71+
72+
```
73+
/spawn version
74+
75+
- description: send message to command sender with information about `spawn` module.
76+
77+
- permission: ess.spawn.version
78+
```
79+
80+
### For all questions, be sure to write issues!

0 commit comments

Comments
 (0)