Add tab-completion permissions to commands
This commit is contained in:
		
							
								
								
									
										53
									
								
								plugin.yml
									
									
									
									
									
								
							
							
						
						
									
										53
									
								
								plugin.yml
									
									
									
									
									
								
							| @@ -5,23 +5,74 @@ author: libraryaddict | |||||||
| depend: [ProtocolLib] | depend: [ProtocolLib] | ||||||
| commands: | commands: | ||||||
|    libsdisguises: |    libsdisguises: | ||||||
|  |       permission: libsdisguises.seecmd.libsdisguises | ||||||
|    disguise: |    disguise: | ||||||
|       aliases: [d, dis] |       aliases: [d, dis] | ||||||
|  |       permission: libsdisguises.seecmd.disguise | ||||||
|    disguiseentity: |    disguiseentity: | ||||||
|       aliases: [dentity, disentity] |       aliases: [dentity, disentity] | ||||||
|  |       permission: libsdisguises.seecmd.disguiseentity | ||||||
|    disguisehelp: |    disguisehelp: | ||||||
|       aliases: [dhelp, dishelp] |       aliases: [dhelp, dishelp] | ||||||
|  |       permission: libsdisguises.seecmd.disguisehelp | ||||||
|    disguiseplayer: |    disguiseplayer: | ||||||
|       aliases: [dplayer, displayer] |       aliases: [dplayer, displayer] | ||||||
|  |       permission: libsdisguises.seecmd.disguiseplayer | ||||||
|    disguiseradius: |    disguiseradius: | ||||||
|       aliases: [disradius, dradius] |       aliases: [disradius, dradius] | ||||||
|  |       permission: libsdisguises.seecmd.disguiseradius | ||||||
|    undisguise: |    undisguise: | ||||||
|       aliases: [u, und, undis] |       aliases: [u, und, undis] | ||||||
|  |       permission: libsdisguises.seecmd.undisguise | ||||||
|    undisguiseentity: |    undisguiseentity: | ||||||
|       aliases: [undisentity, undentity] |       aliases: [undisentity, undentity] | ||||||
|  |       permission: libsdisguises.seecmd.undisguiseentity | ||||||
|    undisguiseplayer: |    undisguiseplayer: | ||||||
|       aliases: [undisplayer, undplayer] |       aliases: [undisplayer, undplayer] | ||||||
|  |       permission: libsdisguises.seecmd.undisguiseplayer | ||||||
|    undisguiseradius: |    undisguiseradius: | ||||||
|       aliases: [undisradius, undradius] |       aliases: [undisradius, undradius] | ||||||
|  |       permission: libsdisguises.seecmd.undisguiseradius | ||||||
|    disguiseclone: |    disguiseclone: | ||||||
|       aliases: [disguisec, disc, disclone, dclone, clonedisguise, clonedis, cdisguise, cdis] |       aliases: [disguisec, disc, disclone, dclone, clonedisguise, clonedis, cdisguise, cdis] | ||||||
|  |       permission: libsdisguises.seecmd.disguiseclone | ||||||
|  |  | ||||||
|  | permissions: | ||||||
|  |    libsdisguises.seecmd: | ||||||
|  |       description: See all commands in tab-completion | ||||||
|  |       default: true | ||||||
|  |       children: | ||||||
|  |          libsdisguises.seecmd.libsdisguises: true | ||||||
|  |          libsdisguises.seecmd.disguise: true | ||||||
|  |          libsdisguises.seecmd.disguiseentity: true | ||||||
|  |          libsdisguises.seecmd.disguisehelp: true | ||||||
|  |          libsdisguises.seecmd.disguiseplayer: true | ||||||
|  |          libsdisguises.seecmd.disguiseradius: true | ||||||
|  |          libsdisguises.seecmd.undisguise: true | ||||||
|  |          libsdisguises.seecmd.undisguiseentity: true | ||||||
|  |          libsdisguises.seecmd.undisguiseplayer: true | ||||||
|  |          libsdisguises.seecmd.undisguiseradius: true | ||||||
|  |          libsdisguises.seecmd.disguiseclone: true | ||||||
|  |  | ||||||
|  |    libsdisguises.seecmd.libsdisguises: | ||||||
|  |       description: See the /libsdisguises command in tab-completion | ||||||
|  |    libsdisguises.seecmd.disguise: | ||||||
|  |       description: See the /disguise command in tab-completion | ||||||
|  |    libsdisguises.seecmd.disguiseentity: | ||||||
|  |       description: See the /disguiseentity command in tab-completion | ||||||
|  |    libsdisguises.seecmd.disguisehelp: | ||||||
|  |       description: See the /disguisehelp command in tab-completion | ||||||
|  |    libsdisguises.seecmd.disguiseplayer: | ||||||
|  |       description: See the /disguiseplayer command in tab-completion | ||||||
|  |    libsdisguises.seecmd.disguiseradius: | ||||||
|  |       description: See the /disguiseradius command in tab-completion | ||||||
|  |    libsdisguises.seecmd.undisguise: | ||||||
|  |       description: See the /undisguise command in tab-completion | ||||||
|  |    libsdisguises.seecmd.undisguiseentity: | ||||||
|  |       description: See the /undisguiseentity command in tab-completion | ||||||
|  |    libsdisguises.seecmd.undisguiseplayer: | ||||||
|  |       description: See the /undisguiseplayer command in tab-completion | ||||||
|  |    libsdisguises.seecmd.undisguiseradius: | ||||||
|  |       description: See the /undisguiseradius command in tab-completion | ||||||
|  |    libsdisguises.seecmd.disguiseclone: | ||||||
|  |       description: See the /disguiseclone command in tab-completion | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user