Config

Here is a list of entries of the config file.
Entry Value Description
EasyTitles - Debug true or false, default: false If this is set to true the server console will print lots of (un)usable debug information
EasyTitles - Version String with version number Version number will be saved in the config. If there is a new version installed it will try and convert the data to the new version number. Don't change this yourself!
EasyTitles - ListWidth Integer, default: 4 When a player lists their titles this is the amount of titles per row it will show. (Currently you need to add one for the right size.)
EasyTitles - DefaultFormat String, default:
'&f[&2@&f] &7%1$s: &f%2$s'
The default format of the title
You can add color with &0 to &f
@ will be the player's chosen title.
%1$s will be the player's name
%2$s will be the player's message
EasyTitles - DefaultTitle String, default: Visitor The default title
EasyTitles - Groups All the groups See below for the groups

Each group starts with it's name as the key followed with three values.
Groups Entry Value Description
Rank Integer If a player has multiple title groups the format of the group with the highest numbered rank will be used
Format String with the format The format that will be used
You can add color with &0 to &f
@ will be the player's chosen title.
%1$s will be the player's name
%2$s will be the player's message
Titles String list List of the titles for this group

Color codes can be used in the format. Use &0 to &f. Check the number/letter in the picture below.
Example:
EasyTitles:
  Debug: false
  Version: 0.1
  DefaultFormat: '&f[&2@&f] &7%1$s: &f%2$s'
  DefaultTitle: Noob
  Groups:
    Rank1:
      Rank: 10
      Format: '&f[&2@&f] &7%1$s: &f%2$s'
      Titles:
      - Beginner
      - Noob
    Rank2:
      Rank: 20
      Format: '&f[&2@&d] &7%1$s: &f%2$s'
      Titles:
      - Regular
    Admins:
      Rank: 90
      Format: '&d[&2@&d] &7%1$s: &f%2$s'
      Titles:
      - Admin

Comments

Posts Quoted:
Reply
Clear All Quotes