11 Commits

Author SHA1 Message Date
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
ea77c36564 Fixes some problems with color formatting and allows specifying the format of the permission list 2022-01-25 13:38:16 +01:00
967b533e55 Adds hex color code support and makes name, duration and cost formats customizable 2022-01-25 04:56:51 +01:00
b89b993220 Improves unit conversion by removing some redundancy and adding the seemingly missing minute unit 2022-01-22 18:02:03 +01:00
23c023a027 Various improvements to the interface
More time units are supported, which makes long temporary durations more readable
Makes right-clicking a sign display a full description, and requires sneaking while clicking to perform the transaction
Makes signs only be destroyed when sneaking
Improves sign protection a bit, but improvements are required
Prevents a creative player breaking a sign from also interacting with it
2022-01-17 18:42:15 +01:00
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
252d3ed88a Adds tab completion for the creation command, and fixes several bugs 2022-01-14 15:19:27 +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
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