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>
 | 
						</build>
 | 
				
			||||||
	<properties>
 | 
						<properties>
 | 
				
			||||||
		<jenkins.url>http://ci.citycraft.cn:8080</jenkins.url>
 | 
							<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>
 | 
							<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
 | 
				
			||||||
	</properties>
 | 
						</properties>
 | 
				
			||||||
	<repositories>
 | 
						<repositories>
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,7 +1,9 @@
 | 
				
			|||||||
name: TeleportRandom
 | 
					name: ${project.artifactId}
 | 
				
			||||||
main: cn.citycraft.TeleportRandom.TeleportRandom
 | 
					description: ${project.description}
 | 
				
			||||||
website: http://ci.citycraft.cn:8800/jenkins/job/TeleportRandom/
 | 
					main: ${project.groupId}.${project.artifactId}.${project.artifactId}
 | 
				
			||||||
version: 1.0
 | 
					version: ${project.version}-git-${env.GIT_COMMIT}
 | 
				
			||||||
 | 
					authors: [喵♂呜]
 | 
				
			||||||
 | 
					website: ${jenkins.url}/job/${project.artifactId}/
 | 
				
			||||||
commands:
 | 
					commands:
 | 
				
			||||||
  tpr:
 | 
					  tpr:
 | 
				
			||||||
    description: 随机传送插件命令
 | 
					    description: 随机传送插件命令
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user