1
0
mirror of https://github.com/Zrips/Jobs.git synced 2024-12-01 15:03:36 +01:00

Dont break after rewarding first job. Just in case...

This commit is contained in:
Zrips 2017-01-10 18:59:59 +02:00
parent 6e9da41829
commit 798294070b
2 changed files with 110 additions and 109 deletions

View File

@ -1002,7 +1002,6 @@ public class Jobs extends JavaPlugin {
if (prog.addExperience(expAmount))
pManager.performLevelUp(jPlayer, prog.getJob(), oldLevel);
break;
}
}
}

View File

@ -25,6 +25,8 @@ Items:
RequiredJobLevels:
- Miner-50
- Woodcutter-10
# (Optional) Total level from all jobs player currently in
RequiredTotalLevels: 100
# (Optional) Performs comands on item purchase
# use 'msg ' at start of command to send nice message to player
# all other commands will be performed normaly as they would be executed from console