First commit
This commit is contained in:
@ -0,0 +1,17 @@
|
||||
/*
|
||||
* This Java source file was generated by the Gradle 'init' task.
|
||||
*/
|
||||
package ovh.herisson.thevoidroad;
|
||||
|
||||
import java.util.logging.Level;
|
||||
|
||||
import org.bukkit.Bukkit;
|
||||
import org.bukkit.plugin.java.JavaPlugin;
|
||||
|
||||
public class TheVoidRoad extends JavaPlugin{
|
||||
|
||||
@Override
|
||||
public void onEnable(){
|
||||
Bukkit.getLogger().log(Level.INFO, "Hello World!");
|
||||
}
|
||||
}
|
7
TheVoidRoad/src/main/resources/plugin.yml
Normal file
7
TheVoidRoad/src/main/resources/plugin.yml
Normal file
@ -0,0 +1,7 @@
|
||||
name: TheVoidRoad
|
||||
version: 1.0.0
|
||||
main: ovh.herisson.thevoidroad.TheVoidRoad
|
||||
description: This is a plugin for the void road's server
|
||||
author: Tonitch
|
||||
website: herisson.ovh
|
||||
api-version: '1.20'
|
Reference in New Issue
Block a user