Initial commit

This commit is contained in:
Quentin Legot 2020-05-19 20:45:33 +02:00
parent aa8f64e398
commit 7b6f2845df
2 changed files with 19 additions and 0 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
.classpath
.project

View File

@ -0,0 +1,17 @@
package fr.topeka.HelpRulesBook;
import org.bukkit.plugin.java.JavaPlugin;
public class Main extends JavaPlugin{
@Override
public void onEnable() {
}
@Override
public void onDisable() {
}
}