Advertisement
gino1631

ChatLikeMe Config

Nov 15th, 2015
32
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 2.50 KB | None | 0 0
  1. FormatParts: '{factionrole}{factionname}{factionprefix}{chosenplayerprefix}{gender}{money}{permgroupsuffix}{permgroupprefix}{permgroup}{permplayerprefix}{permplayersuffix}{pvpstatsstreak}{pvpstatskills}{pvpstatseloscore}{pvpstatsdeaths}{pvpstatsmaxstreak}{minute}{second}{hour}{world}{exp}{explevel}{maxhealth}{health}'
  2. OverrideFormat: true
  3. Format: '&7[&r{permgroupsuffix}&7]&r %s&7:&r %s'
  4. ForceLowerCase: false
  5. PermFormat:
  6.   diamond: '&7[&r{permgroupsuffix}&7][&r&bVIP&r&7]&r %s&7:&r %s'
  7.   gold: '&7[&r{permgroupsuffix}&7][&r&eVIP&r&7]&r %s&7:&r %s'
  8.   iron: '&7[&r{permgroupsuffix}&7][VIP]&r %s&7:&r %s'
  9. Formats:
  10.   FactionRole:
  11.     format: '[%s]'
  12.     depends: Factions
  13.     replaces: '{factionrole}'
  14.   FactionName:
  15.     format: '[%s]'
  16.     depends: Factions
  17.     replaces: '{factionname}'
  18.   FactionPrefix:
  19.     format: '[%s]'
  20.     depends: Factions
  21.     replaces: '{factionprefix}'
  22.   PrefixManager:
  23.     format: '[%s]'
  24.     replaces: '{chosenplayerprefix}'
  25.   Gender:
  26.     format: '[%s]'
  27.     depends: Gender
  28.     replaces: '{gender}'
  29.   Economy:
  30.     format: '[%s]'
  31.     depends: Vault
  32.     replaces: '{money}'
  33.   PermissionGroupSuffix:
  34.     format: '%s'
  35.     depends: Vault
  36.     replaces: '{permgroupsuffix}'
  37.   PermissionGroupPrefix:
  38.     format: '%s'
  39.     depends: Vault
  40.     replaces: '{permgroupprefix}'
  41.   PermissionGroup:
  42.     format: '[%s]'
  43.     depends: Vault
  44.     replaces: '{permgroup}'
  45.   PermissionPlayerPrefix:
  46.     format: '[%s]'
  47.     depends: Vault
  48.     replaces: '{permplayerprefix}'
  49.   PermissionPlayerSuffix:
  50.     format: '[%s]'
  51.     depends: Vault
  52.     replaces: '{permplayersuffix}'
  53.   PvpStatsStreak:
  54.     format: '[%s]'
  55.     depends: pvpstats
  56.     replaces: '{pvpstatsstreak}'
  57.   PvpStatsKills:
  58.     format: '[%s]'
  59.     depends: pvpstats
  60.     replaces: '{pvpstatskills}'
  61.   PvpStatsEloScore:
  62.     format: '[%s]'
  63.     depends: pvpstats
  64.     replaces: '{pvpstatseloscore}'
  65.   PvpStatsDeaths:
  66.     format: '[%s]'
  67.     depends: pvpstats
  68.     replaces: '{pvpstatsdeaths}'
  69.   PvpStatsMaxStreak:
  70.     format: '[%s]'
  71.     depends: pvpstats
  72.     replaces: '{pvpstatsmaxstreak}'
  73.   Minute:
  74.     format: '[%s]'
  75.     replaces: '{minute}'
  76.   Second:
  77.     format: '[%s]'
  78.     replaces: '{second}'
  79.   Hour:
  80.     format: '[%s]'
  81.     replaces: '{hour}'
  82.   World:
  83.     format: '[%s]'
  84.     replaces: '{world}'
  85.   Exp:
  86.     format: '[%s]'
  87.     replaces: '{exp}'
  88.   ExpLevel:
  89.     format: '[%s]'
  90.     replaces: '{explevel}'
  91.   MaxHealth:
  92.     format: '[%s]'
  93.     replaces: '{maxhealth}'
  94.   Health:
  95.     format: '[%s]'
  96.     replaces: '{health}'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement