Advertisement
Guest User

Untitled

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