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

[Problem] Jobs NIE DZIAŁA !


Rekomendowane odpowiedzi

Opublikowano

Siemka, ostatnio na moim serwerze przestał działać plugin JOBS. Nie wiem czemu, gdyż po pewnym czasie samoistnie przestało dodawać pieniądze do konta i statusu. Wszystko było ok. Ma ktoś pomóc ?

sygna.png

Opublikowano

Moze reinstalacja pomoze. Podaj config

 

GeneralConfig, czy jobConfig ? ;d]

 

GENERAL CONFIG

#   The general configuration for the jobs plugin mostly includes how often the plugin
# saves user data (when the user is in the game), the storage method, whether
# to broadcast a message to the server when a user goes up a skill level.
#   It also allows admins to set the maximum number of jobs a player can have at
# any one time.

# Default language.  Use your languages two digit ISO 639-1 code, and optionally followed by the ISO-3166-1 country code.
# Example: en, en_US
locale-language: en
# storage method, can be MySQL, sqlite, h2
storage-method: sqlite
# Requires Mysql.
mysql-username: root
mysql-password: ''
mysql-url: jdbc:mysql://localhost:3306/minecraft
mysql-table-prefix: ''
# How often in minutes you want it to save.  This must be a non-zero number
save-period: 10
# Should player data be saved on disconnect?
# Player data is always periodically auto-saved and autosaved during a clean shutdown.
# Only enable this if you have a multi-server setup, or have a really good reason for enabling this.
# Turning this on will decrease database performance.
save-on-disconnect: false
# Do all players get a message when somone goes up a skill level?
broadcast-on-skill-up: false
# Do all players get a message when somone goes up a level?
broadcast-on-level-up: false
# Maximum number of jobs a player can join.
# Use 0 for no maximum
max-jobs: 2
# Hide jobs from player if they lack the permission to join the job
hide-jobs-without-permission: false
# option to allow payment to be made when killing mobs from a spawner
enable-pay-near-spawner: false
# option to allow payment to be made in creative mode
enable-pay-creative: false
# Adds the Jobs xp recieved to the player's Minecraft XP bar
add-xp-player: false
# Modifys chat to add chat titles.  If you're using a chat manager, you may add the tag {jobs} to your chat format and disable this.
modify-chat: true
# Changes how often, in seconds, players are paid out.  Default is 5 seconds.
# Setting this too low may cause tick lag.  Increase this to improve economy performance (at the cost of delays in payment)
economy-batch-delay: 5

JOB CONFIG

