Solved Getting information from plugin.yml

Discussion in 'Plugin Development' started by Ad237, May 9, 2013.

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

    Ad237

    I want it so that when a player joins they get a list of kits available. I need to add this information in several parts of code and if I add a new kit I want to be able to change the information without having to edit every part of code. Am I able to add another part to the plugin.yml with a list of kits and then how would I tell the plugin to get this information. Thanks for the help.
     
  2. Offline

    ktar5

    You would not edit the plugin.yml for this. For this you'd use config files. Theres a nice tutorial on bukkit wiki
     
  3. Offline

    Ad237

    Ok thank you.
     
Thread Status:
Not open for further replies.

Share This Page