Useful code examples

Discussion in 'Plugin Development' started by ferrybig, Mar 30, 2012.

Thread Status:
Not open for further replies.
  1. Get the location of an config file:
    Code:java
    1. File configLocation = new File(plugin.getDataFolder(),"config.yml");

    More will be added in the future, as your guys post it
     
    monstuhs likes this.
  2. Offline

    DrAgonmoray

Thread Status:
Not open for further replies.

Share This Page