- Configurable GUI (Title)
- Configurable each slots of every items
- Reload Command
- Fill Inventory
- You can create many items as you want with commands action (check config)
- Shift + RightClick to open player's information
- Disable opening NPCs information
- PlaceholderAPI support
- Toggle Command, so others can't open your information
- View others information with commands
- /pi - shows help message
- /pi reload - reload the configuration
- /pi view <player> - view player information
- /pi toggle - toggle blocked/enable player information per player
- playerinformation.help
- playerinformation.reload
- playerinformation.view
- playerinformation.toggle
Join the discord server if you need some help or if you want to ask some question. Feel free to donate me, any $ would be very appreciated!
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.3'
- '&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.
disable-worlds:
- anyworld
- disabledworld
fill-inventory:
enabled: true
material: STAINED_GLASS_PANE
name: '&f'
data: 15
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.
# Sounds Enum:
# 1.7.x: https://pastebin.com/9jbmgjHb
# 1.8.x: https://pastebin.com/chgFQ6Qe
# 1.9: https://pastebin.com/gPVc30AX
# 1.12.x: https://pastebin.com/fpjUVppS
# 1.13.x: https://pastebin.com/CkQ1WZuw
# 1.14.x: https://pastebin.com/Z3eh7SP5
# 1.15.x: https://pastebin.com/BZeQSYMN
#
# Source: https://www.spigotmc.org/threads/sounds-spigot-1-7-1-14-4-sound-enums.340452/
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'
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: STAINED_GLASS_PANE
data: 14
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: STAINED_GLASS_PANE
data: 14
slot: 2
name: '&aOff Hand'
lore:
- '&cEmpty!'
helmet:
enabled: true
material: STAINED_GLASS_PANE
data: 14
slot: 10
name: '&aHelmet'
lore:
- '&cEmpty!'
chestplate:
enabled: true
material: STAINED_GLASS_PANE
data: 14
slot: 19
name: '&aChestplate'
lore:
- '&cEmpty!'
leggings:
enabled: true
material: STAINED_GLASS_PANE
data: 14
slot: 28
name: '&aLeggings'
lore:
- '&cEmpty!'
boots:
enabled: true
material: STAINED_GLASS_PANE
data: 14
slot: 37
name: '&aBoots'
lore:
- '&cEmpty!'
# You can create unlimited items in here with PlaceholderAPI support
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%'
Known Bugs:
- You can't create an items with the same material. Make sure to have different items.
