Config

Ranklist Configuration File usage

This is the default configuration file

#
# Ranklist v0.2 Configuration File
# =====================================
#
# Please Don't use tabs in .yml file!
#
# If for whatever reason you mess up this config just delete this config and
# the plugin will create you a new one!
#
# Please leave a comment or pm on bukkit dev if you have any trouble setting this up - TeOzFrAnK
# NOTE: to add another rank simply remove the "#" and call it what you wish
# (no qoutes) then reload the server and try /ranklist to see the changes
# also please do NOT add more than 10 ranks as this will not work as of yet
# You can also change the server name to what ever you wish, enjoy!

ranklist:
servername: 'TeOzCommunity Minecraft Server'
rank1: 'umember'
# rank2: 'member'
# rank3: 'donator'
# rank4: 'donator+'
# rank5: 'moderator'
# rank6: 'moderator+'
# rank7: 'admin'
# rank8: 'admin+'
# rank9: 'admin+++'
# rank10: 'owner'


How to configure:
1. Change the servername to the name of your server make sure to put text between single quotes
e.g:
servername: 'TeOzCommunity Minecraft Server'
to

servername: 'changed server name'

2.Next we need to add ranks to our config, say for example our server has 5 Ranks:

- Noobie
- Member
- Donator
- Moderator
- Admin

so in our config file it would look like this:

rank1: 'Noobie'
rank2: 'Member'
rank3: 'Donator'
rank4: 'Moderator'
rank5: 'Admin'
# rank6: 'moderator+'
# rank7: 'admin'
# rank8: 'admin+'
# rank9: 'admin+++'
# rank10: 'owner'
NOTE: that we remove the "#" for the rank number we wish to use
and leave the "#" on the rank number we do not wish to use

now save the file, then do /reload on your server and do /ranklist to see the changes :)

if you do mess up the config, simply delete it and another one will be generated!
You have now configured the plugin!


Video on how to use config file will be available soon also :)

Comments

Posts Quoted:
Reply
Clear All Quotes