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.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...