package com.gmail.woodyc40.common; import net.tridentsdk.plugin.TridentPlugin; import net.tridentsdk.plugin.annotation.PluginDescription; /** * Main plugin class * * @author Pierre C */ @PluginDescription(name = "TridentCommon", author = "Pierre C", version = "1.0") public class Common extends TridentPlugin { }