Advertisement
Guest User

Untitled

a guest
Mar 5th, 2015
238
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.02 KB | None | 0 0
  1. #####
  2. # FBasics 1.4.0
  3. # Main Settings
  4. #####
  5. # Supported Servers:
  6. # 1.7.2 -> 1.7.10 Craftbukkit
  7. # 1.7 / 1.8 Spigot Protocol hack
  8. # 1.8.1 Spigot
  9. #####
  10. # Supported Plugins:
  11. # Factions 1.6.9.5 by DrtShock
  12. # Factions 2.6.0
  13. # Factions 2.7.4
  14. # MassiveCore 7.4.0 (Old)
  15. # MassiveCore 2.7.4 (New)
  16. # Vault 1.4.1
  17. # Vault 1.5.0
  18. #####
  19.  
  20. # Prevents players from stealing others' loot during PVP
  21. anti-looter:
  22. enabled: true
  23. protection-duration: 5
  24.  
  25. # Editing commands to your preference + contains fixes for Essentials' teleportation glitches
  26. commands:
  27. enabled: false
  28. ignore-case: true
  29. # Commands with this RegEx will be edited BEFORE any plugin touches them. Otherwise it will be edited after.
  30. priority: '/f(| .*)'
  31. editors:
  32. # Name of your editor, make sure each editor is named differently.
  33. # This section allows you to add / change any editors you want, so you can basically create your
  34. # own commands here!
  35. custom-command:
  36. # RegEx to get the correct command
  37. match: '/herpderp .*'
  38. # Custom permission for this command
  39. permission: some.random.permission
  40. # Cooldown for using the command (in seconds)
  41. cooldown:
  42. # Warmup for using the command (also in seconds)
  43. # The command will be cancelled if the player takes damage, or moves 1 block
  44. cooldown: 10
  45. # Changes the command to anything else you would like
  46. # {ARG:0} = herpderp
  47. # {ARG:1} = next word written after "herpderp"
  48. # {ARG:2} = word after previous argument - these go on until the message doesn't have anymore arguments
  49. # {ALL_ARGS} = a collection of all arguments after ".*" as it was written - useful for "/msg", "/bcast", etc
  50. alias: '/me {ALL_ARGS}'
  51. # Whitelists the usage of this command to these certain blocks, use material names from here:
  52. # http://jd.bukkit.org/rb/apidocs/org/bukkit/Material.html
  53. blocks: [AIR, LAVA]
  54. # Whitelists the usage of this command to certain faction territories (case insensitive)
  55. # '{MEMBER}' = the faction the player is a member of
  56. factions: ['{MEMBER}', SAFEZONE, WARZONE, WILDERNESS]
  57. # Amount the player needs to pay to execute this command (Requires Vault)
  58. price: 5.10
  59.  
  60. bukkit-plugin-aliaser:
  61. match: '/(\w+):.*'
  62. permission: fbasics.bypass.commands.glitchable
  63.  
  64. # IMPORTANT: This editor is necessary to prevent Essentials' teleportation glitches.
  65. # Remove the default Essentials' warmups, or this will not work!
  66. teleport-warmups:
  67. match: '/(((e|)(spawn|home(|s))(| .*))|((e|)(tpa(|sk)|call|warp(|s)) .*)|(f (|\\)(home|warp)(|\\)(| .*)))'
  68. warmup: 3
  69.  
  70. # IMPORTANT: This editor is necessary to prevent essentials' teleportation glitches
  71. # Remove the default Essentials' warmups, or this will not work!
  72. essentials-teleport-blocks:
  73. match: '/(e|)((tp(accept|yes))|((set|create)home))(| .*)'
  74. blocks: [AIR, SNOW, CARPET, TORCH, LONG_GRASS]
  75.  
  76. # IMPORTANT: This editor is necessary to prevent essentials' teleportation glitches
  77. # Remove the default Essentials' warmups, or this will not work!
  78. essentials-blocked-commands:
  79. match: '/(e|)(tpahere|back|return)(| .*)'
  80. permission: fbasics.bypass.commands.glitchable
  81. wilderness:
  82. match: '/(wilderness|wild)(| .*)'
  83. warmup: 3
  84. cooldown: 10
  85. crates:
  86. # To properly disable this plugins commands for another plugin to take priority:
  87. # 1. Set "enabled: false"
  88. # 2. Remove all the commands information from "plugin.yml" found within "FBasics.jar"
  89. enabled: true
  90. # true = 1/# chance of getting each listed reward
  91. # false = any reward listed is chosen at random
  92. new-reward-algorithm: true
  93. message-prefix: '&6FBasics &8// &f'
  94. rewards:
  95. '1':
  96. message: 'You have won 3 diamonds!'
  97. commands:
  98. - give {NAME} diamond 3
  99.  
  100. '2':
  101. message: 'You have won 30 XP Levels!'
  102. commands:
  103. - exp give {NAME} 30L
  104.  
  105. '3':
  106. message: 'You have won a Potion kit!'
  107. commands:
  108. - give {NAME} netherstalk 16
  109. - give {NAME} glowstone 8
  110. - give {NAME} blazerod 8
  111. - give {NAME} ghasttear 2
  112.  
  113. '5':
  114. message: 'You have won 2 Super Gold Apples!'
  115. commands:
  116. - give {NAME} 322:1 2
  117.  
  118. '10':
  119. message: 'You have won a Blaze Spawner!'
  120. commands:
  121. - give {NAME} 52:61 1
  122.  
  123. mysql:
  124. enabled: false
  125. user-name: UserName
  126. user-password: UserPassword
  127. database-name: DataBaseName
  128. table-prefix: FBasics_
  129. port: 3306
  130. address: localhost
  131.  
  132. patcher:
  133. # Prevents all known types of phase, V-Clipping, etc
  134. # Very accurate method and should not be possible to bypass
  135. anti-phase: true
  136.  
  137. # Prevents the faction map exploit, and loading huge amounts of chunks that can lag the server.
  138. boat-glitch: true
  139.  
  140. # Prevents dismount glitching (For both boats and horses)
  141. dismount-glitch: true
  142.  
  143. # Blocks any teleportation above the nether roof.
  144. nether-glitch: true
  145.  
  146. # Prevents dispensers dispensing bonemeal.
  147. # Intended vanilla feature, but can be very over powered.
  148. dispenser-glitch: false
  149.  
  150. # Prevents glitching with ores in mcMMO
  151. # https://www.youtube.com/watch?v=fqUXNT_YW7g
  152. mcmmo-mining-exploit: true
  153.  
  154. # Prevents players duping items with destroying chests
  155. # https://www.youtube.com/watch?v=WMio2fyxKnY
  156. chest-dupe: true
  157.  
  158. # This prevents duping of : Lily pads, Cactus and Sugarcane
  159. # https://www.youtube.com/watch?v=-I6CY9PXJW0
  160. crop-dupe: true
  161.  
  162. # Prevents glitching through walls with enderpearls.
  163. # Default settings should be fine to block most of the glitches, barring glitching through
  164. # certain transparent blocks.
  165. enderpearls:
  166. enabled: true
  167. disable-all-enderpearls: false
  168. disable-within-block: true
  169. # Prevents being able to glitch above roofs etc.
  170. # (Very useful, recommended you keep this activated)
  171. correct-teleport: true
  172. factions-whitelist: ['{ALL}']
  173. cooldown: 10
  174. door-cooldown: 2
  175.  
  176. # Safe Promote requires Vault to be enabled
  177. safe-promote:
  178. # To properly disable this plugins commands for another plugin to take priority:
  179. # 1. Set "enabled: false"
  180. # 2. Remove all the commands information from "plugin.yml" found within "FBasics.jar"
  181. enabled: true
  182. auto-complete-names: true
  183. failed-commands:
  184. - mail send {NAME} You did not own {OLD_GROUP} so {NEW_GROUP} was not added
  185. - mail send YOUR_NAME_HERE {NAME} failed rank check! {OLD_GROUP} to {NEW_GROUP} as they did not previously own {OLD_GROUP}
  186. success-commands:
  187. - permissions player {NAME} addgroup {NEW_GROUP}
  188. - permissions player {NAME} removegroup {OLD_GROUP}
  189. - mail send {NAME} Thank you for supporting the server, enjoy your rank upgrade!
  190.  
  191. # Version number - DO NOT TOUCH
  192. version: 1.4.0
  193.  
  194. # NOTE: Wilderness will never teleport a player into claimed faction land
  195. wilderness:
  196. # To properly disable this plugins commands for another plugin to take priority:
  197. # 1. Set "enabled: false"
  198. # 2. Remove all the commands information from "plugin.yml" found within "FBasics.jar"
  199. enabled: true
  200. x-center: 0
  201. z-center: 0
  202. max-range: 1500
  203. min-range: -1500
  204. # Worlds where wilderness is enabled, it is recomended not to enable wilderness within the nether / end
  205. whitelisted-worlds: [world, another_normal_world, IntegrityWilderness,Integrity]
  206. # Blocks that you do not want the player to teleport on when using wilderness
  207. disabled-blocks: [STATIONARY_LAVA, STATIONARY_WATER, WATER, LAVA, CACTUS]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement