mirror of
				https://github.com/PlaceholderAPI/PlaceholderAPI
				synced 2025-10-30 18:03:43 +01:00 
			
		
		
		
	Changed to use authors instead of hardcoded.
This commit is contained in:
		| @@ -49,7 +49,7 @@ public class PlaceholderAPICommands implements CommandExecutor { | ||||
|     if (args.length == 0) { | ||||
|  | ||||
|       Msg.msg(s, "PlaceholderAPI &7version &b&o" + plugin.getDescription().getVersion(), | ||||
|           "&fCreated by&7: &bextended_clip", | ||||
|           "&fCreated by&7: &b" + plugin.getDescription().getAuthors(), | ||||
|               "&fPapi commands: &b/papi help", | ||||
|               "&fEcloud commands: &b/papi ecloud"); | ||||
|       return true; | ||||
|   | ||||
| @@ -1,7 +1,7 @@ | ||||
| name: ${project.name} | ||||
| main: me.clip.placeholderapi.PlaceholderAPIPlugin | ||||
| version: ${project.version} | ||||
| author: [extended_clip, glare] | ||||
| authors: [extended_clip, Glare] | ||||
| description: ${project.description} | ||||
| api-version: 1.13 | ||||
| permissions: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user