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


Rekomendowane odpowiedzi

Opublikowano

Siema mam taka sprawe otoz wgrałem na serwer plugin Jobs wszystko działa normalnie tylko gdy ktos wybrał jakis zawod to nic z tego nie zarabia. Niewiem o co z tym chodzi.

 

Pomożecie? Daje 555 i ++++

Opublikowano

# Jobs configuration.

#

# Stores information about each job.

#

# NOTE: When having multiple jobs, both jobs will give the income payout to the player

# even if they give the pay for one action (make the configurations with this in mind)

# and each job will get the respective experience.

#

# e.g If player has 2 jobs where job1 gives 10 income and experience for killing a player

# and job2 gives 5 income and experience for killing a player. When the user kills a player

# they will get 15 income and job1 will gain 10 experience and job2 will gain 5 experience.

 

Jobs:

# must be one word

Drwal:

# full name of the job (displayed when browsing a job, used when joining and leaving)

# also can be used as a prefix for the user's name if the option is enabled.

# Shown as a prefix only when the user has 1 job.

#

# NOTE: Must be 1 word

fullname: Drwal

# Shortened version of the name of the job. Used as a prefix when the user has more

# than 1 job

shortname: D

# The colour of the name, for a full list of supported colours, go to the message config.

ChatColour: GOLD

# Option to let you choose what kind of prefix this job adds to your name.

# options are: full, title, job, shortfull, shorttitle, shortjob and none

chat-display: full

# [OPTIONAL] - the maximum level of this class

#max-level:

# [OPTIONAL] - the maximum number of users on the server that can have this job at

# any one time (includes offline players).

#slots:

# Equation used for calculating how much experience is needed to go to the next level.

# Available parameters:

# numjobs - the number of jobs the player has

# joblevel - the level the player has attained in the job.

# NOTE: Please take care of the brackets when modifying this equation.

leveling-progression-equation: 100*((1.13+(0.01*(numjobs-1)))^(joblevel-1))

# Equation used for calculating how much income is given per action for the job level.

# Available parameters:

# baseincome - the income for the action at level 1 (as set in the configuration).

# joblevel - the level the player has attained in the job.

# NOTE: Please take care of the brackets when modifying this equation.

income-progression-equation: baseincome*((1.05)^(joblevel-1))

# Equation used for calculating how much experience is given per action for the job level.

# Available parameters:

# baseexperience - the experience for the action at level 1 (as set in the configuration).

# joblevel - the level the player has attained in the job.

# NOTE: Please take care of the brackets when modifying this equation.

experience-progression-equation: baseexperience*1

########################################################################

# Section used to configure what items the job gets paid for, how much

# they get paid and how much experience they gain.

#

# For break and place, the block name or id is used.

# You can select a sub-type by using a '-' between the id and the bit

# value for the sub-type. e.g LOG-0 = usual log, LOG-2 = birch log

# 17-2 = birch log.

#

# If no sub-type is give, the payout will be for all sub-types.

#

# To get a list of all available block types, check the

# bukkit JavaDocs for a complete list of block types

# http://jd.bukkit.org/apidocs/org/bukkit/Material.html

#

# For kill tags (Kill and custom-kill), the name is the name of the

# mob.

# Available mobs:

# Chicken

# Cow

# Pig

# Sheep

# Wolf

# Creeper

# Giant

# Skeleton

# Spider

# Zombie

# PigZombie

# Squid

# Ghast

# Player

# Slime

#

# NOTE: mob names are case sensitive.

#

# For custom-kill, it is the name of the job (also case sensitive).

#

# NOTE: If a job has both the pay for killing a player and for killing a

# specific class, they will get both payments.

########################################################################

# payment for breaking a block

Break:

# block name/id (with optional sub-type)

LOG:

income: 5.0

experience: 5.0

Place:

LOG:

income: -5.0

experience: -5.0

MPCik:

fullname: MPCik

shortname: G

ChatColour: GOLD

chat-display: full

#max-level:

#slots:

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

Break:

STONE:

income: 2.0

experience: 2.0

COAL_ORE:

income: 3.0

experience: 3.0

REDSTONE_ORE:

income: 3.0

experience: 3.0

IRON_ORE:

income: 4.0

experience: 4.0

GOLD_ORE:

income: 5.0

experience: 5.0

LAPIS_ORE:

income: 5.0

experience: 5.0

DIAMOND_ORE:

income: 6.0

experience: 6.0

OBSIDIAN:

income: 7.5

experience: 7.5

MOSSY_COBBLESTONE:

income: 6.0

experience: 6.0

Place:

RAILS:

income: 2.0

experience: 2.0

IRON_ORE:

income: -5.0

experience: -5.0

GOLD_ORE:

income: -6.0

experience: -6.0

MOSSY_COBBLESTONE:

income: -6.0

experience: -6.0

Kopacz:

fullname: Kopacz

shortname: K

ChatColour: GOLD

chat-display: full

#max-level: 0

#slots: 0

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

Break:

DIRT:

income: 2.0

experience: 2.0

GRASS:

income: 2.0

experience: 2.0

GRAVEL:

income: 2.0

experience: 2.0

SAND:

income: 2.0

experience: 2.0

CLAY:

income: 2.0

experience: 2.0

Farmer:

fullname: Farmer

shortname: Fa

ChatColour: GOLD

chat-display: full

#max-level: 10

#slots: 10

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

Break:

WHEAT:

income: 5.0

experience: 4.0

Place:

SEEDS:

income: 2.0

experience: 2.0

 

Mysliwy:

fullname: Mysliwy

shortname: My

ChatColour: GOLD

chat-display: full

#max-level:

#slots:

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

Kill:

Chicken:

income: 2.5

experience: 2.5

Cow:

income: 2.5

experience: 2.5

Pig:

income: 2.5

experience: 2.5

Sheep:

income: 2.5

experience: 2.5

Wolf:

income: 5.0

experience: 5.0

Creeper:

income: 9.0

experience: 9.0

Skeleton:

income: 9.0

experience: 9.0

Spider:

income: 9.0

experience: 9.0

Zombie:

income: 9.0

experience: 9.0

Rybak:

fullname: Rybak

shortname: R

ChatColour: GOLD

chat-display: full

#max-level:

#slots:

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

Fish:

RAW_FISH:

income: 10.0

experience: 10.0

Morderca:

fullname: Morderca

shortname: M

ChatColour: GOLD

chat-display: none

#max-level:

#slots:

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

Kill:

Player:

income: 10.0

experience: 10.0

Kolumbijczyk:

fullname: Kolumbijczyk

shortname: K

ChatColour: GOLD

chat-display: none

#max-level:

#slots:

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

Break:

SUGAR_CANE_BLOCK:

income: 3.0

experience: 2.0

Place:

SUGAR_CANE_BLOCK:

income: -3.0

experience: -3.0

 

 

 

takie cos mam w JobConfig

Opublikowano

# Jobs configuration.

#

# Stores information about each job.

#

# NOTE: When having multiple jobs, both jobs will give the income payout to the player

# even if they give the pay for one action (make the configurations with this in mind)

# and each job will get the respective experience.

#

# e.g If player has 2 jobs where job1 gives 10 income and experience for killing a player

# and job2 gives 5 income and experience for killing a player. When the user kills a player

# they will get 15 income and job1 will gain 10 experience and job2 will gain 5 experience.

 

Jobs:

# must be one word

Drwal:

# full name of the job (displayed when browsing a job, used when joining and leaving)

# also can be used as a prefix for the user's name if the option is enabled.

# Shown as a prefix only when the user has 1 job.

#

# NOTE: Must be 1 word

fullname: Drwal

# Shortened version of the name of the job. Used as a prefix when the user has more

# than 1 job

shortname: D

# The colour of the name, for a full list of supported colours, go to the message config.

ChatColour: GOLD

# Option to let you choose what kind of prefix this job adds to your name.

# options are: full, title, job, shortfull, shorttitle, shortjob and none

chat-display: full

# [OPTIONAL] - the maximum level of this class

#max-level:

# [OPTIONAL] - the maximum number of users on the server that can have this job at

# any one time (includes offline players).

#slots:

# Equation used for calculating how experience is needed to go to the next level.

# Available parameters:

# numjobs - the number of jobs the player has

# joblevel - the level the player has attained in the job.

# NOTE: Please take care of the brackets when modifying this equation.

leveling-progression-equation: 100*((1.13+(0.01*(numjobs-1)))^(joblevel-1))

# Equation used for calculating how much income is given per action for the job level.

# Available parameters:

# baseincome - the income for the action at level 1 (as set in the configuration).

# joblevel - the level the player has attained in the job.

# NOTE: Please take care of the brackets when modifying this equation.

income-progression-equation: baseincome*((1.05)^(joblevel-1))

# Equation used for calculating how experience is given per action for the job level.

# Available parameters:

# baseexperience - the experience for the action at level 1 (as set in the configuration).

# joblevel - the level the player has attained in the job.

# NOTE: Please take care of the brackets when modifying this equation.

experience-progression-equation: baseexperience*1

########################################################################

# Section used to configure what items the job gets paid for, how much

# they get paid and how much experience they gain.

#

# For break and place, the block name or id is used.

# You can select a sub-type by using a '-' between the id and the bit

# value for the sub-type. e.g LOG-0 = usual log, LOG-2 = birch log

# 17-2 = birch log.

#

# If no sub-type is give, the payout will be for all sub-types.

#

# To get a list of all available block types, check the

# bukkit JavaDocs for a complete list of block types

# http://jd.bukkit.org...t/Material.html

#

# For kill tags (Kill and custom-kill), the name is the name of the

# mob.

# Available mobs:

# Chicken

# Cow

# Pig

# Sheep

# Wolf

# Creeper

# Giant

# Skeleton

# Spider

# Zombie

# PigZombie

# Squid

# Ghast

# Player

# Slime

#

# NOTE: mob names are case sensitive.

#

# For custom-kill, it is the name of the job (also case sensitive).

#

