Anti-Craft

Discussion in 'Archived: Plugin Requests' started by Dan_Dano, Apr 19, 2013.

  1. Offline

    Dan_Dano

    Hello...
    My idea for a plugin is simple.
    I 'm looking for a plugin that makes sure certain items can't be crafted.
    If you try to craft a certain item, just nothing will appear in the craftingtable output.
    I think its possible, and i need it for my server...
    Here is btw a short video about my server:


    Config (example):
    Code:
    Banned items:
    - diamond_sword
    - diamond_helmet
    - diamond_chestplate
    - diamond_leggings
    - diamond_boots
     
  2. Offline

    Super User

    There are many of these plugins you just have to look.
     
  3. Offline

    Dan_Dano

    I tried... but when search on the keyword 'craft' you find things like ....... plugin for minecraft
    Idk were to search on...
     
  4. Online

    timtower Administrator Administrator Moderator

  5. Offline

    Dan_Dano

    Thx...
    Topic can be closed!
     
  6. Online

    timtower Administrator Administrator Moderator

  7. Offline

    Dan_Dano

    Code:
    15:14:50 [SEVERE] Error occurred while enabling disablecraft v1.0 (Is it up to d
    ate?)
     
  8. Online

    timtower Administrator Administrator Moderator

    Dan_Dano If you give the complete error then I can check what is causing the problem
     
  9. Offline

    Dan_Dano

    Code:
    15:14:50 [SEVERE] Error occurred while enabling disablecraft v1.0 (Is it up to d
    ate?)
    java.lang.NoClassDefFoundError: net/minecraft/server/CraftingManager
            at me.tabr.disablecraft.DCMain.onEnable(DCMain.java:266)
            at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:217)
            at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader
    .java:457)
            at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManage
    r.java:381)
            at org.bukkit.craftbukkit.v1_5_R2.CraftServer.loadPlugin(CraftServer.jav
    a:282)
            at org.bukkit.craftbukkit.v1_5_R2.CraftServer.enablePlugins(CraftServer.
    java:264)
            at org.bukkit.craftbukkit.v1_5_R2.CraftServer.reload(CraftServer.java:60
    5)
            at org.bukkit.Bukkit.reload(Bukkit.java:184)
            at org.bukkit.command.defaults.ReloadCommand.execute(ReloadCommand.java:
    23)
            at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:18
    7)
            at org.bukkit.craftbukkit.v1_5_R2.CraftServer.dispatchCommand(CraftServe
    r.java:523)
            at org.bukkit.craftbukkit.v1_5_R2.CraftServer.dispatchServerCommand(Craf
    tServer.java:512)
            at net.minecraft.server.v1_5_R2.DedicatedServer.am(DedicatedServer.java:
    261)
            at net.minecraft.server.v1_5_R2.DedicatedServer.r(DedicatedServer.java:2
    26)
            at net.minecraft.server.v1_5_R2.MinecraftServer.q(MinecraftServer.java:4
    74)
            at net.minecraft.server.v1_5_R2.MinecraftServer.run(MinecraftServer.java
    :407)
            at net.minecraft.server.v1_5_R2.ThreadServerApplication.run(SourceFile:5
    73)
    Caused by: java.lang.ClassNotFoundException: net.minecraft.server.CraftingManage
    r
            at org.bukkit.plugin.java.PluginClassLoader.findClass0(PluginClassLoader
    .java:70)
            at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.
    java:53)
            at java.lang.ClassLoader.loadClass(Unknown Source)
            at java.lang.ClassLoader.loadClass(Unknown Source)
            ... 17 more
    The problem is: the plugin is outdated

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 1, 2016
  10. Online

    timtower Administrator Administrator Moderator

    Dan_Dano It uses an class that isn't used anymore, will see if I can do something about it
     
  11. Offline

    martian3333

  12. Offline

    MrTomTomHD

Share This Page