diff --git a/src/main/resources/SettingDefinitions.yml b/src/main/resources/SettingDefinitions.yml index f25b100..44eee6f 100644 --- a/src/main/resources/SettingDefinitions.yml +++ b/src/main/resources/SettingDefinitions.yml @@ -8,4 +8,4 @@ Glass-Type: 'This is the id of the glass used for the background in the inventor Rainbow-Glass: 'If this is enabled the glass background will be randomized colors.' Only-Show-Kits-With-Perms: 'If this is set to true kit in the /kit gui will only show up if the user has perms for them.' Dont-Preview-Commands: 'When enabled this will prevent commands from being previewed in UltimateKits' -Kits-Free-With-Perms: 'If this is enabled players will be able to get a kit free through kit preview if they have perms for the kit in essentials/ultimatecore' \ No newline at end of file +Kits-Free-With-Perms: 'If this is enabled players will be able to get a kit free through kit preview if they have perms for the kit in essentials/ultimatecore' diff --git a/src/main/resources/en_US.lang b/src/main/resources/en_US.lang index 0da1b88..02db00c 100644 --- a/src/main/resources/en_US.lang +++ b/src/main/resources/en_US.lang @@ -1,5 +1,4 @@ # General Messages - general: nametag: prefix: '&8[&9UltimateKits&8]' @@ -11,6 +10,7 @@ general: link: '&9Link' free: Free any: Any + # Interface Messages interface: selector: @@ -165,6 +165,7 @@ interface: switchtokitfunctionslore: '&7Click to switch back|&7to the kit functions.' itemfunctionlore: '&7Display Item: &6%item%|&7Display Name: &6%name%|&7Display Lore: &6%lore%||&7Left-Click: &6To set a display item.|&7Middle-Click: &6To set a display name.|&7Right-Click: &6To set display lore.|&7Shift-Click: &6To set chance.||&7Display options only show up on display.|&7This can be useful if you want to explain|&7What an item does without putting it in the|&7permanent lore.||&6Leave function mode to move items.' saved: '&8Changes to &a%kit% &8saved successfully.' + # Command Messages command: general: @@ -178,6 +179,7 @@ command: crate: given: '&9Gave &7%player% &9crate &7%crate% &9for kit &7%kit%.' doesntexist: '&cThis crate is not loaded.' + # Event Messages event: preview: diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index 83fb2d2..68ee922 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -6,6 +6,7 @@ api-version: 1.13 main: com.craftaro.ultimatekits.UltimateKits softdepend: - CMI + - DecentHolograms - Essentials - Holograms - HolographicDisplays @@ -16,26 +17,24 @@ softdepend: - UltimateCore - Vault -author: Songoda +author: Craftaro website: ${project.url} commands: kitadmin: description: View information on this plugin. default: true - usage: / [reload] + usage: / aliases: - kp - uk - ultimatekits - kit: description: Preview a kit default: true usage: / aliases: - kits - previewkit: description: Preview a kit default: true @@ -45,9 +44,9 @@ commands: - preview permissions: - ultimatekits.use: + UltimateKits.use: description: allows the user to preview kit default: true - ultimatekits.admin: + UltimateKits.admin: description: Gives access to admin commands.