Hi! I'm trying to make appears a VIP logo when a player are in a TimedPermission group but didn't work... I have 3 VIP groups to display (vip1, vip2, vip3).. Someone can explain me quickly how i'm suppose to modify the content to make it work? thanks a lot
 
	 
 
	"Timed Permissions: Edit 'vip_*' ( Permissions / Groups )": { 
	    "vip_1": { 
	      "On/Off (true/false)": true, 
	      "Reload delay": 5, 
	      "Commands (leave blank to disable)": null, 
	      "The order the icon should place": 0, 
	      "Change text alignment": 4, 
	      "Text size": 11, 
	      "Text fonts ( 0 - 3 )": 0, 
	      "Color Text ( HEX )": "#ffffff", 
	      "The position on the screen that the icon should be ( LeftTop, CenterTop, RightTop, LeftBottom, CenterBottom, RightBottom)": "CenterTop", 
	      "Swich On": { 
	        "Themes ( HUD - BASIC - CUBE - TRIANGLE )": "HUD", 
	        "Color 1": "#000000", 
	        "Color 2": "#ff9800", 
	        "Color 3": null, 
	        "Color Icon": "#ffffff", 
	        "Opacity 1": 0.3, 
	        "Opacity 2": 1.0, 
	        "Opacity 3": 0.0, 
	        "Opacity icon": 1.0, 
	        "Enlarge icon": 1.5, 
	        "Icon ID": "Vip_3", 
	        "URL Custom": null 
	      }, 
	      "Swich OFF": null, 
	      "Position of text in the logo": "20 0 -1 0", 
	      "Width BAR SIZE : 1 - 15": 7 
	    }, 
	    "demo": { 
	      "On/Off (true/false)": true, 
	      "Reload delay": 5, 
	      "Commands (leave blank to disable)": null, 
	      "The order the icon should place": 0, 
	      "Change text alignment": 4, 
	      "Text size": 11, 
	      "Text fonts ( 0 - 3 )": 0, 
	      "Color Text ( HEX )": "#ffffff", 
	      "The position on the screen that the icon should be ( LeftTop, CenterTop, RightTop, LeftBottom, CenterBottom, RightBottom)": "CenterBottom", 
	      "Swich On": { 
	        "Themes ( HUD - BASIC - CUBE - TRIANGLE )": "HUD", 
	        "Color 1": "#000000", 
	        "Color 2": "#ff9800", 
	        "Color 3": null, 
	        "Color Icon": "#ffffff", 
	        "Opacity 1": 0.3, 
	        "Opacity 2": 1.0, 
	        "Opacity 3": 0.0, 
	        "Opacity icon": 1.0, 
	        "Enlarge icon": 1.5, 
	        "Icon ID": "Vip_1", 
	        "URL Custom": null 
	      }, 
	      "Swich OFF": null, 
	      "Position of text in the logo": "20 0 -2 0", 
	      "Width BAR SIZE : 1 - 15": 7 
	    } 
	  },