mirror of
				https://e.coding.net/circlecloud/TeleportRandom.git
				synced 2025-11-03 18:16:02 +00:00 
			
		
		
		
	
							
								
								
									
										4
									
								
								pom.xml
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								pom.xml
									
									
									
									
									
								
							@@ -54,7 +54,9 @@
 | 
			
		||||
	</build>
 | 
			
		||||
	<properties>
 | 
			
		||||
		<jenkins.url>http://ci.citycraft.cn:8080</jenkins.url>
 | 
			
		||||
		<update.description>添加自动更新和使用统计...</update.description>
 | 
			
		||||
		<update.description>修复一直提示更新的问题...</update.description>
 | 
			
		||||
		<update.changes></update.changes>
 | 
			
		||||
		<env.GIT_COMMIT>DEBUG</env.GIT_COMMIT>
 | 
			
		||||
		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
 | 
			
		||||
	</properties>
 | 
			
		||||
	<repositories>
 | 
			
		||||
 
 | 
			
		||||
@@ -1,7 +1,9 @@
 | 
			
		||||
name: TeleportRandom
 | 
			
		||||
main: cn.citycraft.TeleportRandom.TeleportRandom
 | 
			
		||||
website: http://ci.citycraft.cn:8800/jenkins/job/TeleportRandom/
 | 
			
		||||
version: 1.0
 | 
			
		||||
name: ${project.artifactId}
 | 
			
		||||
description: ${project.description}
 | 
			
		||||
main: ${project.groupId}.${project.artifactId}.${project.artifactId}
 | 
			
		||||
version: ${project.version}-git-${env.GIT_COMMIT}
 | 
			
		||||
authors: [喵♂呜]
 | 
			
		||||
website: ${jenkins.url}/job/${project.artifactId}/
 | 
			
		||||
commands:
 | 
			
		||||
  tpr:
 | 
			
		||||
    description: 随机传送插件命令
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user