Making Custom Currency Plugin - Loads but not functioning

Discussion in 'Plugin Development' started by spiderking220, Apr 17, 2014.

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

    spiderking220

    Hey everyone,
    I made a little custom currency plugin, and it loads and enables, but it does not work. I only used this plugin and nothing else and it did not work. Should I try adding Vault or something?

    Here's the code: http://pastebin.com/aBB3b5iA
    My config.yml is empty and my plugin.yml is set up normally.
     
  2. Offline

    Glumpz

    You need to register the events in the onEnable() method.
     
    spiderking220 likes this.
  3. Offline

    spiderking220

    Glumpz thank you, but how would I do this exactly? Sorry I'm new to coding and new to Bukkit API / java.
     
  4. Offline

    Glumpz

    spiderking220 I gave you what you need. Please just google it.
     
  5. Offline

    Stealth2800

  6. Offline

    spiderking220

    Thank you.
     
Thread Status:
Not open for further replies.

Share This Page