Advertisement
stw222

Untitled

Aug 13th, 2019
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.75 KB | None | 0 0
  1. ##--------------------------------------------------------------------------------------##
  2. #| |#
  3. #| ,--------. ,------.,--. |#
  4. #| '--. .--',---. ,--,--,--. ,---. | .---'| |,--. ,--. |#
  5. #| | | | .-. :| || .-. || `--, | | \ ' / |#
  6. #| | | \ --.| | | || '-' '| |` | | \ ' |#
  7. #| `--' `----'`--`--`--'| |-' `--' `--'.-' / |#
  8. #| `--' `---' |#
  9. ##--------------------------------------------------------------------------------------##
  10. #| |#
  11. #| Author |#
  12. #| =---=------=---= |#
  13. #| ChiefMoneyBags |#
  14. #| |#
  15. ##--------------------------------------------------------------------------------------##
  16. #| |#
  17. #| <--Commands & Permissions--> |#
  18. #| |#
  19. ##------------------------------+-------------------------------------------------------##
  20. #| /tempfly | /fly | /tf | Allows user to toggle the use of temp flight. |#
  21. #| tempfly.toggle.self | |#
  22. ##------------------------------+-------------------------------------------------------##
  23. #| /tf toggle [player] | Allows user to toggle anothers use of temp flight. |#
  24. #| tempfly.toggle.other | |#
  25. ##------------------------------+-------------------------------------------------------##
  26. #| /tf speed [speed] | Allows user to change their fly speed. |#
  27. #| tempfly.speed.[speed] | |#
  28. ##------------------------------+-------------------------------------------------------##
  29. #| /tf time | Allow user to view thier remaining time. |#
  30. #| tempfly.time.self | |#
  31. ##------------------------------+-------------------------------------------------------##
  32. #| /tf time [player] | Allow user to view another players remaining time. |#
  33. #| tempfly.time.other | |#
  34. ##------------------------------+-------------------------------------------------------##
  35. #| /tf pay [player] | Allow user to pay another player time. |#
  36. #| tempfly.pay | |#
  37. ##------------------------------+-------------------------------------------------------##
  38. #| /tf give [player] [amount] | Allow user to give time. valid arguments; |#
  39. #| tempfly.give | [-s {secs}] [-m {mins}] [-h {hours}] [-d {days}] |#
  40. #| | Ex: /tf give [player] -s 30 -m 30 -h 6 -d 1 |#
  41. ##------------------------------+-------------------------------------------------------##
  42. #| /tf remove [player] [amount] | Allow user to remove time. valid arguments; |#
  43. #| tempfly.remove | [-s {secs}] [-m {mins}] [-h {hours}] [-d {days}] |#
  44. ##------------------------------+-------------------------------------------------------##
  45. #| /tf set [player] [amount] | Allow user to set time. valid arguments; |#
  46. #| tempfly.set | [-s {secs}] [-m {mins}] [-h {hours}] [-d {days}] |#
  47. ##------------------------------+-------------------------------------------------------##
  48. #| /tf help | Allow user to see the help page. |#
  49. #| tempfly.help | |#
  50. ##------------------------------+-------------------------------------------------------##
  51. #| tempfly.help.admin | Ability to see admin commands. |#
  52. ##------------------------------+-------------------------------------------------------##
  53. #| tempfly.time.infinite | Infinite fly time |#
  54. ##------------------------------+-------------------------------------------------------##
  55.  
  56. system:
  57. # Time in minutes to backup data
  58. backup: 5
  59.  
  60. general:
  61.  
  62. disabled:
  63. worlds:
  64. - 'Creative'
  65. - 'Hard_Nether'
  66. - 'Hard_End'
  67. regions:
  68. - 'easy_spawn_shop'
  69. - 'hard_spawn_enchants'
  70.  
  71. timer:
  72. # If false the player will not lose flight time if standing on the ground with flight enabled.
  73. ground: false
  74. # If false the player will not lose flight time if they go idle with flight enabled.
  75. idle: false
  76.  
  77.  
  78. idle:
  79. # The threshold in seconds to consider a player idle.
  80. threshold: 300
  81. # If true players tempfly will be disabled if they go idle in the sky (dropping them).
  82. drop_player: false
  83.  
  84. time:
  85. # If true players can send eachother time as if it were a currency.
  86. payable: false
  87. # The maximum time in seconds a player is allowed to have. -1 for no limit.
  88. max_time: 86400
  89.  
  90. bonus:
  91. # Time in seconds given to a player when they first join the server.
  92. first_join: 300
  93. # Time given to a player as a daily login bonus.
  94. daily_login: 3600
  95.  
  96. time_decay:
  97. # If enabled a player will lose time when logged off the server.
  98. # Warning: This feature will affect player time even when the server is not running.
  99. enabled: false
  100. # The interval in which players will lose time
  101. threshold: 3600
  102. # Seconds lost per interval
  103. seconds_lost: 15
  104.  
  105.  
  106. disable_flight:
  107. # if true, flight is disabled when the player attacks another player
  108. attack_player: true
  109. # if true, flight is disabled when the player attacks a mob
  110. attack_mob: true
  111. # if true, flight is disabled when the player is attacked by a player
  112. attacked_by_player: false
  113. # if true, flight is disabled when the player is attacked by a mob
  114. attacked_by_mob: false
  115. # Time in seconds before flight can be enabled again after pvp
  116. cooldown_pvp: 5
  117. # Time in seconds before flight can be enabled again after pve
  118. cooldown_pve: 4
  119. # If true the player will not need to re toggle flight after combat
  120. auto_enable: true
  121.  
  122. damage:
  123. # If false the player will not take fall damage if flight is disabled by command
  124. flight_disabled: false
  125. # If false the player will not take fall damage if flight is disabled by running out of time
  126. out_of_time: false
  127. # If false the player will not take fall damage if flight is disabled by combat
  128. combat: false
  129.  
  130. # The maximum y level a player can reach before flight is disabled.
  131. maximum_height: 275
  132.  
  133. aesthetic:
  134. # Features that allow you to easily see if a player is flying using tempfly.
  135. identifier:
  136. tab_list:
  137. enabled: false
  138. # If enabled, the players name on tab will change to this when they are in tempflight.
  139. # Valid placeholers: {PLAYER} The players name | {OLD_TAG} The origional name on tab, including prefixes etc.
  140. name: '{OLD_TAG}'
  141. name_tag:
  142. enabled: false
  143. # (Not currently compatible with plugin "essentials")
  144. # If enabled, the players name tag will change to this when they are in tempflight.
  145. # Valid placeholers: {PLAYER} The players name | {OLD_TAG} The origional name tag, including prefixes etc.
  146. name: '&d~{OLD_TAG}'
  147. particles:
  148. enabled: false
  149. type: 'VILLAGER_HAPPY'
  150. # Title to warn players of remaining flight time
  151. warning:
  152. # valid placeholders {SECONDS} {MINUTES} {HOURS} {DAYS}
  153. title: '&cWARNING!'
  154. subtitle: '&fYou have &c{SECONDS} &fseconds of &a/tf &fremaining!'
  155. # Time intervals in seconds to display the title to players.
  156. # ONLY use numbers
  157. seconds:
  158. - 120
  159. - 60
  160. - 30
  161. - 15
  162. - 10
  163. - 5
  164. action_bar:
  165. enabled: true
  166. # If true the action bar will display a progress bar display of remaining time.
  167. # If false it will display the text.
  168. progress_bar: true
  169. text: '&6Flight meter&7: {FORMATTED_TIME}'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement