Removed Plugin
This commit is contained in:
parent
40770541ed
commit
3d4454abd4
1
.idea/misc.xml
generated
1
.idea/misc.xml
generated
@ -1,4 +1,3 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="ExternalStorageConfigurationManager" enabled="true" />
|
||||
<component name="MavenProjectsManager">
|
||||
|
||||
@ -1,21 +0,0 @@
|
||||
package com.cimeyclust.addonreader.resources;
|
||||
|
||||
import cn.nukkit.plugin.PluginBase;
|
||||
|
||||
public class Plugin extends PluginBase {
|
||||
private static Plugin instance;
|
||||
|
||||
public static Plugin getInstance() {
|
||||
return instance;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onLoad() {
|
||||
instance = this;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onEnable() {
|
||||
instance = this;
|
||||
}
|
||||
}
|
||||
@ -1,8 +0,0 @@
|
||||
name: NukkitAddonReader Resources
|
||||
description: Contains the resources for the NukkitAddonReader plugin.
|
||||
main: com.cimeyclust.addonreader.resources.Plugin
|
||||
api: [ "1.0.0" ]
|
||||
version: 1.0.0
|
||||
author: Verox
|
||||
website: https://cimeyclust.com
|
||||
depend: []
|
||||
Loading…
x
Reference in New Issue
Block a user