Advertisement
PixieWorkshop

PixieHub - config.yml

Aug 13th, 2021 (edited)
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.15 KB | None | 0 0
  1. ################################
  2. # PixieHub by the PixieWorkshop#
  3. ################################
  4.  
  5. #-- Options --#
  6. MessageOnHub: true
  7. TeleportOnJoin: true
  8. UseCustomJoinMessage: true
  9. UseDoubleJump: true
  10. DisableFunctions:
  11. item-drop: true # override permission pixie.override.id #
  12. item-pickup: true # override permission pixie.override.ipu #
  13. player-hunger: true
  14. player-health: true
  15.  
  16. CommandOptions: # all of these commands teleport the player to the hub location. if you change one of these settings you will need to restart the server, reloading the config will not apply these changes #
  17. hub: true
  18. spawn: true
  19. stuck: true
  20. lobby: false
  21. l: false
  22.  
  23. # This feature will only work on players with the 'pixie.joinfly' permission #
  24. UseJoinFly: true
  25.  
  26. #-- SilentJoin --#
  27.  
  28. # Players with the permission 'pixie.silentjoin' will not broadcast a join message upon joining the server #
  29. UseSilentJoin: true
  30.  
  31. #-- Chat --#
  32.  
  33. # Player with the permission 'pixie.chat.bypass' will bypass the chat cooldown #
  34. UseChatFilter: true
  35. UseChatCooldown: true
  36. CooldownTimer: 3 # In seconds #
  37.  
  38. # Do Not Change -_- #
  39. config-version: 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement