Go to file
Stijn 0974423e3f
Island name (#8)
* Add island name checking and renaming functionality

Added a method in the IslandData class to check for duplicate island names and a new class IslandName to handle island name-related commands. These changes allow players to rename their islands while enforcing uniqueness and certain length restrictions on the names.

* Update island name in island data cache when renamed

Modified the 'islandName' method in the 'Island' class to make sure that any changes made to an island's name are also updated in the island data cache. This ensures that all references to the island's name are consistent and accurate throughout the application.
2024-02-20 03:50:55 +01:00
api Events (#4) 2024-02-19 03:52:17 +01:00
gradle/wrapper init project 2024-01-04 22:43:10 +01:00
plugin Island name (#8) 2024-02-20 03:50:55 +01:00
.gitignore init project 2024-01-04 22:43:10 +01:00
build.gradle.kts Add Jenkinsfile 2024-01-17 10:10:22 +01:00
gradlew init project 2024-01-04 22:43:10 +01:00
gradlew.bat init project 2024-01-04 22:43:10 +01:00
Jenkinsfile Run gradlew clean before building 2024-02-05 18:55:03 +01:00
settings.gradle.kts init project 2024-01-04 22:43:10 +01:00