Advertisement
Guest User

Untitled

a guest
Dec 12th, 2019
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 8.31 KB | None | 0 0
  1. command-only-player: "&4ERROR:&7 This command can only be run by a player."
  2. command-no-permission: "&4ERROR:&7 You do not have permission to use this command."
  3. files-reloaded: "&aXLTournaments Configuration has been reloaded!"
  4. created-tournament: "&aSuccess!&b You've created a new tournament with the id: %id%"
  5.  
  6. tournament-not-found: "&4ERROR:&7 Unable to find a tournament with the id: %id%"
  7. tournament-invalid-type: "&4ERROR:&7 Invalid Tournament Type! Accepted Types: %types%"
  8. tournament-invalid-objective: "&4ERROR:&7 Invalid Tournament Objective! Accepted Objectives: %objectives%"
  9. tournament-invalid-timeline: "&4ERROR:&7 Invalid Tournament TimeLine! Accepted TimeLines: %timelines%"
  10. tournament-already-exists: "&4ERROR:&7 A tournament already exists with the id: %id%"
  11. tournament-published: "&aSuccess!&b %id% Tournament has been published!"
  12. tournament-unpublished: "&aSuccess!&c %id% Tournament has been unpublished!"
  13. tournament-reset: "&aSuccess!&b All scores have been reset for the %id% Tournament."
  14. tournament-reset-score: "&aSuccess!&b Score has been reset for %target% in %id% Tournament."
  15.  
  16. missing-tournament-end-date: "&4ERROR:&7 Unable to publish %id% tournament as its end-date is missing."
  17. missing-tournament-start-date: "&4ERROR:&7 Unable to publish %id% tournament as its start-date is missing."
  18. missing-tournament-end-time: "&4ERROR:&7 Unable to publish %id% tournament as its end-time is missing."
  19. missing-tournament-start-time: "&4ERROR:&7 Unable to publish %id% tournament as its start-time is missing."
  20. missing-tournament-objective-goal: "&4ERROR:&7 Unable to publish %id% Tournament. Missing objective goal amount."
  21. missing-tournament-objective: "&4ERROR:&7 Unable to publish %id% Tournament. Missing objective type"
  22.  
  23. target-not-found: "&4ERROR:&7 Target player not found."
  24. not-enough-balance: "&4ERROR:&7 You don't have enough Vault Currency!"
  25.  
  26. set-tournament-display-name: "&aSuccess!&b You've set the display name of %id% to %name%&b."
  27. set-tournament-type: "&aSuccess!&b You've set the Tournament Type of %id% to %type%."
  28. set-tournament-objective-type: "&aSuccess!&b You've set the Tournament Objective of %id% to %objective%."
  29. set-tournament-timeline: "&aSuccess!&b You've set the Tournament TimeLine of %id% to %timeline%."
  30. set-participation-cost: "&aSuccess!&b Participation Cost has been set to &6$%cost%&b."
  31. set-display-slot: "&aSuccess!&b Dispaly Slot has been set to %slot% for the %id% Tournament."
  32.  
  33. added-challenge-reward: "&aSuccess!&b Added '%command%' to the %place% Placing in the %id% Tournament."
  34. removed-challenge-reward: "&aSuccess!&c Removed '%command%' from the %place% Placing in the %id% Tournament."
  35.  
  36. removed-score: "&aSuccess!&b You've removed %score% from %target% in %id% Tournament."
  37. added-score: "&aSuccess!&b You've added %score% to %target% in %id% Tournament."
  38.  
  39. added-to-objective-list: "&aSuccess!&b You've added %val% to the %id% Tournament Objective List"
  40. removed-to-objective-list: "&aSuccess!&v You've removed %val% from the %id% Tournament Objective List"
  41.  
  42. objective-list-exclude-enabled: "&aSuccess!&b You've enabled Objective Exclude for the %id% Tournament."
  43. objective-list-exclude-disabled: "&aSuccess!&c You've disabled Objective Exclude for the %id% Tournament."
  44.  
  45. automatic-participation-enabled: "&aSuccess!&b Automatic Participation has been enabled for the %id% Tournament."
  46. automatic-participation-disabled: "&aSuccess!&c Automatic Participation has been disabled for the %id% Tournament."
  47.  
  48. debug-enabled: "&aDebug Messages has been enabled!"
  49. debug-disabled: "&cDebug Messages has been disabled!"
  50.  
  51. added-end-command: "&aSuccess!&b You've added the command '%command%' to the End Commands of %id% Tournament."
  52. removed-end-command: "&aSuccess!&c You've removed the command '%command%' from the End Commands of %id% Tournament."
  53.  
  54. added-start-command: "&aSuccess!&b You've added the command '%command%' to the Start Commands of %id% Tournament."
  55. removed-start-command: "&aSuccess!&c You've removed the command '%command%' from the Start Commands of %id% Tournament."
  56.  
  57. adding-bcp-value: "&aSuccess!&b Attempting to add %value% Purchase(s) to relevant tournaments."
  58. adding-bcs-value: "&aSuccess!&b Attempting to add $%value% to relevant tournaments."
  59.  
  60. already-participating: "&4ERROR:&7 You are already participating in the tournament."
  61.  
  62. world-unblacklisted-from-tournament: "&aSuccess!&b You've removed the World %world% from the %id% Tournament World Blacklist."
  63. world-blacklisted-from-tournament: "&aSuccess!&c You've added the World %world% to the %id% Tournament World Blacklist."
  64. world-unwhitelisted-from-tournament: "&aSuccess!&b You've removed the World %world% from the %id% Tournament World Whitelist."
  65. world-whitelisted-from-tournament: "&aSuccess!&c You've added the World %world% to the %id% Tournament World Whitelist."
  66.  
  67. region-unblacklisted-from-tournament: "&aSuccess!&b You've removed the World %region% from the %id% Tournament Region Blacklist."
  68. region-blacklisted-from-tournament: "&aSuccess!&c You've added the World %region% to the %id% Tournament Region Blacklist."
  69. region-unwhitelisted-from-tournament: "&aSuccess!&b You've removed the World %region% from the %id% Tournament Region Whitelist."
  70. region-whitelisted-from-tournament: "&aSuccess!&c You've added the World %region% to the %id% Tournament Region Whitelist."
  71.  
  72. invalid-cost-argument: "&4ERROR:&7 Cost argument has to be a Double or Integer."
  73. invalid-purchases-argument: "&4ERROR:&7 Purchases argument has to be an Integer."
  74. invalid-spent-argument: "&4ERROR:&7 Spent argument has to be a Double."
  75. invalid-place-argument: "&4ERROR:&7 Place argument has to be an Integer or 'all'."
  76. invalid-slot-argument: "&4ERROR:&7 Slot argument has to be an Integer."
  77. invalid-score-argument: "&4ERROR:&7 Score argument has to be a Numeric Value."
  78.  
  79. xlt-help:
  80. - "&7### COMMANDS ###"
  81. - ""
  82. - "&e/xlt &7-&f Open the Tournament GUI."
  83. - "&e/xlt create <id> &7-&f Create a new Tournament."
  84. - "&e/xlt reload &7-&f Reload all configuration files."
  85. - "&e/xlt debug &7-&f Toggle Debug Messages."
  86. - "&e/xlt tournaments &7-&f Open the tournaments menu."
  87. - "&e/xlt challenges &7-&f Open the challenges menu."
  88. - "&e/xlt name <id> <name..> &7-&f Change the display name of a Tournament."
  89. - "&e/xlt objective type <id> <Objective> &7-&f Set the Objective of a Tournament."
  90. - "&e/xlt objective list <id> <STRING> &7-&f Add/Remove an entry in the Objective List."
  91. - "&e/xlt objective exclude <id> &7-&f Enable/Disable excluding of all data in the Objective List."
  92. - "&e/xlt type <id> <TournamentType> &7-&f Set the TournamentType of a Tournament."
  93. - "&e/xlt timeline <id> <TimeLine> &7-&f Set the TimeLine of a Tournament."
  94. - "&e/xlt blacklist world <id> <worldName> &7-&f Add/Remove a world from the Tournament Blacklist."
  95. - "&e/xlt whitelist world <id> <worldName> &7-&f Add/Remove a world from the Tournament Whitelist."
  96. - "&e/xlt blacklist region <id> <regionName> &7-&f Add/Remove a region from the Tournament Blacklist."
  97. - "&e/xlt whitelist region <id> <regionName> &7-&f Add/Remove a region from the Tournament Whitelist."
  98. - "&e/xlt participation automatic <id> &7-&f Enable/Disable automatic participation for the Tournament."
  99. - "&e/xlt participation cost <id> <cost> &7-&f Set the Tournament participation cost."
  100. - "&e/xlt participation commands <id> <command..> &7-&f Add/Remove a commmand to the Tournament Participation Commands list."
  101. - "&e/xlt publish <id> &7-&f Publish the Tournament and make it active."
  102. - "&e/xlt command start <id> <command..> &7-&f Add/Remove a command that runs when tournament starts."
  103. - "&e/xlt command end <id> <command..> &7-&f Add/Remove a command that runs when tournament ends."
  104. - "&e/xlt rewards <id> <place> <command..> &7-&f Add/Remove a command that runs when a player finishes a challenge."
  105. - "&e/xlt addbcs <playerName> <spent> &7-&f Add spent $ to relevant tournaments.."
  106. - "&e/xlt addbcp <playerName> [purchases] &7-&f Add purchases to relevant tournaments."
  107. - "&e/xlt score add <target> <amount> <id> &7-&f Add score to a player in a tournament."
  108. - "&e/xlt score remove <target> <amount> <id> &7-&f Remove score from a player in a tournament."
  109. - "&e/xlt score reset <target> <id> &7-&f Reset the score of a player in a tournament."
  110. - "&e/xlt reset <id> &7-&f Reset all scores for a tournament."
  111. - "&e/xlt slot <id> <slot> &7-&f Set the display slot in the tournaments relative GUI Menu."
  112. - "&e/xlt help &7-&f Shows you this page."
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement