mirror of
				https://github.com/IntellectualSites/PlotSquared.git
				synced 2025-11-04 03:03:43 +01:00 
			
		
		
		
	Update MVdW version
This commit is contained in:
		@@ -42,7 +42,7 @@ dependencies {
 | 
			
		||||
    implementation("net.alpenblock:BungeePerms:4.0-dev-106")
 | 
			
		||||
    compile("se.hyperver.hyperverse:Core:0.6.0-SNAPSHOT"){ transitive = false }
 | 
			
		||||
    compile('com.sk89q:squirrelid:1.0.0-SNAPSHOT'){ transitive = false }
 | 
			
		||||
    compile('be.maximvdw:MVdWPlaceholderAPI:2.1.1-SNAPSHOT'){ transitive = false }
 | 
			
		||||
    compile('be.maximvdw:MVdWPlaceholderAPI:3.1.1-SNAPSHOT'){ transitive = false }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
sourceCompatibility = 1.8
 | 
			
		||||
 
 | 
			
		||||
@@ -45,7 +45,7 @@
 | 
			
		||||
    <dependency>
 | 
			
		||||
      <groupId>io.papermc</groupId>
 | 
			
		||||
      <artifactId>paperlib</artifactId>
 | 
			
		||||
      <version>1.0.2</version>
 | 
			
		||||
      <version>1.0.4</version>
 | 
			
		||||
      <scope>compile</scope>
 | 
			
		||||
    </dependency>
 | 
			
		||||
    <dependency>
 | 
			
		||||
@@ -84,6 +84,18 @@
 | 
			
		||||
        </exclusion>
 | 
			
		||||
      </exclusions>
 | 
			
		||||
    </dependency>
 | 
			
		||||
    <dependency>
 | 
			
		||||
      <groupId>be.maximvdw</groupId>
 | 
			
		||||
      <artifactId>MVdWPlaceholderAPI</artifactId>
 | 
			
		||||
      <version>3.1.1-SNAPSHOT</version>
 | 
			
		||||
      <scope>compile</scope>
 | 
			
		||||
      <exclusions>
 | 
			
		||||
        <exclusion>
 | 
			
		||||
          <artifactId>*</artifactId>
 | 
			
		||||
          <groupId>*</groupId>
 | 
			
		||||
        </exclusion>
 | 
			
		||||
      </exclusions>
 | 
			
		||||
    </dependency>
 | 
			
		||||
    <dependency>
 | 
			
		||||
      <groupId>com.sk89q.worldedit</groupId>
 | 
			
		||||
      <artifactId>worldedit-core</artifactId>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user