This is a bungee system currently in BETA.
If there are any errors please report to my Discord server!
Discord: ( https://discord.gg/uCQbjpE)
You can configure ALL messages in the configuraion file.
Custom MOTD & hovermessage
Custom outdated message
Code (YAML):
addserver:
description : Allows adding and activating servers in the bungee config without restarting the proxy!
aliases : [addbungeeserver ]
permission : bungeesystem.command.addserver
usage : |
Example : /AddServer <Name> <Host> <Port> <Restricted> <Motd>
Example : /AddServer Lobby 127.0.0.1 25565 false Lobby-Server
broadcast:
description : Broadcasts a message to the entire server / network.
aliases : [bc, rundruf, bcast ]
permission : bungeesystem.command.broadcast
usage : |
Example : /Broadcast global Broadcast Test
Example : /Broadcast Lobby Broadcast Test
bungeesystem:
description : Plugin Command
aliases : [bungeecordsystem ]
permission : bungeesystem.command.reload
bungeetp:
description : Teleports you to a Player on another Server
aliases : [btp, bungeeteleport, bungeetp ]
permission : bungeesystem.command.bungeeteleport
usage : |
Example : /BungeeTP <Player>
chatclear:
description : Deletes the entire server / network chat.
aliases : [clearchat, cc ]
permission : bungeesystem.command.chatclear
permission : bungeesystem.command.chatclear.bypass
permission : bungeesystem.command.chatclear.global
permission : bungeesystem.command.chatclear.private
usage : |
Example : /Chatclear global
Example : /Chatclear Lobby
pchatclear:
description : Delete your own chat.
aliases : [pcc, pclearchat ]
permission : bungeesystem.command.pchatclear
usage : |
Example : /pcc
Discord:
description : Shows your discord url
aliases : [discordserver ]
usage : |
Example : /Discord
Facebook:
description : Shows your facebook url
aliases : [fb ]
usage : |
Example : /Facebook
lobby:
description : You will be sent to the lobby.
aliases : [hub, leave, l ]
permission : bungeesystem.command.lobby
usage : |
Example : /Lobby
ping:
description : Show you the ping of the player.
aliases : [ms ]
permission : bungeesystem.command.ping
usage : |
Example : /Ping
Example : /Ping OpException
removeserver:
description : Allows removeing and deactivating servers in the bungee config without restarting the proxy!
aliases : [removebungeeserver ]
permission : bungeesystem.command.removeserver
usage : |
Example : /RemoveServer Lobby
shutdown:
description : Allows you to stop the proxy.
aliases : [end ]
permission : bungeesystem.command.shutdown
usage : |
Example : /Shutdown 60
Teamspeak:
description : Shows your teamspeak url
aliases : [ts, ts3 ]
usage : |
Example : /Teamspeak
title:
description : Sends a title to all players.
aliases : [titel, gtitle, gtitel ]
permission : bungeesystem.command.title
usage : |
Example : /Title Welcome on our Server!
Example : /Title Welcome on our Server!;Have Fun
playertitle:
description : Sends a title to a specific player.
aliases : [titleplayer, ptitle, ptitel ]
permission : bungeesystem.command.playertitle
usage : |
Example : /Ptitle OpException Welcome OpException!
Example : /Ptitle OpException Welcome OpException;Have Fun
Vote:
description : Shows your vote url
aliases : [voting ]
usage : |
Example : /Vote
Website:
description : Shows your website url
aliases : [webseite, forum ]
usage : |
Example : /Website
Youtube:
description : Shows your youtube url
aliases : [yt ]
usage : |
Example : /Youtube
- bungeesystem.command.addserver
- bungeesystem.command.broadcast
- bungeesystem.command.bungeeteleport
- bungeesystem.command.reload
- bungeesystem.command.chatclear
- bungeesystem.command.chatclear.bypass
- bungeesystem.command.chatclear.global
- bungeesystem.command.chatclear.private
- bungeesystem.command.pchatclear
- bungeesystem.command.lobby
- bungeesystem.command.ping
- bungeesystem.command.removeserver
- bungeesystem.command.shutdown
- bungeesystem.command.title
- bungeesystem.command.playertitle
Spoiler: Configuration (config.yml)
############################################################
# +------------------------------------------------------+ #
# | Notes | #
# +------------------------------------------------------+ #
############################################################
# BungeeSystem Plugin Configuration:
# Please report Bugs via Spigot
# If you want to use special characters in this document, such as accented letters, you MUST save the file as UTF-8, not ANSI.
# If you receive an error when BungeeSystem loads, ensure that:
# - No tabs are present: YAML only allows spaces!
# - Indents are correct: YAML hierarchy is based entirely on indentation
# - You have "escaped" all apostrophes in your text: If you want to write "don"t", for example, write "don""t" instead (note the doubled apostrophe)
# - Text with symbols is enclosed in single or double quotation marks
############################################################
# +------------------------------------------------------+ #
# | BungeeSystem (Global) | #
# +------------------------------------------------------+ #
############################################################
# For a list of commands and permissions check the bungee.yml
# Never change this value
Config-Version : "1.1"
# NOT IMPLEMENTET
MySQL:
Host : "127.0.0.1"
Database : "BungeeSystem"
User : "DB_Username"
Password : "DB_Password"
############################################################
# +------------------------------------------------------+ #
# | BungeeSystem (System) | #
# +------------------------------------------------------+ #
############################################################
# Here you can set the Protocol Version.
# Example: https://i.imgur.com/NXiH6SZ.png
Protocol : "Calradia v.1.8.x - 1.13"
# Here you can set the maximum number of players who can join the proxy server.
Maxplayers : 32
# Here you can set fakeplayers to be displayed in the slot display.
# - The function requires a server reboot.
Fakeplayers : 0
# Here you can set whether the slots should be expanded dynamically. (e.g 1 Player joins = + 1 Slot)
# - To enable or disable this feature set 'Enable' to 'true' or 'false'.
Dynamic:
Enable : false
# Here you can set the slot hover message.
Hovermessage :
- '&8&m ---------&f &bCalradia - Network &8&m ---------'
- '&8'
- '&8» &7Forum : &6https://www.example.com'
- '&8» &7Shop : &6https://buy.example.com'
- '&8» &7Voting : &6https://example.com'
- '&8» &7Teamspeak : &6ts.example.com'
- '&8'
- '&8&m ---------&f &bCalradia - Network &8&m ---------'
Motd:
1 : '&bCalradia.de &7- &bNetwork &7 [&a1.8 &e- &c1.13&7 ]'
2 : '&7- &3Minecraft Server Network &7-'
############################################################
# +------------------------------------------------------+ #
# | BungeeSystem (Commands) | #
# +------------------------------------------------------+ #
############################################################
# Lobby Configuration:
# Here you can set the lobbyserver.
# - To enable or disable the /Lobby command set the 'Enable' value to 'true' or 'false'.
Lobby:
Enable : false
Server : "Lobby-01"
# Socialmedia Configuration:
# Here you can enable or disable the Socialmedia commands.
# - To enable or disable the command set the value to 'true' or 'false'.
Socialmedia:
Discord : true
Facebook : true
Teamspeak : true
Vote : true
Webseite : true
Youtube : true
# Title Configuration:
# This is in ticks, so 20 would be 1 second!
# fadeIn: The time the title takes to fade in.
# stay: The time the title is showed to the player.
# fadeOut: The time the title takes to fade out.
Title:
fadeIn : 5
stay : 60
fadeOut : 5
############################################################
# +------------------------------------------------------+ #
# | BungeeSystem (Language) | #
# +------------------------------------------------------+ #
############################################################
# Here you can adjust the language:
# Available languages: german, english, spanish
Language : "english"
Code (YAML):
############################################################
# +------------------------------------------------------+ #
# | Notes | #
# +------------------------------------------------------+ #
############################################################
# BungeeSystem Plugin Configuration:
# Please report Bugs via Spigot
# If you want to use special characters in this document, such as accented letters, you MUST save the file as UTF-8, not ANSI.
# If you receive an error when BungeeSystem loads, ensure that:
# - No tabs are present: YAML only allows spaces!
# - Indents are correct: YAML hierarchy is based entirely on indentation
# - You have "escaped" all apostrophes in your text: If you want to write "don"t", for example, write "don""t" instead (note the doubled apostrophe)
# - Text with symbols is enclosed in single or double quotation marks
############################################################
# +------------------------------------------------------+ #
# | BungeeSystem (Global) | #
# +------------------------------------------------------+ #
############################################################
# For a list of commands and permissions check the bungee.yml
# Never change this value
Config-Version : "1.1"
# NOT IMPLEMENTET
MySQL:
Host : "127.0.0.1"
Database : "BungeeSystem"
User : "DB_Username"
Password : "DB_Password"
############################################################
# +------------------------------------------------------+ #
# | BungeeSystem (System) | #
# +------------------------------------------------------+ #
############################################################
# Here you can set the Protocol Version.
# Example: https://i.imgur.com/NXiH6SZ.png
Protocol : "Calradia v.1.8.x - 1.13"
# Here you can set the maximum number of players who can join the proxy server.
Maxplayers : 32
# Here you can set fakeplayers to be displayed in the slot display.
# - The function requires a server reboot.
Fakeplayers : 0
# Here you can set whether the slots should be expanded dynamically. (e.g 1 Player joins = + 1 Slot)
# - To enable or disable this feature set 'Enable' to 'true' or 'false'.
Dynamic:
Enable : false
# Here you can set the slot hover message.
Hovermessage :
- '&8&m ---------&f &bCalradia - Network &8&m ---------'
- '&8'
- '&8» &7Forum : &6https://www.example.com'
- '&8» &7Shop : &6https://buy.example.com'
- '&8» &7Voting : &6https://example.com'
- '&8» &7Teamspeak : &6ts.example.com'
- '&8'
- '&8&m ---------&f &bCalradia - Network &8&m ---------'
Motd:
1 : '&bCalradia.de &7- &bNetwork &7 [&a1.8 &e- &c1.13&7 ]'
2 : '&7- &3Minecraft Server Network &7-'
############################################################
# +------------------------------------------------------+ #
# | BungeeSystem (Commands) | #
# +------------------------------------------------------+ #
############################################################
# Lobby Configuration:
# Here you can set the lobbyserver.
# - To enable or disable the /Lobby command set the 'Enable' value to 'true' or 'false'.
Lobby:
Enable : false
Server : "Lobby-01"
# Socialmedia Configuration:
# Here you can enable or disable the Socialmedia commands.
# - To enable or disable the command set the value to 'true' or 'false'.
Socialmedia:
Discord : true
Facebook : true
Teamspeak : true
Vote : true
Webseite : true
Youtube : true
# Title Configuration:
# This is in ticks, so 20 would be 1 second!
# fadeIn: The time the title takes to fade in.
# stay: The time the title is showed to the player.
# fadeOut: The time the title takes to fade out.
Title:
fadeIn : 5
stay : 60
fadeOut : 5
############################################################
# +------------------------------------------------------+ #
# | BungeeSystem (Language) | #
# +------------------------------------------------------+ #
############################################################
# Here you can adjust the language:
# Available languages: german, english, spanish
Language : "english"
Spoiler: Message configuration (english.yml)
############################################################
# +------------------------------------------------------+ #
# | Notes | #
# +------------------------------------------------------+ #
############################################################
# BungeeSystem Plugin Configuration:
# Please report Bugs via Spigot
# If you want to use special characters in this document, such as accented letters, you MUST save the file as UTF-8, not ANSI.
# If you receive an error when BungeeSystem loads, ensure that:
# - No tabs are present: YAML only allows spaces!
# - Indents are correct: YAML hierarchy is based entirely on indentation
# - You have "escaped" all apostrophes in your text: If you want to write "don"t", for example, write "don""t" instead (note the doubled apostrophe)
# - Text with symbols is enclosed in single or double quotation marks
############################################################
# +------------------------------------------------------+ #
# | Language (English) | #
# +------------------------------------------------------+ #
############################################################
############################################################
# +------------------------------------------------------+ #
# | Messages | #
# +------------------------------------------------------+ #
############################################################
Prefix:
System : "&8[&4BungeeSystem&8] &7"
Staffchat : "&8[&4Staffchat&8] &7"
Maintenance : "Maintenance"
Syntax:
AddServer : "&cPlease use: &6/AddServer &6<Name> &6<Host> &6<Port> &6<Restricted> &6<Motd>"
Broadcast : "&cPlease use: &6/Broadcast &6<Server> &6<Message>"
BungeeTeleport : "&cPlease use: &6/BungeeTP &6<Player>"
ChatClear : "&cPlease use: &6/ChatClear &6<Server>"
RemoveServer : "&cPlease use: &6/RemoveServer &6<Server>"
Shutdown : "&cPlease use: &6/Shutdown &6<Time>"
Title : "&cPlease use: &6/Title &6<Title;Subtitle>"
PlayerTitle : "&cPlease use: &6/PlayerTitle &6<Player> &6<Title;Subtitle>"
Suggest:
AddServer : "/AddServer <Name> <Host> <Port> <Restricted> <Motd>"
Broadcast : "/Broadcast <Server> <Message>"
BungeeTeleport : "/BungeeTP <Player>"
ChatClear : "/ChatClear <Server>"
RemoveServer : "/RemoveServer <Server>"
Shutdown : "/Shutdown <Time>"
Title : "/Titel <Titel;Subtitle>"
PlayerTitle : "/PlayerTitle <Player> <Title;Subtitle>"
Discord : "https://discord.gg/uCQbjpE"
Facebook : "https://www.facebook.com"
Teamspeak : "ts3://example.de"
Vote : "https://www.example.com"
Website : "https://www.example.com"
Youtube : "https://www.youtube.com"
AddServer:
Added : "&7The server was added successfully!"
Activated : "&7The server has been successfully activated!"
Already_Activated : "&cThe server is already activated!"
Already_Exists : "&cThe specified server already exists!"
Activate_Error : "&cThe server could not be activated! &cReason: %reason%"
Add_Error : "&cThe server could not be added! &cReason: %reason%"
Invalid_Port : "&cInvalid Server Port"
BungeeSystem:
Reload : "&7BungeeSystem v.%version% reloaded!"
BungeeTeleport:
Teleport_Player : ""
Broadcast :
- "&8&m----------------------------------------"
- ""
- " &8» &7%message%"
- ""
- "&8&m----------------------------------------"
ChatClear:
Global : "&7The global chat was cleared by &a%player%&7!"
Private : "&7Yor chat was cleared!"
Server : "&7The Chat was cleared by &a%player%&7!"
Lobby:
Already_In_Lobby : "&cYou are already in the lobby!"
Connecting_To_Lobby : "&7Connect to the lobby..."
Ping:
Player : "&7Your Ping: &6%ping% ms"
Target : "&6%target%`s &7Ping: &6%ping% ms"
RemoveServer:
Deactivated : "&7The server was successfully deactivated!"
Not_Activated : "&cThe server is not loaded!"
Server_Removed : "&7The server was successfully removed from the Bungeecord &cconfiguration!"
Server_Not_Exists : "&cThe server does not exist in the &cBungeecord &cconfiguration"
Deactivate_Error : "&cThe server could not be disabled! Reason: %reason%"
RemoveServer_Remove_Error : "&cThe server could not be removed from the Bungeecord configuration! &cReason: %reason%"
Socialmedia:
Discord : "&7Discord &8» &6Click here &8«"
Facebook : "&7Facebook &8» &6Click here &8«"
Teamspeak : "&7Teamspeak &8» &6Click here &8«"
Vote : "&7Vote &8» &6Click here &8«"
Webseite : "&7Website &8» &6Click here &8«"
Youtube : "&7Youtube &8» &6Click here &8«"
Shutdown :
- "&8&m----------------------------------------"
- ""
- " &8» &4&l&nThe server will be shutdown in %time% seconds!"
- ""
- "&8&m----------------------------------------"
No_Permission : "&cYou dont have enough permission!"
Unknown_Command : "Unknown command. Type '/help' for help."
Server_Not_Online : "&cThe server %server% is not online!"
Target_Not_Online : "&cThe Player %target% is not online!"
Code (YAML):
############################################################
# +------------------------------------------------------+ #
# | Notes | #
# +------------------------------------------------------+ #
############################################################
# BungeeSystem Plugin Configuration:
# Please report Bugs via Spigot
# If you want to use special characters in this document, such as accented letters, you MUST save the file as UTF-8, not ANSI.
# If you receive an error when BungeeSystem loads, ensure that:
# - No tabs are present: YAML only allows spaces!
# - Indents are correct: YAML hierarchy is based entirely on indentation
# - You have "escaped" all apostrophes in your text: If you want to write "don"t", for example, write "don""t" instead (note the doubled apostrophe)
# - Text with symbols is enclosed in single or double quotation marks
############################################################
# +------------------------------------------------------+ #
# | Language (English) | #
# +------------------------------------------------------+ #
############################################################
############################################################
# +------------------------------------------------------+ #
# | Messages | #
# +------------------------------------------------------+ #
############################################################
Prefix:
System : "&8[&4BungeeSystem&8] &7"
Staffchat : "&8[&4Staffchat&8] &7"
Maintenance : "Maintenance"
Syntax:
AddServer : "&cPlease use: &6/AddServer &6<Name> &6<Host> &6<Port> &6<Restricted> &6<Motd>"
Broadcast : "&cPlease use: &6/Broadcast &6<Server> &6<Message>"
BungeeTeleport : "&cPlease use: &6/BungeeTP &6<Player>"
ChatClear : "&cPlease use: &6/ChatClear &6<Server>"
RemoveServer : "&cPlease use: &6/RemoveServer &6<Server>"
Shutdown : "&cPlease use: &6/Shutdown &6<Time>"
Title : "&cPlease use: &6/Title &6<Title;Subtitle>"
PlayerTitle : "&cPlease use: &6/PlayerTitle &6<Player> &6<Title;Subtitle>"
Suggest:
AddServer : "/AddServer <Name> <Host> <Port> <Restricted> <Motd>"
Broadcast : "/Broadcast <Server> <Message>"
BungeeTeleport : "/BungeeTP <Player>"
ChatClear : "/ChatClear <Server>"
RemoveServer : "/RemoveServer <Server>"
Shutdown : "/Shutdown <Time>"
Title : "/Titel <Titel;Subtitle>"
PlayerTitle : "/PlayerTitle <Player> <Title;Subtitle>"
Discord : "https://discord.gg/uCQbjpE"
Facebook : "https://www.facebook.com"
Teamspeak : "ts3://example.de"
Vote : "https://www.example.com"
Website : "https://www.example.com"
Youtube : "https://www.youtube.com"
AddServer:
Added : "&7The server was added successfully!"
Activated : "&7The server has been successfully activated!"
Already_Activated : "&cThe server is already activated!"
Already_Exists : "&cThe specified server already exists!"
Activate_Error : "&cThe server could not be activated! &cReason: %reason%"
Add_Error : "&cThe server could not be added! &cReason: %reason%"
Invalid_Port : "&cInvalid Server Port"
BungeeSystem:
Reload : "&7BungeeSystem v.%version% reloaded!"
BungeeTeleport:
Teleport_Player : ""
Broadcast :
- "&8&m----------------------------------------"
- ""
- " &8» &7%message%"
- ""
- "&8&m----------------------------------------"
ChatClear:
Global : "&7The global chat was cleared by &a%player%&7!"
Private : "&7Yor chat was cleared!"
Server : "&7The Chat was cleared by &a%player%&7!"
Lobby:
Already_In_Lobby : "&cYou are already in the lobby!"
Connecting_To_Lobby : "&7Connect to the lobby..."
Ping:
Player : "&7Your Ping: &6%ping% ms"
Target : "&6%target%`s &7Ping: &6%ping% ms"
RemoveServer:
Deactivated : "&7The server was successfully deactivated!"
Not_Activated : "&cThe server is not loaded!"
Server_Removed : "&7The server was successfully removed from the Bungeecord &cconfiguration!"
Server_Not_Exists : "&cThe server does not exist in the &cBungeecord &cconfiguration"
Deactivate_Error : "&cThe server could not be disabled! Reason: %reason%"
RemoveServer_Remove_Error : "&cThe server could not be removed from the Bungeecord configuration! &cReason: %reason%"
Socialmedia:
Discord : "&7Discord &8» &6Click here &8«"
Facebook : "&7Facebook &8» &6Click here &8«"
Teamspeak : "&7Teamspeak &8» &6Click here &8«"
Vote : "&7Vote &8» &6Click here &8«"
Webseite : "&7Website &8» &6Click here &8«"
Youtube : "&7Youtube &8» &6Click here &8«"
Shutdown :
- "&8&m----------------------------------------"
- ""
- " &8» &4&l&nThe server will be shutdown in %time% seconds!"
- ""
- "&8&m----------------------------------------"
No_Permission : "&cYou dont have enough permission!"
Unknown_Command : "Unknown command. Type '/help' for help."
Server_Not_Online : "&cThe server %server% is not online!"
Target_Not_Online : "&cThe Player %target% is not online!"
Spoiler: Message configuration (german.yml)
############################################################
# +------------------------------------------------------+ #
# | Notes | #
# +------------------------------------------------------+ #
############################################################
# BungeeSystem Plugin Configuration:
# Please report Bugs via Spigot
# If you want to use special characters in this document, such as accented letters, you MUST save the file as UTF-8, not ANSI.
# If you receive an error when BungeeSystem loads, ensure that:
# - No tabs are present: YAML only allows spaces!
# - Indents are correct: YAML hierarchy is based entirely on indentation
# - You have "escaped" all apostrophes in your text: If you want to write "don"t", for example, write "don""t" instead (note the doubled apostrophe)
# - Text with symbols is enclosed in single or double quotation marks
############################################################
# +------------------------------------------------------+ #
# | Language (German) | #
# +------------------------------------------------------+ #
############################################################
############################################################
# +------------------------------------------------------+ #
# | Messages | #
# +------------------------------------------------------+ #
############################################################
Prefix:
System : "&8[&4BungeeSystem&8] &7"
Staffchat : "&8[&4Teamchat&8] &7"
Maintenance : "Wartungsarbeiten"
Syntax:
AddServer : "&cBitte verwende: &6/AddServer &6<Name> &6<Host> &6<Port> &6<Restricted> &6<Motd>"
Broadcast : "&cBitte verwende: &6/Broadcast &6<Server> &6<Nachricht>"
BungeeTeleport : "&cBitte verwende: &6/BungeeTP &6<Spieler>"
ChatClear : "&cBitte verwende: &6/ChatClear &6<Server>"
RemoveServer : "&cBitte verwende: &6/RemoveServer &6<Server>"
Shutdown : "&cBitte verwende: &6/Shutdown &6<Zeit>"
Title : "&cBitte verwende: &6/Title &6<Titel;Untertitel>"
PlayerTitle : "&cBitte verwende: &6/Playertitel &6<Spieler> &6<Titel;Untertitel>"
Suggest:
AddServer : "/AddServer <Name> <Host> <Port> <Restricted> <Motd>"
Broadcast : "/Broadcast <Server> <Nachricht>"
BungeeTeleport : "/BungeeTP <Spieler>"
ChatClear : "/ChatClear <Server>"
RemoveServer : "/RemoveServer <Server>"
Shutdown : "/Shutdown <Zeit> <Nachricht>"
Title : "/Titel <Titel;Untertitel>"
PlayerTitle : "/PlayerTitle <Spieler> <Titel;Untertitel>"
Discord : "https://discord.gg/uCQbjpE"
Facebook : "https://www.facebook.com"
Teamspeak : "ts3://example.de"
Vote : "https://www.example.com"
Website : "https://www.example.com"
Youtube : "https://www.youtube.com"
AddServer:
Added : "&7Der Server wurde erfolgreich hinzugefügt!"
Activated : "&7Der Server wurde erfolgreich aktiviert!"
Already_Activated : "&cDer Server ist bereits aktiviert!"
Already_Exists : "&cDer Server existiert bereits!"
Activate_Error : "&cDer Server konnte nicht &caktiviert werden! &cGrund: &c%reason%"
Add_Error : "&cDer Server konnte nicht hinzugefügt werden! &cGrund: &c%reason%"
Invalid_Port : "&cUngültiger Server Port!"
BungeeSystem:
Reload : "&7BungeeSystem v.%version% neu geladen!"
BungeeTeleport:
Teleport_Player : "&7Du wirst zu &6%target &7teleportiert. Verbinde zum Server: &6%server%&7..."
Broadcast :
- "&8&m----------------------------------------"
- ""
- " &8» &7%message%"
- ""
- "&8&m----------------------------------------"
ChatClear:
Global : "&7Der Globale Chat wurde von &a%player% &7gelöscht!"
Private : "&7Dein Chat wurde gelöscht"
Server : "&7Der Chat wurde von &a%player% &7gelöscht!"
Lobby:
Already_In_Lobby : "&cDu bist bereits auf der Lobby!"
Connecting_To_Lobby : "&7Verbinde zur Lobby..."
Ping:
Player : "&7Dein Ping Ping: &6%ping% ms"
Target : "&6%target%`s &7Ping: &6%ping% ms"
RemoveServer:
Deactivated : "&7Der Server wurde erfolgreich &cdeaktiviert"
Not_Activated : "&cDer Server ist nicht aktiviert!"
Server_Removed : "&7Der Server wurde erfolgreich &caus der Bungeecord &cKonfiguration &cgelöscht!"
Server_Not_Exists : "&cDer Server existiert nicht in der &cBungeecord &cKonfiguration!"
Deactivate_Error : "&cDer Server konnte nicht deaktiviert werden! &cGrund: &c%reason%"
RemoveServer_Remove_Error : "&cDer Server konnte nicht aus der &cBungeecord &cKonfiguration entfernt werden! &cGrund: %reason%"
Socialmedia:
Discord : "&7Discord &8» &6Hier klicken &8«"
Facebook : "&7Facebook &8» &6Hier klicken &8«"
Teamspeak : "&7Teamspeak &8» &6Hier klicken &8«"
Vote : "&7Vote &8» &6Hier klicken &8«"
Webseite : "&7Webseite &8» &6Hier klicken &8«"
Youtube : "&7Youtube &8» &6Hier klicken &8«"
Shutdown :
- "&8&m----------------------------------------"
- ""
- " &8» &4&l&nDer Server startet in %time% Sekunden neu!"
- ""
- "&8&m----------------------------------------"
No_Permission : "&cDu hast dafür keine Rechte!"
Unknown_Command : "&cUnbekannter Befel. Benutze '/help' für Hilfe."
Server_Not_Online : "&cDer Server %server% ist nicht online!"
Target_Not_Online : "&cDer Spieler %target% ist nicht online!"
Code (YAML):
############################################################
# +------------------------------------------------------+ #
# | Notes | #
# +------------------------------------------------------+ #
############################################################
# BungeeSystem Plugin Configuration:
# Please report Bugs via Spigot
# If you want to use special characters in this document, such as accented letters, you MUST save the file as UTF-8, not ANSI.
# If you receive an error when BungeeSystem loads, ensure that:
# - No tabs are present: YAML only allows spaces!
# - Indents are correct: YAML hierarchy is based entirely on indentation
# - You have "escaped" all apostrophes in your text: If you want to write "don"t", for example, write "don""t" instead (note the doubled apostrophe)
# - Text with symbols is enclosed in single or double quotation marks
############################################################
# +------------------------------------------------------+ #
# | Language (German) | #
# +------------------------------------------------------+ #
############################################################
############################################################
# +------------------------------------------------------+ #
# | Messages | #
# +------------------------------------------------------+ #
############################################################
Prefix:
System : "&8[&4BungeeSystem&8] &7"
Staffchat : "&8[&4Teamchat&8] &7"
Maintenance : "Wartungsarbeiten"
Syntax:
AddServer : "&cBitte verwende: &6/AddServer &6<Name> &6<Host> &6<Port> &6<Restricted> &6<Motd>"
Broadcast : "&cBitte verwende: &6/Broadcast &6<Server> &6<Nachricht>"
BungeeTeleport : "&cBitte verwende: &6/BungeeTP &6<Spieler>"
ChatClear : "&cBitte verwende: &6/ChatClear &6<Server>"
RemoveServer : "&cBitte verwende: &6/RemoveServer &6<Server>"
Shutdown : "&cBitte verwende: &6/Shutdown &6<Zeit>"
Title : "&cBitte verwende: &6/Title &6<Titel;Untertitel>"
PlayerTitle : "&cBitte verwende: &6/Playertitel &6<Spieler> &6<Titel;Untertitel>"
Suggest:
AddServer : "/AddServer <Name> <Host> <Port> <Restricted> <Motd>"
Broadcast : "/Broadcast <Server> <Nachricht>"
BungeeTeleport : "/BungeeTP <Spieler>"
ChatClear : "/ChatClear <Server>"
RemoveServer : "/RemoveServer <Server>"
Shutdown : "/Shutdown <Zeit> <Nachricht>"
Title : "/Titel <Titel;Untertitel>"
PlayerTitle : "/PlayerTitle <Spieler> <Titel;Untertitel>"
Discord : "https://discord.gg/uCQbjpE"
Facebook : "https://www.facebook.com"
Teamspeak : "ts3://example.de"
Vote : "https://www.example.com"
Website : "https://www.example.com"
Youtube : "https://www.youtube.com"
AddServer:
Added : "&7Der Server wurde erfolgreich hinzugefügt!"
Activated : "&7Der Server wurde erfolgreich aktiviert!"
Already_Activated : "&cDer Server ist bereits aktiviert!"
Already_Exists : "&cDer Server existiert bereits!"
Activate_Error : "&cDer Server konnte nicht &caktiviert werden! &cGrund: &c%reason%"
Add_Error : "&cDer Server konnte nicht hinzugefügt werden! &cGrund: &c%reason%"
Invalid_Port : "&cUngültiger Server Port!"
BungeeSystem:
Reload : "&7BungeeSystem v.%version% neu geladen!"
BungeeTeleport:
Teleport_Player : "&7Du wirst zu &6%target &7teleportiert. Verbinde zum Server: &6%server%&7..."
Broadcast :
- "&8&m----------------------------------------"
- ""
- " &8» &7%message%"
- ""
- "&8&m----------------------------------------"
ChatClear:
Global : "&7Der Globale Chat wurde von &a%player% &7gelöscht!"
Private : "&7Dein Chat wurde gelöscht"
Server : "&7Der Chat wurde von &a%player% &7gelöscht!"
Lobby:
Already_In_Lobby : "&cDu bist bereits auf der Lobby!"
Connecting_To_Lobby : "&7Verbinde zur Lobby..."
Ping:
Player : "&7Dein Ping Ping: &6%ping% ms"
Target : "&6%target%`s &7Ping: &6%ping% ms"
RemoveServer:
Deactivated : "&7Der Server wurde erfolgreich &cdeaktiviert"
Not_Activated : "&cDer Server ist nicht aktiviert!"
Server_Removed : "&7Der Server wurde erfolgreich &caus der Bungeecord &cKonfiguration &cgelöscht!"
Server_Not_Exists : "&cDer Server existiert nicht in der &cBungeecord &cKonfiguration!"
Deactivate_Error : "&cDer Server konnte nicht deaktiviert werden! &cGrund: &c%reason%"
RemoveServer_Remove_Error : "&cDer Server konnte nicht aus der &cBungeecord &cKonfiguration entfernt werden! &cGrund: %reason%"
Socialmedia:
Discord : "&7Discord &8» &6Hier klicken &8«"
Facebook : "&7Facebook &8» &6Hier klicken &8«"
Teamspeak : "&7Teamspeak &8» &6Hier klicken &8«"
Vote : "&7Vote &8» &6Hier klicken &8«"
Webseite : "&7Webseite &8» &6Hier klicken &8«"
Youtube : "&7Youtube &8» &6Hier klicken &8«"
Shutdown :
- "&8&m----------------------------------------"
- ""
- " &8» &4&l&nDer Server startet in %time% Sekunden neu!"
- ""
- "&8&m----------------------------------------"
No_Permission : "&cDu hast dafür keine Rechte!"
Unknown_Command : "&cUnbekannter Befel. Benutze '/help' für Hilfe."
Server_Not_Online : "&cDer Server %server% ist nicht online!"
Target_Not_Online : "&cDer Spieler %target% ist nicht online!"
Spoiler: Message configuration (spanish.yml by leoyt185owner)
Code (YAML):
############################################################
# +------------------------------------------------------+ #
# | Notes | #
# +------------------------------------------------------+ #
############################################################
# BungeeSystem Plugin Configuration:
# Please report Bugs via Spigot
# If you want to use special characters in this document, such as accented letters, you MUST save the file as UTF-8, not ANSI.
# If you receive an error when BungeeSystem loads, ensure that:
# - No tabs are present: YAML only allows spaces!
# - Indents are correct: YAML hierarchy is based entirely on indentation
# - You have "escaped" all apostrophes in your text: If you want to write "don"t", for example, write "don""t" instead (note the doubled apostrophe)
# - Text with symbols is enclosed in single or double quotation marks
############################################################
# +------------------------------------------------------+ #
# | Language (Spanish) | #
# +------------------------------------------------------+ #
############################################################
Prefix:
System : "&8[&4BungeeSystem&8] &7"
Staffchat : "&8[&4Staffchat&8] &7"
Maintenance : "Mantenimiento"
Syntax:
AddServer : "&cUso correcto: &6/AddServer &6<Nombre> &6<Host> &6<Puerto> &6<Restringido> &6<Motd>"
Broadcast : "&cUso correcto: &6/Broadcast &6<Servidor> &6<Mensaje>"
BungeeTeleport : "&cUso correcto: &6/BungeeTP &6<Jugador>"
ChatClear : "&cUso correcto: &6/ChatClear &6<Servidor>"
RemoveServer : "&cUso correcto: &6/RemoveServer &6<Servidor>"
Shutdown : "&cUso correcto: &6/Shutdown &6<tiempo>"
Title : "&cUso correcto: &6/Title &6<Titulo;SubSubtitulo>"
PlayerTitle : "&cUso correcto: &6/PlayerTitle &6<Jugador> &6<Titulo;SubSubtitulo>"
Suggest:
AddServer : "/AddServer <Nombre> &6<Host> &6<Puerto> &6<Restringido> &6<Motd>"
Broadcast : "/Broadcast <Servidor> &6<Mensaje>"
BungeeTeleport : "/BungeeTP <Jugador>"
ChatClear : "/ChatClear <Servidor>"
RemoveServer : "/RemoveServer <Servidor>"
Shutdown : "/Shutdown <tiempo>"
Title : "/Title <Titulo;SubSubtitulo>"
PlayerTitle : "/PlayerTitle <Jugador> <Titulo;SubSubtitulo>"
Discord : "https://discord.gg/uCQbjpE"
Facebook : "https://www.facebook.com"
Teamspeak : "ts3://example.de"
Vote : "https://www.example.com"
Website : "https://www.example.com"
Youtube : "https://www.youtube.com"
BungeeSystem:
Reload : "&7BungeeSystem | Version: %version% ha sido recargado!"
BungeeTeleport:
Teleport_Player : "&7Serás teletransportado a &6%target%&7 Conéctese al servidor: &6%server%&7..."
AddServer:
Added : "&aEl servidor fue añadido con exito!"
Activated : "&aEl servidor fue activado exitosamente!"
Already_Activated : "&cEl server ya esta activado!"
Already_Exists : "&cEl servidor ya existe!"
Activate_Error : "&cEl servidor no se pudo activar! &cRazon: %reason%"
Add_Error : "&cEl servidor no se pudo añadir! &cRazon: %reason%"
Invalid_Port : "&cPuerto invalido"
Broadcast :
- "&8&m----------------------------------------"
- ""
- " &8» &7%message%"
- ""
- "&8&m----------------------------------------"
ChatClear:
Global : "&7El chat global fue eliminado por: &a%player%&7!"
Private : "&7Tu chat fue eliminado"
Server : "&7El chat fue borrado por: &a%player%&7!"
Lobby:
Player : "&7Tu ping: &6%ping% ms"
Target : "&6%target%`s &7Ping: &6%ping% &ams"
Ping:
Player : "&7Your Ping: &6%ping% ms"
Target : "&6%target%`s &7Ping: &6%ping% ms"
RemoveServer:
Deactivated : "&7El servidor se desactivo exitosamente!"
Not_Activated : "&cEl servidor no esta cargado!"
Server_Removed : "&7El servidor fue eliminado del BungeeCord!"
Server_Not_Exists : "&cEl servidor no existe en el&cBungeecord"
Deactivate_Error : "&cEl servidor no pudo ser deshabilitado! Razon: %reason%"
RemoveServer_Remove_Error : "&cNo se pudo eliminar del BungeeCord &cRazon: %reason%"
Socialmedia:
Discord : "&7Discord &8» &6Haga clic aquí &8«"
Facebook : "&7Facebook &8» &6Haga clic aquí &8«"
Teamspeak : "&7Teamspeak &8» &6Haga clic aquí &8«"
Vote : "&7Vote &8» &6Haga clic aquí &8«"
Webseite : "&7Webseite &8» &6Haga clic aquí &8«"
Youtube : "&7Youtube &8» &6Haga clic aquí &8«"
Shutdown :
- "&8&m----------------------------------------"
- ""
- " &8» &4&l&nEl servidor sera reiniciado en %time% segundo(s)!"
- ""
- "&8&m----------------------------------------"
No_Permission : "&cNo tienes permiso!"
Unknown_Command : "Unknown command. Type '/help' for help."
Server_Not_Online : "&cEl servidor ( %server% ) no esta activo!"
Target_Not_Online : "&cEl jugador %target% no esta conectado!"
# +------------------------------------------------------+ #
# | Notes | #
# +------------------------------------------------------+ #
############################################################
# BungeeSystem Plugin Configuration:
# Please report Bugs via Spigot
# If you want to use special characters in this document, such as accented letters, you MUST save the file as UTF-8, not ANSI.
# If you receive an error when BungeeSystem loads, ensure that:
# - No tabs are present: YAML only allows spaces!
# - Indents are correct: YAML hierarchy is based entirely on indentation
# - You have "escaped" all apostrophes in your text: If you want to write "don"t", for example, write "don""t" instead (note the doubled apostrophe)
# - Text with symbols is enclosed in single or double quotation marks
############################################################
# +------------------------------------------------------+ #
# | Language (Spanish) | #
# +------------------------------------------------------+ #
############################################################
Prefix:
System : "&8[&4BungeeSystem&8] &7"
Staffchat : "&8[&4Staffchat&8] &7"
Maintenance : "Mantenimiento"
Syntax:
AddServer : "&cUso correcto: &6/AddServer &6<Nombre> &6<Host> &6<Puerto> &6<Restringido> &6<Motd>"
Broadcast : "&cUso correcto: &6/Broadcast &6<Servidor> &6<Mensaje>"
BungeeTeleport : "&cUso correcto: &6/BungeeTP &6<Jugador>"
ChatClear : "&cUso correcto: &6/ChatClear &6<Servidor>"
RemoveServer : "&cUso correcto: &6/RemoveServer &6<Servidor>"
Shutdown : "&cUso correcto: &6/Shutdown &6<tiempo>"
Title : "&cUso correcto: &6/Title &6<Titulo;SubSubtitulo>"
PlayerTitle : "&cUso correcto: &6/PlayerTitle &6<Jugador> &6<Titulo;SubSubtitulo>"
Suggest:
AddServer : "/AddServer <Nombre> &6<Host> &6<Puerto> &6<Restringido> &6<Motd>"
Broadcast : "/Broadcast <Servidor> &6<Mensaje>"
BungeeTeleport : "/BungeeTP <Jugador>"
ChatClear : "/ChatClear <Servidor>"
RemoveServer : "/RemoveServer <Servidor>"
Shutdown : "/Shutdown <tiempo>"
Title : "/Title <Titulo;SubSubtitulo>"
PlayerTitle : "/PlayerTitle <Jugador> <Titulo;SubSubtitulo>"
Discord : "https://discord.gg/uCQbjpE"
Facebook : "https://www.facebook.com"
Teamspeak : "ts3://example.de"
Vote : "https://www.example.com"
Website : "https://www.example.com"
Youtube : "https://www.youtube.com"
BungeeSystem:
Reload : "&7BungeeSystem | Version: %version% ha sido recargado!"
BungeeTeleport:
Teleport_Player : "&7Serás teletransportado a &6%target%&7 Conéctese al servidor: &6%server%&7..."
AddServer:
Added : "&aEl servidor fue añadido con exito!"
Activated : "&aEl servidor fue activado exitosamente!"
Already_Activated : "&cEl server ya esta activado!"
Already_Exists : "&cEl servidor ya existe!"
Activate_Error : "&cEl servidor no se pudo activar! &cRazon: %reason%"
Add_Error : "&cEl servidor no se pudo añadir! &cRazon: %reason%"
Invalid_Port : "&cPuerto invalido"
Broadcast :
- "&8&m----------------------------------------"
- ""
- " &8» &7%message%"
- ""
- "&8&m----------------------------------------"
ChatClear:
Global : "&7El chat global fue eliminado por: &a%player%&7!"
Private : "&7Tu chat fue eliminado"
Server : "&7El chat fue borrado por: &a%player%&7!"
Lobby:
Player : "&7Tu ping: &6%ping% ms"
Target : "&6%target%`s &7Ping: &6%ping% &ams"
Ping:
Player : "&7Your Ping: &6%ping% ms"
Target : "&6%target%`s &7Ping: &6%ping% ms"
RemoveServer:
Deactivated : "&7El servidor se desactivo exitosamente!"
Not_Activated : "&cEl servidor no esta cargado!"
Server_Removed : "&7El servidor fue eliminado del BungeeCord!"
Server_Not_Exists : "&cEl servidor no existe en el&cBungeecord"
Deactivate_Error : "&cEl servidor no pudo ser deshabilitado! Razon: %reason%"
RemoveServer_Remove_Error : "&cNo se pudo eliminar del BungeeCord &cRazon: %reason%"
Socialmedia:
Discord : "&7Discord &8» &6Haga clic aquí &8«"
Facebook : "&7Facebook &8» &6Haga clic aquí &8«"
Teamspeak : "&7Teamspeak &8» &6Haga clic aquí &8«"
Vote : "&7Vote &8» &6Haga clic aquí &8«"
Webseite : "&7Webseite &8» &6Haga clic aquí &8«"
Youtube : "&7Youtube &8» &6Haga clic aquí &8«"
Shutdown :
- "&8&m----------------------------------------"
- ""
- " &8» &4&l&nEl servidor sera reiniciado en %time% segundo(s)!"
- ""
- "&8&m----------------------------------------"
No_Permission : "&cNo tienes permiso!"
Unknown_Command : "Unknown command. Type '/help' for help."
Server_Not_Online : "&cEl servidor ( %server% ) no esta activo!"
Target_Not_Online : "&cEl jugador %target% no esta conectado!"
- Maintenance System
- Bansystem + Warns
- Blacklist System (Anti Advertising + Punishments)
- Globalmute / Servermute
- Add BungeePermissions Ingame (No restart required)
- Votifier API -> Vote Reward
- Staffchat
- ServerChecker (List online & offline servers)
Support is very important to me, so I have my own Discord server to stay in touch with you. If you find a bug, just write it in the #bugs channel and I'll try to fix it as soon as possible
Discord: ( https://discord.gg/YXee8SM)
I would be very happy about a positive rating!
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft versions listed: 1.7, 1.8, 1.9
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Spigot — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
BungeeCord Network System [BungeeSystem] -> New Sourcecode is a free Minecraft Java mod. Compatible with Minecraft 1.7, 1.8, 1.9, 1.10 and newer. Downloaded 1,785 times (via Spigot). Download it and open it directly in the game.