1
0
mirror of https://github.com/Zrips/Jobs.git synced 2025-02-20 14:21:43 +01:00
This commit is contained in:
Zrips 2023-09-20 17:41:18 +03:00
parent c7bd64748f
commit 9be25e994a
2 changed files with 25 additions and 4 deletions

View File

@ -117,10 +117,6 @@ public class ShopManager {
if (item.isHideWithoutPerm()) {
for (String onePerm : item.getRequiredPerm()) {
if (!player.hasPermission(onePerm)) {
// mat = CMIMaterial.STONE_BUTTON;
// lore.add(Jobs.getLanguage().getMessage("command.shop.info.NoPermToBuy"));
// hiddenLore = true;
// break;
continue mainCycle;
}
}

View File

@ -327,6 +327,31 @@ Farmer:
income: 1
points: 1
experience: 1
Collect:
sweet_berries-2:
income: 0.2
points: 0.2
experience: 0.2
sweet_berries-3:
income: 0.5
points: 0.5
experience: 0.5
glow_berries:
income: 0.5
points: 0.5
experience: 0.5
bonemeal:
income: 1.5
points: 1.5
experience: 1.5
honeybottle:
income: 2.5
points: 2.5
experience: 2.5
honeycomb:
income: 2.5
points: 2.5
experience: 2.5
Kill:
Player:
income: 7.5