Advertisement
Guest User

Untitled

a guest
Mar 3rd, 2014
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.02 KB | None | 0 0
  1. # LimitUse
  2. #
  3. # Prevents players of using or placing specific items/blocks in creative mode
  4. # (and only in creative).
  5. #
  6. # You can use the technical name (see http://public.ja-s.de/bukkit/material)
  7. # or the id of the block/item (better use the id, if you're not sure). You may
  8. # add the data separated with a colon e.g.: "WOOL:11" blocks blue wool. But be
  9. # sure to put it in quotes, to not break yml-configuration! Named data values
  10. # aren't supported yet. If you don't add a data-value, all blocks of this
  11. # material are blocked.
  12. #
  13. # default:
  14. # - EXP_BOTTLE
  15. # - BEDROCK
  16. use:
  17. - EXP_BOTTLE
  18. - BEDROCK
  19. - "383:50"
  20. - "373:16388"
  21. - "383:51"
  22. - "383:52"
  23. - "383:54"
  24. - "383:55"
  25. - "383:56"
  26. - "383:57"
  27. - "383:58"
  28. - "383:59"
  29. - "383:60"
  30. - "383:61"
  31. - "383:62"
  32. - "383:65"
  33. - "383:66"
  34. - "383:90"
  35. - "383:91"
  36. - "383:92"
  37. - "383:93"
  38. - "383:94"
  39. - "383:95"
  40. - "383:96"
  41. - "383:98"
  42. - "383:100"
  43. - "383:120"
  44. - "373:8193"
  45. - "373:8194"
  46. - "373:8195"
  47. - "373:8196"
  48. - "373:8197"
  49. - "373:8198"
  50. - "373:8200"
  51. - "373:8201"
  52. - "373:8202"
  53. - "373:8204"
  54. - "373:8205"
  55. - "373:8206"
  56. - "373:8225"
  57. - "373:8226"
  58. - "373:8228"
  59. - "373:8229"
  60. - "373:8233"
  61. - "373:8236"
  62. - "373:8257"
  63. - "373:8258"
  64. - "373:8259"
  65. - "373:8260"
  66. - "373:8262"
  67. - "373:8264"
  68. - "373:8265"
  69. - "373:8266"
  70. - "373:8269"
  71. - "373:8270"
  72. - "373:8289"
  73. - "373:8290"
  74. - "373:8292"
  75. - "373:8297"
  76. - "373:16385"
  77. - "373:16386"
  78. - "373:16387"
  79. - "373:16388"
  80. - "373:16389"
  81. - "373:16390"
  82. - "373:16392"
  83. - "373:16393"
  84. - "373:16394"
  85. - "373:16396"
  86. - "373:16397"
  87. - "373:16398"
  88. - "373:16417"
  89. - "373:16418"
  90. - "373:16420"
  91. - "373:16421"
  92. - "373:16425"
  93. - "373:16428"
  94. - "373:16449"
  95. - "373:16450"
  96. - "373:16451"
  97. - "373:16452"
  98. - "373:16454"
  99. - "373:16456"
  100. - "373:16457"
  101. - "373:16458"
  102. - "373:16461"
  103. - "373:16462"
  104. - "373:16481"
  105. - "373:16482"
  106. - "373:16484"
  107. - "373:16489"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement