If you don't want to reset your config, you can put this thing anywhere on your config.
Code (YAML):
# Time in seconds
cooldown:
enabled
: true
time
: 3
messages:
on-cooldown
: '&6&l
(!
) &7You &ccan''t &7open player information for &6
%time% seconds&7.'
And also I've added an example config for
1.13+ server version, check it out on the resource page.
Code (YAML):
# Thank you for downloading this resources
# Don't forget to rate 5 stars :)
# Support: https://discord.gg/vHqQfsF
# Developed by: aglerr
############################################
messages:
no-permission
: '&6&l
(!
) &cNo permission!'
reload
: '&6&l
(!
) &aYou have reloaded the configuration.'
disable-world
: '&6&l
(!
) &cYou can''t use this feature on this world.'
open
: '&6&l
(!
) &aYou have opened &e
%player_name%&a''s information.'
target-not-found
: '&6&l
(!
) &cPlayer not found!'
help-cmd
:
- '&6&l&nPlayerInformation - v1.7'
- '&6/pi view <player> &7- see
any player''s information'
- '&6/pi reload &7- reload the configuration.'
- '&6/pi toggle &7- toggle on/off so other players can''t see your information.'
toggle-blocked
:
- '&6&l
(!
) &7You have &cblocked &7player information'
- '&7Now everyone &ccan''t &7see your information'
toggle-enabled
:
- '&6&l
(!
) &7You have &aenabled &7player information'
- '&7Now everyone &acan &7see your information'
target-toggle-blocked
: '&6&l
(!
) &e
%player_name% &7has player information &cblocked'
# You can put 'disable-worlds: []' to disable this features.
# case-sensitive
disable-worlds
:
- anyworld
- disabledworld
# Interval in ticks
# 20 ticks = 1 second
# 100 ticks = 5 seconds
auto-refresh:
enabled
: true
interval
: 40
# Time in seconds
cooldown:
enabled
: true
time
: 3
messages:
on-cooldown
: '&6&l
(!
) &7You &ccan''t &7open player information for &6
%time% seconds&7.'
fill-inventory:
enabled
: true
material
: BLACK_STAINED_GLASS_PANE
name
: '&f'
data
: 0
amount
: 1
# You will get error message when you have wrong Sounds Enum for your server.
# Make sure to use those sounds enum according to your server version.
# 1.8: http://docs.codelanx.com/Bukkit/1.8/org/bukkit/Sound.html
# Latest: https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Sound.html
sounds:
onOpen:
enabled
: true
name
: BLOCK_LAVA_POP
volume
: 10.0
pitch
: 1.0
onClose:
enabled
: true
name
: BLOCK_LAVA_POP
volume
: 10.0
pitch
: 1.0
GUI:
title
: '
%player_name%''s profile'
size
: 54
close-button:
enabled
: true
material
: BARRIER
name
: '&cClose'
slot
: 49
lore
:
[
]
playerHead:
enabled
: true
amount
: 1
slot
: 22
name
: '&a
%player_name%''s information'
lore:
- '&aKills
:
&f0'
- '&aDeaths
:
&f0'
- '&aBlock Break
:
&f0'
item-null:
mainHand:
enabled
: true
material
: RED_STAINED_GLASS_PANE
data
: 0
slot
: 1
name
: '&aMain Hand'
lore
:
- '&cEmpty!'
# Warning! Off Hand only works for 1.9+ versions
# If you are running a below 1.9 server version.
# Then you need to disable Off Hand (enabled: false)
# Otherwise the plugin will not working properly.
offHand:
enabled
: true
material
: RED_STAINED_GLASS_PANE
data
: 0
slot
: 2
name
: '&aOff Hand'
lore
:
- '&cEmpty!'
helmet:
enabled
: true
material
: RED_STAINED_GLASS_PANE
data
: 0
slot
: 10
name
: '&aHelmet'
lore
:
- '&cEmpty!'
chestplate:
enabled
: true
material
: RED_STAINED_GLASS_PANE
data
: 0
slot
: 19
name
: '&aChestplate'
lore
:
- '&cEmpty!'
leggings:
enabled
: true
material
: RED_STAINED_GLASS_PANE
data
: 0
slot
: 28
name
: '&aLeggings'
lore
:
- '&cEmpty!'
boots:
enabled
: true
material
: RED_STAINED_GLASS_PANE
data
: 0
slot
: 37
name
: '&aBoots'
lore
:
- '&cEmpty!'
# You can create unlimited items in here with PlaceholderAPI support
# And also you can disable commands or lore, example:
# 'commands: []' or 'lore: []'
items:
youCanCreateAnything:
material
: BOOK
data
: 0
slot
: 31
amount
: 1
name
: '&aPlayer Balance'
lore:
- '&fBalance
:
&2&l$&a%vault_eco_balance_formatted%'
commands
:
- '
[CONSOLE
] say args number 1'
- '
[PLAYER
] balance'
- '
[CONSOLE
] say args number 3'
tradeItem:
material
: EMERALD
data
: 0
slot
: 32
amount
: 1
name
: '&aTrade with &e
%player_name%'
lore
:
- '&fClick to trade!'
commands
:
- '
[PLAYER
] trade
%player_name%'
- '
[CLOSE
]'
noCommandItems:
material
: DIAMOND
data
: 0
slot
: 33
amount
: 3
name
: '&bThis is Diamond'
lore
:
- '&fExample
No Command.'
commands
:
[
]