Mineuniverse
Log in Register
Plugins

CraftControl

Customise what players can craft, smelt and repair with permissions!
by _ForgeUser7206831
Download Claim this project
1,839 downloads
0 likes
Updated Jun 30, 2026
0 hypes
Admin Tools Mechanics

CraftControl

CraftControl

Introduction

CraftControl is an easy-to-use plugin which allows you to control what items players can craft and smelt by using permissions.

Useful Links

Development builds of this project can be acquired at the provided continuous integration server. These builds have not been approved by the BukkitDev staff. Use them at your own risk.

Installation

  • Ensure that you have Java 7 installed
  • Stop the server
  • Drop CraftControl.jar into your plugins folder
  • Start the server
  • Configure your permissions

Permissions

  • craftcontrol.craft.* - allows crafting of all items. This permission is applied to all players by default
  • craftcontrol.craft.[item name] - allows crafting of a single item. [item name] is the name of a Bukkit Material.
  • craftcontrol.smelt.* - allows smelting of all items. This permission is applied to all players by default
  • craftcontrol.smelt.[item name] - allows smelting of a single item. [item name] is the name of a Bukkit Material.

A list of Bukkit material names/items can be found at http://jd.bukkit.org/rb/apidocs/org/bukkit/Material.html

Protip You can negate permissions for certain items. For example:

permissions:
- craftcontrol.craft.*
- -craftcontrol.craft.DIAMOND_SWORD

The above will allow a player to craft all types of item apart from a diamond sword. The same can be done for a whitelist of items too:

permissions:
- -craftcontrol.craft.*
- craftcontrol.craft.DIAMOND_SWORD

Custom Recipes

You can now add your own custom crafting recipes for your players to use. To do this, create a file called recipes.yml in the CraftControl folder in your plugins folder.

Here is an example custom recipe:

myAwesomeRecipe:
  shape:
    - aaa
    - saa
    - saa
  ingredients:
    s: Stick
  result:
    item: DIAMOND_SWORD
    amount: 1
  enchantments:
    - { type: DAMAGE_ARTHROPODS, level: 3 }
    - { type: KNOCKBACK, level: 2 }
CraftControl-0.0.3
MC CB 1.7.2-R0.3
Beta 2014-05-14 Get
CraftControl-0.0.2
MC CB 1.7.2-R0.2
Release 2014-01-11 Get
CraftControl-v0.0.1
MC CB 1.7.2-R0.2
Alpha 2014-01-06 Get

You Might Also Like

MobHealth
Simple plugin to let you know the damage you just caused to a mob, and how much health it has left.
989,881
Player Heads
Lop off Player and all Mob Heads with configurable drop rates + pvp-farming nerf, includes detailed commands and permissions
979,351
Advanced Item Effects
Adds custom effects to any item including potion effects.
97,290
VoxelMore
"Sharing is caring."
9,999
SunSteel
A Golden Item Enhancement Plugin
9,880
Sneaker
Hide name tags above players' heads.
9,865