Configuration

Logo DesktopLogo Android

Commands Config Downloads

Players Videos

English Français

Configuration : config.yml

conf_version: 4
username: admin
password: password
port: 25563
lang: en
allowsStop: true
allowsOpManager: false
debug: false
chat_offline_prefix: "[Offline] <{{name}}> {{message}}"
enable_ftp: true
ftp_port: 25562
enable_welcome_msg: true
welcome_msg:
- "******************** BukkitStream ********************"
- BukkitStream allows you to connect from Android
- You need set your remote password : /bs setpass <password>
- You can use the chat, and more if you have permissions
- BukkitStream Beta for Android is avariable on Google Play
- "******************** BukkitStream ********************"
check_update: true
download_update: true
skin_server: "http://skins.minecraft.net/MinecraftSkins/{{name}}.png"
  • conf_version : version of the current file. Do not change it ! It is used to know if the config.yml is updated. If the conf_version is outdate, ARB says that to you. You need delete the current file, and reconfigure the new.
  • username : pseudo used to connect to the server from the android app. For security reason, we recommend to change it.
  • password : pass used to connect. (Note : no password is shared on the network. We use only the hashcode)
  • port : used by app to communicate. But not give an already working port. (recommended value : 25563)
  • lang : change the plugin language. Avariable : en, fr (to add more languages, put a new file xx.yml and set property lang: xx)
  • allowsStop : allows or not the "stop" command from the client.
  • allowsOpManager : allows or not the "op" command from the client.
  • debug : to output stacktraces in the console.
  • chat_offline_prefix : prefix used when a message is send from BukkitStream (don't forget to use ' or " in start and end)
  • enable_ftp : true : start FTP server (file transfere protocole), false : don't start it.
  • ftp_port : port used to start the FTP server, need be free.
  • enable_welcome_msg : true if you want that players with permission <bs.setpass> get a message when there are logging.
  • welcome_msg : show on loggin if enable_welcome_msg equals true
  • check_update : enable auto-update checking process : do NOT download it
  • download_update : if check_update is enable, download new updates
  • skin_server : only for server with custom skin server. Used to generate previews of skins

Configuration : alias.yml

BukkitStream allows you to create alias, with insertion of arguments. That arguments are the player name and other entries from his command.

alias:
- test1:say
- test2:say {{args}}
- test3:say {{arg1}} {{name}}
  • test1 => If player sends "/test1", the command "/say" is executed. If player sends "test1 something", "/say something" runs.
  • test2 => Like test1, if player sends "test2 something", "/say something" runs.
  • test3 => If a player called "pseudo" sends "/test3 msg1 msg2", "/say msg1 pseudo" is runs

Arguments are replaced by avariable data. That arguments are :

{{name}} for username of sender
{{args}} for all arguments from the sended command
{{arg1}}, {{arg2}}, {{arg3}} ... for selected argument from the sended command

Configuration : /res Folder

/res contains resources sended to client app (ex : BukkitStream for Android). It's a way for admins to customise client interface.

background.jpg

Image (350 x 350 px) used by phone on the main menu.

Example :

Android Customization

We give to you some background if you want used it : download ZIP

server_logo.png

A 96x96 px icon of your server displayed in the actionbar

Example :

Server Icon


Other Projects :


Comments

Posts Quoted:
Reply
Clear All Quotes