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

Stack overflow

This commit is contained in:
Zrips 2023-11-19 13:16:38 +02:00
parent 29d65dc3c4
commit d03d53d7e5
14 changed files with 15 additions and 22 deletions

View File

@ -1087,7 +1087,7 @@ public class PlayerManager {
@Deprecated
public boolean containsItemBoostByNBT(ItemStack item) {
return containsItemBoostByNBT(item);
return ItemBoostManager.containsItemBoostByNBT(item);
}
@Deprecated

View File

@ -101,15 +101,8 @@ exampleJob:
# GUI icon information when using GUI function
Gui:
# name of the material
# You can use the custom player head:
# Item: player_head
# CustomSkull: Notch
Item: LOG:2
# enchants in the item
Enchantments:
- 'DURABILITY:1'
ItemStack: oaklog;DURABILITY:1
# The number of slot where to put this material in gui.
slot: 2

View File

@ -28,7 +28,7 @@ Brewer:
- Brew some stuff and get money
- Get 100 for this!
Gui:
Item: brewing_stand
ItemStack: brewing_stand
Brew:
nether_wart:
income: 6.0

View File

@ -28,7 +28,7 @@ Builder:
- Place blocks and get money
- Get 100 for this!
Gui:
Item: brick_stairs
ItemStack: brick_stairs
Place:
stone:
income: 1.3

View File

@ -28,7 +28,7 @@ Crafter:
- Craft and get money
- Get 100 for this!
Gui:
Item: crafting_table
ItemStack: crafting_table
Craft:
stick:
income: 0.1

View File

@ -28,7 +28,7 @@ Digger:
- Dig blocks and get money
- Get 100 for this!
Gui:
Item: wooden_shovel
ItemStack: wooden_shovel
Break:
red_sand:
income: 1

View File

@ -28,7 +28,7 @@ Enchanter:
- Be a wizard and get money
- Get 100 for this!
Gui:
Item: enchanting_table
ItemStack: enchanting_table
Enchant:
wood_sword:
income: 1.5

View File

@ -26,7 +26,7 @@ Explorer:
- Go on a trip and get money
- Get 100 for this!
Gui:
Item: leather_boots
ItemStack: leather_boots
Explore:
'1':
income: 5.0

View File

@ -28,7 +28,7 @@ Farmer:
- Be a farmer and get money
- Get 100 for this!
Gui:
Item: wooden_hoe
ItemStack: wooden_hoe
Tame:
Wolf:
income: 5.0

View File

@ -28,7 +28,7 @@ Fisherman:
- Catch fish and get money
- Get 100 for this!
Gui:
Item: fishing_rod
ItemStack: fishing_rod
Fish:
cod:
income: 15.0

View File

@ -28,7 +28,7 @@ Hunter:
- Kill everything what moves and get money
- Get 100 for this!
Gui:
Item: bow
ItemStack: bow
Tame:
Wolf:
income: 20.0

View File

@ -28,7 +28,7 @@ Miner:
- Break blocks and get money
- Get 100 for this!
Gui:
Item: wooden_pickaxe
ItemStack: wooden_pickaxe
TNTBreak:
stone:
income: 0.25

View File

@ -28,7 +28,7 @@ Weaponsmith:
- Craft weapons and get money
- Get 100 for this!
Gui:
Item: crafting_table
ItemStack: crafting_table
Craft:
wooden_sword:
income: 1.0

View File

@ -28,7 +28,7 @@ Woodcutter:
- Break logs and get money
- Get 100 for this!
Gui:
Item: birch_log
ItemStack: birch_log
Break:
materials:
- oak_log;1.0;1.0;1.0