Advertisement
Guest User

Untitled

a guest
May 23rd, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.92 KB | None | 0 0
  1. # .----------------. .----------------. .----------------. .----------------. .----------------.
  2. # | .--------------. || .--------------. || .--------------. || .--------------. || .--------------. |
  3. # | | ________ | || | _______ | || | ____ | || | ______ | || | _______ | |
  4. # | | |_ ___ `. | || | |_ __ \ | || | .' `. | || | |_ __ \ | || | / ___ | | |
  5. # | | | | `. \ | || | | |__) | | || | / .--. \ | || | | |__) | | || | | (__ \_| | |
  6. # | | | | | | | || | | __ / | || | | | | | | || | | ___/ | || | '.___`-. | |
  7. # | | _| |___.' / | || | _| | \ \_ | || | \ `--' / | || | _| |_ | || | |`\____) | | |
  8. # | | |________.' | || | |____| |___| | || | `.____.' | || | |_____| | || | |_______.' | |
  9. # | | | || | | || | | || | | || | | |
  10. # | '--------------' || '--------------' || '--------------' || '--------------' || '--------------' |
  11. # '----------------' '----------------' '----------------' '----------------' '----------------'
  12. # .----------------. .----------------.
  13. # | .--------------. || .--------------. |
  14. # | | _________ | || | ____ | |
  15. # | | | _ _ | | || | .' `. | |
  16. # | | |_/ | | \_| | || | / .--. \ | |
  17. # | | | | | || | | | | | | |
  18. # | | _| |_ | || | \ `--' / | |
  19. # | | |_____| | || | `.____.' | |
  20. # | | | || | | |
  21. # | '--------------' || '--------------' |
  22. # '----------------' '----------------'
  23. # .----------------. .-----------------. .----------------. .----------------. .-----------------. .----------------. .----------------. .----------------. .----------------.
  24. #| .--------------. || .--------------. || .--------------. || .--------------. || .--------------. || .--------------. || .--------------. || .--------------. || .--------------. |
  25. #| | _____ | || | ____ _____ | || | ____ ____ | || | _________ | || | ____ _____ | || | _________ | || | ____ | || | _______ | || | ____ ____ | |
  26. #| | |_ _| | || ||_ \|_ _| | || ||_ _| |_ _| | || | |_ ___ | | || ||_ \|_ _| | || | | _ _ | | || | .' `. | || | |_ __ \ | || | |_ _||_ _| | |
  27. #| | | | | || | | \ | | | || | \ \ / / | || | | |_ \_| | || | | \ | | | || | |_/ | | \_| | || | / .--. \ | || | | |__) | | || | \ \ / / | |
  28. #| | | | | || | | |\ \| | | || | \ \ / / | || | | _| _ | || | | |\ \| | | || | | | | || | | | | | | || | | __ / | || | \ \/ / | |
  29. #| | _| |_ | || | _| |_\ |_ | || | \ ' / | || | _| |___/ | | || | _| |_\ |_ | || | _| |_ | || | \ `--' / | || | _| | \ \_ | || | _| |_ | |
  30. #| | |_____| | || ||_____|\____| | || | \_/ | || | |_________| | || ||_____|\____| | || | |_____| | || | `.____.' | || | |____| |___| | || | |______| | |
  31. #| | | || | | || | | || | | || | | || | | || | | || | | || | | |
  32. #| '--------------' || '--------------' || '--------------' || '--------------' || '--------------' || '--------------' || '--------------' || '--------------' || '--------------' |
  33. # '----------------' '----------------' '----------------' '----------------' '----------------' '----------------' '----------------' '----------------' '----------------'
  34.  
  35. #Sorry for the cheesy ascii art i just had too.
  36.  
  37. ChatPrefix: $Bold$$White$[$Gold$DTI$White$]$Colon$
  38.  
  39. #NOTE: Blacklisted blocks will just be handled defaultly.
  40. blacklistedBlocks:
  41. - Bedrock
  42. #Bedrock is not breakable by default I just added it to show you where things go. You can delete if you want.
  43.  
  44. #Blacklisted players. Note this is kept through UUID's
  45. blacklistedPlayers:
  46. - 069a79f4-44e9-4726-a5be-fca90e38aaf5 #Notch's UUID
  47.  
  48. #Players who turn this off for themselves
  49. optedOutPlayers:
  50. - 069a79f4-44e9-4726-a5be-fca90e38aaf5 #Notch's UUID
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement