First of all, great mod, I love the permission system, but i'm having a small issue with the banned items, this is my config for mindcrackv8:
My players CAN'T craft the quarry since the id 516 is on the list, but they can craft the Mining turtle wich id is in the list aswell, 1227:1 and 1227:3, i'm doing something wrong with the metadata?
Thanks for your time and effort.
My players CAN'T craft the quarry since the id 516 is on the list, but they can craft the Mining turtle wich id is in the list aswell, 1227:1 and 1227:3, i'm doing something wrong with the metadata?
Help pl0x.# Configuration file
# Generated on 2/5/13 1:11 PM
####################
# nocraft
#===================
# Configuration options to remove an item's crafting recipe.
####################
nocraft {
S:"1 46 613" <
>
# Use this format: "id:meta". Use meta -1 to ban ALL variants of an item/block.
S:List <
516
30208:-1
512
29998:6
30214
30215
622
507
5258
25283
25294
25284
1053
1053:2
20262:128
1616:5
1616:4
1227:1
1227:3
>
}
####################
# nouse
#===================
# Configuration options to make an item unusable.
####################
nouse {
# Use this format: "id:meta". Use meta -1 to ban ALL variants of an item/block.
S:List <
>
}
Thanks for your time and effort.