mirror of
https://github.com/SPAWNRYS-ban/FUCK-CustomDiscs.git
synced 2026-01-26 19:29:38 +05:00
Lemons
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
package com.example.voicechatplugin;
|
||||
package na.Navoei.customdiscsplugin;
|
||||
|
||||
import de.maxhenkel.voicechat.api.BukkitVoicechatService;
|
||||
import org.apache.logging.log4j.LogManager;
|
||||
@@ -7,7 +7,7 @@ import org.bukkit.plugin.java.JavaPlugin;
|
||||
|
||||
import javax.annotation.Nullable;
|
||||
|
||||
public final class ExamplePlugin extends JavaPlugin {
|
||||
public final class CustomDiscs extends JavaPlugin {
|
||||
|
||||
public static final String PLUGIN_ID = "example_plugin";
|
||||
public static final Logger LOGGER = LogManager.getLogger(PLUGIN_ID);
|
||||
@@ -1,4 +1,4 @@
|
||||
package com.example.voicechatplugin;
|
||||
package na.Navoei.customdiscsplugin;
|
||||
|
||||
import de.maxhenkel.voicechat.api.VoicechatApi;
|
||||
import de.maxhenkel.voicechat.api.VoicechatPlugin;
|
||||
@@ -11,7 +11,7 @@ public class ExampleVoicechatPlugin implements VoicechatPlugin {
|
||||
*/
|
||||
@Override
|
||||
public String getPluginId() {
|
||||
return ExamplePlugin.PLUGIN_ID;
|
||||
return CustomDiscs.PLUGIN_ID;
|
||||
}
|
||||
|
||||
/**
|
||||
Reference in New Issue
Block a user