Advertisement
Drakia

Untitled

Mar 11th, 2012
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.23 KB | None | 0 0
  1. private YamlConfiguration newConfig;
  2.  
  3. onEnable() {
  4.     InputStream is = getResource("plugin.yml");
  5.     if (is != null) {
  6.         newConfig = YamlConfiguration.loadConfiguration(is);
  7.         string CBBuild = newConfig.getString("bukkitbuild");
  8.     }
  9.  
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement