Advertisement
Rida94

Untitled

Jun 4th, 2016
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.34 KB | None | 0 0
  1. # +------------------------------------------------------+ #
  2. # | mcMMO Booster | #
  3. # +------------------------------------------------------+ #
  4.  
  5. # +------------------------------------------------------+ #
  6. # | Config | #
  7. # +------------------------------------------------------+ #
  8.  
  9.  
  10. Options:
  11.  
  12.  
  13. # +------------------------------------------------------+ #
  14. # | Updates | #
  15. # +------------------------------------------------------+ #
  16.  
  17.  
  18. # Check for updates or not
  19. Update: true
  20. # Do not edit the version
  21. Version: 6.0
  22.  
  23.  
  24. # +------------------------------------------------------+ #
  25. # | Commands aliases | #
  26. # +------------------------------------------------------+ #
  27.  
  28.  
  29. # This is an alias for the command /booster
  30. BoosterAlias: mcmmobooster
  31. # This is an alias for the command /thanks
  32. ThanksAlias: tip
  33.  
  34.  
  35. # +------------------------------------------------------+ #
  36. # | Reload | #
  37. # +------------------------------------------------------+ #
  38.  
  39.  
  40. # Change this to the name of the script name if you have changed it
  41. # This to allow using the command /booster reload
  42. Reload: Booster
  43.  
  44.  
  45. # +------------------------------------------------------+ #
  46. # | Time | #
  47. # +------------------------------------------------------+ #
  48.  
  49.  
  50. # How long should the booster be active
  51. BoosterTime: 1 hour
  52. # Cooldown for /thanks in a timeframe of an active booster
  53. ThanksCooldown: 30 minutes
  54.  
  55.  
  56. # +------------------------------------------------------+ #
  57. # | Activate and Deactivate | #
  58. # +------------------------------------------------------+ #
  59.  
  60.  
  61. # Execute console commands to give quad xp for players
  62. # Change this based on your permissions plugin you are using
  63. # Give the permission "mcmmo.perks.xp.quadruple" to your default rank that all other ranks inherent from it
  64. # If you feel that quadruple is too much you can change the permission to be "mcmmo.perks.xp.double" or "mcmmo.perks.xp.triple"
  65. # To execute more than 1 command you can use it like this "command 1", "command 2", "command 3" and "command 4"
  66. # If its only 1 command it will be like this "command 1"
  67.  
  68. # Add the permission to the default rank when the booster is activated
  69. ActivateCommand: "/pex group default add mcmmo.perks.xp.quadruple" and "/pex reload"
  70. # Remove the permission to the default rank when the booster is deactivated
  71. DeactivateCommand: "/pex group default remove mcmmo.perks.xp.quadrupleand" and "/pex reload"
  72.  
  73.  
  74. # +------------------------------------------------------+ #
  75. # | Rewards | #
  76. # +------------------------------------------------------+ #
  77.  
  78.  
  79. # This option execute console commands to reward the players when they execute the command /thanks
  80. # The variable %{Booster::Owner::Name}% is for the name of the player that activated the booster
  81. # and the variable %player% is for the name of the player that executed the command /thanks
  82. RewardCommands: execute console command "/eco give %{Booster::Owner::Name}% 100", "tell %player% You thanked %{Booster::Owner::Name}%, and received a reward!", "tell %{Booster::Owner::Name}% %player% has thanked you, and you have received a reward!" and "/eco give %player% 10"
  83.  
  84.  
  85. # +------------------------------------------------------+ #
  86. # | Permissions | #
  87. # +------------------------------------------------------+ #
  88.  
  89.  
  90. # The permission to use a booster
  91. UsePerm: booster.use
  92. # /booster permission
  93. BoosterMain: booster.booster
  94. # /booster give permission
  95. GivePerm: booster.give
  96. # /booster cancel permission
  97. CancelPerm: booster.cancel
  98. # /booster help permission
  99. HelpPerm: booster.help
  100. # /booster reload permission
  101. ReloadPerm: booster.reload
  102. # /booster status permission
  103. StatusPerm: booster.status
  104. # /booster version permission
  105. VersionPerm: booster.version
  106. # /Booster activate permission
  107. ActivatePerm: booster.activate
  108. # /thanks permission
  109. ThanksPerm: booster.thanks
  110. # Receive announcement permission
  111. AnnouncePerm: booster.announce
  112. # Check for updates permission
  113. UpdatePerm: booster.update
  114.  
  115.  
  116. # +------------------------------------------------------+ #
  117. # | Name and Lore | #
  118. # +------------------------------------------------------+ #
  119.  
  120.  
  121. # Booster name
  122. BoosterName: &4mcMMO Booster
  123. # Booster lore
  124. # Use "||" to go to a second line in the lore
  125. BoosterLore: &6Quad experience (60:0)||&f&k>> &dRight-click to activate &f&k<<
  126.  
  127.  
  128. # +------------------------------------------------------+ #
  129. # | Messages | #
  130. # +------------------------------------------------------+ #
  131.  
  132.  
  133. # Announcment when a booster gets activated
  134. # The variable %{Booster::Owner::Name}% is for the name of the player that activated the booster
  135. # You may replace {Booster::Owner::Name} variable with {Booster::Owner::DisplayName}
  136. # to show the rank (prefix and suffix) and the player nick
  137. BoosterActivated: &a&l%{Booster::Owner::Name}% &6&lhas activated their mcMMO quad experience booster for 1 hour, type /thanks to thank them!
  138. # Announcement when a booster expire
  139. # The variable %{Booster::Owner::Name}% is for the name of the player that activated the booster
  140. # You may replace {Booster::Owner::Name} variable with {Booster::Owner::DisplayName}
  141. # to show the rank (prefix and suffix) and the player nick
  142. BoosterExpired: &a&l%{Booster::Owner::Name}%'s &4&lmcMMO quad experience booster has expired!
  143. # No permission for this command message
  144. NoPermCommand: &4Error:&c You do not have permission to use this command!
  145. # No permission to use a booster message
  146. NoPermBooster: &4Error:&c You do not have a permission to use a booster!
  147. # Invalid argument message
  148. InvalidArgument: &4Error:&c Invalid argument!
  149. # Cant use a booster on this gamemode
  150. GameMode: &4You can not use a booster in this gamemode.
  151. # What message should the player that have activated the booster get when he activate a booster
  152. Activate: &aYou have activated mcMMO quad experience booster for 1 hour!
  153. # Cant activate your booster because there is an active booster message
  154. ErrorActivated: &4You can not activate mcMMO quad experience booster, because there is an active booster!
  155. # Cooldown message
  156. ErrorCooldown: &4You can use this command once every 30 minutes!
  157. # /booster cancel and /booster status message if there is no active booster message
  158. NoActiveBooster: &4There is no active booster!
  159. # Message on receiving a booster
  160. BoosterReceived: &aYou have received a booster!
  161. # Message on giving a booster
  162. # The variable %argument 2% is for the name of the player that will receive the booster
  163. BoosterSent: &aYou have sent a booster to %argument 2%!
  164. # Message when a player thank himself/herself
  165. SelfThanks: &4Sorry, you can not thank yourself!
  166. # Message when console thanks a player
  167. ConsoleThanks: &4Sorry, this command is only executable by players!
  168. # Message sent to a player with a specific permission if they join while there is an active booster
  169. # The variable %{Booster::Owner::Name}% is for the name of the player that activated the booster
  170. # You may replace {Booster::Owner::Name} variable with {Booster::Owner::DisplayName}
  171. # to show the rank (prefix and suffix) and the player nick
  172. JoinActive: &a&l%{Booster::Owner::Name}% &6&lhas an active mcMMO quad experience booster, do /thanks to thank them!
  173. # /booster cancel message
  174. # This message will be sent to the executer to notify him that the booster got canceled
  175. # even if there is no active booster as its going to try to fix any issues
  176. CancelMSG: &aYou have successfully canceled the current booster!
  177. # /booster status message
  178. CurrentBooster: &aThere is an active booster!
  179. # /booster cancel broadcasted message sent to the players with the permission for it
  180. # The variable %{Booster::Owner::Name}% is for the booster owner name
  181. # You may replace {Booster::Owner::Name} variable with {Booster::Owner::DisplayName}
  182. # to show the rank (prefix and suffix) and the player nick
  183. # and the variable %{_Booster::Cancel::Name}% is for the admin that have canceled the current booster
  184. CancelAnnounce: &a&l%{Booster::Owner::Name}%'s &4&lmcMMO quad experience booster has been canceled by &a&l%{_Booster::Cancel::Name}%&4&l!
  185. # The message that should be sent on /booster activate <player> if the player is not online
  186. BoosterActivateNotOnlineMSG: &4Error:&c This player is not online.
  187. # The message for /booster
  188. BoosterMSG: &6Do ""/booster help"" For help.
  189. # The usage message for /booster give
  190. # This message will pop up when you mis use the command
  191. BoosterGiveUsage: &4Usage:&c /booster give <player>
  192. # The usage message for /booster status
  193. # This message will pop up when you mis use the command
  194. BoosterStatusUsage: &4Usage:&c /booster status
  195. # The usage message for /booster cancel
  196. # This message will pop up when you mis use the command
  197. BoosterCancelUsage: &4Usage:&c /booster cancel
  198. # The usage message for /booster activate
  199. # This message will pop up when you mis use the command
  200. BoosterActivateUsage: &4Usage:&c /booster activate <player>
  201. # The usage message for /booster version
  202. # This message will pop up when you mis use the command
  203. BoosterVersionUsage: &4Usage:&c /booster version
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement