Jump to content

Grttn

Members
  • Posts

    4
  • Joined

  • Last visited

Everything posted by Grttn

  1. I actually use this plugin along modifyworld, I prefer modifyworld for blocking items and then NoItem to prevent people from holding certain items I want to let them craft, like the philosophers stone.
  2. To get that to work I had to put an x infront of the itemid of the mod items: - -modifyworld.blocks.craft.(126:3|126:4|126:10... becomes - -modifyworld.items.craft.(x126:3|x126:4|x126:10... Also should be items.craft I beleive EDIT: One last thing about the - -modifyworld.items.have.() You need to edit the modifyworld config file in your plugins folder: item-restrictions: true will cause modifyworld to check if a player is trying to make a banned item and I think item-use-check: true might also be needed. Hope this helps.
  3. Thanks for the message but I have a temporary solution for now I guess, I will just not allow users to hold the item.
  4. Hello, I have recently made a server and I was wondering if it is possible to disable the portable crafting table that a philosophers stone has using Bukkit plugins. I have already figured out how to disable the right-click ability with Essentials. Any help is appreciated thanks. Also I used the search and found nothing. Thanks.
×
×
  • Create New...