Advertisement
The_Munchkin

SinglePersonSleep config

Aug 19th, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. #Plugin: SinglePersonSleep
  2. #https://dev.bukkit.org/projects/singlepersonsleep
  3.  
  4. #----------------------------------------------------------#
  5.  
  6. # DISPLAY MESSAGE WHEN PLAYER GOES TO SLEEP (true/false)
  7. display-message: true
  8.  
  9. # USE & FOR COLORS
  10. sleep-message: "&f%name% &ewent to bed. Sweet Dreams!"
  11.  
  12. # DISPLAY MESSAGE ACROSS ALL WORLDS WHEN PLAYER GOES TO SLEEP.
  13. # true IF YES OR false TO DISPLAY IT ONLY IN THE WORLD PLAYER GOES TO SLEEP IN
  14. display-message-across-all-worlds: true
  15.  
  16. # ADD WORLD THAT YOU DON'T WANT 'SINGLE PERSON SLEEP' FEATURE TO WORK IN
  17. # THIS IS EXAMPLE OF WHAT LIST SHOULD LOOK LIKE
  18. # disabled-worlds:
  19. # - world1
  20. # - world2
  21. disabled-worlds: []
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement