Replaces getPlayer calls with getPlayerExact.

This commit is contained in:
Tom Hicks
2025-07-14 01:38:29 -07:00
parent bc8d6b9529
commit eaaafa3fee
5 changed files with 5 additions and 5 deletions

View File

@@ -3,7 +3,7 @@
- [x] Switch all player score storage to use UUID instead of Player as the key
- [x] Update logger usage to use getLogger() from JavaPlugin
- [x] Remove or modernize any old/deprecated event registration (use @EventHandler and registerEvents)
- [ ] Review and update player lookup logic to use getPlayerExact or handle case sensitivity
- [x] Review and update player lookup logic to use getPlayerExact or handle case sensitivity
- [x] Ensure all commands are properly defined in plugin.yml
- [x] Initialize Gradle build system
- [x] Set project metadata in build.gradle