A Spigot plugin loosely based on the old Permission Signs plugin
Go to file
EpicKnarvik97 71e932bf40 Adds some more code for getting closer to a working plugin
Loads signs from disk when executing the reload command
Adds code for sign registration
Saves signs when adding/removing a sign
Makes sure to initialize the translator
Adds a check for whether a sign is registered
2022-01-13 17:14:29 +01:00
src/main Adds some more code for getting closer to a working plugin 2022-01-13 17:14:29 +01:00
.gitignore Initial commit 2022-01-08 16:57:12 +01:00
pom.xml Performs a lot of various changes 2022-01-09 12:12:55 +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.