[MISC] NoCraft v0.3.1 - Disable certain crafting recipes [1060]

Discussion in 'Inactive/Unsupported Plugins' started by BR_, Jun 20, 2011.

  1. Offline

    BR_

    Relick/Zantom07 have made an improvement to this plugin, BanRecipe. Check it out, it has Permissions support!
    As such, this plugin will probably be discontinued.
    NoCraft - Disable certain crafting recipes​
    Version: 0.3.1​

    [​IMG]

    Allows you to remove problematic crafting recipes such as TNT.

    Features:
    • Remove items from the game by removing their crafting recipe (however, you can still spawn them in)
    • Use the whitelist or the blacklist
    Download NoCraft
    Source Code

    Sample Configuration:
    Code:
    disallow:
        - 46:0
        - 345:0
    This will block TNT and compasses.
    Code:
    allow:
        - 46:0
        - 345:0
    This will block but TNT and compasses.

    Todo:
    • Add the ability to add and change recipes as well as remove them
    • Remove the need for :0 if there is no metadata
    • Furnaces
    Changelog:
    • Version 0.3.1
      Fixed issue with CustomCrafting.
      Date: August 23, 2011
      CraftBukkit Version: 1060
      Minecraft Version: 1.7.3
    • Version 0.3
      Added support for metadata, and stopped influencing CustomCrafting, and added a whitelist.
      Date: August 20, 2011
      CraftBukkit Version: 1060
      Minecraft Version: 1.7.3

    • Version 0.2
      Updated to 1.7.3
      Date: July 17, 2011
      CraftBukkit Versions: 953, 1000, 1060
      Minecraft Version: 1.7.3

    • Version 0.1
      First release
      Date: June 4, 2011
      CraftBukkit Versions: 860, 928, 935
      Minecraf t Version: 1.6.6
    Due to many people asking for MultiWorld/Permissions integration (or something along the lines of changing who it affects), I'll stick this in here. It's probably not going to happen, and if it does, it won't happen anytime soon.
     
    Clucky and Walker Crouse like this.
  2. Offline

    ChrizC

    Once again, move the image to below the plugin title.

    Chris :cool:
     
  3. Offline

    Parrothead

    This is just what I needed. When do you think adding the ability to add new recipes will be done?
     
    TienSon likes this.
  4. Offline

    captainawesome7

    I thought you weren't supposed to have an image at all? Unless it is right under the title and a reasonable size, right?
     
    ChrizC likes this.
  5. Offline

    morizuki

    whooo!! thanks for this... hahahaa..
     
  6. Offline

    BR_

    Version 0.2 will have the ability to add and replace recipes (assuming no large glitches are found) and version 0.3 will make the config better (somehow ;)), but I don't have a time for either (depends on what I want to work on). This'll probably warrant a rename... hmm...

    You're welcome :)
     
  7. Offline

    Soxra

    nice ;)
     
  8. Offline

    christley

    either permissions support OR give ops the abillity to craft the restricted items.
    because i only wish to restrict the recipes for some groups of players, not everyone
     
    scrub88 likes this.
  9. Offline

    ArcFox

    Could you add multiworld support? Would be funny to design a second world without certain items.
     
  10. Offline

    omerdn1

    Very nice:cool:
     
  11. Offline

    BR_

    Nope, sorry! While I'd love to, it's simply not possible the way it works at the moment.
     
  12. Offline

    NeonJ

    Is it possible to remove ALL crafting and furnace recipes with this, changing it from a blacklist to a whitelist? I could do with that for my adventure world.
     
  13. Offline

    Clucky

    its not working with CB953
    Code:
    18:59:58 [INFO] [NoCraft] Default configuration created.
    18:59:58 [SEVERE] Error occurred while enabling NoCraft v0.1 (Is it up to date?): net.minecraft.server.CraftingManager.a()Lnet/minecraft/server/CraftingManager;
    java.lang.NoSuchMethodError: net.minecraft.server.CraftingManager.a()Lnet/minecraft/server/CraftingManager;
    	at me.br_.minecraft.bukkit.nocraft.NCMain.onEnable(NCMain.java:37)
    	at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
    	at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:857)
    	at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:264)
    	at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:151)
    	at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:136)
    	at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:284)
    	at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:271)
    	at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:148)
    	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
    	at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    
    Please hurry before they find my lucky charms! :oops:

    PS: it says default configuration created because i deleted my first config file in hopes that it would create an updated one... it didn't, just the same old one. :p

    Edit: They found my lucky charms. :( Looks like I'm gonna have to issue a few bans to set a nice example for the rest of them. :p
     
  14. Offline

    Thatpyrodude

    please update to latest craftbukkit versian

    2011-07-02 04:21:40 [SEVERE] Error occurred while enabling NoCraft v0.1 (Is it up to date?): net.minecraft.server.CraftingManager.a()Lnet/minecraft/server/CraftingManager;
    java.lang.NoSuchMethodError: net.minecraft.server.CraftingManager.a()Lnet/minecraft/server/CraftingManager;
    at me.br_.minecraft.bukkit.nocraft.NCMain.onEnable(NCMain.java:37)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:857)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:264)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:151)
    at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:136)
    at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:284)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:271)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:148)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 16, 2016
  15. Offline

    pandapipino

    please update this genius plugin! thanks
     
  16. Offline

    TienSon

    Edit: [I misread the dates on this plugin. I thought that it had been neglected. Now I wonder how on earth I made that mistake. So, my apologies for bugging you to update. I know that is very rude *cough* panda *cough*. I love the usefulness of this plugin combined with cookbook. (Take your time, I'll look forward to when it's updated)]

    Hey, are you planning to update this? It seems really unique.


    I'd like to use it along with Cookbook in order to make golden pickaxes harder to craft - I'd like to add GoldTools to my server, but if I don't change the recipe the gold pickaxe will be just too overpowered.

    Alternatively, can anyone point me to any other plugin that can mimic this effect. I suspect that this is the only one.


    Thanks for considering Edit: [being awesome] (=
     
    BR_ likes this.
  17. Offline

    OptimusAlive I steal plugins as my own

    @BR_ Hey there dude, you have a cool plugin here, but the video "was removed by user" and I don't know what commands does this plugin uses, I had to go to the source to find out!



    PS:May I use part of the code, to make a plugin that disables certain furnace recipes ?
    Don't steal the idea
     
    TienSon likes this.
  18. Offline

    OptimusAlive I steal plugins as my own

    Considered unactive ?
    The vid is off, I don't know anything about this plugins, how it works etc !
    (Gladly I know java and I got the source and I know the commands .....)
     
  19. Offline

    TienSon

    Do you know if there's a way to go into .minecraft and simply delete a recipe there? It's just me and 2 friends going to use my server and I'd just like to disable one item.
     
  20. Offline

    OptimusAlive I steal plugins as my own

    Unfortenly, you can't, because the recipes in game are the recipes that come in craft bukkit, aka if you delete one in .minecraft it won't do much thing for multiplayer, only for singleplayer
    By the way, wish recipe?
    I could make you a simple, lightweight plugin if you want !
     
  21. Offline

    TienSon

    Dude, totally! I want to be able to "delete" the golden pickaxe. I'm using the GoldTools Plugin which makes the golden pickaxe completely broken if you don't make it more difficult to get. I've got my cookbook recipe working, just need to rid myself of that pesky original (=

    Thanks in advance!

    Edit: You could call it GoldPickBeGone or something like that.
     
  22. Offline

    OptimusAlive I steal plugins as my own

    Sure!
    Can you pm me with all of the info of this plugin that you want ?
     
  23. Offline

    Milchshakee

    can you add permissions support ? So that you can disable certain crafting only for specific groups ?
    pls ;)
     
  24. Offline

    Clucky

    Could you make a configurable option to make all gold items non-craftable, because people keep crafting them when they all have special abilities... So now everyone has flying boots, golden helmets, fire resistance, drowning resistance, superpickaxes, etc. its quite annoying... :(
     
  25. Offline

    BR_

    First off, consider all my plugins inactive. I'm on a borrowed computer right now with shaky Internet net. In a few days I'll get my stuff back, but I probably won't be able to work on plugins for a while. If I say I'll do something in this post, it'll take a while to do it.
    Nevermind, I'm semi-active (not working that fast, but working).
    I can't guarantee that it'll work on other builds, and I can definitely say it won't work on other versions of Minecraft. I'll update to 1.7 and the CB RB.
    Great idea :)
    Sorry about that, @Soxra must've taken it down. I'll fix it.
    Go ahead and make it :) You'll have to figure out which variable has the recipes though.
    Shoulda written them in the post, commands are /nc <add/remove> <ID>.
    Nope, the way I made it makes it impossible to do this.
    Add gold items to the blacklist?
     
  26. Offline

    Milchshakee

    Hm....I asked because I need a plugin for my roleplay server which disable crafting of specific items for specific groups. But the plugin which i used before 1.7 was Lockcraft. But it isn't updated yet and the developer didn't reply for over 2 weeks. Maybe you can make your plugin like that: http://forums.bukkit.org/threads/me...t-crafting-of-specific-items-860.19724/page-3
     
  27. Offline

    BR_

    I've been thinking about something like that for a while... I'll try to add the feature :)
     
  28. Offline

    Kainzo

    Permissions nodes? ;)
     
  29. Offline

    aznelven

    i think this would be good for a mmorpg like server...BUY IT PPLZ! >:D
     
  30. Offline

    BR_

    Nope, the way I made it makes it impossible to do this. While it'd be a great thing to have, and I want it, I just can't do it.
    What?
     

Share This Page