Jobs:
  Drwal:
    fullname: Drwal
    shortname: Dr
    description: Zarabiaj Golda zcinajac drzewa
    ChatColour: GREEN
    chat-display: full
    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.5
        experience: 0.5
    Kill:
      Player:
        income: 0.75
        experience: 0.75
  Gornik:
    fullname: Gornik
    shortname: Go
    description: Zarabiaj Golda wykopujac kamien i rudy.
    ChatColour: DARK_GRAY
    chat-display: full
    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:
      STONE:
        income: 2.0
        experience: 2.0
      COAL_ORE:
        income: 0.3
        experience: 0.3
      GLOWING_REDSTONE_ORE:
        income: 0.3
        experience: 0.3
      IRON_ORE:
        income: 0.4
        experience: 0.4
      GOLD_ORE:
        income: 0.5
        experience: 0.5
      LAPIS_ORE:
        income: 0.5
        experience: 50.0
      DIAMOND_ORE:
        income: 0.6
        experience: 0.6
      OBSIDIAN:
        income: 0.75
        experience: 0.75
      MOSSY_COBBLESTONE:
        income: 0.6
        experience: 0.6
    Place:
      IRON_ORE:
        income: -5.0
        experience: -5.0
      GOLD_ORE:
        income: -6.0
        experience: -6.0
    Kill:
      Player:
        income: 0.75
        experience: 0.75
  Budowniczy:
    fullname: Budowniczy
    shortname: Bu
    description: Zarabiaj Golda tworzac budowle.
    ChatColour: WHITE
    chat-display: full
    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))
    Place:
      COBBLESTONE:
        income: 0.1
        experience: 0.1
      WOOD:
        income: 0.15
        experience: 0.15
      FENCE:
        income: 0.15
        experience: 0.15
      WOOL:
        income: 0.15
        experience: 0.15
      STONE:
        income: 0.15
        experience: 0.15
      GLOWSTONE:
        income: 0.3
        experience: 0.3
      SANDSTONE:
        income: 0.2
        experience: 0.2
      GLASS:
        income: 0.3
        experience: 0.3
      BRICK:
        income: 0.4
        experience: 0.4
      LAPIS_BLOCK:
        income: 0.5
        experience: 0.5
      DOUBLE_STEP:
        income: 0.2
        experience: 0.2
      STEP:
        income: 0.2
        experience: 0.2
      BOOKSHELF:
        income: 0.3
        experience: 0.3
      WOOD_STAIRS:
        income: 0.2
        experience: 0.2
      COBBLESTONE_STAIRS:
        income: 0.2
        experience: 0.2
      MOSSY_COBBLESTONE:
        income: 0.5
        experience: 0.5
      DIAMOND_BLOCK:
        income: 0.5
        experience: 0.5
      GOLD_BLOCK:
        income: 0.5
        experience: 50.0
    Kill:
      Player:
        income: 0.75
        experience: 0.75
  Kopacz:
    fullname: Kopacz
    shortname: Ko
    description: Zarabiaj Golda kopiac dyrta.
    ChatColour: GOLD
    chat-display: full
    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:
      DIRT:
        income: 0.2
        experience: 0.2
      GRASS:
        income: 0.2
        experience: 0.2
      GRAVEL:
        income: 0.2
        experience: 0.2
      SAND:
        income: 0.2
        experience: 0.2
      CLAY:
        income: 0.2
        experience: 0.2
    Kill:
      Player:
        income: 0.2
        experience: 0.2
  Farmer:
    fullname: Farmer
    shortname: Fa
    description: Zarabiaj Golda hodujac rozliny.
    ChatColour: BLUE
    chat-display: full
    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:
      CROPS-7:
        income: 0.4
        experience: 0.4
    Place:
      CROPS-0:
        income: 0.3
        experience: 0.3
    Kill:
      Player:
        income: 0.75
        experience: 0.75
  Lowca:
    fullname: Lowca
    shortname: Lo
    description: EZarabiaj Golda zabijajac potwory.
    ChatColour: RED
    chat-display: full
    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))
    Kill:
      Chicken:
        income: 0.25
        experience: 0.25
      Cow:
        income: 0.25
        experience: 0.25
      Pig:
        income: 0.25
        experience: 0.25
      Sheep:
        income: 0.25
        experience: 0.25
      Wolf:
        income: 0.25
        experience: 0.25
      Creeper:
        income: 1.0
        experience: 1.0
      Skeleton:
        income: 1.0
        experience: 1.0
      Spider:
        income: 1.0
        experience: 1.0
      Zombie:
        income: 1.0
        experience: 1.0
      Player:
        income: 0.75
        experience: 0.75
    custom-kill:
      Drwal:
        income: 1.0
        experience: 1.0
      Gornik:
        income: 1.0
        experience: 1.0
      Kopacz:
        income: 1.0
        experience: 1.0
      Farmer:
        income: 1.0
        experience: 1.0
      Budowniczy:
        income: 1.0
        experience: 1.0
      Lowca:
        income: 2.0
        experience: 2.0
  Rybak:
    fullname: Rybak
    shortname: Ry
    description: Zarabiaj Golda lowiac ryby.
    ChatColour: AQUA
    chat-display: full
    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))
    Fish:
      RAW_FISH:
        income: 0.4
        experience: 0.4
    Kill:
      Player:
        income: 0.75
        experience: 0.75
  Kowal:
    fullname: Kowal
    shortname: K
    description: Zarabiaj golda reperujac i craftujac bronie.
    ChatColour: DARK_PURPLE
    chat-display: full
    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))
    Craft:
      WOOD_SWORD:
        income: 0.1
        experience: 0.1
      IRON_SWORD:
        income: 0.2
        experience: 0.2
      GOLD_SWORD:
        income: 0.3
        experience: 0.3
      DIAMOND_SWORD:
        income: 0.4
        experience: 0.4
    Repair:
      WOOD_SWORD:
        income: 0.1
        experience: 0.1
      IRON_SWORD:
        income: 0.2
        experience: 0.2
      GOLD_SWORD:
        income: 0.3
        experience: 0.3
      DIAMOND_SWORD:
        income: 0.4
        experience: 0.4
    Smelt:
      IRON_INGOT:
        income: 0.2
        experience: 0.2
      GOLD_INGOT:
        income: 0.2
        experience: 0.2
  Enchanter:
    fullname: Enchanter
    shortname: En
    description: Zarabiaj kase enchantujac przedmioty.
    ChatColour: DARK_BLUE
    chat-display: full
    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))
    Enchant:
      WOOD_SWORD:
        income: 0.4
        experience: 0.4
      IRON_SWORD:
        income: 0.6
        experience: 0.6
      GOLD_SWORD:
        income: 0.8
        experience: 0.8
      DIAMOND_SWORD:
        income: 1.0
        experience: 1.0
  None:
    fullname: None
    shortname: N
    ChatColour: WHITE
    chat-display: none
    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))
    Kill:
      Player:
        income: 0.75

Proszę o pomoc, REinstalacja nie poskutkowała.

sygna.png

Zarchiwizowany

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

×
×
  • Dodaj nową pozycję...