Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- package com.test.testplugin;
- import org.bukkit.plugin.java.JavaPlugin;
- import org.bukkit.util.config.Configuration;
- public class TestPlugin extends JavaPlugin {
- protected static Configuration CONFIG;
- public void onEnable() {
- CONFIG = getConfiguration();
- }
- public void onDisable() {
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment