Advertisement
Guest User

Untitled

a guest
Mar 26th, 2019
391
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.75 KB | None | 0 0
  1. # ______ _ _ _ _ _____ _ _
  2. # | ____| (_) | | | | / ____| | | | |
  3. # | |__ | |_ __ _| |__ | |_| | ___ _ __ | |_ _ __ ___ | |
  4. # | __| | | |/ _` | '_ \| __| | / _ \| '_ \| __| '__/ _ \| |
  5. # | | | | | (_| | | | | |_| |___| (_) | | | | |_| | | (_) | |
  6. # |_| |_|_|\__, |_| |_|\__|\_____\___/|_| |_|\__|_| \___/|_|
  7. # __/ |
  8. # |___/ By Spazzinq
  9.  
  10. # Before leaving a negative review, you should first read through the information in this configuration
  11. # and then contact me on Discord if it does not solve your problem (my Discord link is below).
  12. # https://spazzinq.org/discord
  13.  
  14. # This configuration contains a LOT of instructions, but all are vital to understanding the features.
  15. # Please DO NOT remove them unless you are familiar with the features you are using.
  16.  
  17. # ____ __ _ _ _
  18. # / ___|___ _ __ / _(_) __ _ _ _ _ __ __ _| |_(_) ___ _ __
  19. # | | / _ \| '_ \| |_| |/ _` | | | | '__/ _` | __| |/ _ \| '_ \
  20. # | |__| (_) | | | | _| | (_| | |_| | | | (_| | |_| | (_) | | | |
  21. # \____\___/|_| |_|_| |_|\__, |\__,_|_| \__,_|\__|_|\___/|_| |_|
  22. # |___/
  23.  
  24. # A VERY IMPORTANT idea to understand for part of this configuration is that flight only enables when it
  25. # has a reason to (it does not stay enabled in a neutral/un-enabled location).
  26.  
  27. settings:
  28. # Enables /fly instead of automatic flight
  29. # When "command" is enabled, "can_enable" and "cannot_enable" messages/sounds are used
  30. command: false
  31.  
  32. # Requires: CombatTagPlus, CombatLogX, or AntiCombatLogging
  33. # NOTE: in the combat plugin config, disable its option to stop flight while in combat (prevents issues)
  34. disable_flight_in_combat: true
  35.  
  36. # Prevents fall damage when flight is disabled mid-air by FlightControl
  37. prevent_fall_damage: true
  38.  
  39. # Bypasses the disabling of flight while in vanish (or spectating)
  40. # Requires: EssentialsX or PremiumVanish
  41. vanish_bypass: true
  42.  
  43. worlds:
  44. # Change "enable" to "disable" if you want it to disable in certain worlds instead
  45. # (and enable in the ones unlisted)
  46. enable:
  47. - exampleworld
  48.  
  49. # Requires: WorldGuard (and WorldEdit)
  50. # If you have multiple regions overlapping each other, please use /rg setpriority REGIONNAME NUMBER
  51. # FlightControl checks the HIGHEST priority region (otherwise it checks the first in REVERSE alphabetical order)
  52. regions:
  53. # Change "enable" to "disable" if you want it to disable in certain regions instead
  54. # (and enable in the ones unlisted)
  55. enable:
  56. world:
  57. - spawn
  58.  
  59. # Requires: Factions (by MassiveCraft), FactionsUUID, or SavageFactions
  60. factions:
  61. # "example" is a category (the permission to use it is flightcontrol.factions.example)
  62. # Keep in mind you can set category names to whatever you want (only alphanumeric characters, no spaces)
  63. example:
  64. # Change "enable" to "disable" if you want it to disable in certain faction territories instead
  65. # (and enable in the ones unlisted)
  66. enable:
  67. # There are eight types of faction territories (OWN, ALLY, TRUCE, NEUTRAL, ENEMY, WARZONE, SAFEZONE, WILDERNESS)
  68. # OWN enables flight in the player's own faction territory
  69. - OWN
  70. - ALLY
  71.  
  72. # "example2" is a category (the permission to use it is flightcontrol.factions.example2)
  73. example2:
  74. enable:
  75. - SAFEZONE
  76. - WARZONE
  77.  
  78. # The trail is only active while IN MOTION
  79. # Requires: version/fork of SPIGOT (unless you are using 1.13)
  80. # Compatible: EssentialsX, PremiumVanish (disables while vanished)
  81. trail:
  82. enabled: true
  83. # 1.8 List: https://spazzinq.org/particles/1.8.html
  84. # Latest (1.13) List: https://spazzinq.org/particles/1.13.html - Sorry, Spigot did not provide a description
  85. particle: "CLOUD"
  86. amount: 0.5
  87. # Color picking is done by RGB values and a color picker can be found here: https://www.google.com/search?q=color+picker
  88. # Use the format "red,green,blue" (otherwise, do not touch the values
  89. # You MUST set the amount to 0 on 1.8 for one specific color!
  90. rgb: "0,0,0"
  91.  
  92. sounds:
  93. # Please use the sound names from the "Sound Event" column
  94. # 1.8 List: https://minecraft.gamepedia.com/Sounds.json/Java_Edition_values_before_1.9
  95. # Latest (1.13) List: https://minecraft.gamepedia.com/Sounds.json/Java_Edition_values
  96. enable:
  97. sound: "fireworks.launch"
  98. pitch: 1
  99. volume: 1
  100. disable:
  101. sound: "NONE"
  102. pitch: 1
  103. volume: 1
  104. # "can_enable" and "cannot_enable" are only used when "command" is true
  105. # (do you have the chance to notify the player that they can/cannot if it's already enabled?)
  106. can_enable:
  107. sound: "fireworks.launch"
  108. pitch: 1
  109. volume: 1
  110. cannot_enable:
  111. sound: "NONE"
  112. pitch: 1
  113. volume: 1
  114.  
  115. # If you do not wish for a message to be sent, set it to ""
  116. # You can use "&" for color codes just like any other plugin!
  117. messages:
  118. # Use the actionbar (area above hotbar) instead of chat for notifications
  119. actionbar: false
  120. flight:
  121. enable: ""
  122. disable: ""
  123. # "can_enable" and "cannot_enable" are only used when "command" is true
  124. # (do you have the chance to notify the player that they can/cannot if it's already enabled?)
  125. can_enable: "&bYou can use /fly now."
  126. cannot_enable: "&cYou cannot fly right now."
  127. trail:
  128. enable: "&aYou enabled the flight trail!"
  129. disable: "&cYou disabled the flight trail!"
  130. permission_denied: "&cYou do not have permission to use this command."
  131.  
  132. # ____ _ _
  133. # | _ \ ___ _ __ _ __ ___ (_)___ ___(_) ___ _ __ ___
  134. # | |_) / _ \ '__| '_ ` _ \| / __/ __| |/ _ \| '_ \/ __|
  135. # | __/ __/ | | | | | | | \__ \__ \ | (_) | | | \__ \
  136. # |_| \___|_| |_| |_| |_|_|___/___/_|\___/|_| |_|___/
  137.  
  138. # Replace WORLDNAME in the permission with the name of the world
  139. # REGIONNAME with the name of the region
  140. # CATEGORY with the name of the category
  141.  
  142. # Important Permissions
  143. # flightcontrol.admin - Ability to use FlightControl commands (automatically given to OPs)
  144. # flightcontrol.bypass - Bypasses all fly restrictions and always allows flight
  145. # flightcontrol.factions.CATEGORY - Controls flight based upon the category
  146. # flightcontrol.flyall - Ability to automatically fly in all regions that are not disabled
  147. # flightcontrol.fly - Access to /fly when the command is enabled (the Essentials permission "essentials.fly" works too)
  148. # Optional Permissions
  149. # flightcontrol.fly.WORLDNAME - Ability to fly in a certain world
  150. # flightcontrol.fly.WORLDNAME.REGIONNAME - Ability to fly in a certain region
  151. # flightcontrol.nofly.WORLDNAME - Denies flight in a certain world
  152. # flightcontrol.nofly.WORLDNAME.REGIONNAME - Denies flight in a certain region
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement