Advertisement
Guest User

Untitled

a guest
May 4th, 2014
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.58 KB | None | 0 0
  1. #Fly Payment By AhellHound
  2. PLEASE_DO_NOT_TOUCH_THIS: 3.3
  3. #Default config
  4. #***WARNING***
  5. #IF YOU HAVE THE ECONOMY PORTION ENABLED, AND THERE ISN'T INSTANT FLYING
  6. #WHEN THE PLAYER USES /FLY ON, IT'S YOUR CONNECTION TO THE MySQL AND
  7. #ECOOMY PLUGIN CAUSING THE LAG, NOT FLY PAYYMENT.
  8. #*************
  9. #If you only want one price throughout the server, then just use Tier 1
  10. #and give that permission to everyone.
  11. #If you don't want a group to be timed, set the FlightTimerTier(1-12) to 0.
  12. #*********************************************************************
  13. #TIMER MODES
  14. #Timer mode "0" will remove an item from the player every "x" amount of seconds
  15. #Timer mode "1" will cost the player one payment to fly for "x" amount of time.
  16. #(Timer 1 is the setting FlyPament started with when first released)
  17.  
  18.  
  19. #When a player goes to ban another player (from flying), do you want to have the player be required to set a time amount?
  20. FlyBanRequireTime: false
  21. #If so, do you want a limit to how long the player can ban for (in seconds)? If not, set to '0'
  22. FlyBanMaxTime: 0
  23. # amount of time, in seconds, the fly check timer will run
  24. FlyCheckTimer: 1
  25. # amount of time, in seconds, the ban check will run
  26. BanCheckTimer: 60
  27. #Banned fly worlds (enter EXACT world name)
  28. BannedWorlds:
  29. world1
  30. world2
  31.  
  32. # If a player's flight gets disabled for any PvP reason, how long should he be temp banned from flying for? (in SECONDS.) Set
  33. # to '0' to disable
  34. PvPTempBanTime: 0
  35. #How many seconds should the fly mode one timer check all the flying player's time?
  36. #(DO NOT TOUCH IF YOU'RE CONFUSED! ASK ME FIRST!)
  37. FlyModeOneTimerAmount: 2
  38. #FOR ALL FREE FLY OPTIONS, SEE freFly.yml
  39.  
  40.  
  41. #Permission: FlyP.Fly.1
  42. ChargeItemNameTier1:
  43. #To charge an item with NO lore, set the below lore to "-1" (Keep quotes)
  44. ItemMetaLoreTier1: "-1"
  45. AmountOfItemsToChargeTier1: 1
  46. #Timer in seconds
  47. WithdrawTimerTier1: 10
  48. #amount of exp to charge. Use "0" to disable EXP
  49. ChargeEXPTier1: 1
  50. #Amount of money to charge. Use "0" to disable Money removal
  51. ChargeMoneyTier1: 0
  52. #See above for timer info
  53. TimerModeTier1: 1
  54. #Time in seconds players will be allowed to fly. Only use this if mode "1" is selected
  55. TimerAmountTier1: 60
  56.  
  57. #Permission: FlyP.Fly.2
  58. ChargeItemNameTier2:
  59. #To charge an item with NO lore, set the below lore to "-1" (Keep quotes)
  60. ItemMetaLoreTier2: "-1"
  61. AmountOfItemsToChargeTier2: 1
  62. #Timer in seconds
  63. WithdrawTimerTier2: 10
  64. #amount of exp to charge
  65. ChargeEXPTier2: 1
  66. #Amount of money to charge. Use "0" to disable Money removal
  67. ChargeMoneyTier2: 0
  68. #FlySpeedTier2: "0.1"
  69. TimerModeTier2: 1
  70. #Time in seconds players will be allowed to fly. Only use this if mode "1" is selected
  71. TimerAmountTier2: 120
  72.  
  73. #Permission: FlyP.Fly.3
  74. ChargeItemNameTier3: DIAMOND
  75. #To charge an item with NO lore, set the below lore to "-1" (Keep quotes)
  76. ItemMetaLoreTier3: "-1"
  77. AmountOfItemsToChargeTier3: 1
  78. #Timer in seconds
  79. WithdrawTimerTier3: 10
  80. #amount of exp to charge
  81. ChargeEXPTier3: 0
  82. #Amount of money to charge. Use "0" to disable Money removal
  83. ChargeMoneyTier3: 0
  84. #FlySpeedTier3: "0.1"
  85. TimerModeTier3: 0
  86. #Time in seconds players will be allowed to fly. Only use this if mode "1" is selected
  87. TimerAmountTier3: 0
  88.  
  89. #Permission: FlyP.Fly.4
  90. ChargeItemNameTier4: DIAMOND
  91. #To charge an item with NO lore, set the below lore to "-1" (Keep quotes)
  92. ItemMetaLoreTier4: "-1"
  93. AmountOfItemsToChargeTier4: 1
  94. #Timer in seconds
  95. WithdrawTimerTier4: 10
  96. #amount of exp to charge
  97. ChargeEXPTier4: 0
  98. #Amount of money to charge. Use "0" to disable Money removal
  99. ChargeMoneyTier4: 0
  100. #FlySpeedTier4: "0.1"
  101. TimerModeTier4: 0
  102. #Time in seconds players will be allowed to fly. Only use this if mode "1" is selected
  103. TimerAmountTier4: 0
  104.  
  105. #Permission: FlyP.Fly.5
  106. ChargeItemNameTier5: DIAMOND
  107. #To charge an item with NO lore, set the below lore to "-1" (Keep quotes)
  108. ItemMetaLoreTier5: "-1"
  109. AmountOfItemsToChargeTier5: 1
  110. #Timer in seconds
  111. WithdrawTimerTier5: 10
  112. #amount of exp to charge
  113. ChargeEXPTier5: 0
  114. #Amount of money to charge. Use "0" to disable Money removal
  115. ChargeMoneyTier5: 0
  116. #FlySpeedTier5: "0.1"
  117. TimerModeTier5: 0
  118. #Time in seconds players will be allowed to fly. Only use this if mode "1" is selected
  119. TimerAmountTier5: 0
  120.  
  121. #Permission: FlyP.Fly.6
  122. ChargeItemNameTier6: DIAMOND
  123. #To charge an item with NO lore, set the below lore to "-1" (Keep quotes)
  124. ItemMetaLoreTier6: "-1"
  125. AmountOfItemsToChargeTier6: 1
  126. #Timer in seconds
  127. WithdrawTimerTier6: 10
  128. #amount of exp to charge
  129. ChargeEXPTier6: 0
  130. #Amount of money to charge. Use "0" to disable Money removal
  131. ChargeMoneyTier6: 0
  132. #FlySpeedTier6: "0.1"
  133. TimerModeTier6: 0
  134. #Time in seconds players will be allowed to fly. Only use this if mode "1" is selected
  135. TimerAmountTier6: 0
  136.  
  137. #Permission: FlyP.Fly.7
  138. ChargeItemNameTier7: DIAMOND
  139. #To charge an item with NO lore, set the below lore to "-1" (Keep quotes)
  140. ItemMetaLoreTier7: "-1"
  141. AmountOfItemsToChargeTier7: 1
  142. #Timer in seconds
  143. WithdrawTimerTier7: 10
  144. #amount of exp to charge
  145. ChargeEXPTier7: 0
  146. #Amount of money to charge. Use "0" to disable Money removal
  147. ChargeMoneyTier7: 0
  148. #FlySpeedTier7: "0.1"
  149. TimerModeTier7: 0
  150. #Time in seconds players will be allowed to fly. Only use this if mode "1" is selected
  151. TimerAmountTier7: 0
  152.  
  153. #Permission: FlyP.Fly.8
  154. ChargeItemNameTier8: DIAMOND
  155. #To charge an item with NO lore, set the below lore to "-1" (Keep quotes)
  156. ItemMetaLoreTier8: "-1"
  157. AmountOfItemsToChargeTier8: 1
  158. #Timer in seconds
  159. WithdrawTimerTier8: 10
  160. #amount of exp to charge
  161. ChargeEXPTier8: 0
  162. #Amount of money to charge. Use "0" to disable Money removal
  163. ChargeMoneyTier8: 0
  164. #FlySpeedTier8: "0.1"
  165. TimerModeTier8: 0
  166. #Time in seconds players will be allowed to fly. Only use this if mode "1" is selected
  167. TimerAmountTier8: 0
  168.  
  169. #Permission: FlyP.Fly.9
  170. ChargeItemNameTier9: DIAMOND
  171. #To charge an item with NO lore, set the below lore to "-1" (Keep quotes)
  172. ItemMetaLoreTier9: "-1"
  173. AmountOfItemsToChargeTier9: 1
  174. #Timer in seconds
  175. WithdrawTimerTier9: 10
  176. #amount of exp to charge
  177. ChargeEXPTier9: 0
  178. #Amount of money to charge. Use "0" to disable Money removal
  179. ChargeMoneyTier9: 0
  180. #FlySpeedTier9: "0.1"
  181. TimerModeTier9: 0
  182. #Time in seconds players will be allowed to fly. Only use this if mode "1" is selected
  183. TimerAmountTier9: 0
  184.  
  185. #Permission: FlyP.Fly.10
  186. ChargeItemNameTier10: DIAMOND
  187. #To charge an item with NO lore, set the below lore to "-1" (Keep quotes)
  188. ItemMetaLoreTier10: "-1"
  189. AmountOfItemsToChargeTier10: 1
  190. #Timer in seconds
  191. WithdrawTimerTier10: 10
  192. #amount of exp to charge
  193. ChargeEXPTier10: 0
  194. #Amount of money to charge. Use "0" to disable Money removal
  195. ChargeMoneyTier10: 0
  196. #FlySpeedTier10: "0.1"
  197. TimerModeTier10: 0
  198. #Time in seconds players will be allowed to fly. Only use this if mode "1" is selected
  199. TimerAmountTier10: 0
  200.  
  201. #Permission: FlyP.Fly.11
  202. ChargeItemNameTier11: DIAMOND
  203. #Custom name of the item. Set to "-1" if you do not have a custom name on the item
  204. ChargeItemCustomNameTier1: "-1"
  205. #To charge an item with NO lore, set the below lore to "-1" (Keep quotes)
  206. ItemMetaLoreTier11: "-1"
  207. AmountOfItemsToChargeTier11: 1
  208. #Timer in seconds
  209. WithdrawTimerTier11: 10
  210. #amount of exp to charge
  211. ChargeEXPTier11: 0
  212. #Amount of money to charge. Use "0" to disable Money removal
  213. ChargeMoneyTier11: 0
  214. #See above for timer info
  215. TimerModeTier11: 0
  216. #Time in seconds players will be allowed to fly. Only use this if mode "1" is selected
  217. TimerAmountTier11: 0
  218.  
  219. #Permission: FlyP.Fly.12
  220. ChargeItemNameTier12: DIAMOND
  221. #To charge an item with NO lore, set the below lore to "-1" (Keep quotes)
  222. ItemMetaLoreTier12: "-1"
  223. AmountOfItemsToChargeTier12: 1
  224. #Timer in seconds
  225. WithdrawTimerTier12: 10
  226. #amount of exp to charge
  227. ChargeEXPTier12: 0
  228. #Amount of money to charge. Use "0" to disable Money removal
  229. ChargeMoneyTier12: 0
  230. #See above for timer info
  231. TimerModeTier12: 0
  232. #Time in seconds players will be allowed to fly. Only use this if mode "1" is selected
  233. TimerAmountTier12: 0
  234.  
  235. #Player Messages
  236.  
  237. ### You MUST keep the quotation marks outside the message!
  238. ### Don't interchange the fillers. (for example, you cannot use %ItemAmount% in the 'PermissionErrorMessage')
  239. # %player% = player who used the command (This CAN be used in any message)
  240. # %ItemAmount% = The amount of items required to fly
  241. # %ItemName% = The name of the item required to fly
  242. # %RemainingEXPNeeded% = The amount of EXP needed left to fly
  243. # %RemainingMoneyNeeded% = The amount of money needed left to fly
  244. # %ItemChargeAmount% = The amount of items charged to fly
  245. # %EXPChargeAmount% = The amount of EXP charged to fly
  246. # %FlightTime% = The amount of time a player has to fly
  247. # %MoneyNamePlural% = The plural name of your currency
  248. # %MoneyNameSingular% = The singular name of your currency
  249. # %timeLeftCommand% = The time left when using /fly timeleft command
  250. # %BannedPlayerName% = The name of the player banned from flying
  251. # %TimeBanned% = The amount of time the player is banned from flying.
  252. # %MaxBanTime% = The max ban time set in the beggning of the config file
  253. # %ProtectedPlayer% = The player who was not banned, because he/she had flyp.ban.protect permission
  254. # %BannedPlayerName% = The name of the player who the command sender was trying to ban
  255. # %IncorrectEntry% = The incorect time format the player tried to pass as a ban time
  256. # %NotBannedPlayer% = The player the command sender tried to remove, but couldn't because he/she was not banned to begin with
  257. # %UnbannedPlayer% = The player who was unbanned with the 'removeban' command
  258. # %Lore% = The lore of the item being charged
  259.  
  260. #This prefix will go before all messages
  261. MessagePrefix: "&1[&6FP&1] "
  262.  
  263. #MISC Messages
  264. InvalidArgumentMessage: "%prefix%&cInvalid Argument!"
  265. PlayerErrorMessage: "%prefix%&cYou must be a player!"
  266. #Break each line with /n, and KEEP the first ( " ) and the last ( " ). This can only be done on the message below
  267. CommandUsageErrorMessage: "&b ========== Fly Payment ==========/n
  268. &c/FP <On:Off> - Turns flying on and off/n
  269. &b/FP Cost <Item:EXP> - Choose which payment is used first./n
  270. &c/FP Ban <Player> [Time] - Adds a fly ban/n
  271. &b/FP RemoveBan <Player> - Removes a fly ban/n
  272. &b=============================/n"
  273. PermissionErrorMessage: "%prefix%&cYou lack the permission to do this!"
  274. FlyingAlreadyEnabledMessage: "%prefix%&2Flying is already enabled, %player%!"
  275. FlyingAlreadyDisabledMessage: "%prefix%&2Flying is already disabled, %player%!"
  276. FlyingEnabledMessage: "%prefix%&2Flying Enabled, %player%."
  277. FlyingDisabledMessage: "%prefix%&cFlying disabled. Reason: %Reason%"
  278.  
  279. #Item and EXP messages
  280. #Break each line with /n, and KEEP the first ( " ) and the last ( " ). This can only be done on the message below
  281. ItemRequirementMessage: "%prefix%&cYou need one of the following to fly: /n
  282. &6%ItemAmount% %ItemName% &cwith the lore &d%ItemLore%&6; &cYou have %CurrentItemAmount% &6%ItemName% /n
  283. &6%ExpAmount% EXP; &cYou have %CurrentEXP% /n
  284. &6%MoneyAmount% %MoneyName%; &cYou have %CurrentMoney% &c%MoneyName%"
  285. ItemRemovedMessage: "%prefix%&cI'll take that %ItemName%, %player%."
  286. EXPRemovedMessage: "%prefix%&c%EXPChargeAmount% has been deducted from your total experience, %player%."
  287. MoneyRemovedMessage: "%prefix%&c%MoneyAmount% %MoneyName% has been deducted from your account, %player%."
  288.  
  289. #TimeLeftNotFlyingMessage: "%prefix%&cYou're not flying, %player%!"
  290. FlyingHasNoTimeLimitMessage: "%prefix%&2Your flight has no time limit, %player%!"
  291. FlyingEnabledNoTimeLimitMessage: "%prefix%&2Flying enabled, %player%. You're flight has no time limit."
  292.  
  293. #Flight ban messages
  294. PlayerBannedCantFlyMessage: "%prefix%&cYou're banned from flying!"
  295. FlyBanRequiredTimeMessage: "%prefix%&cYou must enter an amount of time to ban the player, %player%!"
  296. BanAddedMessage: "%prefix%&2You've banned %BannedPlayerName% from flying for %TimeBanned%."
  297. MaxBanTimeReachedMessage: "%prefix%&cYou've banned that player for too long! The maximum ban time is %MaxBanTime%. The player was not banned."
  298. PlayerProtectedFromBanMessage: "%prefix%&cYou cannot ban %ProtectedPlayer%!"
  299. PlayerOfflineMessage: "%prefix%&cCould not ban %BannedPlayerName%, because he/she is not online!"
  300. BanTimeValidationMessage: "%prefix%&cIncorrect format '%IncorrectEntry%'. Please use 'w' for weeks, 'd' for days, 'm' for minutes, and 's' for seconds."
  301. BanCommandUsageError: "%prefix%&c/FP ban <Player Name> <Time> (leave time empty for permanent ban)"
  302. PlayerNotBannedMessage: "%prefix%&cPlayer %NotBannedPlayer% is not banned."
  303. BanRemovedMessage: "%prefix%&2%UnbannedPlayer% was unbanned from the Fly Ban List."
  304. PlayerBannedCheckMessage: "%prefix%&2%BannedPlayer% is banned for %TimeBannedFor%."
  305. BannedPermanentlyMessage: "%prefix%&2%BannedPlayer% is permanently banned from flying."
  306. FlyTempBanMessage: "%prefix%&cYou're temporarily banned from flying for engaging in combat while flying!"
  307.  
  308. #FreeFlight messages
  309. FreeFlightEnabledMessage: "%prefix%&2Free Flying is enabled! Flying is enabled and free."
  310. FreeFlightIsDisabledMessage: "%prefix%&cFree Flight is already disabled!"
  311. FreeFlightDisabledMessage: "%prefix%&cFree Flight disabled."
  312. FreeFlightEnabledPermanentlyMessage: "%prefix%&2Free Flight is enabled with no time limit."
  313. FreeFlightUsageErrorMessage: "%prefix%&c/FP FreeFly <on:off> [time]"
  314. FreeFlightEnabledTimeMessage: "%prefix%&2 Free Flight enabled for %FreeFlyTime%!"
  315.  
  316. #Charge order messages
  317. #Each arg is the player's cost order. %arg1% is the first, %arg2% is the second, and %arg3% is the third.
  318. costOrderCreatedMessage: "%prefix%&2You will be charged &6%arg1%&2, then &6%arg2%&2, and lastly &6%arg3%"
  319. ChargeOrderUsageErrorMessage: "%prefix%&c/FP Cost <Item:EXP:Money> <Item:EXP:Money> <Item:EXP:Money> (<Charged First> <Charged Second> <Charged Third>)"
  320. ChargeOrderExpMessage: "%prefix%&2Exp will be charged first when flying."
  321. ChargeOrderItemMessage: "%prefix%&2Items will be charged first when flying."
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement