Résolu Bug avec jobs

  • Auteur de la discussion Auteur de la discussion The7Max
  • Date de début Date de début

The7Max

Fondateur cubique de croissants carrés
6 Février 2013
138
8
125
39
Bonjour,
Je rencontre actuellement un bug avec jobs, tout fonctionné a merveille quand tout a coup les jobs s'affichent {jobs}.
J'ai eu beau désinstaller, réinstaller, modifier essentials chat mais rien ne se passe.
Help me please :mobpig:

P.S : Le join de jobs marchent, il n'y a que le préfix de chat qui bug.

Ma config :

Code:
# Jobs configuration.
#
# Stores information about each job.
#
# For example configurations, visit http://dev.bukkit.org/server-mods/jobs/.
 
Jobs:
  Bucheron:
    fullname: Bucheron
    shortname: W
    ChatColour: GREEN
    chat-display: job
    max-level: 30
    leveling-progression-equation: 1500*((1.75+(0.01*(numjobs-1)))^(joblevel-1))
    income-progression-equation: baseincome*(.75)*((1.25)^(joblevel-1))
    experience-progression-equation: baseexperience*((1.25)^(joblevel-1))
    Break:
      LOG:
        income: 15.0
        experience: 15
      SAPLING:
        income: 15.0
        experience: 15
    Place:
      SAPLING:
        income: 0
        experience: 0.0
      LOG:
        income: 0
        experience: 0.0
  Mineur:
    fullname: Mineur
    shortname: M
    ChatColour: DARK_GRAY
    chat-display: job
    max-level: 30
    leveling-progression-equation: 1500*((1.75+(0.01*(numjobs-1)))^(joblevel-1))
    income-progression-equation: baseincome*(.75)*((1.25)^(joblevel-1))
    experience-progression-equation: baseexperience*((1.25)^(joblevel-1))
    Break:
      STONE:
        income: 1.0
        experience: 15.0
      COAL_ORE:
        income: 1.5
        experience: 17.0
      REDSTONE_ORE:
        income: 4.0
        experience: 19.0
      IRON_ORE:
        income: 2.0
        experience: 19.0
      GOLD_ORE:
        income: 4.0
        experience: 22.0
      LAPIS_ORE:
        income: 6.0
        experience: 30.0
      DIAMOND_ORE:
        income: 12.0
        experience: 30.0
      OBSIDIAN:
        income: 13.0
        experience: 20.0
      MOSSY_COBBLESTONE:
        income: 4.0
        experience: 25.0
      RAILS:
        income: 0.0
        experiance: 0.0
    Place:
      MOSSY_COBBLESTONE:
        income: 0.0
        experience: 0.0
      RAILS:
        income: 2.0
        experience: 2.0
      IRON_ORE:
        income: 0.0
        experience: 0.0
      GOLD_ORE:
        income: 0.0
        experience: 0.0
      COAL_ORE:
        income: 0.0
        experience: 0.0
      REDSTONE_ORE:
        income: 0.0
        experiance: 0.0
      DIAMOND_ORE:
        income: 0.0
        experience: 0.0
      LAPIS_ORE:
        income: 0.0
        experience: 0.0
  Terraformeur:
    fullname: Terraformeur
    shortname: D
    ChatColour: GOLD
    chat-display: job
    max-level: 30
    leveling-progression-equation: 1500*((1.75+(0.01*(numjobs-1)))^(joblevel-1))
    income-progression-equation: baseincome*(.75)*((1.25)^(joblevel-1))
    experience-progression-equation: baseexperience*((1.25)^(joblevel-1))
    Break:
      DIRT:
        income: 1.5
        experience: 15.0
      GRASS:
        income: 1.5
        experience: 15.0
      GRAVEL:
        income: 1.0
        experience: 15.0
      SAND:
        income: 3.0
        experience: 15.0
      CLAY:
        income: 5.0
        experience: 15.0
    Place:
      CLAY:
        income: 0.0
        experience: 0.0
      SAND:
        income: 0.0
        experience: 0.0
      GRASS:
        income: 0.0
        experience: 0.0
  Fermier:
    fullname: Fermier
    shortname: Fa
    ChatColour: BLUE
    chat-display: job
    max-level: 30
    leveling-progression-equation: 1500*((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.2
        experience: 15.0
      SUGAR_CANE_BLOCK:
        income: 0.5
        experience: 15.0
    Place:
      CROPS-0:
        income: 1.5
        experience: 15.0
      SUGAR_CANE_BLOCK:
        income: 0.5
        experience: 15.0
    Kill:
      Player:
        income: 5.0
        experience: 5.0
    custom-kill:
      Farmer:
        income: 7.0
        experience: 7.0
  Chasseur:
    fullname: Chasseur
    shortname: H
    ChatColour: RED
    chat-display: job
    max-level: 100
    leveling-progression-equation: 1500*((1.75+(0.01*(numjobs-1)))^(joblevel-1))
    income-progression-equation: baseincome*(.75)*((1.25)^(joblevel-1))
    experience-progression-equation: baseexperience*((1.25)^(joblevel-1))
    Kill:
      Chicken:
        income: 1.5
        experience: 15.0
      Cow:
        income: 1.5
        experience: 15.0
      Pig:
        income: 1.5
        experience: 15.0
      Squid:
        income: 1.5
        experience: 15.0
      Wolf:
        income: 2.5
        experience: 15.0
      Creeper:
        income: 4.0
        experience: 15.0
      Skeleton:
        income: 4.0
        experience: 15.0
      Spider:
        income: 4.0
        experience: 15.0
      Zombie:
        income: 4.0
        experience: 15.0
      PigZombie:
        income: 5.0
        experience: 15.0
      Ghast:
        income: 6.0
        experience: 20.0
  Pecheur:
    fullname: Pecheur
    shortname: F
    ChatColour: AQUA
    chat-display: job
    max-level: 30
    leveling-progression-equation: 1500*((1.75+(0.01*(numjobs-1)))^(joblevel-1))
    income-progression-equation: baseincome*(.75)*((1.25)^(joblevel-1))
    experience-progression-equation: baseexperience*((1.25)^(joblevel-1))
    Fish:
      RAW_FISH:
        income: 7.0
        experience: 20.0

Et la General config :

Code:
#  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: 1
# 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
 
Voila j'ai fait ce que tu m'as dit et maintenant cela me met [JOBS] dans le chat.
 
J'utilise essentials et justement dès que je fais l'inverse sa me met [JOBS]{Jobs}[Pseudo]
 
La chose que je ne comprend pas c'est que j'ai installer différent plugins : Anti-cheat, MobSpawnerEggChanger, Orebfuscator, commandspy, openinv, wireless redstone et justement le plugin jobs ne marchait plus après, aurait-il un lien avec ?
 
C'est bon j'ai trouvé, le problème était dû a Wireless Redstone

Cordialement,

The7Max
 
  • J'aime
Reactions: Detobel36