mirror of
				https://github.com/IntellectualSites/PlotSquared.git
				synced 2025-11-04 11:13:45 +01:00 
			
		
		
		
	Fixed rating
This commit is contained in:
		@@ -8,7 +8,7 @@
 | 
			
		||||
	    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
 | 
			
		||||
	</properties>
 | 
			
		||||
    <artifactId>PlotSquared</artifactId>
 | 
			
		||||
    <version>2.11.3</version>
 | 
			
		||||
    <version>2.11.4</version>
 | 
			
		||||
    <name>PlotSquared</name>
 | 
			
		||||
    <packaging>jar</packaging>
 | 
			
		||||
    <build>
 | 
			
		||||
 
 | 
			
		||||
@@ -187,7 +187,7 @@ public class Info extends SubCommand {
 | 
			
		||||
        info = info.replaceAll("%owner%", owner);
 | 
			
		||||
        info = info.replaceAll("%members%", members);
 | 
			
		||||
        info = info.replaceAll("%trusted%", trusted);
 | 
			
		||||
        info = info.replaceAll("%helpers%", trusted);
 | 
			
		||||
        info = info.replaceAll("%helpers%", members);
 | 
			
		||||
        info = info.replaceAll("%denied%", denied);
 | 
			
		||||
        info = info.replaceAll("%flags%", Matcher.quoteReplacement(flags));
 | 
			
		||||
        info = info.replaceAll("%build%", build + "");
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user