Advertisement
Guest User

advanced.config.yml

a guest
Jan 2nd, 2013
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 2.00 KB | None | 0 0
  1. #Configuration file for TekkitRestrict
  2. #Author: DreadEnd
  3. #BukkitDev: http://dev.bukkit.org/server-mods/tekkit-restrict/
  4.  
  5.  
  6. #############################################
  7. ############ Advanced Functions #############
  8. #############################################
  9.  
  10.  
  11.  
  12.  
  13. #Limits the number of blocks a player can place. (Global)
  14. #Please note that these cannot be changed in-game.
  15. #  ID      Limit (Please use ONE space between the ID and limit to separate them)
  16. #- 153 1
  17. #- 100-200 1
  18. #- "52:55 1"
  19. LimitBlocks:
  20. - 126 16
  21. - "126:1 12"
  22. - "126:7 8"
  23. - "126:8 6"
  24. - "126:9 4"
  25. - "128:1 2"
  26. - 151 12
  27. - 183 8
  28. - "183:1 6"
  29. - "183:2 4"
  30. - "246:3 16"
  31. - 4299 12
  32. - 4301 8
  33. - 4302 8
  34. - 4306 12
  35. - 4307 12
  36. - 4308 12
  37. - 4309 8
  38. - 4310 8
  39. - 4311 8
  40. - 4312 4
  41. - 169 8
  42. - "194:1 4"
  43.  
  44. #[] RecipeBlock removes the recipe from both vanilla and Forge mods.
  45. #       please note that once you remove a recipe with /tr reload + config,
  46. #       you must restart the server in order to get them back if you changed
  47. #       the config.
  48. #- 27232
  49. #- "126:3"
  50. #- ee
  51. RecipeBlock:
  52.  - 4095
  53.   - "213:15"
  54.   - "126:10"
  55.   - "126:11"
  56.   - 237
  57.   - 7303
  58.   - 27538
  59.   - "27538:1-27538:21"
  60.   - "213:11"
  61.   - "214:0"
  62.   - 127
  63.   - 216
  64.   - "150:12"
  65.   - 26524
  66.   - "26524:1-26524:21"
  67.   - "246:5"
  68.   - 233
  69.   - 302
  70.   - 27555
  71.   - "27555:1-27555:21"
  72.  
  73.  
  74. #[] RecipeFurnaceBlock removes the recipe with the start item specified
  75. #                       Below. AKA: bake some wood, remove recipe by removing
  76. #                       the log, not the resultant, coal.
  77. #- 27232
  78. #- "126:3"
  79. RecipeFurnaceBlock: []
  80.  
  81.  
  82.  
  83.  
  84. #LWC Protection Extension for Tekkit
  85. #       Prevents specified IDs from being placed next to a lockette unless
  86. #       CPrivate or Cmodified to give a player permissions.
  87. #       Useful for preventing players from "pumping" or breaking chests.
  88. LWCPreventNearLocked:
  89. - 4306
  90. - 4301
  91. - 150
  92. - 136
  93. - 166
  94.  
  95.  
  96.  
  97.  
  98. ##############################
  99. ##############################
  100. ##############################
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement