This commit is contained in:
2024-08-16 12:04:16 +02:00
parent 66f5b6491c
commit 43550ee8df
4 changed files with 6 additions and 5 deletions
@@ -1,7 +1,7 @@
/*
* This file is a part of the SteamWar software.
*
* Copyright (C) 2024 SteamWar.de-Serverteam
* Copyright (C) 2024 SteamWar.de-Serverteam
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -17,7 +17,7 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
package de.steamwar.core
package de.steamwar.kotlin
import org.bukkit.plugin.java.JavaPlugin
+1 -1
View File
@@ -1,5 +1,5 @@
name: KotlinCore
version: '2.0.0'
main: de.steamwar.core.KotlinCore
main: de.steamwar.kotlin.KotlinCore
load: POSTWORLD
api-version: '1.21'