Advertisement
sa10000

Untitled

Aug 4th, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.76 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: 5
  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. # 2 = Experience_orb Pickup Sound
  44. # adding more soon
  45. WarpSound: 2
  46.  
  47. # In case you want to show the bungee attempting warp message
  48. ShowBungeeWarpMessage: false
  49.  
  50. # This changes how long the show seletion lasts in seconds
  51.  
  52. ShowSelectionShowDuration: 10
  53.  
  54. # If a player is riding a entity, warp the entity too?(unless its a bungee portal or any non teleporting portal)
  55. WarpRiddenEntity: true
  56.  
  57.  
  58.  
  59. # 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
  60. # generally on the action bar in the chat without a prefix or extra chat formatting)
  61. WarpMessageDisplay: 2
  62.  
  63. # Use plugin name in the warp messages
  64. UseWarpPrefix: true
  65.  
  66. # If this is true a custom prefix can be used, (not fully coded yet!!)
  67.  
  68. UseCustomPrefix: false
  69.  
  70. CustomPrefix: '&a[&eAdvancedPortals&a]'
  71.  
  72. CustomPrefixFail: '&c[&7AdvancedPortals&c]'
  73.  
  74. PortalCooldown: 1 # How long after trying to enter a portal until the player can try to enter another. 0 or lower to deactivate.
  75. ThrowbackAmount: 0.7 # How fast to throw them back, 0 or lower to disable throwback
  76.  
  77. # Letters are flags. Include them to activate. n always disables everything, remove if you want it to work.
  78. # Lettering may not make too much sense but meh its useful. Examples are "ocpk" or "cop" (doesnt matter order)
  79. #
  80. # Remember enabling this means potentially admins could leave a portal lying around which could let them reop themselves.
  81. # If you think this may be an issue use a permission plugin and specifically give the users you trust permissions.
  82. #
  83. # n Disabled none, best just put this to really make sure the fact none are here is specified. It disables any others too
  84. # o Admin Heighten Enabled Permission advancedportals.createportal.commandlevel.op
  85. # p Perm Heighten Enabled Permission advancedportals.createportal.commandlevel.perms
  86. # c Console Heighten Enabled Permission advancedportals.createportal.commandlevel.console
  87. # h Ops can create admin commands without special perms
  88. # e Ops can create all perm commands without special perms
  89. # k Ops can create console commands without special perms
  90. #
  91. CommandLevels: n
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement