Commit Graph

60 Commits

Author SHA1 Message Date
Len 99dcb318ad Use reflection to load feature event listeners 2025-06-29 17:03:11 +02:00
Len fa289a8737 Only add player equipment to EquipmentArgumentType 2025-06-29 16:34:18 +02:00
Len b68835918f Implement CuffFeature 2025-06-29 14:36:59 +02:00
Len d3cd059af1 Implement FlightFeature 2025-06-29 13:35:57 +02:00
Len 612a0281d6 Implement GodModeFeature 2025-06-29 13:33:21 +02:00
Len d4f33b8c2e Implement EssentiaFeatures 2025-06-29 13:01:37 +02:00
Len 9fa43c8c65 Add Timer.java 2025-06-29 12:50:51 +02:00
Len 13a78515c5 Switch to use Cosmos 2025-06-29 08:31:59 +02:00
Len 91e6d3be8e Inline logging in Config.java 2025-06-29 08:28:07 +02:00
Len 06a8aa0f65 Implement base for RTP 2024-10-20 14:22:45 +02:00
Len 139c51e9b8 Make plugin load postworld 2024-10-15 21:38:46 +02:00
Len ed0d15b3d4 Add KillallCommand.java 2024-10-05 16:06:01 +02:00
Len 76ae3103de Add SpawnMobCommand.java 2024-10-04 22:48:44 +02:00
Len 434cf6ac15 Remove EnchantmentArgument.java 2024-10-04 22:46:24 +02:00
Len d786ebcff5 Add EssentiaCommandArgument 2024-10-04 22:43:32 +02:00
Len 2ef960b189 Fix commands not being loaded by reflection. 2024-10-04 21:24:18 +02:00
Len 4dba5f3c41 Add RepairCommand 2024-10-04 21:05:26 +02:00
Len dbb3f45898 Move command permissions to EssentiaCommand interface. 2024-10-04 18:34:02 +02:00
Len 162ffd3599 Update GameModeCommand to use native GameModeArgument 2024-10-04 17:04:34 +02:00
Len 430e6fb898 Fix typo in EnchantmentArgument.java 2024-10-04 17:04:34 +02:00
Len aede22811a Add TimeCommand 2024-08-15 21:08:08 +02:00
Len a8221a68af Add reset option to pweather 2024-08-15 17:49:45 +02:00
Len 29559b83c4 Add SetSpawnCommand.java 2024-08-15 17:43:31 +02:00
Len be8b7e20df Add PlayerWeatherCommand.java and WeatherArgument.java 2024-08-15 17:23:12 +02:00
Len 6a8e21852c Add WeatherCommand.java 2024-08-15 17:15:31 +02:00
Len ff2824f287 Switch to brigadier for commands 2024-08-15 15:58:25 +02:00
Len c4055358b1 Add brigadier ArgumentTypes 2024-08-15 15:30:22 +02:00
Len ad7e61ffe8 Use Reflection to load commands. 2024-08-14 20:48:27 +02:00
Len 628e18858a Load more UserSettings in YamlStorageProvider 2024-08-14 20:47:15 +02:00
Len 563d17d53b Use plugin logger. 2024-08-14 20:46:24 +02:00
Len bd3e537199 Remove commands from plugin.yml 2024-08-14 20:43:36 +02:00
Len 3bc58b7f9c Use reflection to load event listeners 2024-08-14 20:43:00 +02:00
Len 52e51f99da Update default storageprovider to YAML. 2024-08-13 21:22:14 +02:00
Len 6a0fdbbc1e Update references to 1.12.1 2024-08-13 21:21:37 +02:00
Len 2df6a71e6a Update archiveFileName in build.gradle.kts 2024-08-12 10:01:45 +02:00
Len e2a32c1ebd Load homes from SQL 2024-08-12 09:53:44 +02:00
Len a7f14eb573 Remove lombok setters 2024-07-28 14:57:48 +02:00
Len cf0bcefd06 Add loading for EssentiaUserSettings 2024-07-28 14:47:49 +02:00
Len fe83919200 Refactor 2024-07-28 12:52:55 +02:00
Len 5cc798c482 Load user data from sql 2024-06-19 10:25:05 +02:00
Len f6dd31ba33 Do not expose saving tasks to the api and change the way saving data is handled. 2024-06-18 10:40:31 +02:00
Len d1872f6e95 Fix saving into sql 2024-06-18 09:53:44 +02:00
Len bacc44b2b9 Load in users and create new users if needed. 2024-06-17 10:56:07 +02:00
Len dacdacf68e Fix Config.java not loading and saving. 2024-06-17 10:12:26 +02:00
Len 2e2d370bc6 initiate and disable storage providers. 2024-06-17 09:29:22 +02:00
Len 5ed4c32cc1 Start working on storage providers. 2024-06-16 23:54:31 +02:00
Len 767d248ac8 Refactor to make use of the new user bean. 2024-06-16 21:30:07 +02:00
Len 41c5725ea8 Add API and beans for User and UserManager. 2024-06-16 20:40:12 +02:00
Len f5da67cc69 Switch to Galaxy 2024-06-16 16:14:27 +02:00
Len 077f57d85c Fix some issues when publishing api 2024-05-26 00:01:26 +02:00