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

Jobs-nie działa dodawanie pieniędzy i exp (nagroda za rozwiązanie)


MrEnderman

Rekomendowane odpowiedzi

Opublikowano

Witam!

Posiadam serwer minecraft z silnikiem Spigot 1.7.10.

Oto lista moich pluginów na serwerze:

 

ChairStairs, MagicCarpet, Carz, HorseMount, Vault, Backpacks, AutoMessage, BouncySponge, ChatClear, FunnyGuilds, SurvivalGames, ChestCommands, PerWorldPlugins, Timber, OpenInv, Legacy, PlayerStatusSigns, TimTheEnchanter, Jobs, WorldEdit, NoCheatPlus, Rlb, MotdManager, AntiBotUltra, PlayerHeads, PermissionsEx, HealthBar, TheWalls, BetonQuest, WorldGuard, OP-Password-Safe, MarryMe, SeaBattle, ASkyBlock, AntiForceOP, ClearLag, JaszczuStone, PlayerSkulls, Essentials, JoinMessage, AZRank, PlotMe, Multiverse-Core, Shopkeepers, TNTRun, ChestShop, EssentialsChat, LiftSign, EssentialsSpawn, OtherDrops, Multiverse-Inventories, SetRankPEX, EchoPet, MineResetLite, Multiverse-Portals, AuthMe

 

 

Cały problem polega na tym, że gdy Gracz lub jakiś Admin nawet z op kopie np. drewno i ma pracę drwal, to nie dodaje mu exp i pieniędzy za wykopane drewno. Bardzo bym prosił o pomoc. Tworzę duży serwer Freebuild, a bez Jobs nie da rady. Wyznaczam nawet nagrodę za pomoc w rozwiązaniu tego problemu. Nagrodą jest SuperVip na 40 dni na moim serwerze!!!

 

Dodam, że są dane odpowiednie uprawnienia.

Tutaj generalconfig z Jobs:

 

# 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: pl
# storage method, can be MySQL, sqlite
storage-method: sqlite
# Requires Mysql.
mysql-username: root
mysql-password: ''
mysql-hostname: localhost:3306
mysql-database: minecraft
mysql-table-prefix: jobs_
# 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: 3
# 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
# Enable async economy calls.
# Only enable if your economy plugin is thread safe, use with EXTREME caution.
economy-async: false

 

 

Tutaj jobConfig:

 

# 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

 

 

Bardzo mi na rozwiązaniu tego problemu zależy. Będę naprawdę bardzo wdzięczny.

Opublikowano

Tutaj masz poprawnie wytabowany config, w pełni działający na moim serwerze. Oczywiście to przykład tylko dla jednej pracy.

Jobs:
  Drwal:
    fullname:
    - Drwal
    shortname: D
    description: Zarabia na sadzeniu i scinaniu drzew
    ChatColour: GREEN
    chat-display: full
    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.2
        experience: 0.2
      SAPLING:
        income: -0.2
        experience: -0.2
    Place:
      SAPLING:
        income: 0.2
        experience: 0.2
      WOOD:
        income: 0.2
        experience: 0.2
    Kill:
      Player:
        income: 7.5
        experience: 0.2
Opublikowano

 

1. Ten config powinien być wytabowany (Chyba, że kod Ci się przy wrzucaniu zchrzanił)

2. Logi z konsoli przy kopaniu (o ile jakieś są)

3. Jak się nie mylę to trzeba było nadać permisje w pexie

http://dev.bukkit.org/bukkit-plugins/jobs/pages/permissions/

1. Jest wytabowane, przy wrzucaniu się zchrzanił

2. Nie ma logów :/

3. Nadałem permisje :P

Opublikowano

 

Tutaj masz poprawnie wytabowany config, w pełni działający na moim serwerze. Oczywiście to przykład tylko dla jednej pracy.

Jobs:
  Drwal:
    fullname:
    - Drwal
    shortname: D
    description: Zarabia na sadzeniu i scinaniu drzew
    ChatColour: GREEN
    chat-display: full
    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.2
        experience: 0.2
      SAPLING:
        income: -0.2
        experience: -0.2
    Place:
      SAPLING:
        income: 0.2
        experience: 0.2
      WOOD:
        income: 0.2
        experience: 0.2
    Kill:
      Player:
        income: 7.5
        experience: 0.2

Niestety dalej nie działa :/

A może wina leży po stronie jakiegoś innego pluginu?

Zarchiwizowany

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

×
×
  • Dodaj nową pozycję...