mirror of
https://github.com/Zrips/Jobs.git
synced 2025-02-20 14:21:43 +01:00
Sync
This commit is contained in:
parent
c7bd64748f
commit
9be25e994a
@ -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;
|
||||
}
|
||||
}
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user