Requirements (Wymagania):
- Java 16
- PlaceholderAPI
- Vault (EssentialsX)
Admin Commands (Komendy dla Admina):
- Permission (Uprawnienie): getclan.admin
- EN:
- /clan reload - Reload configuration
- /clan setitem - Set item who will be requirement to create clan
- /clan admin reset all [player] - Reset points, kills, deaths
- /clan admin reset kills [player] - Reset kills
- /clan admin reset deaths [player] - Reset deaths
- /clan admin reset points [player] - Reset points
- /clan admin delete clan [player] - Delete a player's clan
- /clan admin setpoints [player] [points] - Set points for a player
- /clan admin upgrade disable - disable clan upgrades
- /clan admin upgrade enable- enable clan upgrades
- types = [default,DROP_BOOST,MEMBERS,POINTS_BOOST]
- /clan admin give [type] [player] [amount] - give custom item
- /clan admin setitem [type] [level] - sets an item that will be required for a given type of upgrade and a specific level.
- PL
- /klan reload - Przeładowanie konfiguracji
- /klan setitem - Ustaw przedmiot wymagany do stworzenia klanu
- /klan admin reset all [nick] - Zresetuj punkty, zabójstwa, śmierci gracza
- /klan admin reset zabojstwa [nick] - Zresetuj zabójstwa gracza
- /klan admin reset smierci [nick] - Zresetuj śmierci gracza
- /klan admin reset punkty [nick] - Zresetuj punkty gracza
- /klan admin usun klan [nick] - Usuń klan gracza
- /klan admin ustawpunkty [nick] [punkty] - Ustaw punkty dla gracza
- /klan admin ulepszenia off - wylacza ulepszenia
- /klan admin ulepszenia on - wlacza ulepszenia
- typy = [odlamek,DROP_BOOST,MEMBERS,POINTS_BOOST]
- /klan admin give [typ] [nick] [ilosc] - nadaje odlamki
- /klan admin setitem [typ] [poziom] - ustawia item ktory bedzie wymagany na podany typ ulepszenia oraz konkretny poziom
Player Commands (Komendy dla Gracza):
Permission (Uprawnienie): getclan.use
- EN
/player [nickname] - display info about player
- /clan create [tag] - Create a clan
- /clan join [tag] - Join a clan
- /clan leave - Leave the current clan
- /clan info [tag] - Show clan info
- /clan alliance [tag] - Send alliance request
- /clan invite [nickname] - Invite a player to the clan
- /clan kick [nickname] - Kick a player from the clan
- /clan setowner [nickname] - Change clan leader
- /clan deputy [nickname] - Set clan deputy
- /clan removedeputy - Remove clan deputy
- /clan delete - Dissolve the current clan
- /clan pvp - disable/enable pvp in clan
- /clan upgrade - open menu with upgrades in clan
- PL
/gracz [nick] - wyswietla podstawowe informacje o graczu
- /klan stworz [tag] - Stwórz klan
- /klan dolacz [tag] - Dołącz do klanu
- /klan opusc - Opuść obecny klan
- /klan info [tag] - Pokaż informacje o klanie
- /klan sojusz [tag] - Wyślij prośbę o sojusz
- /klan zapros [nick] - Zaproś gracza do klanu
- /klan wyrzuc [nick] - Wyrzuć gracza z klanu
- /klan ustawlidera [nick] - Zmień lidera klanu
- /klan zastepca [nick] - Ustaw zastępcę klanu
- /klan usunzastepce - Usuń zastępcę klanu
- /klan usun - Rozwiąż obecny klan
- /klan pvp - wlacz/wylacz pvp w klanie
- /klan ulepszenia - otwiera gui z ulepszeniami
!<message> - Clan chat (Czat dla klanu)
!!<message> - Allies chat (Czat dla sojuszników)
Note: You can't set points for the clan as the points in the clan are averaged based on each user's points. ([!] Nie można ustawić punktów dla klanu, ponieważ punkty w klanie są liczone na podstawie średniej liczby punktów każdego użytkownika)
Placeholdery:
Ranking:
- %getclan_top_kill_<NUMER>_value% - Returns the kill count (zwraca liczbę zabójstw)
- %getclan_top_kill_<NUMER>_name% - Returns player's name (zwraca nazwę gracza)
- %getclan_top_death_<NUMER>_value% - Returns the death count (zwraca liczbę śmierci)
- %getclan_top_death_<NUMER>_name% - Returns player's name (zwraca nazwę gracza)
- %getclan_top_points_<NUMER>_value% - Returns the point count (zwraca liczbę punktów)
- %getclan_top_points_<NUMER>_name% - Returns player's name (zwraca nazwę gracza)
- %getclan_top_clan_<NUMER>_value% - Returns the clan's point count (zwraca liczbę punktów klanu)
- %getclan_top_clan_<NUMER>_name% - Returns the clan's tag (zwraca tag klanu)
- %getclan_clan_members_online% - return online members
- %getclan_clan_members_size% - return all members
Users:
- %getclan_user_format_points% - Returns player's points with format (zwraca liczbę punktów gracza z formatem)
- %getclan_user_points% - Returns player's points (zwraca liczbę punktów gracza)
- %getclan_clan_format_points% - Returns clan's points with format (zwraca liczbę punktów klanu z formatem)
- %getclan_clan_points% - Returns clan's points (zwraca liczbę punktów klanu)
- %getclan_clan_format_tag% - Returns clan's tag with uppercase and format (zwraca tag klanu z formatem)
- %getclan_clan_format_tag_upper% - Returns clan's tag with format (zwraca tag klanu z wielkich liter wraz z formatem)
- %getclan_clan_tag% - Returns clan's tag (zwraca tag klanu)
- %getclan_clan_tag_upper% - Returns clan's tag with uppercase (zwraca tag klanu z wielkich liter)
- %getclan_user_kills% - Player's kill count (ilość zabójstw gracza)
- %getclan_user_death% - Player's death count (ilość śmierci gracza)
- %getclan_clan_members_online% - liczba członków klanu online
- %getclan_clan_members_size% - całkowita liczba członków klanu
- %getclan_user_has_clan% - Returns player has/not clan (czy gracz posiada klan)
Relational:
- %rel_getclan_tag% - Returns relational TAG (zwraca TAG relacyjny)
- %rel_getclan_tag_upper% - Returns relational TAG with uppercase (zwraca TAG relacyjny z wielkich liter)
Config:
Code (Text):
# Konfiguracja getClan
# Language | Język [PL, EN]
# Language | Language selection [PL, EN]
langType: EN
# Domyślna ilość punktów dla gracza
# Default points for players
defaultPoints: 500
# Limit sojusznikow dla klanu
# Alliance limit for clans
limitAlliance: 2
# Czy ma być włączone pvp dla klanu
# Enable clan PvP
pvpClan: true
# Czy ma być włączone pvp dla sojuszników
# Enable alliance PvP
pvpAlliance: true
# Limit osób w klanie
# Clan member limit
permissionLimitMember:
getclan.default: 5
# System Antiabuse (Nabijanie rankingu)
# Anti-abuse system (Prevent ranking abuse)
systemAntiabuse: true
# Co ile sekund nadal mozna zabic tego samego gracza
# Cooldown time in seconds for killing the same player
cooldown: 300
# Czy wlaczyc platne tworzenie klanu (true | false)
# Enable paid clan creation (true | false)
enablePayment: true
# Jezeli opcja powyzej jest wlaczona to jaka metoda platnosci (ITEM|VAULT)
# If the above option is enabled, specify payment method (ITEM|VAULT)
costType: VAULT
# Koszt - VAULT | ITEM
# Cost - VAULT | ITEM
costCreate: 10.0
itemCost:
material: STONE
# Ograniczenia długości tagu klanu
# Clan tag length restrictions
clansTagLengthMin: 2
clansTagLengthMax: 6
colorOnlinePlayer: '&a'
colorOfflinePlayer: '&7'
# Gdy zastępca lidera nie jest ustawiony
# When deputy leader is not set
noneDeputy: Brak
# Placeholder FORMAT kiedy nie posiadasz TAGU klanu
# Placeholder format when you don't have a clan TAG
noneTag: Brak
# Placeholder FORMAT kiedy nie posidasz punktów klanu
# Placeholder format when you don't have clan points
nonePointsClan: Brak
# [%getclan_user_format_points%] Format dla punktów gracza
# [%getclan_user_format_points%] Format for player points
formatUserPoints: '&7[&f{points}&7]'
# [%getclan_clan_format_points%] Format dla punktów klanu
# [%getclan_clan_format_points%] Format for clan points
formatClanPoints: '&7[&f{points}&7]'
# [%getclan_clan_format_tag%] Format dla tagu
# [%getclan_clan_format_tag%] Format for clan tag
formatTag: '&7[&f{tag}&7]'
# [%rel_getclan_tag%] Format dla sojuszników
# [%rel_getclan_tag%] Format for alliances
formatAlliance: '#147aff{tag}'
# [%rel_getclan_tag%] Format dla członka z klanu
# [%rel_getclan_tag%] Format for clan members
formatMember: '#48ff05{tag}'
# [%rel_getclan_tag%] Format normalny dla tagu | {tag} {player}
# Normal format for tags | {tag} {player}
formatNormal: '&c{tag}'
# Format do wiadomości wysłanej do gildii | {tag} {player}
# Format for messages sent to the clan | {tag} {player}
formatClanMessage: '&6{player} -> ⚐ | &e{message}'
# Format do wiadomości wysłanej do sojuszników | {tag} {player}
# Format for messages sent to alliances | {tag} {player}
formatAllianceMessage: '#006eff{player} -> ⚐ | #78d4ff{message}'
Code (Text):
upgradeEnable: false
whitelistMaterial:
- "STONE"
- "DIAMOND_ORE"
inventoryBase:
size: 45
title: "&8&lᴜʟᴇᴘꜱᴢᴇɴɪᴀ ᴋʟᴀɴᴜ"
itemsDecoration:
- item:
material: "WHITE_STAINED_GLASS_PANE"
displayname: ""
lore: []
unbreakable: false
glow: false
modelData: 0
slots:
- 18
- 2
- 3
- 36
- 37
- 5
- 6
- 39
- 40
- 26
- item:
material: "LIME_STAINED_GLASS_PANE"
displayname: ""
lore: []
unbreakable: false
glow: false
modelData: 0
slots:
- 0
- 36
- 8
- 44
- item:
material: "GREEN_STAINED_GLASS_PANE"
displayname: ""
lore: []
unbreakable: false
glow: false
modelData: 0
slots:
- 1
- 17
- 35
- 37
- 7
- 9
- 27
- 43
upgrades:
- enabled: true
slot: 24
upgradeType: "POINTS_BOOST"
upgradesCost:
0:
item:
material: "IRON_SWORD"
displayname: "&8⬛ #ffd573ᴘᴏᴢɪᴏᴍ 0"
lore:
- ""
- "&7Aktualna bonus: &f0%"
- ""
- "&7Co otrzymasz&8:"
- "&8→ &7Dodatkowe punkty&8: &e5%"
- "&7"
- "&7Aby awansować na kolejny poziom&8:"
- "&8→ &f{amount}&8/&7{need-amount}"
- "&7"
unbreakable: false
glow: false
modelData: 0
cost: 0.0
itemStack:
v: 2975
type: "BOOK"
meta:
==: "ItemMeta"
meta-type: "UNSPECIFIC"
enchants:
DURABILITY: 1
ItemFlags:
- "HIDE_ENCHANTS"
costType: null
boostValue: 0.0
1:
item:
material: "IRON_SWORD"
displayname: "&8⬛ #ffd573ᴘᴏᴢɪᴏᴍ 2"
lore:
- ""
- "&7Aktualna bonus: &f5%"
- ""
- "&7Co otrzymasz&8:"
- "&8→ &7Dodatkowe punkty&8: &e10%"
- "&7"
- "&7Aby awansować na kolejny poziom&8:"
- "&8→ &f{amount}&8/&7{need-amount}"
- "&7"
unbreakable: false
glow: false
modelData: 0
cost: 10.0
itemStack:
v: 2975
type: "BOOK"
meta:
==: "ItemMeta"
meta-type: "UNSPECIFIC"
display-name: "{\"extra\":[{\"text\":\"XYZ\"}],\"text\":\"\"}"
enchants:
DURABILITY: 1
ItemFlags:
- "HIDE_ENCHANTS"
costType: "ITEM"
boostValue: 0.05
2:
item:
material: "IRON_SWORD"
displayname: "&8⬛ #ffd573ᴘᴏᴢɪᴏᴍ 2"
lore:
- ""
- "&7Aktualna bonus: &f10%"
- ""
- "&7Co otrzymasz&8:"
- "&8→ &7Dodatkowe punkty&8: &e15%"
- "&7"
- "&7Aby awansować na kolejny poziom&8:"
- "&8→ &f{amount}&8/&7{need-amount}"
- "&7"
unbreakable: false
glow: false
modelData: 0
cost: 20.0
itemStack:
v: 2975
type: "BOOK"
meta:
==: "ItemMeta"
meta-type: "UNSPECIFIC"
display-name: "{\"extra\":[{\"text\":\"XYZ\"}],\"text\":\"\"}"
enchants:
DURABILITY: 1
ItemFlags:
- "HIDE_ENCHANTS"
costType: "ITEM"
boostValue: 0.1
3:
item:
material: "IRON_SWORD"
displayname: "&8⬛ #ffd573ᴘᴏᴢɪᴏᴍ 3"
lore:
- ""
- "&7Aktualna bonus: &f15%"
- ""
- "&7Co otrzymasz&8:"
- "&8→ &7Dodatkowe punkty&8: &e20%"
- "&7"
- "&7Aby awansować na kolejny poziom&8:"
- "&8→ &f{amount}&8/&7{need-amount}"
- "&7"
unbreakable: false
glow: false
modelData: 0
cost: 30.0
itemStack:
v: 2975
type: "BOOK"
meta:
==: "ItemMeta"
meta-type: "UNSPECIFIC"
display-name: "{\"extra\":[{\"text\":\"XYZ\"}],\"text\":\"\"}"
enchants:
DURABILITY: 1
ItemFlags:
- "HIDE_ENCHANTS"
costType: "ITEM"
boostValue: 0.15
4:
item:
material: "IRON_SWORD"
displayname: "&8⬛ #ffd573ᴘᴏᴢɪᴏᴍ 4"
lore:
- ""
- "&7Aktualna bonus: &f20%"
- ""
- "&7Co otrzymasz&8:"
- "&8→ &7Dodatkowe punkty&8: &e25%"
- "&7"
- "&7Aby awansować na kolejny poziom&8:"
- "&8→ &f{amount}&8/&7{need-amount}"
- "&7"
unbreakable: false
glow: false
modelData: 0
cost: 40.0
itemStack:
v: 2975
type: "BOOK"
meta:
==: "ItemMeta"
meta-type: "UNSPECIFIC"
display-name: "{\"extra\":[{\"text\":\"XYZ\"}],\"text\":\"\"}"
enchants:
DURABILITY: 1
ItemFlags:
- "HIDE_ENCHANTS"
costType: "ITEM"
boostValue: 0.2
5:
item:
material: "IRON_SWORD"
displayname: "&8⬛ #ffd573ᴘᴏᴢɪᴏᴍ 5"
lore:
- ""
- "&7Aktualna bonus: &f25%"
- ""
- "&7Co otrzymasz&8:"
- "&8→ &7Dodatkowe punkty&8: &e30%"
- "&7"
- "&7Aby awansować na kolejny poziom&8:"
- "&8→ &f{amount}&8/&7{need-amount}"
- "&7"
unbreakable: false
glow: false
modelData: 0
cost: 50.0
itemStack:
v: 2975
type: "BOOK"
meta:
==: "ItemMeta"
meta-type: "UNSPECIFIC"
display-name: "{\"extra\":[{\"text\":\"XYZ\"}],\"text\":\"\"}"
enchants:
DURABILITY: 1
ItemFlags:
- "HIDE_ENCHANTS"
costType: "ITEM"
boostValue: 0.25
6:
item:
material: "IRON_SWORD"
displayname: "&8⬛ #ffd573ᴘᴏᴢɪᴏᴍ 6 &7- #e80023&Lᴍᴀx"
lore:
- ""
- "&7Aktualna wartość ulepszenia&8:"
- "&8→ &7Dodatkowe punkty&8: &e30%"
- "&7"
unbreakable: false
glow: false
modelData: 0
cost: 60.0
itemStack:
v: 2975
type: "BOOK"
meta:
==: "ItemMeta"
meta-type: "UNSPECIFIC"
display-name: "{\"extra\":[{\"text\":\"XYZ\"}],\"text\":\"\"}"
enchants:
DURABILITY: 1
ItemFlags:
- "HIDE_ENCHANTS"
costType: "ITEM"
boostValue: 0.3
- enabled: true
slot: 22
upgradeType: "MEMBERS"
upgradesCost:
0:
item:
material: "PLAYER_HEAD"
displayname: "&8⬛ #ffd573ᴘᴏᴢɪᴏᴍ 0"
lore:
- ""
- "&7Aktualna ilość: &f6"
- ""
- "&7Co otrzymasz&8:"
- "&8→ &7Ilość członków&8: &e8"
- "&7"
- "&7Aby awansować na kolejny poziom&8:"
- "&8→ &f{amount}&8/&7{need-amount}"
- "&7"
unbreakable: false
glow: false
modelData: 0
cost: 0.0
itemStack:
v: 2975
type: "BOOK"
meta:
==: "ItemMeta"
meta-type: "UNSPECIFIC"
enchants:
DURABILITY: 1
ItemFlags:
- "HIDE_ENCHANTS"
costType: null
boostValue: 6.0
1:
item:
material: "PLAYER_HEAD"
displayname: "&8⬛ #ffd573ᴘᴏᴢɪᴏᴍ 1"
lore:
- ""
- "&7Aktualna ilość: &f8"
- ""
- "&7Co otrzymasz&8:"
- "&8→ &7Ilość członków&8: &e10"
- "&7"
- "&7Aby awansować na kolejny poziom&8:"
- "&8→ &f{amount}&8/&7{need-amount}"
- "&7"
unbreakable: false
glow: false
modelData: 0
cost: 10.0
itemStack:
v: 2975
type: "BOOK"
meta:
==: "ItemMeta"
meta-type: "UNSPECIFIC"
display-name: "{\"extra\":[{\"text\":\"XYZ\"}],\"text\":\"\"}"
enchants:
DURABILITY: 1
ItemFlags:
- "HIDE_ENCHANTS"
costType: "ITEM"
boostValue: 8.0
2:
item:
material: "PLAYER_HEAD"
displayname: "&8⬛ #ffd573ᴘᴏᴢɪᴏᴍ 2"
lore:
- ""
- "&7Aktualna ilość: &f10"
- ""
- "&7Co otrzymasz&8:"
- "&8→ &7Ilość członków&8: &e12"
- "&7"
- "&7Aby awansować na kolejny poziom&8:"
- "&8→ &f{amount}&8/&7{need-amount}"
- "&7"
unbreakable: false
glow: false
modelData: 0
cost: 20.0
itemStack:
v: 2975
type: "BOOK"
meta:
==: "ItemMeta"
meta-type: "UNSPECIFIC"
display-name: "{\"extra\":[{\"text\":\"XYZ\"}],\"text\":\"\"}"
enchants:
DURABILITY: 1
ItemFlags:
- "HIDE_ENCHANTS"
costType: "ITEM"
boostValue: 10.0
3:
item:
material: "PLAYER_HEAD"
displayname: "&8⬛ #ffd573ᴘᴏᴢɪᴏᴍ 3"
lore:
- ""
- "&7Aktualna ilość: &f12"
- ""
- "&7Co otrzymasz&8:"
- "&8→ &7Ilość członków&8: &e14"
- "&7"
- "&7Aby awansować na kolejny poziom&8:"
- "&8→ &f{amount}&8/&7{need-amount}"
- "&7"
unbreakable: false
glow: false
modelData: 0
cost: 30.0
itemStack:
v: 2975
type: "BOOK"
meta:
==: "ItemMeta"
meta-type: "UNSPECIFIC"
display-name: "{\"extra\":[{\"text\":\"XYZ\"}],\"text\":\"\"}"
enchants:
DURABILITY: 1
ItemFlags:
- "HIDE_ENCHANTS"
costType: "ITEM"
boostValue: 12.0
4:
item:
material: "PLAYER_HEAD"
displayname: "&8⬛ #ffd573ᴘᴏᴢɪᴏᴍ 4"
lore:
- ""
- "&7Aktualna ilość: &f14"
- ""
- "&7Co otrzymasz&8:"
- "&8→ &7Ilość członków&8: &e16"
- "&7"
- "&7Aby awansować na kolejny poziom&8:"
- "&8→ &f{amount}&8/&7{need-amount}"
- "&7"
unbreakable: false
glow: false
modelData: 0
cost: 40.0
itemStack:
v: 2975
type: "BOOK"
meta:
==: "ItemMeta"
meta-type: "UNSPECIFIC"
display-name: "{\"extra\":[{\"text\":\"XYZ\"}],\"text\":\"\"}"
enchants:
DURABILITY: 1
ItemFlags:
- "HIDE_ENCHANTS"
costType: "ITEM"
boostValue: 14.0
5:
item:
material: "PLAYER_HEAD"
displayname: "&8⬛ #ffd573ᴘᴏᴢɪᴏᴍ 5"
lore:
- ""
- "&7Aktualna ilość: &f16"
- ""
- "&7Co otrzymasz&8:"
- "&8→ &7Ilość członków&8: &e18"
- "&7"
- "&7Aby awansować na kolejny poziom&8:"
- "&8→ &f{amount}&8/&7{need-amount}"
- "&7"
unbreakable: false
glow: false
modelData: 0
cost: 50.0
itemStack:
v: 2975
type: "BOOK"
meta:
==: "ItemMeta"
meta-type: "UNSPECIFIC"
display-name: "{\"extra\":[{\"text\":\"XYZ\"}],\"text\":\"\"}"
enchants:
DURABILITY: 1
ItemFlags:
- "HIDE_ENCHANTS"
costType: "ITEM"
boostValue: 16.0
6:
item:
material: "PLAYER_HEAD"
displayname: "&8⬛ #ffd573ᴘᴏᴢɪᴏᴍ 6 &7- #e80023&Lᴍᴀx"
lore:
- ""
- "&7Aktualna wartość ulepszenia&8:"
- "&8→ &7Ilość członków&8: &e18"
- "&7"
unbreakable: false
glow: false
modelData: 0
cost: 60.0
itemStack:
v: 2975
type: "BOOK"
meta:
==: "ItemMeta"
meta-type: "UNSPECIFIC"
display-name: "{\"extra\":[{\"text\":\"XYZ\"}],\"text\":\"\"}"
enchants:
DURABILITY: 1
ItemFlags:
- "HIDE_ENCHANTS"
costType: "ITEM"
boostValue: 18.0
- enabled: true
slot: 20
upgradeType: "DROP_BOOST"
upgradesCost:
0:
item:
material: "DIAMOND_PICKAXE"
displayname: "&8⬛ #ffd573ᴘᴏᴢɪᴏᴍ 0"
lore:
- ""
- "&7Aktualny bonus: &f0%"
- ""
- "&7Co otrzymasz&8:"
- "&8→ &7Zwiększony drop o &e50%"
- "&7"
- "&7Aby awansować na kolejny poziom&8:"
- "&8→ &f{amount}&8/&7{need-amount}"
- "&7"
unbreakable: false
glow: false
modelData: 0
cost: 0.0
itemStack:
v: 2975
type: "BOOK"
meta:
==: "ItemMeta"
meta-type: "UNSPECIFIC"
enchants:
DURABILITY: 1
ItemFlags:
- "HIDE_ENCHANTS"
costType: null
boostValue: 0.0
1:
item:
material: "DIAMOND_PICKAXE"
displayname: "&8⬛ #ffd573ᴘᴏᴢɪᴏᴍ 1"
lore:
- ""
- "&7Aktualny bonus: &f50%"
- ""
- "&7Co otrzymasz&8:"
- "&8→ &7Zwiększony drop o &e100%"
- "&7"
- "&7Aby awansować na kolejny poziom&8:"
- "&8→ &f{amount}&8/&7{need-amount}"
- "&7"
unbreakable: false
glow: false
modelData: 0
cost: 10.0
itemStack:
v: 2975
type: "BOOK"
meta:
==: "ItemMeta"
meta-type: "UNSPECIFIC"
display-name: "{\"extra\":[{\"text\":\"XYZ\"}],\"text\":\"\"}"
enchants:
DURABILITY: 1
ItemFlags:
- "HIDE_ENCHANTS"
costType: "ITEM"
boostValue: 0.5
2:
item:
material: "DIAMOND_PICKAXE"
displayname: "&8⬛ #ffd573ᴘᴏᴢɪᴏᴍ 2"
lore:
- ""
- "&7Aktualny bonus: &f100%"
- ""
- "&7Co otrzymasz&8:"
- "&8→ &7Zwiększony drop o &e150%"
- "&7"
- "&7Aby awansować na kolejny poziom&8:"
- "&8→ &f{amount}&8/&7{need-amount}"
- "&7"
unbreakable: false
glow: false
modelData: 0
cost: 20.0
itemStack:
v: 2975
type: "BOOK"
meta:
==: "ItemMeta"
meta-type: "UNSPECIFIC"
display-name: "{\"extra\":[{\"text\":\"XYZ\"}],\"text\":\"\"}"
enchants:
DURABILITY: 1
ItemFlags:
- "HIDE_ENCHANTS"
costType: "ITEM"
boostValue: 1.0
3:
item:
material: "DIAMOND_PICKAXE"
displayname: "&8⬛ #ffd573ᴘᴏᴢɪᴏᴍ 3"
lore:
- ""
- "&7Aktualny bonus: &f150%"
- ""
- "&7Co otrzymasz&8:"
- "&8→ &7Zwiększony drop o &e200%"
- "&7"
- "&7Aby awansować na kolejny poziom&8:"
- "&8→ &f{amount}&8/&7{need-amount}"
- "&7"
unbreakable: false
glow: false
modelData: 0
cost: 30.0
itemStack:
v: 2975
type: "BOOK"
meta:
==: "ItemMeta"
meta-type: "UNSPECIFIC"
display-name: "{\"extra\":[{\"text\":\"XYZ\"}],\"text\":\"\"}"
enchants:
DURABILITY: 1
ItemFlags:
- "HIDE_ENCHANTS"
costType: "ITEM"
boostValue: 1.5
4:
item:
material: "DIAMOND_PICKAXE"
displayname: "&8⬛ #ffd573ᴘᴏᴢɪᴏᴍ 4"
lore:
- ""
- "&7Aktualny bonus: &f200%"
- ""
- "&7Co otrzymasz&8:"
- "&8→ &7Zwiększony drop o &e250%"
- "&7"
- "&7Aby awansować na kolejny poziom&8:"
- "&8→ &f{amount}&8/&7{need-amount}"
- "&7"
unbreakable: false
glow: false
modelData: 0
cost: 40.0
itemStack:
v: 2975
type: "BOOK"
meta:
==: "ItemMeta"
meta-type: "UNSPECIFIC"
display-name: "{\"extra\":[{\"text\":\"XYZ\"}],\"text\":\"\"}"
enchants:
DURABILITY: 1
ItemFlags:
- "HIDE_ENCHANTS"
costType: "ITEM"
boostValue: 2.0
5:
item:
material: "DIAMOND_PICKAXE"
displayname: "&8⬛ #ffd573ᴘᴏᴢɪᴏᴍ 5"
lore:
- ""
- "&7Aktualny bonus: &f250%"
- ""
- "&7Co otrzymasz&8:"
- "&8→ &7Zwiększony drop o &e300%"
- "&7"
- "&7Aby awansować na kolejny poziom&8:"
- "&8→ &f{amount}&8/&7{need-amount}"
- "&7"
unbreakable: false
glow: false
modelData: 0
cost: 50.0
itemStack:
v: 2975
type: "BOOK"
meta:
==: "ItemMeta"
meta-type: "UNSPECIFIC"
display-name: "{\"extra\":[{\"text\":\"XYZ\"}],\"text\":\"\"}"
enchants:
DURABILITY: 1
ItemFlags:
- "HIDE_ENCHANTS"
costType: "ITEM"
boostValue: 2.5
6:
item:
material: "DIAMOND_PICKAXE"
displayname: "&8⬛ #ffd573ᴘᴏᴢɪᴏᴍ 6 &7- #e80023&Lᴍᴀx"
lore:
- ""
- "&7Aktualna wartość ulepszenia&8:"
- "&8→ &7Zwiększony drop o &e300%"
- "&7"
unbreakable: false
glow: false
modelData: 0
cost: 60.0
itemStack:
v: 2975
type: "BOOK"
meta:
==: "ItemMeta"
meta-type: "UNSPECIFIC"
display-name: "{\"extra\":[{\"text\":\"XYZ\"}],\"text\":\"\"}"
enchants:
DURABILITY: 1
ItemFlags:
- "HIDE_ENCHANTS"
costType: "ITEM"
boostValue: 3.0