Advertisement
MiunaPA

Lockette Pro config

Apr 28th, 2019
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.98 KB | None | 0 0
  1. # Configuration file
  2. # https://github.com/connection-lost/Lock/wiki/*-config.yml
  3. # If there are missing entries, you can add them manually.
  4.  
  5. language-file-name: lang_zh-tw.yml
  6. enable-quick-protect: true
  7. enable-uuid-support: false
  8. block-interfere-placement: true
  9. block-item-transfer-in: false
  10. block-item-transfer-out: true
  11. block-hopper-minecart: remove
  12. cache-time-seconds: 0
  13. lock-expire: false
  14. lock-expire-days: 999.9
  15. lock-default-create-time-unix: -1
  16. lock-expire-string: '&3[Expired]'
  17. private-signs:
  18. - '[私人]'
  19. - '[Private]'
  20. - '[private]'
  21. additional-signs:
  22. - '[更多人]'
  23. - '[More Users]'
  24. - '[more users]'
  25. everyone-signs:
  26. - '[所有人]'
  27. - '[Everyone]'
  28. - '[everyone]'
  29. timer-signs:
  30. - '[Timer:@]'
  31. - '[timer:@]'
  32. lockables:
  33. - CHEST
  34. - TRAPPED_CHEST
  35. - BARREL
  36. - FURNACE
  37. - SMOKER
  38. - BLAST_FURNACE
  39. - HOPPER
  40. - BREWING_STAND
  41. - DIAMOND_BLOCK
  42. - OAK_DOOR
  43. - SPRUCE_DOOR
  44. - BIRCH_DOOR
  45. - JUNGLE_DOOR
  46. - ACACIA_DOOR
  47. - DARK_OAK_DOOR
  48. - IRON_DOOR
  49. protection-exempt:
  50. - nothing
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement