Adilol

Bukkit

Sep 11th, 2011
223
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.31 KB | None | 0 0
  1. package com.test.testplugin;
  2.  
  3. import org.bukkit.plugin.java.JavaPlugin;
  4. import org.bukkit.util.config.Configuration;
  5.  
  6. public class TestPlugin extends JavaPlugin {
  7.     protected static Configuration CONFIG;
  8.  
  9.     public void onEnable() {
  10.         CONFIG = getConfiguration();
  11.     }
  12.  
  13.     public void onDisable() {
  14.  
  15.     }
  16. }
Advertisement
Add Comment
Please, Sign In to add comment