mirror of
https://github.com/songoda/UltimateKits.git
synced 2024-11-22 18:26:12 +01:00
Updates plugin.yml
and adds DecentHolograms to softdepends
This commit is contained in:
parent
3b396faec6
commit
4d18b309b4
@ -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'
|
||||
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'
|
||||
|
@ -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:
|
||||
|
@ -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: /<command> [reload]
|
||||
usage: /<command>
|
||||
aliases:
|
||||
- kp
|
||||
- uk
|
||||
- ultimatekits
|
||||
|
||||
kit:
|
||||
description: Preview a kit
|
||||
default: true
|
||||
usage: /<commands>
|
||||
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.
|
||||
|
Loading…
Reference in New Issue
Block a user