Jump to content

Recommended Posts

  • Discord Moderator
Posted

Banning crafting is... difficult. Your best bet is to use a combination of TekkitCustomizer/BanItem and something like ModifyWorld to restrict what players may own/use/place. These are Bukkit plugins and would require you to be using MCPC+(<=1.5.2)/Cauldron(>=1.6.4).

  • Discord Moderator
Posted

The big challenging with banning crafting is a combination of two things:

  1. Using anything but vanilla crafting tables or personal crafting spaces makes it very difficult for a Bukkit plugin to prevent crafting, especially when using automated methods like TE, AE and LP.
  2. Blocking a recipe completely requires something to get in the way of a tremendous amount of API code by the mod in question which is trying to hook into Forge dictionary registries. Futzing around with that is a recipe (pun intended) for disaster.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...