A Spigot plugin loosely based on the old Permission Signs plugin
Go to file
EpicKnarvik97 52b033c005 Adds Vault integration
Adds the EconomyManager class for handling Vault payments
Adds the unfinished PermissionManager class for granting permissions through Vault
Adds the GPLv3 license
Fixes dependencies
Adds some code for withdrawing money and granting permissions when a sign is clicked
Changes cost to a double to be compliant with Vault
2022-01-14 10:30:44 +01:00
src/main Adds Vault integration 2022-01-14 10:30:44 +01:00
.gitignore Initial commit 2022-01-08 16:57:12 +01:00
pom.xml Adds Vault integration 2022-01-14 10:30:44 +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.