Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #Configuration file for TekkitRestrict
- #Author: DreadEnd
- #Email: [email protected]
- #BukkitDev: http://dev.bukkit.org/server-mods/tekkit-restrict/
- #############################################
- ############ Advanced Functions #############
- #############################################
- #Limits the number of blocks a player can place. (Global)
- #Please note that these cannot be changed in-game.
- # ID Limit (Please use ONE space between the ID and limit to separate them)
- #- 153 1
- #- 100-200 1
- #- "52:55 1"
- LimitBlocks:
- - 126 16
- - "126:1 12"
- - "126:7 8"
- - "126:8 6"
- - "126:9 4"
- - "128:1 2"
- - 151 12
- - 183 8
- - "183:1 6"
- - "183:2 4"
- - "246:3 16"
- - 4299 12
- - 4301 8
- - 4302 8
- - 4306 12
- - 4307 12
- - 4308 12
- - 4309 8
- - 4310 8
- - 4311 8
- - 4312 4
- - 169 8
- - "194:1 4"
- #[] RecipeBlock removes the recipe from both vanilla and Forge mods.
- # please note that once you remove a recipe with /tr reload + config,
- # you must restart the server in order to get them back if you changed
- # the config.
- #- 27232
- #- "126:3"
- #- ee
- RecipeBlock:
- - 4095
- - "213:15"
- - "126:10"
- - "126:11"
- - 237
- - 7303
- - 27538
- - "27538:1-27538:21"
- - "213:11"
- - "214:0"
- - 127
- - 216
- - "150:12"
- - 26524
- - "26524:1-26524:21"
- - "246:5"
- - 233
- - 302
- - 27555
- - "27555:1-27555:21"
- #[] RecipeFurnaceBlock removes the recipe with the start item specified
- # Below. AKA: bake some wood, remove recipe by removing
- # the log, not the resultant, coal.
- #- 27232
- #- "126:3"
- RecipeFurnaceBlock: []
- #LWC Protection Extension for Tekkit
- # Prevents specified IDs from being placed next to a lockette unless
- # CPrivate or Cmodified to give a player permissions.
- # Useful for preventing players from "pumping" or breaking chests.
- LWCPreventNearLocked:
- - 4306
- - 4301
- - 150
- - 136
- - 166
- ##############################
- ##############################
- ##############################
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement