Add more defaults to plugin.yml
This commit is contained in:
		| @@ -212,8 +212,8 @@ public class LDUploadLogs implements LDCommand { | |||||||
|                                     sender.spigot().sendMessage(builder.create()); |                                     sender.spigot().sendMessage(builder.create()); | ||||||
|                                 } else { |                                 } else { | ||||||
|                                     sender.sendMessage( |                                     sender.sendMessage( | ||||||
|                                             ChatColor.GOLD + "Log: " + latestPaste + "\nConfig: " + configPaste + |                                             ChatColor.GOLD + "Please provide the three links! Log: " + latestPaste + | ||||||
|                                                     "\nDisguises: " + disguisesPaste); |                                                     "\nConfig: " + configPaste + "\nDisguises: " + disguisesPaste); | ||||||
|                                 } |                                 } | ||||||
|                             } |                             } | ||||||
|                         }.runTask(LibsDisguises.getInstance()); |                         }.runTask(LibsDisguises.getInstance()); | ||||||
| @@ -230,7 +230,6 @@ public class LDUploadLogs implements LDCommand { | |||||||
|         } |         } | ||||||
|     } |     } | ||||||
|  |  | ||||||
|  |  | ||||||
|     private boolean isTooBig(File file) { |     private boolean isTooBig(File file) { | ||||||
|         return file.exists() && file.length() >= 512 * 1024; |         return file.exists() && file.length() >= 512 * 1024; | ||||||
|     } |     } | ||||||
|   | |||||||
| @@ -154,39 +154,58 @@ permissions: | |||||||
|       libsdisguises.seecmd.grabhead: true |       libsdisguises.seecmd.grabhead: true | ||||||
|   libsdisguises.seecmd.disguiseviewself: |   libsdisguises.seecmd.disguiseviewself: | ||||||
|     description: See the /disguiseviewself command in tab-completion |     description: See the /disguiseviewself command in tab-completion | ||||||
|  |     default: true | ||||||
|   libsdisguises.seecmd.disguise: |   libsdisguises.seecmd.disguise: | ||||||
|     description: See the /disguise command in tab-completion |     description: See the /disguise command in tab-completion | ||||||
|  |     default: true | ||||||
|   libsdisguises.seecmd.disguiseentity: |   libsdisguises.seecmd.disguiseentity: | ||||||
|     description: See the /disguiseentity command in tab-completion |     description: See the /disguiseentity command in tab-completion | ||||||
|  |     default: true | ||||||
|   libsdisguises.seecmd.disguisehelp: |   libsdisguises.seecmd.disguisehelp: | ||||||
|     description: See the /disguisehelp command in tab-completion |     description: See the /disguisehelp command in tab-completion | ||||||
|  |     default: true | ||||||
|   libsdisguises.seecmd.disguiseplayer: |   libsdisguises.seecmd.disguiseplayer: | ||||||
|     description: See the /disguiseplayer command in tab-completion |     description: See the /disguiseplayer command in tab-completion | ||||||
|  |     default: true | ||||||
|   libsdisguises.seecmd.disguiseradius: |   libsdisguises.seecmd.disguiseradius: | ||||||
|     description: See the /disguiseradius command in tab-completion |     description: See the /disguiseradius command in tab-completion | ||||||
|  |     default: true | ||||||
|   libsdisguises.seecmd.undisguise: |   libsdisguises.seecmd.undisguise: | ||||||
|     description: See the /undisguise command in tab-completion |     description: See the /undisguise command in tab-completion | ||||||
|  |     default: true | ||||||
|   libsdisguises.seecmd.undisguiseentity: |   libsdisguises.seecmd.undisguiseentity: | ||||||
|     description: See the /undisguiseentity command in tab-completion |     description: See the /undisguiseentity command in tab-completion | ||||||
|  |     default: true | ||||||
|   libsdisguises.seecmd.undisguiseplayer: |   libsdisguises.seecmd.undisguiseplayer: | ||||||
|     description: See the /undisguiseplayer command in tab-completion |     description: See the /undisguiseplayer command in tab-completion | ||||||
|  |     default: true | ||||||
|   libsdisguises.seecmd.undisguiseradius: |   libsdisguises.seecmd.undisguiseradius: | ||||||
|     description: See the /undisguiseradius command in tab-completion |     description: See the /undisguiseradius command in tab-completion | ||||||
|  |     default: true | ||||||
|   libsdisguises.seecmd.disguiseclone: |   libsdisguises.seecmd.disguiseclone: | ||||||
|     description: See the /disguiseclone command in tab-completion |     description: See the /disguiseclone command in tab-completion | ||||||
|  |     default: true | ||||||
|   libsdisguises.seecmd.disguisemodify: |   libsdisguises.seecmd.disguisemodify: | ||||||
|     description: See the /disguisemodify command in tab-completion |     description: See the /disguisemodify command in tab-completion | ||||||
|  |     default: true | ||||||
|   libsdisguises.seecmd.disguisemodifyplayer: |   libsdisguises.seecmd.disguisemodifyplayer: | ||||||
|     description: See the /disguisemodifyplayer command in tab-completion |     description: See the /disguisemodifyplayer command in tab-completion | ||||||
|  |     default: true | ||||||
|   libsdisguises.seecmd.disguisemodifyradius: |   libsdisguises.seecmd.disguisemodifyradius: | ||||||
|     description: See the /disguisemodifyradius command in tab-completion |     description: See the /disguisemodifyradius command in tab-completion | ||||||
|  |     default: true | ||||||
|   libsdisguises.seecmd.disguisemodifyentity: |   libsdisguises.seecmd.disguisemodifyentity: | ||||||
|     description: See the /disguisemodifyentity command in tab-completion |     description: See the /disguisemodifyentity command in tab-completion | ||||||
|  |     default: true | ||||||
|   libsdisguises.seecmd.copydisguise: |   libsdisguises.seecmd.copydisguise: | ||||||
|     description: See the /copydisguise command in tab-completion |     description: See the /copydisguise command in tab-completion | ||||||
|  |     default: true | ||||||
|   libsdisguises.seecmd.grabskin: |   libsdisguises.seecmd.grabskin: | ||||||
|     description: See the /grabskin command in tab-completion |     description: See the /grabskin command in tab-completion | ||||||
|  |     default: true | ||||||
|   libsdisguises.seecmd.savedisguise: |   libsdisguises.seecmd.savedisguise: | ||||||
|     description: See the /savedisguise command in tab-completion |     description: See the /savedisguise command in tab-completion | ||||||
|  |     default: true | ||||||
|   libsdisguises.seecmd.grabhead: |   libsdisguises.seecmd.grabhead: | ||||||
|     description: See the /grabhead command in tab-completion |     description: See the /grabhead command in tab-completion | ||||||
|  |     default: true | ||||||
		Reference in New Issue
	
	Block a user