- Katılım
- 19 Nisan 2018
- Mesajlar
- 1.513
- Elmaslar
- 1.053
- Puan
- 17.055
- Konum
- Kocaeli/Gebze
- Minecraft
- JordJarv
Discord:
Abdullah T.#0001
Merhaba, sayın forum okuyucuları;
Biliyorsunuz artık profil eklentiler/skriptleri olduğu kadar beğenilmiyor. Daha iyisi! Daha iyisi! Diyen arkadaşlara bu konu işine yarayacaktır, hadi eklentimize geçelim de mi;
Çalışan eklenti sürümleri;
Biliyorsunuz artık profil eklentiler/skriptleri olduğu kadar beğenilmiyor. Daha iyisi! Daha iyisi! Diyen arkadaşlara bu konu işine yarayacaktır, hadi eklentimize geçelim de mi;
Çalışan eklenti sürümleri;
- 1.7
- 1.8
- 1.9
- 1.10
- 1.11
- 1.12
- 1.13
- 1.14
- 1.15
Bazı özelliklerine geçmede fayda vardır hadi başlayalım.
Yapılandırılabilir GUI (Başlık)
Yeniden Yükle Komutu
Oyuncunun bilgilerini açmak için Shift + RightClick
NPC bilgilerini açmayı devre dışı bırak
Ve PAPİ özelliği ile sizlere hizmet vermekte.
Verilecek yetkiler;
playerinfo.admin
Sadece bir komuttan oluşmakta;
/pl reload - Eklentiyi günceller.
Hadi resmine geçelim;
Hazır config.yml;
Konumuz bu kadardı yeni konularda görüşmek üzere.
Yapılandırılabilir GUI (Başlık)
Yeniden Yükle Komutu
Oyuncunun bilgilerini açmak için Shift + RightClick
NPC bilgilerini açmayı devre dışı bırak
Ve PAPİ özelliği ile sizlere hizmet vermekte.
Verilecek yetkiler;
playerinfo.admin
Sadece bir komuttan oluşmakta;
/pl reload - Eklentiyi günceller.
Hadi resmine geçelim;
Hazır config.yml;
Kod:
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.'
# 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:
itemInHand:
enabled: true
material: STAINED_GLASS_PANE
data: 14
slot: 1
name: '&aHand Item'
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: EMERALD
data: 0
slot: 31
amount: 1
name: '&aPlayer Balance'
lore:
- '&fBalance: &2&l$&a%vault_eco_balance_formatted%'
Konumuz bu kadardı yeni konularda görüşmek üzere.