Configuration

-Minecraft Remote Admin-


-Main- -Features- -Configuration- -Client-


Configuration

When you first start your server with the Remote Admin plugin installed, a default config file will be created in your plugins folder.
If you mess up the file or deleted the comments while you still needed them, open the plugin jar with a zip archiver and you'll find yourself a new Config.yml Here's an example of a clean config file


# Default configuration
# 
# server key: no default
# This key is used to verify and encrypt the connection to a remote client.
# This allows for a relatively safe connection over even an unsafe network.
# 
# port: 5747
# the port used by the plugin to communicate with remote clients.
# 
# max clients: 5
# the maximum number of simultaniously connected remote clients.
# 0 is unlimited;
# 
# console lines: 1000
# The number of consolelines the plugin should remember.
# These are sent, when history requested, 50 at a time to the remote client.
# 
# refresh rate: 1
# This represents the refreshrate of the plugin in 20 Server Ticks (1 second)
# So refreshrate 1 is 20 ticks. Which, under normal circumstances equals to 1 second.
# 
# admins:
#   name: password
# The list of remote users and their passwords
# 
# remote chat: '&4[RA] &9<&f%name%&9> &f'
# defines how chat from remote clients shows up
# use %client% if you want to show the account name
# and %name% if you want to show the client's name.
# the message shows up at the end of the string using the last used color!

server key: defaultKey
port: 5747
max clients: 5
console lines: 1000
refresh rate: 1
admins:
  Console: Password
remote chat: '&4[RA] &9<&f%name%&9> &f'


Comments

  • To post a comment, please or register a new account.
Posts Quoted:
Reply
Clear All Quotes