CometSkyBlock/plugin
Stijn 69cd686d04
Implement teleportation to island in 'VisitRequest' accept method (#9)
Fixed the accept function in the 'VisitRequest' class by adding teleportation to the island of the target. Additionally, validation checks for this were added. Specifically, it now verifies the existence of both the player and the requested island before carrying out the teleportation command.
2024-02-18 23:26:49 +01:00
..
src/main/java Implement teleportation to island in 'VisitRequest' accept method (#9) 2024-02-18 23:26:49 +01:00
build.gradle.kts Add a base for commands 2024-01-25 17:45:18 +01:00