Advertisement
Guest User

Untitled

a guest
May 20th, 2018
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.49 KB | None | 0 0
  1. config.yml:
  2.  
  3. #
  4. # #
  5. # Timed Fly #
  6. # Made by By_Jack #
  7. # #
  8. Prefix: '&cTimedFly >> '
  9. Cooldown: 0h
  10. Type: sqlite
  11. MySQL:
  12. Database: test
  13. Host: localhost
  14. Port: 3306
  15. Username: user
  16. Password: root
  17. OpenMenuCommand: fly;flymenu
  18. Gui:
  19. Enable: true
  20. DisplayName: TimedFly
  21. Slots: 9
  22. StopTimerOnLeave: false
  23. StopFlyOnAttack: true
  24. StopTimerOnBlackListedWorld: false
  25. BossBarTimer:
  26. Enabled: false
  27. Color: green
  28. Style: SEGMENTED_6
  29. JoinFlying:
  30. Enabled: true
  31. Height: 0
  32. Sounds:
  33. Enabled: true
  34. Announcer: ENTITY_EXPERIENCE_ORB_PICKUP
  35. FlightDisabled: BLOCK_END_GATEWAY_SPAWN
  36. UseTokenManager: false
  37. UseVault: true
  38. UseLevelsCurrency: false
  39. UseExpCurrency: false
  40. FlyModeIfHasPerm: true
  41. UsePermission:
  42. Use: false
  43. Permission: timedfly.flygui
  44. LimitMaxTime: 360
  45. Announcer:
  46. Chat: false
  47. Titles: true
  48. Times:
  49. - '120'
  50. - '60'
  51. - '10'
  52. - '5'
  53. - '4'
  54. - '3'
  55. - '2'
  56. - '1'
  57. - '0'
  58. Messages:
  59. Title: true
  60. ActionBar: true
  61. OnFlyDisableCommands:
  62. Enabled: false
  63. Commands:
  64. - '[console] say %player% is using hacks D:'
  65. - '[player] say i''m using hacks >:D'
  66. World-List:
  67. Type: all
  68. Worlds:
  69. - world
  70. ASkyblockIntegration: true
  71. Check-For-Updates: true
  72. Auto-Download: true
  73. Lang: en
  74. DisableFlyOnGround: true
  75. -----------------------------------------------------------------------------
  76. items.yml
  77.  
  78. #
  79. # This can be a name or a number, that's on you
  80. # '1':
  81. # Name to display in the item
  82. # Name: '&7%time% &eMinutes Fly'
  83. # Slot where the item is gonna be numbers must be 0-53
  84. # Slot: 0
  85. # Id of the item if you don't know what the id of your item is use '/tf setitem 1' with the item in your hand.
  86. # Material: 340
  87. # This is if you are using items like dyes, instead of using 358:10 you put the 380 in Material and 10 in Data
  88. # Data: 0
  89. # Amount of item to show
  90. # Amount: 1
  91. # Mm, the message under the item...
  92. # Lore:
  93. # - ' '
  94. # - '&eBalance: &7%balance%'
  95. # - ' '
  96. # - '&eGet access to fly'
  97. # - '&efor %time% minutes'
  98. # - ' '
  99. # - '&eCost: &a$%price%'
  100. # - ' '
  101. # - '&7You will hide flying'
  102. # - '&7after the %time% minutes'
  103. # - ' '
  104. # - '&eTime Left: %timeleft%'
  105. # - ' '
  106. # If is set to true this item will be use to buy fly time.
  107. # If is set to false this items will be use as a custom item.
  108. # FlyItem: false
  109. # Perform an action when the player click the item.
  110. # OnClick:
  111. # - '[player] say Hi! this is a test'
  112. # - '[console] tell %player% you clicked me'
  113. # - '[message] &9I'm a message that supports &cc&ao&bl&do&er &9codes.'
  114. # - '[sound] ENTITY_EXPERIENCE_ORB_PICKUP'
  115. # - '[close]'
  116. # Hide_Attributes: false
  117. # Hide_Enchants: true
  118. # Hide_Place_On: false
  119. # Hide_Potion_Effects: false
  120. # Hide_Unbreakable: false
  121. # This will make your item glow
  122. # Glow: false
  123. # Custom permission so the player can use this item
  124. # UsePermission: true
  125. # Permission: something.here
  126. # No permission message
  127. # PermissionMSG: '&cTimedFly >> You don''t have permission to use this item. Try
  128. # buying a rank'
  129. # Price of the item
  130. # Price: 2000
  131. # Time in minutes of flight time
  132. # Time: 15
  133. Items:
  134. '1':
  135. Name: '&7%time% &eMinutes Fly'
  136. Slot: 0
  137. Material: 1
  138. Data: 0
  139. Amount: 1
  140. Lore:
  141. - ' '
  142. - '&eBalance: &7%balance%'
  143. - ' '
  144. - '&eGet access to fly'
  145. - '&efor %time% minutes'
  146. - ' '
  147. - '&eCost: &a$%price%'
  148. - ' '
  149. - '&7Your fly will disable'
  150. - '&7after %time% minutes'
  151. - ' '
  152. - '&eTime Left: %timeleft%'
  153. - ' '
  154. Hide_Attributes: false
  155. Hide_Enchants: true
  156. Hide_Place_On: false
  157. Hide_Potion_Effects: false
  158. Hide_Unbreakable: false
  159. Glow: false
  160. UsePermission: false
  161. Permission: something.here
  162. PermissionMSG: You don't have permission to use this item. Try buying a rank
  163. FlyItem: true
  164. OnClick:
  165. - '[close]'
  166. - '[sound] ENTITY_EXPERIENCE_ORB_PICKUP'
  167. Price: 500
  168. Time: 2
  169. Ammount: 1
  170. '2':
  171. Name: '&7%time% &eMinutes Fly'
  172. Slot: 1
  173. Material: 42
  174. Data: 0
  175. Amount: 1
  176. Lore:
  177. - ' '
  178. - '&eBalance: &7%balance%'
  179. - ' '
  180. - '&eGet access to fly'
  181. - '&efor %time% minutes'
  182. - ' '
  183. - '&eCost: &a$%price%'
  184. - ' '
  185. - '&7Your fly will disable'
  186. - '&7after %time% minutes'
  187. - ' '
  188. - '&eTime Left: %timeleft%'
  189. - ' '
  190. Hide_Attributes: false
  191. Hide_Enchants: true
  192. Hide_Place_On: false
  193. Hide_Potion_Effects: false
  194. Hide_Unbreakable: false
  195. Glow: false
  196. UsePermission: false
  197. Permission: something.here
  198. PermissionMSG: You don't have permission to use this item. Try buying a rank
  199. FlyItem: true
  200. OnClick:
  201. - '[close]'
  202. - '[sound] ENTITY_EXPERIENCE_ORB_PICKUP'
  203. Price: 2000
  204. Time: 10
  205. Ammount: 1
  206. '3':
  207. Name: '&7%time% &eMinutes Fly'
  208. Slot: 2
  209. Material: 41
  210. Data: 0
  211. Amount: 1
  212. Lore:
  213. - ' '
  214. - '&eBalance: &7%balance%'
  215. - ' '
  216. - '&eGet access to fly'
  217. - '&efor %time% minutes'
  218. - ' '
  219. - '&eCost: &a$%price%'
  220. - ' '
  221. - '&7Your fly will disable'
  222. - '&7after %time% minutes'
  223. - ' '
  224. - '&7Rank Needed: &eVIP'
  225. - ' '
  226. - '&eTime Left: %timeleft%'
  227. - ' '
  228. Hide_Attributes: false
  229. Hide_Enchants: true
  230. Hide_Place_On: false
  231. Hide_Potion_Effects: false
  232. Hide_Unbreakable: false
  233. Glow: true
  234. UsePermission: true
  235. Permission: timedfly.fly.vip
  236. PermissionMSG: You don't have permission to buy this option.
  237. FlyItem: true
  238. OnClick:
  239. - '[close]'
  240. - '[sound] ENTITY_EXPERIENCE_ORB_PICKUP'
  241. Price: 5000
  242. Time: 30
  243. Ammount: 1
  244. '4':
  245. Name: '&7%time% &eMinutes Fly'
  246. Slot: 3
  247. Material: 57
  248. Data: 0
  249. Amount: 1
  250. Lore:
  251. - ' '
  252. - '&eBalance: &7%balance%'
  253. - ' '
  254. - '&eGet access to fly'
  255. - '&efor %time% minutes'
  256. - ' '
  257. - '&eCost: &a$%price%'
  258. - ' '
  259. - '&7Your fly will disable'
  260. - '&7after %time% minutes'
  261. - ' '
  262. - '&7Rank Needed: &eVIP'
  263. - ' '
  264. - '&eTime Left: %timeleft%'
  265. - ' '
  266. Hide_Attributes: false
  267. Hide_Enchants: true
  268. Hide_Place_On: false
  269. Hide_Potion_Effects: false
  270. Hide_Unbreakable: false
  271. Glow: true
  272. UsePermission: true
  273. Permission: timedfly.fly.vip
  274. PermissionMSG: You don't have permission to buy this option.
  275. FlyItem: true
  276. OnClick:
  277. - '[close]'
  278. - '[sound] ENTITY_EXPERIENCE_ORB_PICKUP'
  279. Price: 7500
  280. Time: 45
  281. Ammount: 1
  282. '5':
  283. Name: '&7%time% &eMinutes Fly'
  284. Slot: 4
  285. Material: 133
  286. Data: 0
  287. Amount: 1
  288. Lore:
  289. - ' '
  290. - '&eBalance: &7%balance%'
  291. - ' '
  292. - '&eGet access to fly'
  293. - '&efor %time% minutes'
  294. - ' '
  295. - '&eCost: &a$%price%'
  296. - ' '
  297. - '&7Your fly will disable'
  298. - '&7after %time% minutes'
  299. - ' '
  300. - '&7Rank Needed: &eVIP'
  301. - ' '
  302. - '&eTime Left: %timeleft%'
  303. - ' '
  304. Hide_Attributes: false
  305. Hide_Enchants: true
  306. Hide_Place_On: false
  307. Hide_Potion_Effects: false
  308. Hide_Unbreakable: false
  309. Glow: true
  310. UsePermission: true
  311. Permission: timedfly.fly.vip
  312. PermissionMSG: You don't have permission to buy this option.
  313. FlyItem: true
  314. OnClick:
  315. - '[close]'
  316. - '[sound] ENTITY_EXPERIENCE_ORB_PICKUP'
  317. Price: 9000
  318. Time: 60
  319. Ammount: 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement