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

Rekomendowane odpowiedzi

Opublikowano (edytowane)

Dziękować ;-) A mam pytanie mam plugins jobs i jak zrobie pracę to nie dostaję expa? Wiesz dlaczego?

Edytowane przez magram12

Świdwin stacja kolejowa


 


KOSOVO NIE JEST SERBSKIE.

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

Woodcutter:

# 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: W

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

ChatColour: GREEN

# 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: none

# [OPTIONAL] - the maximum level of this class

max-level: 30

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

# any one time (includes offline players).

#slots: 1

# 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.05)^(joblevel-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:

# base income

income: 1.0

# base experience

experience: 1.0

# payment for placing a block

Place:

SAPLING:

income: 1.0

experience: 1.0

WOOD:

income: 1.0

experience: 1.0

# killing a mob

Kill:

# mob name

Player:

# base income

income: 1.0

# base experience

experience: 1.0

# killing a jobs class

custom-kill:

# full name of the jobs class

Woodcutter:

# base income

income: 1.0

# base experience

experience: 1.0

Miner:

fullname: Gornik

shortname: M

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*((1.05)^(joblevel-1))

experience-progression-equation: baseexperience*((1.05)^(joblevel-1))

Break:

STONE:

income: 1.0

experience: 1.0

COAL_ORE:

income: 1.0

experience: 1.0

REDSTONE_ORE:

income: 1.0

experience: 1.0

IRON_ORE:

income: 1.0

experience: 1.0

GOLD_ORE:

income: 1.0

experience: 1.0

LAPIS_ORE:

income: 1.0

experience: 1.0

DIAMOND_ORE:

income: 1.0

experience: 1.0

OBSIDIAN:

income: 1.0

experience: 1.0

MOSSY_COBBLESTONE:

income: 1.0

experience: 1.0

Place:

RAILS:

income: 1.0

experience: 1.0

IRON_ORE:

income: -1.0

experience: -1.0

GOLD_ORE:

income: -1.0

experience: -1.0

Kill:

Player:

income: 1.0

experience: 1.0

custom-kill:

Miner:

income: 1.0

experience: 1.0

Builder:

fullname: Budowniczy

shortname: B

ChatColour: WHITE

chat-display: none

max-level: 30

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

COBBLESTONE:

income: 1.0

experience: 1.0

WOOD:

income: 1.0

experience: 1.0

FENCE:

income: 1.0

experience: 1.0

WOOL:

income: 1.0

experience: 1.0

STONE:

income: 1.0

experience: 1.0

GLOWSTONE:

income: 1.0

experience: 1.0

SANDSTONE:

income: 1.0

experience: 1.0

GLASS:

income: 1.0

experience: 1.0

BRICK:

income: 1.0

experience: 1.0

LAPIS_BLOCK:

income: 1.0

experience: 1.0

DOUBLE_STEP:

income: 1.0

experience: 1.0

STEP:

income: 1.0

experience: 1.0

BOOKSHELF:

income: 1.0

experience: 1.0

WOOD_STAIRS:

income: 1.0

experience: 1.0

COBBLESTONE_STAIRS:

income: 1.0

experience: 1.0

MOSSY_COBBLESTONE:

income: 1.0

experience: 1.0

DIAMOND_BLOCK:

income: 1.0

experience: 1.0

GOLD_BLOCK:

income: 1.0

experience: 1.0

Kill:

Player:

income: 1.0

experience: 1.0

custom-kill:

Builder:

income: 1.0

experience: 1.0

Digger:

fullname: Kopacz

shortname: D

ChatColour: GOLD

chat-display: none

max-level: 30

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

DIRT:

income: 1.0

experience: 1.0

GRASS:

income: 1.0

experience: 1.0

GRAVEL:

income: 1.0

experience: 1.0

SAND:

income: 1.0

experience: 1.0

CLAY:

income: 1.0

experience: 1.0

Kill:

Player:

income: 1.0

experience: 1.0

custom-kill:

Digger:

income: 1.0

experience: 1.0

Farmer:

fullname: Farmer

shortname: F

ChatColour: BLUE

chat-display: none

max-level: 30

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

CROPS-7:

income: 1.0

experience: 1.0

SUGAR_CANE_BLOCK:

income: 1.0

experience: 1.0

Place:

SEEDS:

income: 1.0

experience: 1.0

SUGAR_CANE_BLOCK:

income: 1.0

experience: 1.0

Kill:

Player:

income: 1.0

experience: 1.0

custom-kill:

Farmer:

income: 1.0

experience: 1.0

Hunter:

fullname: Mysliwy

shortname: M

ChatColour: RED

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))

Kill:

Chicken:

income: 1.0

experience: 1.0

Cow:

income: 1.0

experience: 1.0

Pig:

income: 1.0

experience: 1.0

Sheep:

income: 1.0

experience: 1.0

Wolf:

income: 1.0

experience: 1.0

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

experience: 1.0

custom-kill:

Woodcutter:

income: 1.0

experience: 1.0

Miner:

income: 1.0

experience: 1.0

Digger:

income: 1.0

experience: 1.0

Farmer:

income: 1.0

experience: 1.0

Builder:

income: 1.0

experience: 1.0

Hunter:

income: 1.0

experience: 1.0

 

Fisherman:

fullname: Rybak

shortname: R

ChatColour: AQUA

chat-display: none

max-level: 30

#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))

Fish:

RAW_FISH:

income: 1.0

experience: 1.0

Kill:

Player:

income: 1.0

experience: 1.0

custom-kill:

Fisherman:

income: 1.0

experience: 1.0

 

Weaponsmith:

fullname: Kowal

shortname: K

ChatColour: DARK_PURPLE

chat-display: none

max-level: 30

#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))

Craft:

WOOD_SWORD:

income: 1.0

experience: 1.0

IRON_SWORD:

income: 3.0

experience: 3.0

GOLD_SWORD:

income: 4.0

experience: 4.0

DIAMOND_SWORD:

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))

Kill:

Player:

income: 1.0

 

 

# General configuration.

#

# 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.

 

# storage method, can be MySQL, h2

storage-method: h2

 

# Requires Mysql.

mysql-username: root

mysql-password: haselko

mysql-database: krzysztofowa_baza

mysql-url: jdbc:mysql://localhost:3306/

#mysql-table-prefix:

 

# How often in minutes you want it to save, 0 disables periodic saving and

# the system will only save on logout

save-period: 10

 

# 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 job level?

broadcast-on-level-up: false

 

# maximum number of jobs a player can join

max-jobs: 2

 

# option to enable the stats and achievements plugin.

#enable-stats: true

 

# option to allow payment to be made when near a spawner

#enable-pay-near-spawner: true

 

# choose, which economy plugin should be used as default (optional)

# if not set, will use iConomy first

# available options: iConomy, BOSEconomy, Essentials

#economy: iConomy

 

 

To są 2 configi możesz powiedzieć oco kaman ?

Świdwin stacja kolejowa


 


KOSOVO NIE JEST SERBSKIE.

  • 1 miesiąc temu...
Opublikowano

Ja jak ustawiam kasę(dokładnie tam gdzie trzeba) to nadal mam 30.00, jak wpiszę /money,to wychodzi:

 

[Pieniądze]Saldo: 30.00 O co chodzi?

Gość
Ten temat został zamknięty. Brak możliwości dodania odpowiedzi.
×
×
  • Dodaj nową pozycję...