Plugin Request Sign Enchant Adding

Discussion in 'Plugin Help/Development/Requests' started by Creeperzombi3, Apr 28, 2015.

Thread Status:
Not open for further replies.
  1. Offline

    Creeperzombi3

    I was trying to find a plugin where it would add an enchantment level if you paid a certain price.
    I have only found some that use tokens so far. I would like cash :p
    So for example, Paying $1000 would add 1 Fortune to the Fortune 20, Efficiency 10, Unbreaking 5 Pickaxe.


    If you find one please let me know that would be fantastic!
    If not, I would love if someone could make one?

    Thanks for reading
     
  2. Offline

    pie_flavor

  3. Offline

    Creeperzombi3

    @AdamQpzm Essentials enchants an item to a certain enchantment. I am looking for something that ADDS enchantment levels, so paying $1000 for example, would make Fortune 3 -> Fortune 5
     
  4. Offline

    pie_flavor

    @Creeperzombi3 That's exactly what I'm pretty sure this plugin will do.
    I cannot run a test server, so please test it yourself - I don't know whether it will work right off the bat or not.
    EnchantmentSigns.jar
    Ideally, one would put [Enchantment] on line 1, the enchantment ID (get it from minecraft wiki) on the second line, the price on the third line, and the maximum enchantment level (for this sign) on the fourth line.
     
  5. Offline

    Creeperzombi3

    @pie_flavor
    Code:
    [21:49:22] [Server thread/INFO]: [EnchantmentSigns] Enabling EnchantmentSigns v1.0
    [21:49:22] [Server thread/ERROR]: Error occurred while enabling EnchantmentSigns v1.0 (Is it up to date?)
    java.lang.NullPointerException
        at code.EnchantmentSigns.onEnable(EnchantmentSigns.java:23) ~[?:?]
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:316) ~[craftbukkit-1.8.jar:git-Bukkit-"24557bc"]
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:325) [craftbukkit-1.8.jar:git-Bukkit-"24557bc"]
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:404) [craftbukkit-1.8.jar:git-Bukkit-"24557bc"]
        at org.bukkit.craftbukkit.v1_8_R1.CraftServer.loadPlugin(CraftServer.java:338) [craftbukkit-1.8.jar:git-Bukkit-"24557bc"]
        at org.bukkit.craftbukkit.v1_8_R1.CraftServer.enablePlugins(CraftServer.java:311) [craftbukkit-1.8.jar:git-Bukkit-"24557bc"]
        at org.bukkit.craftbukkit.v1_8_R1.CraftServer.reload(CraftServer.java:722) [craftbukkit-1.8.jar:git-Bukkit-"24557bc"]
        at org.bukkit.Bukkit.reload(Bukkit.java:303) [craftbukkit-1.8.jar:git-Bukkit-"24557bc"]
        at org.bukkit.command.defaults.ReloadCommand.execute(ReloadCommand.java:23) [craftbukkit-1.8.jar:git-Bukkit-"24557bc"]
        at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:180) [craftbukkit-1.8.jar:git-Bukkit-"24557bc"]
        at org.bukkit.craftbukkit.v1_8_R1.CraftServer.dispatchCommand(CraftServer.java:623) [craftbukkit-1.8.jar:git-Bukkit-"24557bc"]
        at org.bukkit.craftbukkit.v1_8_R1.CraftServer.dispatchServerCommand(CraftServer.java:609) [craftbukkit-1.8.jar:git-Bukkit-"24557bc"]
        at net.minecraft.server.v1_8_R1.DedicatedServer.aM(DedicatedServer.java:320) [craftbukkit-1.8.jar:git-Bukkit-"24557bc"]
        at net.minecraft.server.v1_8_R1.DedicatedServer.z(DedicatedServer.java:285) [craftbukkit-1.8.jar:git-Bukkit-"24557bc"]
        at net.minecraft.server.v1_8_R1.MinecraftServer.y(MinecraftServer.java:600) [craftbukkit-1.8.jar:git-Bukkit-"24557bc"]
        at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:508) [craftbukkit-1.8.jar:git-Bukkit-"24557bc"]
        at java.lang.Thread.run(Unknown Source) [?:1.8.0_45]
     
  6. Offline

    pie_flavor

    @Creeperzombi3 I thought this would go without saying, you need Vault.
     
  7. Offline

    Creeperzombi3

  8. Offline

    pie_flavor

    @Creeperzombi3 Which vault version and bukkit version is this for?
     
  9. Offline

    timtower Administrator Administrator Moderator

    Moved to Bukkit alternatives
     
  10. Offline

    pie_flavor

  11. Offline

    Creeperzombi3

  12. Offline

    pie_flavor

Thread Status:
Not open for further replies.

Share This Page