Commit Graph

14 Commits

Author SHA1 Message Date
Teriuihi 5a7b9859cd Fix NPE in key configuration, fixed tab completion
Added missing key mapping to prevent NullPointerException when no UUIDs are present in KeyStorage. Also adjusted tab completion logic in Key.java to handle cases with more than one argument.
2024-10-04 21:24:49 +02:00
Teriuihi d43f269c22 Fix NPE in key configuration, fixed tab completion
Added missing key mapping to prevent NullPointerException when no UUIDs are present in KeyStorage. Also adjusted tab completion logic in Key.java to handle cases with more than one argument.
2024-10-04 21:19:53 +02:00
Teriuihi ad9a3491eb Rename config file in KeyStorage constructor
Changed the configuration file from "messages.yml" to "key_storage.yml". This update fixes a bug where it was writing to the wrong file.
2024-10-04 21:15:02 +02:00
Teriuihi 3c34707944 Add system to track keys given and related command for players
Introduces `KeyStorage` for handling keys and their persistence. Added `Key` subcommand to allow players to receive their keys. Updated configuration files and messages to support the new feature.
2024-10-04 20:53:54 +02:00
Teriuihi f616ed5af0 Switch config paths to use /mnt directory
Updated file paths for configuration and message files to use the /mnt directory instead of the user's home directory.
2024-08-04 22:26:46 +02:00
Teriuihi b7920b2ffb Allow players to specify how many xp cheque's to create in one go 2023-10-02 21:42:47 +02:00
Teriuihi 70004084f1 Made it possible to make other users glow and stop glowing 2023-08-13 22:58:53 +02:00
Teriuihi 977ed00cb8 Added more locations for xp to be shown on item, improved readability by seperating large numbers with .'s 2023-07-09 00:24:47 +02:00
Teriuihi 1b9278ca25 Added rotate block command 2023-07-08 06:26:01 +02:00
Teriuihi 54db863783 Added reload command 2023-07-07 23:49:34 +02:00
Teriuihi 1663498080 Added xp calc command 2023-07-07 23:42:08 +02:00
Teriuihi 95b98ef462 Attempting to improve teams for glow 2023-07-07 01:09:56 +02:00
Teriuihi 0324458efb Prevent players from entering a negative value for xp 2023-07-06 23:14:07 +02:00
Teriuihi ada4c7789d Initial commit 2023-07-06 05:24:06 +02:00