Advertisement
Guest User

RailMiner block blacklist for cheapo anti-grief.

a guest
Aug 22nd, 2017
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 3.92 KB | None | 0 0
  1. #FALLBACK PROTECTION for outide claims or servers with non compatible protection types.
  2. #Should prevent any grief. Only allows commonly mined block types.
  3. #Requires RailMiner https://dev.bukkit.org/projects/railminer
  4. #A Minecraft, Spigot, Bukkit, Paper Spigot plugin. Traveling build in world type mining machines.
  5. #paste the below section as your block blacklist to try prevent RailMiner griefing most crafted blocks.
  6. block-blacklist:
  7. - "1:2" #polished grantie ect.
  8. - "1:4"
  9. - "1:6"
  10. - "4" #cobblestone.
  11. - "5:0" #all wood planks.
  12. - "5:1"
  13. - "5:2"
  14. - "5:3"
  15. - "5:4"
  16. - "5:5"
  17. - "22" #ore crafted blocks.
  18. - "41"
  19. - "42"
  20. - "57"
  21. - "152"
  22. - "133"
  23. - "173"
  24. - "155" #Quartz types.
  25. - "155:1"
  26. - "155:2"
  27. - "55" #redstone blocks. placed dust ect.
  28. - "70"
  29. - "72"
  30. - "147"
  31. - "148"
  32. - "69"
  33. - "75"
  34. - "76"
  35. - "93"
  36. - "94"
  37. - "123"
  38. - "124"
  39. - "149"
  40. - "150"
  41. - "77"
  42. - "143"
  43. - "218"
  44. - "95" #Glasses.
  45. - "20"
  46. - "95:1"
  47. - "95:2"
  48. - "95:3"
  49. - "95:4"
  50. - "95:5"
  51. - "95:6"
  52. - "95:7"
  53. - "95:8"
  54. - "95:9"
  55. - "95:10"
  56. - "95:11"
  57. - "95:12"
  58. - "95:13"
  59. - "95:14"
  60. - "95:15"
  61. - "160"
  62. - "102"
  63. - "160:1"
  64. - "160:2"
  65. - "160:3"
  66. - "160:4"
  67. - "160:5"
  68. - "160:6"
  69. - "160:7"
  70. - "160:8"
  71. - "160:9"
  72. - "160:10"
  73. - "160:11"
  74. - "160:12"
  75. - "160:13"
  76. - "160:14"
  77. - "160:15"
  78. - "171" #carpets.
  79. - "171:1"
  80. - "171:2"
  81. - "171:3"
  82. - "171:4"
  83. - "171:5"
  84. - "171:6"
  85. - "171:7"
  86. - "171:8"
  87. - "171:9"
  88. - "171:10"
  89. - "171:11"
  90. - "171:12"
  91. - "171:13"
  92. - "171:14"
  93. - "171:15"
  94. - "183" #gates, fences, doors, trapdoors.
  95. - "184"
  96. - "185"
  97. - "186"
  98. - "187"
  99. - "188"
  100. - "189"
  101. - "190"
  102. - "191"
  103. - "192"
  104. - "193"
  105. - "194"
  106. - "195"
  107. - "196"
  108. - "197"
  109. - "64"
  110. - "85"
  111. - "71"
  112. - "96"
  113. - "167"
  114. - "107"
  115. - "113"
  116. - "219" #shulker boxes.
  117. - "220"
  118. - "221"
  119. - "222"
  120. - "223"
  121. - "224"
  122. - "225"
  123. - "226"
  124. - "227"
  125. - "228"
  126. - "229"
  127. - "230"
  128. - "231"
  129. - "232"
  130. - "233"
  131. - "234"
  132. - "98" #stone brick types.
  133. - "98:1"
  134. - "98:2"
  135. - "98:3"
  136. - "235" #glazed terracottas.
  137. - "236"
  138. - "237"
  139. - "238"
  140. - "239"
  141. - "240"
  142. - "241"
  143. - "242"
  144. - "243"
  145. - "244"
  146. - "245"
  147. - "246"
  148. - "247"
  149. - "248"
  150. - "249"
  151. - "250"
  152. - "251" #concretes.
  153. - "251:1"
  154. - "251:2"
  155. - "251:3"
  156. - "251:4"
  157. - "251:5"
  158. - "251:6"
  159. - "251:7"
  160. - "251:8"
  161. - "251:9"
  162. - "251:10"
  163. - "251:11"
  164. - "251:12"
  165. - "251:13"
  166. - "251:14"
  167. - "251:15"
  168. - "252" #concrete powders.
  169. - "252:1"
  170. - "252:2"
  171. - "252:3"
  172. - "252:4"
  173. - "252:5"
  174. - "252:6"
  175. - "252:7"
  176. - "252:8"
  177. - "252:9"
  178. - "252:10"
  179. - "252:11"
  180. - "252:12"
  181. - "252:13"
  182. - "252:14"
  183. - "252:15"
  184. - "35" #wools.
  185. - "35:1"
  186. - "35:2"
  187. - "35:3"
  188. - "35:4"
  189. - "35:5"
  190. - "35:6"
  191. - "35:7"
  192. - "35:8"
  193. - "35:9"
  194. - "35:10"
  195. - "35:11"
  196. - "35:12"
  197. - "35:13"
  198. - "35:14"
  199. - "35:15"
  200. - "43" #slabs all types plus double slabs.
  201. - "43:1"
  202. - "43:2"
  203. - "43:3"
  204. - "43:4"
  205. - "43:5"
  206. - "43:6"
  207. - "43:7"
  208. - "44"
  209. - "44:1"
  210. - "44:2"
  211. - "44:3"
  212. - "44:4"
  213. - "44:5"
  214. - "44:6"
  215. - "44:7"
  216. - "125"
  217. - "125:1"
  218. - "125:2"
  219. - "125:3"
  220. - "125:4"
  221. - "125:5"
  222. - "181"
  223. - "204"
  224. - "205"
  225. - "53" #stair types.
  226. - "67"
  227. - "108"
  228. - "109"
  229. - "114"
  230. - "128"
  231. - "134"
  232. - "135"
  233. - "136"
  234. - "156"
  235. - "163"
  236. - "164"
  237. - "180"
  238. - "203"
  239. - "23" #misc crafted and utility blocks.
  240. - "25" #noteblock.
  241. - "26" #bed.
  242. - "33" #piston.
  243. - "45" #red bricks.
  244. - "47" #bookshelf.
  245. - "50" #torch.
  246. - "52" #mob spawner.
  247. - "54" #chest, ender and trapped.
  248. - "146"
  249. - "130"
  250. - "58" #workbench.
  251. - "61" #furnace and burning furnace.
  252. - "62"
  253. - "63" #standing and wall signs.
  254. - "68"
  255. - "65" #ladder.
  256. - "84" #jukebox.
  257. - "90" #nether portal.
  258. - "92" #cake insurance!
  259. - "101" #iron bars.
  260. - "116" #enchanating table.
  261. - "117" #brewing stand.
  262. - "118" #cauldron.
  263. - "119" #end portal.
  264. - "120" #end portal frame.
  265. - "122" #dragon egg.
  266. - "131" #tripwire hook.
  267. - "132" #placed string, tripwire.
  268. - "138" #beacon.
  269. - "140" #flower pot.
  270. - "145" #anvil.
  271. - "151" #daylight sensor.
  272. - "154" #hopper.
  273. - "158" #dropper.
  274. - "165" #slime block.
  275. - "170" #hay block.
  276. - "176" #banners
  277. - "177"
  278. - "206" #end stone bricks.
  279. - "210" #command blocks.
  280. - "137"
  281. - "211"
  282. - "407" #mine carts.
  283. - "328"
  284. - "342"
  285. - "343"
  286. - "408"
  287. - "422"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement