mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-08-06 04:23:26 +00:00
9 lines
189 B
Java
9 lines
189 B
Java
![]() |
package com.intellectualcrafters.plot;
|
||
|
|
||
|
import org.bukkit.event.Listener;
|
||
|
import org.bukkit.plugin.java.JavaPlugin;
|
||
|
|
||
|
public class BukkitMain extends JavaPlugin implements Listener {
|
||
|
|
||
|
}
|