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: Writerside/topics/ES-Changelogs.md
+10
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,16 @@
4
4
<strong>You should always run the latest version of all software!</strong> That includes Essence! Updating keeps your server free from bugs, exploits, and other potential issues. When you see the message - update!
5
5
</warning>
6
6
7
+
## 1.5.3
8
+
_2024-06-25_ - Essence 1.5.3 changes how the /home command is handled, and provides additional quality-of-life fixes and improvements.
9
+
10
+
| Added | You can now limit the number of homes and warps a player can create by using permissions. [Learn more](ES-Permissions.md#warp-and-home-creation-limits). |
| Changed | /home will now list homes if there is no home named "home", instead of telling you it's missing. |
14
+
| Fixed | /homes, /warps, and /thomes will now tell you if there's no homes set instead of displaying a blank list when homes/warps have been created in the past. - Fixes a bug where players would be occasionally teleported into the ground when they died. |
15
+
16
+
7
17
## 1.5.2
8
18
_2024-06-20_ - Essence 1.5.2 fixes exceptions in the /team command, teleportation not working as expected, and more.
<strong>/tpr was temporarily removed in Essence 1.4.0 due to platform and technical limitations.</strong> We're working on bringing this feature back.
52
+
<strong>/tpr is unavailable on Folia-based servers.</strong> We're working on bringing this feature back. <a href="https://github.com/LewMC/Essence/issues/63">Learn more</a>.
You can limit the number of homes a user can create by using `essence.home.limit.X` or `essence.home.team.limit.X` - [Learn more](ES-Permissions.md#warp-and-home-creation-limits).
Copy file name to clipboardExpand all lines: Writerside/topics/ES-Permissions.md
+22-1
Original file line number
Diff line number
Diff line change
@@ -4,14 +4,35 @@ You need to give your players permission to access certain commands. By default,
4
4
5
5
Permissions are listed in the tables on the [commands page](ES-Commands.md).
6
6
7
-
###Wildcards vs Granular
7
+
## Wildcards vs Granular
8
8
Essence uses Wildcard permissions for some commands. The wildcard permission can be used if you'd like to give users access to all commands in that section, it makes writing permissions a whole lot faster! Wildcard permissions are shows at the top of each section. They look like this:
9
9
essence.gamemode.*
10
10
If you use wildcard permissions, you don't need to give players other permissions from that section. For example if you use essence.gamemode.* you don't need to also use essence.gamemode.survival as that permission is included in the wildcard.
11
11
12
12
Alternatively, you can use granular permissions if there are only certain commands in a section you'd like players to be able to use. They look like this:
13
13
essence.gamemode.survival
14
14
15
+
## Warp and Home Creation Limits
16
+
By default, users can create as many warps and homes as they'd like. You can limit this by using permissions.
17
+
18
+
<warning>
19
+
If a user already has more homes than the limit before you apply it, this won't delete existing homes, it will just prevent the user from creating more.
20
+
</warning>
21
+
22
+
23
+
Using this feature, you can define the number of homes a user can create by using a permissions plugin. This allows different ranks to have a different number of homes.
24
+
25
+
### Warps
26
+
By giving a user the permission `essence.warp.limit.1`, it will limit the user to creating only 1 warp. You can change the number to what you'd like to set the limit to.
27
+
28
+
### Homes
29
+
By giving a user the permission `essence.home.limit.1`, it will limit the user to creating only 1 home. You can change the number to what you'd like to set the limit to.
30
+
31
+
### Team Homes
32
+
By giving a user the permission `essence.home.team.limit.1`, it will limit the user to creating only 1 team home. You can change the number to what you'd like to set the limit to.
33
+
34
+
A user must already be a member of a team to create team homes, and team homes must be enabled in the team's rules. [Learn more](ES-Teams.md).
You can get the snapshot version from our GitHub: [https://github.com/lewmilburn/essence](https://github.com/lewmilburn/essence)
20
-
21
-
You'll need to compile this version yourself, you'll need to have maven installed.
16
+
### Snapshot Builds
17
+
Snapshot Builds are unstable, pre-release versions of Essence built as soon as changes are pushed to our version control software.
22
18
23
-
* Navigate to the essence directory in a terminal program.
24
-
* Run <code>mvn package</code>
25
-
* The jarfile will be created in the targets directory, you need to use Essence-[version].jar
19
+
You should not use these versions in production environments, and you should backup your sever before using them.
26
20
27
-
If you have any issues with this please message Lew on [Discord](https://lewmc.net/discord), you may be able to request a precompiled jar to be sent to you if there's one available for this build. We tend to not publish snapshot versions as they tend to be unstable and are subject to change.
Copy file name to clipboardExpand all lines: Writerside/topics/Jailhouse.md
+4-10
Original file line number
Diff line number
Diff line change
@@ -4,8 +4,6 @@
4
4
Jailhouse is a free and easy to use Minecraft banning system. Jailhouse is currently in-development and is not available to download.
5
5
6
6
## Download Jailhouse
7
-
8
-
### Release Version
9
7
We recommend using **Modrinth or LewMC** to download our plugins, ads on the website are unintrusive and help us to keep maintaining the project.
10
8
11
9
* LewMC: _Not released on this platform._
@@ -14,13 +12,9 @@ We recommend using **Modrinth or LewMC** to download our plugins, ads on the web
14
12
* Spigot: _Not released on this platform._
15
13
* Hangar: _Not released on this platform._
16
14
17
-
### Snapshot Version
18
-
You can get the snapshot version from our GitHub: [https://github.com/lewmilburn/jailhouse](https://github.com/lewmilburn/jailhouse)
19
-
20
-
You'll need to compile this version yourself, you'll need to have maven installed.
15
+
### Snapshot Builds
16
+
Snapshot Builds are unstable, pre-release versions of Jailhouse built as soon as changes are pushed to our version control software.
21
17
22
-
* Navigate to the essence directory in a terminal program.
23
-
* Run <code>mvn package</code>
24
-
* The jarfile will be created in the targets directory, you need to use Essence-[version].jar
18
+
You should not use these versions in production environments, and you should backup your sever before using them.
25
19
26
-
If you have any issues with this please message Lew on [Discord](https://lewmc.net/discord), you may be able to request a precompiled jar to be sent to you if there's one available for this build. We tend to not publish snapshot versions as they tend to be unstable and are subject to change.
You can get the snapshot version from our GitHub: [https://github.com/lewmilburn/kryptonite](https://github.com/lewmilburn/kryptonite)
15
+
### Snapshot Builds
16
+
Snapshot Builds are unstable, pre-release versions of Kryptonite built as soon as changes are pushed to our version control software.
18
17
19
-
You'll need to compile this version yourself, you'll need to have maven installed.
18
+
You should not use these versions in production environments, and you should backup your sever before using them.
20
19
21
-
* Navigate to the essence directory in a terminal program.
22
-
* Run <code>mvn package</code>
23
-
* The jarfile will be created in the targets directory, you need to use Kryptonite-[version].jar
24
-
25
-
If you have any issues with this please message Lew on [Discord](https://lewmc.net/discord), you may be able to request a precompiled jar to be sent to you if there's one available for this build. We tend to not publish snapshot versions as they tend to be unstable and are subject to change.
0 commit comments