geforkt von SteamWar/PersistentBungeeCore
Test building
Dieser Commit ist enthalten in:
Ursprung
b015360438
Commit
1e244ef067
@ -59,15 +59,19 @@ public class Persistent extends Plugin {
|
||||
public static void setLobbyServer(String lobbyServer) {
|
||||
Persistent.lobbyServer = lobbyServer;
|
||||
}
|
||||
|
||||
public static void setChatPrefix(String prefix){
|
||||
chatPrefix = prefix;
|
||||
}
|
||||
|
||||
static String getLobbyServer() {
|
||||
return lobbyServer;
|
||||
}
|
||||
|
||||
static String getPrefix(){
|
||||
return chatPrefix;
|
||||
}
|
||||
|
||||
static Persistent getInstance() {
|
||||
return instance;
|
||||
}
|
||||
|
In neuem Issue referenzieren
Einen Benutzer sperren