mirror of
				https://github.com/IntellectualSites/PlotSquared.git
				synced 2025-11-04 03:03:43 +01:00 
			
		
		
		
	Perform code formatting according to editorconfig (#3981)
* Perform code reformatting * Fix javadoc errors
This commit is contained in:
		
				
					committed by
					
						
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							9cd0ee9b49
						
					
				
				
					commit
					e6db8e2750
				
			@@ -4,16 +4,16 @@ api-version: "1.13"
 | 
			
		||||
version: "${version}"
 | 
			
		||||
load: STARTUP
 | 
			
		||||
description: "Easy, yet powerful Plot World generation and management."
 | 
			
		||||
authors: [Citymonstret, Empire92, MattBDev, dordsor21, NotMyFault, SirYwell]
 | 
			
		||||
authors: [ Citymonstret, Empire92, MattBDev, dordsor21, NotMyFault, SirYwell ]
 | 
			
		||||
website: https://www.spigotmc.org/resources/77506/
 | 
			
		||||
softdepend: [Vault, PlaceholderAPI, Essentials, LuckPerms, BungeePerms, MVdWPlaceholderAPI]
 | 
			
		||||
loadbefore: [MultiWorld, Multiverse-Core]
 | 
			
		||||
depend: [WorldEdit]
 | 
			
		||||
softdepend: [ Vault, PlaceholderAPI, Essentials, LuckPerms, BungeePerms, MVdWPlaceholderAPI ]
 | 
			
		||||
loadbefore: [ MultiWorld, Multiverse-Core ]
 | 
			
		||||
depend: [ WorldEdit ]
 | 
			
		||||
database: false
 | 
			
		||||
commands:
 | 
			
		||||
  plots:
 | 
			
		||||
    description: Plot command.
 | 
			
		||||
    aliases: [p,plot,ps,plotsquared,p2,2,plotme]
 | 
			
		||||
    aliases: [ p,plot,ps,plotsquared,p2,2,plotme ]
 | 
			
		||||
    permission: plots.use
 | 
			
		||||
    permission-message: "You are lacking the permission node 'plots.use'"
 | 
			
		||||
permissions:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user