Skocz do zawartości
  • 👋 Witaj na MPCForum!

    Przeglądasz forum jako gość, co oznacza, że wiele świetnych funkcji jest jeszcze przed Tobą! 😎

    • Pełny dostęp do działów i ukrytych treści
    • Możliwość pisania i odpowiadania w tematach
    • System prywatnych wiadomości
    • Zbieranie reputacji i rozwijanie swojego profilu
    • Członkostwo w jednej z największych społeczności graczy

    👉 Dołączenie zajmie Ci mniej niż minutę – a zyskasz znacznie więcej!

    Zarejestruj się teraz

[Pytanie] Jak dodać prace do pluginu Jobs 1.7.2


Rekomendowane odpowiedzi

Opublikowano

Witam chciałbym się dowiedzieć jak dodać prace do pluginu jobs.

Ponieważ jak wpisuje /jobs browse to pisze ze

,,Nie ma dla ciebie żadnej pracy `` (Jak jutro będę u kolegi ponieważ to on hostuje to dam screena)

 

I chciałbym się dowiedzieć jak dodać takie prace jak: Rolnik,Górnik,Rybak,Drwal i Łowca.

 

Ps: Proszę nie podawać filmów na youtube ponieważ gdy się ogląda w 120 p to liter nie widać.

 

Za pomoc daję: Limit like oraz pięć w profilu.

76561198151853599.png
Opublikowano

Dodajesz to w pliku konfiguracyjnym.

NAZWA_PRACY:
    fullname: NAZWA_PRACY
    shortname: PIERWSZA_LITERA_NAZWY_PRACY
    ChatColour: BLACK
    chat-display: none
    max-level: JAKI_MOŻNA_MIEĆ_MAKSYMALNY_POZIOM_W_PRACY
    leveling-progression-equation: 100*((1.13+(0.01*(numjobs-1)))^(joblevel-1))
    income-progression-equation: baseincome*((0.80)^(joblevel-1))
    experience-progression-equation: baseexperience*((1.05)^(joblevel-1))
    Break:
      BLOK_DO_ROZWALENIA
        income: ILE_PIENIĘDZY_ZA_ROZWALENIE_BLOKU
        experience: DOŚWIADCZENIE_W_PRACY_ZA_ROZWALENIE_BLOKU
    Place:
      JAKI_BLOCK_DO_POSTAWIENIA:
        income: NAGRODA_LUB_KARA_ZA_JEGO_POSTAWIENIE
        experience: DOŚWIADCZENIE_JAKIE_DOSTAJEMY_W_NAGRODĘ_LUB_KARĘ

Przykład:

  Gornik:
    fullname: Gornik
    shortname: G
    ChatColour: BLACK
    chat-display: none
    max-level: 50
    leveling-progression-equation: 100*((1.13+(0.01*(numjobs-1)))^(joblevel-1))
    income-progression-equation: baseincome*((0.80)^(joblevel-1))
    experience-progression-equation: baseexperience*((1.05)^(joblevel-1))
    Break:
      COAL_ORE:
        income: 0.1
        experience: 0.1
      GLOWING_REDSTONE_ORE:
        income: 0.1
        experience: 0.1
      IRON_ORE:
        income: 0.1
        experience: 0.1
      GOLD_ORE:
        income: 0.1
        experience: 0.1
      LAPIS_ORE:
        income: 0.1
        experience: 0.1
      DIAMOND_ORE:
        income: 0.1
        experience: 0.1
      OBSIDIAN:
        income: 0.1
        experience: 0.1
      MOSSY_COBBLESTONE:
        income: 0.1
        experience: 0.1
    Place:
      IRON_ORE:
        income: -5.0
        experience: -5.0
      GOLD_ORE:
        income: -6.0
        experience: -6.0
Opublikowano

 

Dodajesz to w pliku konfiguracyjnym.

NAZWA_PRACY:
    fullname: NAZWA_PRACY
    shortname: PIERWSZA_LITERA_NAZWY_PRACY
    ChatColour: BLACK
    chat-display: none
    max-level: JAKI_MOŻNA_MIEĆ_MAKSYMALNY_POZIOM_W_PRACY
    leveling-progression-equation: 100*((1.13+(0.01*(numjobs-1)))^(joblevel-1))
    income-progression-equation: baseincome*((0.80)^(joblevel-1))
    experience-progression-equation: baseexperience*((1.05)^(joblevel-1))
    Break:
      BLOK_DO_ROZWALENIA
        income: ILE_PIENIĘDZY_ZA_ROZWALENIE_BLOKU
        experience: DOŚWIADCZENIE_W_PRACY_ZA_ROZWALENIE_BLOKU
    Place:
      JAKI_BLOCK_DO_POSTAWIENIA:
        income: NAGRODA_LUB_KARA_ZA_JEGO_POSTAWIENIE
        experience: DOŚWIADCZENIE_JAKIE_DOSTAJEMY_W_NAGRODĘ_LUB_KARĘ
Przykład:
  Gornik:
    fullname: Gornik
    shortname: G
    ChatColour: BLACK
    chat-display: none
    max-level: 50
    leveling-progression-equation: 100*((1.13+(0.01*(numjobs-1)))^(joblevel-1))
    income-progression-equation: baseincome*((0.80)^(joblevel-1))
    experience-progression-equation: baseexperience*((1.05)^(joblevel-1))
    Break:
      COAL_ORE:
        income: 0.1
        experience: 0.1
      GLOWING_REDSTONE_ORE:
        income: 0.1
        experience: 0.1
      IRON_ORE:
        income: 0.1
        experience: 0.1
      GOLD_ORE:
        income: 0.1
        experience: 0.1
      LAPIS_ORE:
        income: 0.1
        experience: 0.1
      DIAMOND_ORE:
        income: 0.1
        experience: 0.1
      OBSIDIAN:
        income: 0.1
        experience: 0.1
      MOSSY_COBBLESTONE:
        income: 0.1
        experience: 0.1
    Place:
      IRON_ORE:
        income: -5.0
        experience: -5.0
      GOLD_ORE:
        income: -6.0
        experience: -6.0

Wielkie dzięki.

 

Czy mógłbyś mi też pokazać jak zrobić pracę rybak ?

76561198151853599.png
Opublikowano

Masz tutaj rybaka:

 

# Jobs configuration.
# 
# Stores information about each job.
# 
# For example configurations, visit http://dev.bukkit.org/server-mods/jobs/.

Jobs:
  Drwal:
    fullname: Drwal
    shortname: D
    ChatColour: GREEN
    chat-display: none
    max-level: 30
    leveling-progression-equation: 100*((1.13+(0.01*(numjobs-1)))^(joblevel-1))
    income-progression-equation: baseincome*((1.05)^(joblevel-1))
    experience-progression-equation: baseexperience*((1.05)^(joblevel-1))
    Break:
      LOG:
        income: 0.1
        experience: 0.1
    Place:
      SAPLING:
        income: 0.1
        experience: 0.1
  Gornik:
    fullname: Gornik
    shortname: G
    ChatColour: BLACK
    chat-display: none
    max-level: 50
    leveling-progression-equation: 100*((1.13+(0.01*(numjobs-1)))^(joblevel-1))
    income-progression-equation: baseincome*((0.80)^(joblevel-1))
    experience-progression-equation: baseexperience*((1.05)^(joblevel-1))
    Break:
      COAL_ORE:
        income: 0.1
        experience: 0.1
      GLOWING_REDSTONE_ORE:
        income: 0.1
        experience: 0.1
      IRON_ORE:
        income: 0.1
        experience: 0.1
      GOLD_ORE:
        income: 0.1
        experience: 0.1
      LAPIS_ORE:
        income: 0.1
        experience: 0.1
      DIAMOND_ORE:
        income: 0.1
        experience: 0.1
      OBSIDIAN:
        income: 0.1
        experience: 0.1
      MOSSY_COBBLESTONE:
        income: 0.1
        experience: 0.1
    Place:
      IRON_ORE:
        income: -5.0
        experience: -5.0
      GOLD_ORE:
        income: -6.0
        experience: -6.0
  Farmer:
    fullname: Farmer
    shortname: F
    ChatColour: YELLOW
    chat-display: none
    max-level: 20
    leveling-progression-equation: 100*((1.13+(0.01*(numjobs-1)))^(joblevel-1))
    income-progression-equation: baseincome*((0.80)^(joblevel-1))
    experience-progression-equation: baseexperience*((1.05)^(joblevel-1))
    Break:
      CROPS-7:
        income: 0.1
        experience: 0.1
    Place: {}
    Kill:
      Chicken:
        income: 0.1
        experience: 0.1
      Cow:
        income: 0.1
        experience: 0.1
      Sheep:
        income: -2.0
        experience: -5.0
      Pig:
        income: 0.01
        experience: 0.01
  Lowca:
    fullname: Lowca
    shortname: L
    ChatColour: RED
    chat-display: none
    max-level: 100
    leveling-progression-equation: 100*((1.13+(0.01*(numjobs-1)))^(joblevel-1))
    income-progression-equation: baseincome*((0.80)^(joblevel-1))
    experience-progression-equation: baseexperience*((1.05)^(joblevel-1))
    Kill:
      Chicken:
        income: 0.1
        experience: 0.1
      Cow:
        income: 0.1
        experience: 0.1
      Pig:
        income: 0.1
        experience: 0.1
      Sheep:
        income: 0.1
        experience: 0.1
      Wolf:
        income: 0.1
        experience: 0.1
      Creeper:
        income: 0.3
        experience: 0.3
      Skeleton:
        income: 0.3
        experience: 0.3
      Spider:
        income: 0.3
        experience: 0.3
      Zombie:
        income: 0.3
        experience: 0.3
      Blaze:
        income: 0.5
        experience: 0.5
      Enderman:
        income: 0.5
        experience: 0.5
      Slime:
        income: 0.5
        experience: 0.5
      Ghast:
        income: 0.5
        experience: 0.5
  Rybak:
    fullname: Rybak
    shortname: R
    ChatColour: AQUA
    chat-display: none
    max-level: 20
    leveling-progression-equation: 100*((1.13+(0.01*(numjobs-1)))^(joblevel-1))
    income-progression-equation: baseincome*((0.80)^(joblevel-1))
    experience-progression-equation: baseexperience*((1.05)^(joblevel-1))
    Fish:
      RAW_FISH:
        income: 0.1
        experience: 0.1
    Kill:
      Squid:
        income: 0.1
        experience: 0.1
  Kowal:
    fullname: Kowal
    shortname: K
    ChatColour: DARK_GRAY
    chat-display: none
    max-level: 30
    leveling-progression-equation: 100*((1.13+(0.01*(numjobs-1)))^(joblevel-1))
    income-progression-equation: baseincome*((0.80)^(joblevel-1))
    experience-progression-equation: baseexperience*((1.05)^(joblevel-1))
    Craft:
      WOOD_SWORD:
        income: 0.2
        experience: 0.2
      IRON_SWORD:
        income: 0.2
        experience: 0.2
      GOLD_SWORD:
        income: 0.2
        experience: 0.2
      DIAMOND_SWORD:
        income: 0.2
        experience: 0.2

 

 

Opublikowano

Masz tutaj rybaka:

 

 

# Jobs configuration.
# 
# Stores information about each job.
# 
# For example configurations, visit http://dev.bukkit.org/server-mods/jobs/.

