ForgeEssentials some items banned.

Pixelmnkey

New Member
Jul 29, 2019
107
0
0
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?
# 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 <
>
}
Help pl0x.

Thanks for your time and effort.
 

dries007

New Member
Jul 29, 2019
44
0
0
I'll have a look myself to see if this issue still exists, but something similar was fixed in a previous release.
 

Pixelmnkey

New Member
Jul 29, 2019
107
0
0
Would be really apriciated, also, is there a wat to avoid the grieffing with the excavation wand from thaumcraft? Since people can craft it even if it's banned.
 

dries007

New Member
Jul 29, 2019
44
0
0
Put it in nouse. That blocks left & right click with the item selected.
What version of FE are you using?
 

Pixelmnkey

New Member
Jul 29, 2019
107
0
0
Sorry to bother you again but, i'm using the next code:
nouse {
# Use this format: "id:meta". Use meta -1 to ban ALL variants of an item/block.
S:List <
25284:-1
>
}

That should deny the use of the wand with any kind of charge, right?
 

Pixelmnkey

New Member
Jul 29, 2019
107
0
0
It's like the mining drill, or any other ic item, it bases it's metadata depending on the charge it has, with the -1 the wand still works, denied acces to ForgeEssentials.BannedItems.override just in case, dosn't work either :/
 

Pixelmnkey

New Member
Jul 29, 2019
107
0
0
One more thing, people on my server using the comand /bed and /spawn can send other to the bed or the spawn just by adding their names, like this "/spawn pixelmnkey" this would teleport me to the spawn in the time specified for the teleportations, default is 5s i think if i don't move, according to the wiki that should only affect themselves, not the others, right? Is this a bug or am i missing something?

Thanks.