diff --git a/foundation-chaos/src/main/kotlin/gay/pizza/foundation/chaos/ChaosToggleCommand.kt b/foundation-chaos/src/main/kotlin/gay/pizza/foundation/chaos/ChaosToggleCommand.kt index cf3ef83..7a5f20e 100644 --- a/foundation-chaos/src/main/kotlin/gay/pizza/foundation/chaos/ChaosToggleCommand.kt +++ b/foundation-chaos/src/main/kotlin/gay/pizza/foundation/chaos/ChaosToggleCommand.kt @@ -27,4 +27,4 @@ class ChaosToggleCommand : CommandExecutor { } return true } -} \ No newline at end of file +} diff --git a/foundation-chaos/src/main/kotlin/gay/pizza/foundation/chaos/modules/NearestPlayerEntitySpawn.kt b/foundation-chaos/src/main/kotlin/gay/pizza/foundation/chaos/modules/NearestPlayerEntitySpawn.kt index df2b4c0..a1b2d36 100644 --- a/foundation-chaos/src/main/kotlin/gay/pizza/foundation/chaos/modules/NearestPlayerEntitySpawn.kt +++ b/foundation-chaos/src/main/kotlin/gay/pizza/foundation/chaos/modules/NearestPlayerEntitySpawn.kt @@ -18,4 +18,4 @@ class NearestPlayerEntitySpawn(val plugin: Plugin) : ChaosModule { } } } -} \ No newline at end of file +} diff --git a/foundation-chaos/src/main/kotlin/gay/pizza/foundation/chaos/modules/TeleportAllEntitiesNearestPlayer.kt b/foundation-chaos/src/main/kotlin/gay/pizza/foundation/chaos/modules/TeleportAllEntitiesNearestPlayer.kt index ec0a096..2bcdfff 100644 --- a/foundation-chaos/src/main/kotlin/gay/pizza/foundation/chaos/modules/TeleportAllEntitiesNearestPlayer.kt +++ b/foundation-chaos/src/main/kotlin/gay/pizza/foundation/chaos/modules/TeleportAllEntitiesNearestPlayer.kt @@ -17,4 +17,4 @@ class TeleportAllEntitiesNearestPlayer(val plugin: Plugin) : ChaosModule { } } } -} \ No newline at end of file +}