Solved Get info from plugin.yml

Discussion in 'Plugin Development' started by Samthelord1, Feb 9, 2015.

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

    Samthelord1

    I want to grab info from my plugin.yml and use it as a string
    I want to get stuff such as version, commands, name, etc... basic stuff
    I dont really know how to do this, tried a few ways but all suggestions/solutions help
     
  2. Offline

    teej107

    @Samthelord1 Have you tried looking in the Bukkit documentation?
     
  3. Offline

    ComputerCon

    getPlugin().getDescription().getWhateverYouAreTryingToGet()
     
  4. Offline

    teej107

  5. Offline

    Samthelord1

    @teej107 are the javadocs down or something?
     
  6. Offline

    TheEntropy

    @Samthelord1 I haven't been able to use them for sometime now, it's slightly annoying.
     
  7. Offline

    SuperOriginal

  8. Offline

    teej107

    Samthelord1 likes this.
  9. Offline

    Samthelord1

Thread Status:
Not open for further replies.

Share This Page