Advertisement
Guest User

Untitled

a guest
Jan 21st, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.44 KB | None | 0 0
  1. # Advanced Portals Config
  2.  
  3. # To set this file back to its default state just delete it and reload the server or restart it!
  4.  
  5.  
  6.  
  7. # Set to true if you want the normal axes to work normally but the ones gived with /portals selector or wand will still work though
  8. # It can be usefull if people with permission want to use an iron axe on a survival server
  9. UseOnlyServerMadeAxe: false
  10.  
  11. # Preferably an item and not a block but it shouldnt matter
  12. AxeItemId: IRON_AXE
  13.  
  14. # Will be implemented so you can give yourself the portal block and build manually with it so its easier to make portals with the portal block.
  15. CanBuildPortalBlock: true
  16.  
  17. # Defines if portals protect themselves
  18. PortalProtection: true
  19.  
  20. # How many blocks around the portals will be protected from griefing or destruction
  21. PortalProtectionRadius: 1
  22.  
  23. # What the default trigger block is for portals if nothing is defined.
  24. DefaultPortalTriggerBlock: PORTAL
  25.  
  26. # This stops all water flowing inside a portal area(can be disabled if something like world edit is handelling the water flow or you dont want it active)
  27. # you want to
  28. StopWaterFlow: true
  29.  
  30. # This must be a placeable block or it will not work and may even crash
  31. ShowSelectionBlockID: STAINED_GLASS
  32. ShowSelectionBlockData: 14
  33.  
  34. # WarpEffect
  35. # 0 = disabled(no particles)
  36. # 1 = Eye of ender explode effect(loads of portal particles)
  37. # adding more soon and may create some custom ones
  38. WarpParticles: 1
  39.  
  40. # WarpSound generally suggested to keep the same as warpeffect but can usually be used for just the sound and no particle effects
  41. # 0 = disabled(no sound)
  42. # 1 = Enderman Warp Sound
  43. # adding more soon
  44. WarpSound: 1
  45.  
  46. # In case you want to show the bungee attempting warp message
  47. ShowBungeeWarpMessage: false
  48.  
  49. # This changes how long the show seletion lasts in seconds
  50.  
  51. ShowSelectionShowDuration: 10
  52.  
  53. # If a player is riding a entity, warp the entity too?(unless its a bungee portal or any non teleporting portal)
  54. WarpRiddenEntity: true
  55.  
  56.  
  57.  
  58. # Where to display the message 0 = disabled(replaces PortalWarpMessages), 1 = in chat and 2 = action bar(1.8 and above only, anything lower will print the message that would
  59. # generally on the action bar in the chat without a prefix or extra chat formatting)
  60. WarpMessageDisplay: 2
  61.  
  62. # Use plugin name in the warp messages
  63. UseWarpPrefix: true
  64.  
  65. # If this is true a custom prefix can be used, (not fully coded yet!!)
  66.  
  67. UseCustomPrefix: false
  68.  
  69. CustomPrefix: '
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement