Initial commit
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
package com.crimsonwarpedcraft.exampleplugin;
|
||||
|
||||
import io.papermc.lib.PaperLib;
|
||||
import org.bukkit.plugin.java.JavaPlugin;
|
||||
|
||||
|
||||
/**
|
||||
* Created by Levi Muniz on 7/29/20.
|
||||
*
|
||||
* @author Copyright (c) Levi Muniz. All Rights Reserved.
|
||||
*/
|
||||
public class ExamplePlugin extends JavaPlugin {
|
||||
|
||||
@Override
|
||||
public void onEnable() {
|
||||
PaperLib.suggestPaper(this);
|
||||
|
||||
saveDefaultConfig();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user