Skip to content

Commit 67c8f4b

Browse files
committed
Readme updated.
1 parent a2faae9 commit 67c8f4b

File tree

3 files changed

+20
-28
lines changed

3 files changed

+20
-28
lines changed

assets/spawn_social.png

390 KB
Loading

assets/spawn_social.xd

741 KB
Binary file not shown.

readme.md

Lines changed: 20 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,29 @@
1-
## 🎊 Project Essentials: Spawn
1+
# ![image](assets/spawn_social.png)
22

3-
> ## Forge modification for controlling world spawn point on server and client.
3+
## Lets you control where player spawn for forge server and client
44

5-
#### ❗ Compatibility with forge `28.0.X` version.
5+
### Explore
66

7-
## 🎮 Installation instruction:
8-
> ##### Just move Project Essentials Spawn-1.14.4-1.X.X.X.jar to mods directory:
7+
#### [Download mod](https://github.com/ProjectEssentials/ProjectEssentials-Spawn/releases/download/v1.14.4-1.1.1/Project.Essentials.Spawn-1.14.4-1.1.1.jar) · [How to install](documentation/how-install.md) · [Troubleshooting](https://github.com/ProjectEssentials/ProjectEssentials-Spawn/issues/new/choose) · [CurseForge](https://www.curseforge.com/minecraft/mc-mods/ProjectEssentials-Spawn) · [Change log](changelog.md)
98

10-
> ##### Important note: don't forget install mod dependencies!
11-
- core: https://github.com/ProjectEssentials/ProjectEssentials-Core/releases
12-
- permissions: https://github.com/ProjectEssentials/ProjectEssentials-Permissions/releases
9+
### Commands and Permissions
1310

14-
```
15-
.
16-
├── assets
17-
├── config
18-
├── libraries
19-
├── mods (that's how it should be)
20-
│ ├── Project Essentials Spawn-1.14.4-1.X.X.X.jar
21-
│ ├── Project Essentials Core-MOD-1.14.4-1.X.X.X.jar.
22-
│ └── Project Essentials Permissions-1.14.4-1.X.X.X.jar.
23-
└── ...
24-
```
11+
|Command name |Aliases |Permission |Op level |Description |
12+
|----- |----- |---- |---- |---- |
13+
|`/spawn` |`/espawn` |`ess.spawn` |`0` |Teleport you to server spawn point.|
14+
|`/setspawn` |`/esetspawn`, `spawnpoint`, `setworldspawn` |`ess.spawn.set` |`4` |Set new spawn point at player position *(taken into account: x, y, z positions, camera rotate yaw and camera rotate pitch)* on server or client world.|
15+
|`/spawn reload` | none |`ess.spawn.reload` |`4` |Just reload spawn configuration **WITHOUT SAVING!**|
16+
|`/spawn save` | none |`ess.spawn.save` |`4` |Save spawn configuration.|
17+
|`/spawn version` | none |`ess.spawn.version` |`3` |Print in command line version and some info about spawn module. If command executed by player then it information will be sent for player in chat.|
2518

26-
```
27-
Additional information:
28-
- kotlin-std lib version: 1.3.50
29-
- kotlinx serialization version: 0.12.0
30-
- target jvm version: 1.8
31-
```
19+
### Compatibility
3220

33-
### After you got the dependencies and the library itself:
21+
This mod branch supported forge version `28.0.X` and `28.1.X` (Minecraft `1.14.4`).
3422

35-
# [getting started with read the commands documentation](./documentation/in-using.md)
23+
### Credits
3624

37-
> ## Made with 💕 by [MairwunNx](https://mairwunnx.github.io/)
25+
- Author: Pavel Erokhin [@mairwunnx](https://github.com/mairwunnx)
26+
- [JetBrains](https://www.jetbrains.com/) for Licenses 🥰
27+
- And you for contibuting and using it 😊🤗
28+
29+
[![image](https://github.com/ProjectEssentials/ProjectEssentials-Core/raw/MC-1.14.4/assets/support_social.png)](https://ko-fi.com/mairwunnx)

0 commit comments

Comments
 (0)