Recent content by Clems02

  1. Clems02

    Custom enchant and fireball

    Hi, I'm looking to a custom enchant when you are mining, a fireball is falling in to the mine and create an explosion. I succesful to create a coordinate above the player and put down a fireball with the following code: However I want to change the speed of the fall of the fireball...
  2. Clems02

    Custom enchant plugin

    Hi, I am creating a custom enchantment plugin with 10 custom enchant. The enchantments are created. I wonder how to load them into the main class so I can use them? I can do it for 1 enchantment, but for 10 no? It's working for the enchantment "explosive" (id 102). But how load the other...
  3. Clems02

    Vault NullPointerException

    Don't working. The problem is the vault plugin. When I use "eco." in this class, it's make me an error.
  4. Clems02

    Vault NullPointerException

    I know I need to do it, I'll do it after. But I already want to withdraw 1000 before making the loop. And when I try the plugin, I have 1000 :p
  5. Clems02

    Vault NullPointerException

    It's eco.withdrawPlayer(p, 1000);
  6. Clems02

    Vault NullPointerException

    Hi, I have a NullPointerException in the console why I call a method in a class with eco.withdraw... (vault) I don't know why because in other class like my listener it's work... Can you help me please ? Thank's a lot
  7. Clems02

    Args onCommand check value

    It's work fine :D Ty ! Maybe do you have any tutorial from try/catch to manage exception ?
  8. Clems02

    Args onCommand check value

    Hi, I would like to use a command like this: / set mangouson efficiency 50. It's for set efficienct enchant lvl 50 on an item. But I want to check the value of args[0] and args[2] before check the enchant name of the args[1]. I want to check it to don't create exception and error in the...
  9. Clems02

    Free plugins

    Hi, maybe can you help me to do that ? https://www.mc-market.org/threads/576081/
  10. Clems02

    Free Minecraft Plugins

    Hi, maybe can you help me for my plugin ? Check my post: https://www.mc-market.org/threads/576081/
  11. Clems02

    Free Plugins ✹ Open

    I send you an invitation (Mangouson)
  12. Clems02

    Upgrade enchantment of custom Item with money [OP Prison]

    Hmm ok I'll try. But how do I configure the price of each level? And how do I display the price of the next level in the GUI and display the maximum level of the enchantment? I think I should use a configuration file but how? How to retrieve the variables? Thank you
  13. Clems02

    Help for plugin

    It's not work :'( "Cannot make a static reference to the non-static field main."
  14. Clems02

    Help for plugin

    Hello, I will need help to make a plugin. I created a pick that I will enchant. I wish it was impossible for the player to throw it to the ground. For this, I create my eventhandler. However, I can't get my previously created item (with my isCheck function). Can someone please help me?
Top