15 Commits

Author SHA1 Message Date
9500327613 Adds nullability annotations 2024-01-03 19:21:40 +01:00
fee287f884 Now uses _ for space, and \_ for underscore in descriptions 2022-08-05 12:41:25 +02:00
e32e37b246 Adds the ability to use \_ as a replacement for spaces between words in the description 2022-07-10 15:26:20 +02:00
a3f235fbf0 Adds a description to permission signs
The description is displayed when right-clicking the sign, and can be used to fully describe the effects, without the player needing to understand permissions.
2022-07-10 14:47:12 +02:00
14cff0e421 Updates version to 1.0.2 2022-01-23 12:03:04 +01:00
495beb970c Allows both any and all for selecting all worlds for permission targets 2022-01-23 11:58:13 +01:00
65a8ccdb88 Improves the tab completer to be consistent with PEX and LuckPerms 2022-01-15 19:02:26 +01:00
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
252d3ed88a Adds tab completion for the creation command, and fixes several bugs 2022-01-14 15:19:27 +01:00
5c2831bbb7 Improves output formatting and adds some missing messages 2022-01-14 11:45:02 +01:00
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
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
a77c297e58 Adds code for loading and saving sign data 2022-01-10 18:37:11 +01:00
2917905b23 Performs a lot of various changes
Adds some new command classes
Adds support for several languages
Adds README
Updates Java and Spigot versions
Adds command info and additional permission info to plugin.yml
Implements manual sign creation request cancelling
2022-01-09 12:12:55 +01:00
d210b45ad5 Initial commit 2022-01-08 16:57:12 +01:00