Merge branch 'master' into leashed-teleportation
This commit is contained in:
		@@ -367,6 +367,11 @@ bungeeSign=Teleport to
 | 
			
		||||
 | 
			
		||||
# Changes
 | 
			
		||||
 | 
			
		||||
#### \[Version 0.9.0.3] EpicKnarvik97 fork
 | 
			
		||||
 | 
			
		||||
- Adds a missing error message when a player in a vehicle cannot pay the teleportation fee
 | 
			
		||||
- Adds UUID migration to automatically update player names to UUID when possible
 | 
			
		||||
 | 
			
		||||
#### \[Version 0.9.0.2] EpicKnarvik97 fork
 | 
			
		||||
 | 
			
		||||
- Fixes a bug causing Stargates using NETHER_PORTAL blocks to generate nether portals in the nether.
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										2
									
								
								pom.xml
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								pom.xml
									
									
									
									
									
								
							@@ -4,7 +4,7 @@
 | 
			
		||||
 | 
			
		||||
    <groupId>net.knarcraft</groupId>
 | 
			
		||||
    <artifactId>Stargate</artifactId>
 | 
			
		||||
    <version>0.9.0.2</version>
 | 
			
		||||
    <version>0.9.0.3</version>
 | 
			
		||||
 | 
			
		||||
    <licenses>
 | 
			
		||||
        <license>
 | 
			
		||||
 
 | 
			
		||||
@@ -1,6 +1,6 @@
 | 
			
		||||
name: Stargate
 | 
			
		||||
main: net.knarcraft.stargate.Stargate
 | 
			
		||||
version: 0.9.0.2
 | 
			
		||||
version: 0.9.0.3
 | 
			
		||||
description: Stargate mod for Bukkit Revived
 | 
			
		||||
author: EpicKnarvik97
 | 
			
		||||
authors: [ Drakia, PseudoKnight, EpicKnarvik97 ]
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user