A Spigot plugin loosely based on the old Permission Signs plugin
Go to file
EpicKnarvik97 23c023a027 Various improvements to the interface
More time units are supported, which makes long temporary durations more readable
Makes right-clicking a sign display a full description, and requires sneaking while clicking to perform the transaction
Makes signs only be destroyed when sneaking
Improves sign protection a bit, but improvements are required
Prevents a creative player breaking a sign from also interacting with it
2022-01-17 18:42:15 +01:00
src/main Various improvements to the interface 2022-01-17 18:42:15 +01:00
.gitignore Initial commit 2022-01-08 16:57:12 +01:00
pom.xml Adds tab completion for the creation command, and fixes several bugs 2022-01-14 15:19:27 +01:00
README.md Updates the README with additional information 2022-01-17 13:55:01 +01:00

Permission Signs

This is a plugin based on the permission signs plugin created by _ForgeUser7294733. As the previous plugin does not offer source code and has a restrictive license, this plugin is written from scratch, but trying to somewhat imitate the original plugin's behavior. It's not possible to load previous permission signs as they are stored without any coordinates.

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 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" 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.

Commands

  • /ps about - Displays information about the plugin
  • /ps create <permission,permission> - Creates a new permission sign. The name is used to describe what the permission sign does. The permission,permission is the list of comma-separated permissions the permission sign will grant to the using player. The cost is the cost to use the permission sign. The duration is the number of seconds the player should keep the permission for. Use 0 for permanent.
  • /ps cancel - Used to manually cancel the creation of a permission sign (it will also time out after 60 seconds)
  • /ps reload - Used to reload all data and config settings from disk

Permissions

  • permissionsigns.* - Grants all PermissionSigns permissions
  • permissionsigns.use - Allows players to use the permission signs
  • permissionsigns.admin - Allows all administrative tasks such as creating permission signs and reloading
  • permissionsigns.admin.reload - Allows the usage of the /reload command
  • permissionsigns.admin.create - Allows players to create/destroy permissionsigns