|
1 | | -## 🎊 Project Essentials: Spawn |
| 1 | +#  |
2 | 2 |
|
3 | | -> ## Forge modification for controlling world spawn point on server and client. |
| 3 | +## Lets you control where player spawn for forge server and client |
4 | 4 |
|
5 | | -#### ❗ Compatibility with forge `28.0.X` version. |
| 5 | +### Explore |
6 | 6 |
|
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) |
9 | 8 |
|
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 |
13 | 10 |
|
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.| |
25 | 18 |
|
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 |
32 | 20 |
|
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`). |
34 | 22 |
|
35 | | -# [getting started with read the commands documentation](./documentation/in-using.md) |
| 23 | +### Credits |
36 | 24 |
|
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 | +[](https://ko-fi.com/mairwunnx) |
0 commit comments