Guest User

Untitled

a guest
May 26th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.38 KB | None | 0 0
  1. WormholeXTreme 1.011
  2. WormholeXTreme Config Settings
  3. -------------------------------
  4.  
  5. ---------------
  6. Setting: BUILT_IN_PERMISSIONS_ENABLED
  7. Value: false
  8. Description: This should be set to true if you want the built in permissions enabled. This
  9. setting does nothing if you have Permissions plugin installed.
  10. ---------------
  11. Setting: BUILT_IN_DEFAULT_PERMISSION_LEVEL
  12. Value: WORMHOLE_USE_PERMISSION
  13. Description: If built in permissions are being used, this is the default level of control
  14. users (non-ops) have.
  15. ---------------
  16. Setting: PERMISSIONS_SUPPORT_DISABLE
  17. Value: false
  18. Description: If set to true, Permissions plugin will not be attached to evem if available.
  19. ---------------
  20. Setting: SIMPLE_PERMISSIONS
  21. Value: false
  22. Description: If using Permissions plugin based permissions, setting this to true switches
  23. WormholeXTreme to use an extremely simplified permissions set
  24. ('wormhole.simple.use', 'wormhole.simple.build',
  25. 'wormhole.simple.config', and 'wormhole.simple.remove').
  26. ---------------
  27. Setting: WORMHOLE_USE_IS_TELEPORT
  28. Value: false
  29. Description: The wormhole.use (or wormhole.simple.use) permission means that a user can
  30. teleport through gate. When false a user will be able to teleport
  31. but not activate a gate. When true only users with wormhole.use (or
  32. wormhole.simple.use) can even teleport.
  33. ---------------
  34. Setting: TIMEOUT_ACTIVATE
  35. Value: 30
  36. Description: Number of seconds after a gate is activated, but before dialing before timing
  37. out.
  38. ---------------
  39. Setting: TIMEOUT_SHUTDOWN
  40. Value: 38
  41. Description: Number of seconds after a gate is dialed before automatically shutdown. With 0
  42. timeout a gate won't shutdown until something goes through the
  43. gate.
  44. ---------------
  45. Setting: BUILD_RESTRICTION_ENABLED
  46. Value: false
  47. Description: Enable build count restrictions. Reuires complex permissions.
  48. ---------------
  49. Setting: BUILD_RESTRICTION_GROUP_ONE
  50. Value: 1
  51. Description: Total number of stargates a member of build restriction group one can build.
  52. ---------------
  53. Setting: BUILD_RESTRICTION_GROUP_TWO
  54. Value: 2
  55. Description: Total number of stargates a member of build restriction group two can build.
  56. ---------------
  57. Setting: BUILD_RESTRICTION_GROUP_THREE
  58. Value: 3
  59. Description: Total number of stargates a member of build restriction group three can build.
  60. ---------------
  61. Setting: USE_COOLDOWN_ENABLED
  62. Value: false
  63. Description: Enable Cooldown timers on stargate usage. Timer only activates on passage
  64. through wormholes. Requires complex permissions enabled.
  65. ---------------
  66. Setting: USE_COOLDOWN_GROUP_ONE
  67. Value: 120
  68. Description: Cooldown time in seconds between stargate use for members of use cooldown group
  69. one.
  70. ---------------
  71. Setting: USE_COOLDOWN_GROUP_TWO
  72. Value: 60
  73. Description: Cooldown time in seconds between stargate use for members of use cooldown group
  74. two.
  75. ---------------
  76. Setting: USE_COOLDOWN_GROUP_THREE
  77. Value: 30
  78. Description: Cooldown time in seconds between stargate use for members of use cooldown group
  79. three.
  80. ---------------
  81. Setting: HELP_SUPPORT_DISABLE
  82. Value: false
  83. Description: If set to true, Help plugin will not be attached to even if available.
  84. ---------------
  85. Setting: WORLDS_SUPPORT_ENABLED
  86. Value: false
  87. Description: If set to true, the Wormhole X-Treme will offload all of its Chunk and World
  88. loading functionality to Wormhole Extreme Worlds.
  89. ---------------
  90. Setting: LOG_LEVEL
  91. Value: INFO
  92. Description: Log level to use for minecraft logging purposes. Values are SEVERE, WARNING,
  93. INFO, CONFIG, FINE, FINER, and FINEST. In order of least to most
  94. logging output.
  95. ---------------
  96. Setting: SHOW_GATE_WELCOME_MESSAGE
  97. Value: true
  98. Description: If set to true, the player will receive a welcome message after arrival
  99. ---------------
  100. Setting: USE_EVENT_OR_TP_TRANSPORT
  101. Value: true
  102. Description: If set to true, the player will be transported via event handling. If you use
  103. plugins that can overwrite onPlayerMove() then you may want to
  104. change this to false
  105. ---------------
  106. Setting: WORMHOLE_KICKBACK_BLOCK_COUNT
  107. Value: 2
  108. Description: Set the amount of blocks the player will be kicked back if the target's gate is
  109. active. Default is 2. Set to 0 to disable this feature.
Add Comment
Please, Sign In to add comment