# NOTE: If a job has both the pay for killing a player and for killing a

# specific class, they will get both payments.

########################################################################

# payment for breaking a block

Break:

# block name/id (with optional sub-type)

LOG:

income: 5.0

experience: 5.0

Place:5.0

LOG:

income: -5.0

experience: -5.0

MPCik:

fullname: MPCik

shortname: G

ChatColour: GOLD

chat-display: full

#max-level:

#slots:

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

Break:

STONE:

income: 2.0

experience: 2.0

COAL_ORE:

income: 3.0

experience: 3.0

REDSTONE_ORE:

income: 3.0

experience: 3.0

IRON_ORE:

income: 4.0

experience: 4.0

GOLD_ORE:

income: 5.0

experience: 5.0

LAPIS_ORE:

income: 5.0

experience: 5.0

DIAMOND_ORE:

income: 6.0

experience: 6.0

OBSIDIAN:

income: 7.5

experience: 7.5

MOSSY_COBBLESTONE:

income: 6.0

experience: 6.0

Place:

RAILS:

income: 2.0

experience: 2.0

IRON_ORE:

income: -5.0

experience: -5.0

GOLD_ORE:

income: -6.0

experience: -6.0

MOSSY_COBBLESTONE:

income: -6.0

experience: -6.0

Kopacz:

fullname: Kopacz

shortname: K

ChatColour: GOLD

chat-display: full

#max-level: 50

#slots: 0

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

Break:

DIRT:

income: 2.0

experience: 2.0

GRASS:

income: 2.0

experience: 2.0

GRAVEL:

income: 2.0

experience: 2.0

SAND:

income: 2.0

experience: 2.0

CLAY:

income: 2.0

experience: 2.0

Farmer:

fullname: Farmer

shortname: Fa

ChatColour: GOLD

chat-display: full

#max-level: 10

#slots: 10

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

Break:

WHEAT:

income: 5.0

experience: 4.0

Place:

SEEDS:

income: 2.0

experience: 2.0

 

Mysliwy:

fullname: Mysliwy

shortname: My

ChatColour: GOLD

chat-display: full

#max-level:

#slots:

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

Kill:

Chicken:

income: 2.5

experience: 2.5

Cow:

income: 2.5

experience: 2.5

Pig:

income: 2.5

experience: 2.5

Sheep:

income: 2.5

experience: 2.5

Wolf:

income: 5.0

experience: 5.0

Creeper:

income: 9.0

experience: 9.0

Skeleton:

income: 9.0

experience: 9.0

Spider:

income: 9.0

experience: 9.0

Zombie:

income: 9.0

experience: 9.0

Rybak:

fullname: Rybak

shortname: R

ChatColour: GOLD

chat-display: full

#max-level:

#slots:

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

Fish:

RAW_FISH:

income: 10.0

experience: 10.0

Morderca:

fullname: Morderca

shortname: M

ChatColour: GOLD

chat-display: none

#max-level:

#slots:

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

Kill:

Player:

income: 10.0

experience: 10.0

Kolumbijczyk:

fullname: Kolumbijczyk

shortname: K

ChatColour: GOLD

chat-display: none

#max-level:

#slots:

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

Break:

SUGAR_CANE_BLOCK:

income: 3.0

experience: 2.0

Place:

SUGAR_CANE_BLOCK:

income: -3.0

experience: -3.0

 

 

 

Wątpie żeby dzialalo ale masz , dziwne te jobsy jakies masz .

 

Albo :

Jobs:

Woodcutter:

fullname: Woodcutter

shortname: W

ChatColour: GREEN

chat-display: full

#max-level: 10

#slots: 1

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: 5.0

experience: 5.0

Place:

# you loose money an xp for placing logs

LOG:

income: -5.0

experience: -5.0

# miner blocks

IRON_ORE:

income: -4.0

experience: -4.0

GOLD_ORE:

income: -5.0

experience: -5.0

Miner:

fullname: Miner

shortname: M

ChatColour: DARK_GRAY

chat-display: full

#max-level: 10

#slots: 10

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:

COAL_ORE:

income: 3.0

experience: 3.0

REDSTONE_ORE:

income: 3.0

experience: 3.0

IRON_ORE:

income: 4.0

experience: 4.0

GOLD_ORE:

income: 5.0

experience: 5.0

LAPIS_ORE:

income: 5.0

experience: 5.0

DIAMOND_ORE:

income: 6.0

experience: 6.0

Place:

# you lose money for placing the blocks back

IRON_ORE:

income: -4.0

experience: -4.0

GOLD_ORE:

income: -5.0

experience: -5.0

# woodcutter blocks

LOG:

income: -5.0

experience: -5.0

None:

fullname: None

shortname: N

ChatColour: WHITE

chat-display: none

#max-level: 10

#slots: 10

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:

# woodcutter

LOG:

income: -5.0

experience: -5.0

# miner

IRON_ORE:

income: -4.0

experience: -4.0

GOLD_ORE:

income: -5.0

experience: -5.0

Zarchiwizowany

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

×
×
  • Dodaj nową pozycję...