removed target now realy
This commit is contained in:
parent
44ff449613
commit
5ee9cd550b
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -1,10 +0,0 @@
|
|||
MySQL.Host = univento.eu
|
||||
MySQL.Port = 3306
|
||||
MySQL.Username = core
|
||||
MySQL.Database = core
|
||||
MySQL.Password = dWez!530Erwz7&44
|
||||
MongoDB.Host = univento.eu
|
||||
MongoDB.Port = 27017
|
||||
MongoDB.Username = admin
|
||||
MongoDB.Password = ++JT1415++
|
||||
MongoDB.Database = admin
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -1,4 +0,0 @@
|
|||
Prefix = undefined
|
||||
Tab_Prefix = §8• §6U N I V E N T O §8•
|
||||
Not_a_player = You are not a valid player
|
||||
No_perms =
|
|
@ -1,40 +0,0 @@
|
|||
Pack.failed_download = Das Pack konnte nicht geladen werden
|
||||
Pack.declined = Du hast das Pack abgelehnt, du wirst nicht das volle Spielerlebnis erhalten
|
||||
|
||||
System.unknown_error = Es ist ein unbekannter Fehler aufgetreten
|
||||
System.critical_error = Es ist leider ein kritischer Fehler aufgetreten
|
||||
|
||||
Server.restart = Der Server wurde neugestartet
|
||||
Server.stop = Der Server wurde ausgeschaltet
|
||||
Server.reconnect = Bitte verbinde dich neu
|
||||
Server.full = Dieser Server ist bereits voll
|
||||
Server.ip = IP: play.univento.eu
|
||||
Server.ts_ip = TeamSpeak IP: ts.univento.eu
|
||||
Server.board_ip = Foren Adresse: forum.univento.eu
|
||||
|
||||
Command.prefix = univento.eu Default Command Prefix
|
||||
Command.command_not_found = Dieser Befehl konnte nicht gefunden werden
|
||||
Command.not_online = Der Spieler $player ist nicht online
|
||||
Command.no_perms = Um diesen Befehl zu benutzen hast du keine Rechte
|
||||
|
||||
Command.Build.usage = Nutze /build
|
||||
Command.Build.toogle_on = Du hast den Build Modus aktiviert
|
||||
Command.Build.toogle_off = Du hast den Build Modus deaktiviert
|
||||
|
||||
Command.TS.usage = Nutze /ts
|
||||
Command.TS.already_verified = Du wurdest bereits verifiziert
|
||||
Command.TS.not_online = Du bist nicht mit dem TeamSpeak Server verbunden
|
||||
Command.TS.verified = Du wurdest verifiziert
|
||||
|
||||
Command.Fix.usage = Nutze /fix <Spieler>
|
||||
Command.Fix.own = Du hast dich selbst gefixt
|
||||
Command.Fix.other = Du hast $player gefixt
|
||||
Command.Fix.by_other = Du wurdest von $player gefixt
|
||||
|
||||
Shop.Lobby.Main = Lobby Shop
|
||||
Shop.Game.Maya.Main = Maya Game Shop
|
||||
|
||||
Lobby.Menu.Profile = Dein Profil
|
||||
Lobby.Menu.other_Profile = Profil von $player
|
||||
Lobby.Menu.Settings = Einstellungen
|
||||
Lobby.Menu.Language = Sprache einstellen
|
|
@ -1,5 +0,0 @@
|
|||
#Generated by Maven
|
||||
#Tue Aug 02 20:03:55 CEST 2016
|
||||
version=1.0-SNAPSHOT
|
||||
groupId=eu.univento
|
||||
artifactId=Commons
|
|
@ -1,44 +0,0 @@
|
|||
eu.univento.commons.Commons -> eu.univento.commons.Commons:
|
||||
eu.univento.commons.database.DatabaseManager databaseManager -> databaseManager
|
||||
eu.univento.commons.configuration.ConfigurationHandler configurationHandler -> configurationHandler
|
||||
eu.univento.commons.security.SecurityHandler securityHandler -> securityHandler
|
||||
eu.univento.commons.logging.LoggingHandler loggingHandler -> loggingHandler
|
||||
eu.univento.commons.database.DatabaseManager getDatabaseManager() -> getDatabaseManager
|
||||
eu.univento.commons.configuration.ConfigurationHandler getConfigurationHandler() -> getConfigurationHandler
|
||||
eu.univento.commons.security.SecurityHandler getSecurityHandler() -> getSecurityHandler
|
||||
eu.univento.commons.logging.LoggingHandler getLoggingHandler() -> getLoggingHandler
|
||||
void <init>() -> <init>
|
||||
void shutdown() -> shutdown
|
||||
eu.univento.commons.configuration.ConfigurationHandler -> eu.univento.commons.a.a:
|
||||
java.util.Properties properties -> a
|
||||
void <init>() -> <init>
|
||||
java.lang.String getString(java.lang.String) -> a
|
||||
int getInteger(java.lang.String) -> b
|
||||
eu.univento.commons.database.AsyncMongoDB -> eu.univento.commons.b.a:
|
||||
com.mongodb.async.client.MongoClient client -> a
|
||||
void <init>(java.lang.String,int,java.lang.String,java.lang.String,java.lang.String) -> <init>
|
||||
void closeConnection() -> a
|
||||
eu.univento.commons.database.AsyncMySQL -> eu.univento.commons.b.b:
|
||||
eu.univento.commons.database.MySQL sql -> a
|
||||
void <init>(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String) -> <init>
|
||||
eu.univento.commons.database.MySQL getMySQL() -> a
|
||||
eu.univento.commons.database.DatabaseManager -> eu.univento.commons.b.c:
|
||||
eu.univento.commons.database.MongoDB mongoDB -> a
|
||||
eu.univento.commons.database.AsyncMongoDB asyncMongoDB -> b
|
||||
eu.univento.commons.database.MySQL mySQL -> c
|
||||
eu.univento.commons.database.AsyncMySQL asyncMySQL -> d
|
||||
eu.univento.commons.database.AsyncMySQL boardSQL -> e
|
||||
void <init>(eu.univento.commons.Commons) -> <init>
|
||||
void closeConnections() -> a
|
||||
eu.univento.commons.database.MongoDB -> eu.univento.commons.b.d:
|
||||
com.mongodb.MongoClient client -> a
|
||||
void <init>(java.lang.String,int,java.lang.String,java.lang.String,java.lang.String) -> <init>
|
||||
void closeConnection() -> a
|
||||
eu.univento.commons.database.MySQL -> eu.univento.commons.b.e:
|
||||
com.zaxxer.hikari.HikariDataSource dataSource -> a
|
||||
void <init>(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String) -> <init>
|
||||
void close() -> a
|
||||
eu.univento.commons.logging.LoggingHandler -> eu.univento.commons.c.a:
|
||||
void <init>() -> <init>
|
||||
eu.univento.commons.security.SecurityHandler -> eu.univento.commons.d.a:
|
||||
void <init>(eu.univento.commons.Commons) -> <init>
|
|
@ -1,11 +0,0 @@
|
|||
eu.univento.commons.Commons
|
||||
eu.univento.commons.Commons: eu.univento.commons.database.DatabaseManager databaseManager
|
||||
eu.univento.commons.Commons: eu.univento.commons.configuration.ConfigurationHandler configurationHandler
|
||||
eu.univento.commons.Commons: eu.univento.commons.security.SecurityHandler securityHandler
|
||||
eu.univento.commons.Commons: eu.univento.commons.logging.LoggingHandler loggingHandler
|
||||
eu.univento.commons.Commons: eu.univento.commons.database.DatabaseManager getDatabaseManager()
|
||||
eu.univento.commons.Commons: eu.univento.commons.configuration.ConfigurationHandler getConfigurationHandler()
|
||||
eu.univento.commons.Commons: eu.univento.commons.security.SecurityHandler getSecurityHandler()
|
||||
eu.univento.commons.Commons: eu.univento.commons.logging.LoggingHandler getLoggingHandler()
|
||||
eu.univento.commons.Commons: Commons()
|
||||
eu.univento.commons.Commons: void shutdown()
|
Loading…
Reference in New Issue