Advertisement
Guest User

Untitled

a guest
Dec 14th, 2019
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. # Show message when player teleports to a server.
  2. # Remove/comment this option to disable the message
  3. server-teleport-message: '&7Connecting you to &7&l{x}&r&7.'
  4.  
  5. # Cancel item dropping for players that do not have the permission ssx.drop
  6. cancel-item-drop: false
  7.  
  8. # Cancel item move for players that do not have the permission ssx.move (this includes swapping items between hands for 1.9+)
  9. cancel-item-move: false
  10.  
  11. # -- Advanced options --
  12.  
  13. # Use an external query API for pinging servers (recommended)
  14. # You can use the internal query system, but it can't handle
  15. # colored motds and it may not support all versions.
  16. external-query: true
  17.  
  18. # Internal query only
  19. ping-timeout: 500
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement