mirror of
				https://e.coding.net/circlecloud/MiaoBoard.git
				synced 2025-11-03 17:56:30 +00:00 
			
		
		
		
	@@ -12,6 +12,7 @@ import cn.citycraft.PluginHelper.kit.PluginKit;
 | 
			
		||||
import cn.citycraft.PluginHelper.utils.VersionChecker;
 | 
			
		||||
import pw.yumc.MiaoBoard.listener.PlayerListener;
 | 
			
		||||
import pw.yumc.MiaoBoard.scoreboard.ScoreBoardManager;
 | 
			
		||||
import pw.yumc.YumCore.update.SubscribeTask;
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * 喵式记分板主类
 | 
			
		||||
@@ -37,6 +38,8 @@ public class MiaoBoard extends JavaPlugin implements HandlerCommands {
 | 
			
		||||
            PluginKit.disable("DON'T TRY TO CHANGE THE URL...");
 | 
			
		||||
            throw new IllegalAccessError("Access Check Failed...");
 | 
			
		||||
        }
 | 
			
		||||
        SubscribeTask.navite = true;
 | 
			
		||||
        new SubscribeTask(true);
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    @Override
 | 
			
		||||
 
 | 
			
		||||
@@ -4,7 +4,8 @@ main: ${project.groupId}.${project.artifactId}.${project.artifactId}
 | 
			
		||||
version: ${project.version}-git-${env.GIT_COMMIT}
 | 
			
		||||
author: 喵♂呜
 | 
			
		||||
website: ${ciManagement.url}
 | 
			
		||||
depend: PlaceholderAPI
 | 
			
		||||
depend:
 | 
			
		||||
- PlaceholderAPI
 | 
			
		||||
commands:
 | 
			
		||||
  ${project.artifactId}:
 | 
			
		||||
    description: ${project.artifactId} - ${project.description}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user