1
0
mirror of https://github.com/Zrips/Jobs.git synced 2025-01-20 07:01:22 +01:00

Lets load the Essentials before Jobs

This commit is contained in:
montlikadani 2020-05-11 07:43:33 +02:00
parent 5a9fa84b6e
commit 1942013d27
2 changed files with 2 additions and 2 deletions

View File

@ -226,7 +226,7 @@ Jobs:
# you can use minuses to take away money if the player break this block # you can use minuses to take away money if the player break this block
income: -1.0 income: -1.0
experience: -1.0 experience: -1.0
# Payment for collecting sweet berries or collect from composter # Payment for collecting things like sweet berry bush, composter or honey
Collect: Collect:
sweet_berry_bush-3: sweet_berry_bush-3:
income: 0.5 income: 0.5

View File

@ -5,7 +5,7 @@ version: ${project.version}
api-version: 1.13 api-version: 1.13
website: https://www.spigotmc.org/resources/4216/ website: https://www.spigotmc.org/resources/4216/
authors: [phrstbrn, Zrips, montlikadani] authors: [phrstbrn, Zrips, montlikadani]
softdepend: [Vault, MythicMobs, McMMO, WorldGuard, MyPet, PlaceholderAPI] softdepend: [Vault, Essentials, MythicMobs, McMMO, WorldGuard, MyPet, PlaceholderAPI]
commands: commands:
jobs: jobs:
description: Jobs description: Jobs