Get started

Thank you for purchasing my BungeeSystem's.

ColorCodes are always defined with a & character. A list of possible ColorColdes can be found here. Please use the CHAT CODE column from the displayed table and replace the § character with the & character.

If you downloaded the BungeeSystem and started the server, you should now have created a folder called BungeeSystem in your plugins folder. Now open this folder and edit the config.yml.

Enter license

Add your private license in the config.yml. If you don't have one yet, open a support ticket on my discord server.

Why do I need a private license? The answer is here

license: ""

Datenbank

Set the database type in config.yml.

MySQL

Set database: "mysql" to store your data in a MySQL database. You can access the data across servers. To connect to MySQL database open the file mysql.yml and enter your MySQL data.

mysql.yml
mysql:
  HOST: localhost
  PORT: '3306'
  DATABASE: database
  USER: root
  PASSWORD: password

Config

Set database: "sql" to store your data locally on the server. This data can then only be accessed by this one server. For this purpose the plugin creates a folder named database in the plugins folder. In this folder the database file database.db will be created.

Default language

With LanguageAPI

If you have my LanguageAPI for BungeeCord, you can omit the defaultLanguage: "english" item, since the player's language is managed through it. Just make sure that you have set all messages in the languages that are set in the config.yml of the LanguageAPI.

single-file-system

For example, if you support English, German and Spanish, in this case you will have to copy the messages to e.g. English and paste it at the end of the file and translate each language.

multi-file-system

Just like with the single file system you only have to copy the english.yml file and change it to the name of the language. In the example with the spanish language to español.yml. (If you have set the language as español in the config.yml of the LanguageAPI).

Otherwise have a look at the language setting in LanguageAPI. Click here

Without LanguageAPI

But if you didn't buy my LanguageAPI, you can set the default language of the BungeeSystem under defaultLanguage: "english". This means that every player gets all messages of the plugin in this language.

Servername

Under the item servername: "yourserver.com" you can enter the name/domain name of your network. This name will be used by some modules.

Modules

Here you can find a list of all modules that are included in the BungeeSystem. On the next pages you will find more information about each module.

  • Auto broadcast

  • Broadcast

  • Chat

  • CloudNet

  • Discord Bot

  • FriendSystem

  • Joinme

  • Jumpto

  • Lobby

  • motd

  • Move

  • MSG

  • OnlineTeam

  • OnlineTime

  • Party

  • Ping

  • Pull

  • Punishment System

    • Ban

    • Mute

    • Other

    • Report

  • Teamchat

You can enable or disable each module individually. For example, if you already have a friends system, you can leave the friend: false setting in config.yml set to false. Each module is turned off (disabled) by default.

Options

In the options section you can set certain things for each module.

Default configuration

Last updated