Advertisement
Guest User

Untitled

a guest
Jun 14th, 2015
505
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.90 KB | None | 0 0
  1. # SuperVanish v5.3.0 - Configuration
  2. #
  3. Configuration:
  4. ##################################################
  5. ################ MESSAGE OPTIONS #################
  6. ##################################################
  7. Messages:
  8. ####### Fake Join-/LeaveMessages #######
  9. VanishReappearMessages:
  10. # Should this plugin broadcast a message when a player vanishs?
  11. # You can change that message in the messages.yml file.
  12. BroadcastMessageOnVanish: true
  13. # Should this plugin broadcast a message when a player reappears?
  14. # You can change that message in the messages.yml file.
  15. BroadcastMessageOnReappear: false
  16. # Should players with the permission 'sv.see' get an other message when a player vanishs/reappears?
  17. # You can change that message in the messages.yml file.
  18. SendDifferentMessages: false
  19. # Should only players with the permission 'sv.see' receive 'fake' Join-/LeaveMessages?
  20. SendMessageOnlyToAdmins: false
  21. # Should only players without the permission 'sv.see' receive 'fake' Join-/LeaveMessages?
  22. SendMessageOnlyToUsers: false
  23. ########################################
  24. # Should this plugin hide the 'normal' Join- and LeaveMessages of invisible players?
  25. HideNormalJoinAndLeaveMessagesWhileInvisible: false
  26. # Should this plugin remember players who join the server invisible?
  27. # You can change that message in the messages.yml file.
  28. RememberInvisiblePlayersOnJoin: false
  29. # Should this plugin use BarAPI to show invisible players awesome bossbars?
  30. # Requires BarAPI.
  31. # You can change the bars in the messages.yml file.
  32. UseBarAPI: false
  33. # Should invisible players have action bars that tell them that they're invisible?
  34. # You can change the actionbar msg in the messages.yml file.
  35. DisplayActionBarsToInvisiblePlayers: false
  36. ##################################################
  37. ################ PLAYER OPTIONS ##################
  38. ##################################################
  39. Players:
  40. # Should invisible players be able to pick up items?
  41. DisableItemPickUpsByDefault: true
  42. # Should players with the permission 'sv.see' view invisible players as ghosts?
  43. # This feature uses scoreboard teams and could break other plugins.
  44. # Please disable this feature if it causes problems.
  45. EnableGhostPlayers: false
  46. # Should this plugin disable hunger of invisible players?
  47. DisableHungerForInvisiblePlayers: true
  48. ################## FLY #################
  49. Fly:
  50. # Should invisible players be able to fly even if they aren't in creative mode?
  51. Enable: true
  52. # Should invisible players WITHOUT the permission 'sv.fly' lose the ability to fly on reappear?
  53. DisableOnReappear: true
  54. ########################################
  55. # Should invisible players not be able to trigger pressure plates and tripwire?
  56. # If this feature is enabled invisible players can't trigger pressure plates and tripwire.
  57. DisablePressurePlatesForInvisiblePlayers: true
  58. # Should players with the permission 'sv.see' be able to see invisible players?
  59. EnableSeePermission: true
  60. # Should invisible players not be able to break blocks?
  61. PreventBlockBreaking: false
  62. # Should invisible players not be able to place blocks?
  63. PreventBlockPlacing: false
  64. # Should invisible players open chests without the chest animation and sounds? Requires ProtocolLib.
  65. SilentOpenChest: true
  66. # Should invisible players automatically reappear when they change their world?
  67. ReappearOnWorldChange: false
  68. # Should invisible players automatically reappear when they quit the server?
  69. ReappearOnQuit: false
  70. ##################################################
  71. ################ TABLIST OPTIONS #################
  72. ##################################################
  73. Tablist:
  74. # Should this plugin change the tabname of invisible players?
  75. # Players without the permission 'sv.see' won't see this tabname.
  76. # This feature changes the tabname of invisible players and could break other plugins.
  77. # You can change the new tabname in the messages.yml file.
  78. # Please note that tabnames can only have a length of 16 or less characters.
  79. ChangeTabNames: false
  80. ##################################################
  81. ############## SERVERLIST OPTIONS ################
  82. ##################################################
  83. Serverlist:
  84. # The ServerList-features require the plugin ProtocolLib!!
  85. # Should this plugin adjust the amount of players in the serverlist?
  86. AdjustAmountOfOnlinePlayers: true
  87. # Should this plugin hide invisible players in the list of logged in players?
  88. # You can view this list when your mouse hovers over the amount of online players.
  89. AdjustListOfLoggedInPlayers: true
  90. ##################################################
  91. ############# COMPATIBILITY OPTIONS ##############
  92. ##################################################
  93. CompatibilityOptions:
  94. # 1 second is equal to 20 ticks
  95. ActionDelay:
  96. # The settings below won't do anything if this is 'false'.
  97. Enable: false
  98. # These options may allow other players to see you for a very short time if they aren't 0
  99. HideDelayOnJoinInTicks: 5
  100. HideDelayOnWorldChangeInTicks: 0
  101. #
  102. TabNameChangeDelayOnJoinInTicks: 5
  103. TabNameChangeDelayOnWorldChangeInTicks: 5
  104. # If 'EnableGhostPlayers' is enabled
  105. InvisibilityPotionDelayOnJoinInTicks: 3
  106. InvisibilityPotionDelayOnWorldChangeInTicks: 3
  107. # This section is for advanced users only!
  108. # The event-priority supervanish should use for the specific event.
  109. # Allowed values are: LOWEST, LOW, NORMAL, HIGH, HIGHEST, MONITOR
  110. PlayerJoinEventPriority: HIGHEST
  111. PlayerQuitEventPriority: HIGH
  112. #################################################
  113. ################# DO NOT TOUCH ##################
  114. #################################################
  115. ConfigVersion: 5.3.0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement