Adjusts the README a bit

This commit is contained in:
Kristian Knarvik 2022-01-22 23:40:47 +01:00
parent 898c40c151
commit 0217b3b3ba

View File

@ -1,16 +1,16 @@
# Permission Signs # Permission Signs
This is a plugin based on the permission signs plugin created by _ForgeUser7294733. As the previous plugin does not This is a plugin loosely based on the permission signs plugin created by _ForgeUser7294733. As the previous plugin does
offer source code and has a restrictive license, this plugin is written from scratch, but trying to somewhat imitate the not offer source code and has a restrictive license, this plugin is written from scratch, but trying to somewhat imitate
original plugin's behavior. It's not possible to load previous permission signs as they are stored without any the original plugin's behavior. It's not possible to load previous permission signs as they are stored without any
coordinates. coordinates.
Basically permission signs is a plugin that allows for the sale of permissions using signs as the interface. A sign is Basically permission signs is a plugin that allows for the sale of permissions using signs as the interface. A sign is
created with a displayed name, a set of permissions, a time limit (can be infinite) and a cost (can be zero). If a created with a displayed name, a set of permissions, a time limit (can be infinite) and a cost (can be zero). If a
player uses the sign to buy the permission, they will be granted the permission for the defined duration. Vault is used player uses the sign to buy the permission, they will be granted the permission for the defined duration. Vault is used
to set permissions. Permanent permissions are set normally through Vault, but permissions with a duration set as not "0" to set permissions. Permanent permissions are set normally through Vault, but permissions with a duration set as not "0"
are treated as transient permissions to avoid any problems, such as the player having been granted the permission are treated as transient permissions to avoid any problems (such as the player having been granted the permission
permanently by another cause, when they expire. permanently by another cause) when they expire.
## Commands ## Commands