Advertisement
Guest User

Untitled

a guest
Jul 7th, 2015
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.73 KB | None | 0 0
  1. #
  2. # This is help for all the messages in the configuration file - Thanks to Synic for this idea
  3. # Doing this allows you to use commands like /airdrop setlocation & /airdrop config
  4. # ---------------------------------------------------------------------------------
  5. # Time - This edits the amount of time for each drop. Recommended to keep about 31 minutes. Note: This is in seconds
  6. # AmountOfRewardsGiven - Basically you can have 100 rewards per tier, but if you set this to a certain number it will only give them that amount!
  7. # HelpMessage - message sent when they type /airdrop or /airdrop help
  8. # VariableList - Message sent when they type /airdrop variablelist : Variables are like Time, 30MinWarning, NoPermission, etc...
  9. # All the warnings are self explainitory. Min = Minutes, Sec = seconds.
  10. # RandomWorld - This is the world the Random chest will spawn in
  11. # SlotsRequired - How many slots should they have open to open and get the rewards from the airdrop?
  12. # NotEnoughSlotsOpenWarning - Warning message sent that they dont have enough slots to get the rewards!
  13. # RandomLocation - If this is false, it will spawn a chest in the set locations, if its true then it will spawn a chest with a specified cords
  14. # x-border and z-border basically is your max world border. It will randomly spawn a chest within these cords
  15. # airDropWinnerBroadcast - Message broadcasted when a players wins the chest : Use %tier and %player as varibles!
  16. # airDropWinner - This is the message sent to the player when they win a airdrop
  17. # airDropStartBroadcast - MEssage broadcasted when an airdrop starts.
  18. # NoPermission - if a player doesn't have permission this message will be sent to them.
  19. # ChestForceStart - What should be broadcasted when an airdrop is forcestarted
  20. # LocationMessage - message sent when a player does /airdrop location & the airdrop is active
  21. # NoActiveDrops - If there aren't any drops out, this message will be sent
  22. # ConfigReloaded - Message sent to the player when they successfully reloaded the configuration file
  23. # ChestClaimable - MEssage sent when they type /airdrop time and there is an active chest
  24. # TimeUntilDrop - Message sent when they type /airdrop time
  25. # SetLocationError - If they dont type in the /airdrop setlocation (Tier number) correctly, this will be sent
  26. # invalidVariable - If they try to edit something from the config that doesnt exist
  27. # sucessfulUpdate - Message sent when the configuration file was successfully updated.
  28. # invalidArguments - If they dont properly type in /airdrop config (Varible(like a message) (stuff...) this will be sent
  29. Time: 600
  30. AmountOfRewardsGiven: 1
  31. HelpMessage:
  32. - You need help?
  33. - Then edit this :D
  34. VariableList:
  35. - Want to see variables?
  36. - Then edit this in the configuration file!
  37. SlotsRequired: 1
  38. NotEnoughSlotsOpenWarning: You need to have atleast {slots} slots of inventory space open!
  39. RandomLocation: false
  40. RandomWorld: spawn
  41. xBorder: 1000
  42. zBorder: 1000
  43. 30MinWarning: ""
  44. 10MinWarning: ""
  45. 5MinWarning: ""
  46. 1MinWarning: ""
  47. 5SecWarning: " &7&l&m* * * * * * * * * * *"
  48. 4SecWarning: " &7&l&m* * * * * *"
  49. 3SecWarning: " &9&lParallax Envoy Droping Soon"
  50. 2SecWarning: " &7&l&m* * * * * *"
  51. 1SecWarning: " &7&l&m* * * * * * * * * * *"
  52. airDropWinnerBroadcast: '&9&l&o%player &7&lhas won a &9&l&o%tier Envoy'
  53. airDropWinner: '&7&lYou have &9&l&owon &7&la &9&l&o%tier Envoy'
  54. airDropStartBroadcast: '&7&lA &9&l&o%tier Envoy &7&lwas &9&l&odropped &7&lunder spawn!'
  55. NoPermission: '&4You do not have permission to run this command!'
  56. ChestForceStart: '&7&lThe &9&l&oEnvoy &7&lwas force started!'
  57. LocationMessage: '&7&lThe current location of this chest is &9&oX: %cx &9&oY: %cy &9&oZ: %cz'
  58. NoActiveDrops: '&7&lThere are currently no active &9&l&oEnvoys'
  59. ConfigReloaded: '&7&lYou have successfully reloaded the &9&l&oconfig file&7&l!'
  60. ChestClaimable: '&&&lThe chest is &9&l&oclaimable&7&l!'
  61. TimeUntilDrop: '&7&lThe time until the next airdrop is (HH:MM:SS) %time'
  62. SetLocationError: '&b Error: Invalid arguments : Please use /airdrop setlocation (tiernumber)'
  63. invalidVariable: '&4Error: That is an invalid varible'
  64. successfulUpdate: '&Congrats! You have successfully updated the configuration file!'
  65. invalidArguments: '&4Error: &cInvalid arguments for the /airdrop config [varible] [stuff...]'
  66. tiers:
  67. '1':
  68. name: Common
  69. location:
  70. x: 125
  71. y: 107
  72. z: -157
  73. world: 'spawn'
  74. items:
  75. '0':
  76. name: Common
  77. console-commands:
  78. - wgive {username} Common1
  79. '2':
  80. name: Common
  81. location:
  82. x: 125
  83. y: 107
  84. z: -156
  85. world: 'spawn'
  86. items:
  87. '0':
  88. name: Common
  89. console-commands:
  90. - wgive {username} Common2
  91. '3':
  92. name: Common
  93. location:
  94. x: 116
  95. y: 107
  96. z: -146
  97. world: 'spawn'
  98. items:
  99. '0':
  100. name: Common
  101. console-commands:
  102. - wgive {username} Common3
  103. '4':
  104. name: Common
  105. location:
  106. x: 106
  107. y: 107
  108. z: -152
  109. world: 'spawn'
  110. items:
  111. '0':
  112. name: Common
  113. console-commands:
  114. - wgive {username} Common4
  115. '5':
  116. name: Common
  117. location:
  118. x: 103
  119. y: 107
  120. z: -161
  121. world: 'spawn'
  122. items:
  123. '0':
  124. name: Common
  125. console-commands:
  126. - wgive {username} Common5
  127. '6':
  128. name: Common
  129. location:
  130. x: 95
  131. y: 107
  132. z: -166
  133. world: 'spawn'
  134. items:
  135. '0':
  136. name: Common
  137. console-commands:
  138. - wgive {username} Common6
  139. CurrentLocation:
  140. x: 947
  141. y: 67
  142. z: -370
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement