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:
parent
6e9da41829
commit
798294070b
@ -1002,7 +1002,6 @@ public class Jobs extends JavaPlugin {
|
||||
|
||||
if (prog.addExperience(expAmount))
|
||||
pManager.performLevelUp(jPlayer, prog.getJob(), oldLevel);
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user