A Spigot plugin loosely based on the old Permission Signs plugin
Go to file
EpicKnarvik97 67e967a264 Implements world-specific permissions
Accounts for world specifiers where necessary
Makes the reload command work?
Stores the world as part of temporary permissions
Fixes sign break protection
Allows sign interaction with both right- and left-click
Fixes temporary permissions sometimes colliding
Cleans the main class a bit
Adds a "star" permission
Adds missing check for the use permission
2022-01-15 14:49:46 +01:00
src/main Implements world-specific permissions 2022-01-15 14:49:46 +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.