mirror of
				https://github.com/IntellectualSites/PlotSquared.git
				synced 2025-11-04 11:13:45 +01:00 
			
		
		
		
	resolve tags in click for flag info command
This commit is contained in:
		@@ -689,8 +689,8 @@ public final class FlagCommand extends Command {
 | 
				
			|||||||
                    TranslatableCaption.of("flag.flag_info_example"),
 | 
					                    TranslatableCaption.of("flag.flag_info_example"),
 | 
				
			||||||
                    TagResolver.builder()
 | 
					                    TagResolver.builder()
 | 
				
			||||||
                            .tag("command", Tag.preProcessParsed("/plot flag set"))
 | 
					                            .tag("command", Tag.preProcessParsed("/plot flag set"))
 | 
				
			||||||
                            .tag("flag", Tag.inserting(Component.text(plotFlag.getName())))
 | 
					                            .tag("flag", Tag.preProcessParsed(plotFlag.getName()))
 | 
				
			||||||
                            .tag("value", Tag.inserting(Component.text(plotFlag.getExample())))
 | 
					                            .tag("value", Tag.preProcessParsed(plotFlag.getExample()))
 | 
				
			||||||
                            .build()
 | 
					                            .build()
 | 
				
			||||||
            );
 | 
					            );
 | 
				
			||||||
            // Default value
 | 
					            // Default value
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user