forked from SteamWar/SteamWar
Fixes
This commit is contained in:
+2
-2
@@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* This file is a part of the SteamWar software.
|
* 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
|
* 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
|
* 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/>.
|
* 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
|
import org.bukkit.plugin.java.JavaPlugin
|
||||||
|
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
name: KotlinCore
|
name: KotlinCore
|
||||||
version: '2.0.0'
|
version: '2.0.0'
|
||||||
main: de.steamwar.core.KotlinCore
|
main: de.steamwar.kotlin.KotlinCore
|
||||||
load: POSTWORLD
|
load: POSTWORLD
|
||||||
api-version: '1.21'
|
api-version: '1.21'
|
||||||
|
|||||||
@@ -5,4 +5,5 @@ plugins {
|
|||||||
dependencies {
|
dependencies {
|
||||||
compileOnly(libs.paperapi21)
|
compileOnly(libs.paperapi21)
|
||||||
compileOnly(project(":SpigotCore"))
|
compileOnly(project(":SpigotCore"))
|
||||||
|
compileOnly(project(":KotlinCore"))
|
||||||
}
|
}
|
||||||
@@ -3,14 +3,14 @@ joinTeam={0} ist dem {1} team begetreten!
|
|||||||
quit={0} hat das Spiel verlassen!
|
quit={0} hat das Spiel verlassen!
|
||||||
blue=Blau
|
blue=Blau
|
||||||
red=Rot
|
red=Rot
|
||||||
shutdown=Der Server fährt in {0} sekunden herunter!
|
shutdown=Der Server fährt in {0} sekunden herunter!
|
||||||
teamWin=Team {0} gewinnt!
|
teamWin=Team {0} gewinnt!
|
||||||
notEnoughCoins=Du hast nicht genug Coins um dir das zu kaufen!
|
notEnoughCoins=Du hast nicht genug Coins um dir das zu kaufen!
|
||||||
gameStarting=Das Spiel beginnt in {0} Sekunden!
|
gameStarting=Das Spiel beginnt in {0} Sekunden!
|
||||||
gameStart=Start in {0}
|
gameStart=Start in {0}
|
||||||
gameStarted=Das Spiel beginnt!
|
gameStarted=Das Spiel beginnt!
|
||||||
gameEnded=Das Spiel ist aus!
|
gameEnded=Das Spiel ist aus!
|
||||||
dealer=Händler
|
dealer=Händler
|
||||||
dealerItem=
|
dealerItem=
|
||||||
dealerPrice=Kosten: {0} Coins
|
dealerPrice=Kosten: {0} Coins
|
||||||
scoreboardTarget=Ziel: {0}
|
scoreboardTarget=Ziel: {0}
|
||||||
|
|||||||
Reference in New Issue
Block a user