A Spigot plugin loosely based on the old Permission Signs plugin
Go to file
EpicKnarvik97 339aedf2e9 Makes temporary permissions expire as intended
Fixes the sign prefix used on the first line
Makes TemporaryPermission comparable
Replaces some usage of OfflinePlayer with Player
Only removes a permissions if owned by the player
Adds a new thread that looks for expired temporary permissions
2022-01-14 17:53:16 +01:00
src/main Makes temporary permissions expire as intended 2022-01-14 17:53:16 +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 Performs a lot of various changes 2022-01-09 12:12:55 +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 imitate the original plugin's behavior.