Jobs:
  Drwal:
    fullname: Drwal
    shortname: D
    ChatColour: GREEN
    chat-display: none
    max-level: 30
    leveling-progression-equation: 100*((1.13+(0.01*(numjobs-1)))^(joblevel-1))
    income-progression-equation: baseincome*((1.05)^(joblevel-1))
    experience-progression-equation: baseexperience*((1.05)^(joblevel-1))
    Break:
      LOG:
        income: 0.1
        experience: 0.1
    Place:
      SAPLING:
        income: 0.1
        experience: 0.1
  Gornik:
    fullname: Gornik
    shortname: G
    ChatColour: BLACK
    chat-display: none
    max-level: 50
    leveling-progression-equation: 100*((1.13+(0.01*(numjobs-1)))^(joblevel-1))
    income-progression-equation: baseincome*((0.80)^(joblevel-1))
    experience-progression-equation: baseexperience*((1.05)^(joblevel-1))
    Break:
      COAL_ORE:
        income: 0.1
        experience: 0.1
      GLOWING_REDSTONE_ORE:
        income: 0.1
        experience: 0.1
      IRON_ORE:
        income: 0.1
        experience: 0.1
      GOLD_ORE:
        income: 0.1
        experience: 0.1
      LAPIS_ORE:
        income: 0.1
        experience: 0.1
      DIAMOND_ORE:
        income: 0.1
        experience: 0.1
      OBSIDIAN:
        income: 0.1
        experience: 0.1
      MOSSY_COBBLESTONE:
        income: 0.1
        experience: 0.1
    Place:
      IRON_ORE:
        income: -5.0
        experience: -5.0
      GOLD_ORE:
        income: -6.0
        experience: -6.0
  Farmer:
    fullname: Farmer
    shortname: F
    ChatColour: YELLOW
    chat-display: none
    max-level: 20
    leveling-progression-equation: 100*((1.13+(0.01*(numjobs-1)))^(joblevel-1))
    income-progression-equation: baseincome*((0.80)^(joblevel-1))
    experience-progression-equation: baseexperience*((1.05)^(joblevel-1))
    Break:
      CROPS-7:
        income: 0.1
        experience: 0.1
    Place: {}
    Kill:
      Chicken:
        income: 0.1
        experience: 0.1
      Cow:
        income: 0.1
        experience: 0.1
      Sheep:
        income: -2.0
        experience: -5.0
      Pig:
        income: 0.01
        experience: 0.01
  Lowca:
    fullname: Lowca
    shortname: L
    ChatColour: RED
    chat-display: none
    max-level: 100
    leveling-progression-equation: 100*((1.13+(0.01*(numjobs-1)))^(joblevel-1))
    income-progression-equation: baseincome*((0.80)^(joblevel-1))
    experience-progression-equation: baseexperience*((1.05)^(joblevel-1))
    Kill:
      Chicken:
        income: 0.1
        experience: 0.1
      Cow:
        income: 0.1
        experience: 0.1
      Pig:
        income: 0.1
        experience: 0.1
      Sheep:
        income: 0.1
        experience: 0.1
      Wolf:
        income: 0.1
        experience: 0.1
      Creeper:
        income: 0.3
        experience: 0.3
      Skeleton:
        income: 0.3
        experience: 0.3
      Spider:
        income: 0.3
        experience: 0.3
      Zombie:
        income: 0.3
        experience: 0.3
      Blaze:
        income: 0.5
        experience: 0.5
      Enderman:
        income: 0.5
        experience: 0.5
      Slime:
        income: 0.5
        experience: 0.5
      Ghast:
        income: 0.5
        experience: 0.5
  Rybak:
    fullname: Rybak
    shortname: R
    ChatColour: AQUA
    chat-display: none
    max-level: 20
    leveling-progression-equation: 100*((1.13+(0.01*(numjobs-1)))^(joblevel-1))
    income-progression-equation: baseincome*((0.80)^(joblevel-1))
    experience-progression-equation: baseexperience*((1.05)^(joblevel-1))
    Fish:
      RAW_FISH:
        income: 0.1
        experience: 0.1
    Kill:
      Squid:
        income: 0.1
        experience: 0.1
  Kowal:
    fullname: Kowal
    shortname: K
    ChatColour: DARK_GRAY
    chat-display: none
    max-level: 30
    leveling-progression-equation: 100*((1.13+(0.01*(numjobs-1)))^(joblevel-1))
    income-progression-equation: baseincome*((0.80)^(joblevel-1))
    experience-progression-equation: baseexperience*((1.05)^(joblevel-1))
    Craft:
      WOOD_SWORD:
        income: 0.2
        experience: 0.2
      IRON_SWORD:
        income: 0.2
        experience: 0.2
      GOLD_SWORD:
        income: 0.2
        experience: 0.2
      DIAMOND_SWORD:
        income: 0.2
        experience: 0.2
 

Jeszcze raz bardzo dziękuje.

 

 

Temat do zamknięcia.

76561198151853599.png

Zarchiwizowany

Ten temat przebywa obecnie w archiwum. Dodawanie nowych odpowiedzi zostało zablokowane.

×
×
  • Dodaj nową pozycję...