Configuration

MineTube Minecraft Server Plugin Configuration File

######################################

# GET YOUR SERVER-KEY AT: http://reg.bukkit-minetube.com #

serverKey: YOURKEYHERE

# Your Server Tag is the Tag that people enter on the iPhone Client to connect to your Server.
# This MUST be unique! If you try to use the same Tag as someone else, then MineTube won't sync your server info.
# Visit http://reg.bukkit-minetube.com and enter your Tag on the MineTube Chat Reader form.
# If you get "Server not found!", then your Tag is good to be used.
# This Tag is shown to the players if they enter /minetube tag.

serverTag: YOURSERVERTAG

######################################

# All config bellow is optional.

######################################

# Broadcast MineTube Messages? Monitor this Server anywhere with MineTube etc ...

broadcastminetube: true

# Delay in seconds between MineTube Messages.

broadcastdelay: 1200

# [MineTube] Chat Tag, used on any Plugin Message

MineTubeTag: [MineTube]

# Allow Chat Messages send via MineTube?
# Users have to set a password with /minetube password [password], to use this function.
# Not everybody will be able to send Chat Messages to your Server!

allowclientchat: true
allowclientprivatechat: true

# Allow MineTube Users to browse your ChatLog?

allowchatlog: true

# Minimum Chat Character length to sync a Chat Message.

minimumchatchars: 2

# This set to true will give you the possibility to Moderate your Server using the MineTube Client App.
# Only the Users you enter at http://reg.bukkit-minetube.com will be able to pass commands to your Server!

allowremotemod: true

# Allow Minecraft Server Sites to send votes to your Server?

allowvotes: true

# Broadcast a Message to everybody if someone votes?

broadcastonvote: true

# Reward people for voting? Set this to true to give people items or money.

rewardvote: false

# Give people money for voting?
# To use this function, you need the vault Bukkit plugin.
# Download vault at: http://dev.bukkit.org/bukkit-plugins/vault/
# Set this to 0 to disable Money Rewards.

rewardcash: 100

# Give people items for voting?
# ItemName,Amount - in this case it's DIAMOND,ONE
# Set this to "rewarditem: none" to disable item rewards.

rewarditem: DIAMOND,1

# Execute a command on player vote?
# You can for example give a player rank!
# Set this to "rewardcommand: none" to disable command rewards.
# %s = PlayerName

rewardcommand: pex user %s group set member

# Update interval in seconds that your server will check for new votes and chat messages.
# Minimum interval is 20 Seconds for now.

updateinterval: 30

# Here you can hide users. Those users wont be shown as online and chat messages won't be saved to MineTube.

hiddenusers: AnotherUser,MoreUsers

# Here you can hide plugins. Those plugins won't be saved to the MineTube Plugin list of your Server.

hiddenplugins: OpenInv,WorldEdit,WorldGuard,PermissionsEx

# This sync will synchronize every online player in case of a /reload command.
# Set this to false if your server has 250+ people online when you do /reload.
# For the "normal" Minecraft Server this can always be set to true.

syncplayersonstartup: true

# Show Debug Text in the console?

debug: false