Closed iJuju68 closed 6 months ago
I have the following in my recipes file. I restarted it and it works fine:
recipes:
trench_pickaxe:
- 'AIR, DIAMOND, AIR'
- 'AIR, STICK, AIR'
- 'AIR, AIR, AIR'
Update to latest dev build, let me know if it is fixed.
If it doesn't work, send me the output of /version
With the dev version it works. But when I start the plugin I get this error: [16:36:09 WARN]: [WildTools] Task #27 for WildTools v2023.3-b33 generated an exception java.lang.NoClassDefFoundError: com/massivecraft/factions/perms/PermissibleAction
With the dev version it works. But when I start the plugin I get this error: [16:36:09 WARN]: [WildTools] Task #27 for WildTools v2023.3-b33 generated an exception java.lang.NoClassDefFoundError: com/massivecraft/factions/perms/PermissibleAction
Are you using MassiveCraft Factions?
I use SaberFactions
SaberFactions
Fixed in latest dev build Closing this for now :)
Minecraft's Version
Paper 1.8.8
Plugin's Version
2023.3
Describe the bug
When I want to create a custom craft it doesn't work, I get no error in the console when starting or reloading the plugin. My config : tools: Pioche_3x3: tool-mode: CUBOID break-level: 3 only-same-type: false unbreakable: false type: DIAMOND_PICKAXE name: '&6&lPioche 3x3 ' lore:
type: RECORD_8 name: '&6&lBâton de vente' lore:
Harvester4: tool-mode: HARVESTER radius: 4 auto-collect: true type: WOOD_HOE uses: 1000 name: '&6&lHarvester &e&l4x4' lore:
Main_de_Sable: tool-mode: BUILDER type: GOLD_AXE whitelisted-blocks:
uses: 150 length: 10 name: '&e&lMain de Sable' lore:
uses: 150 length: 10 name: '&5&lMain d''obsidienne' lore:
uses: 150 length: 10 name: '&7&lMain de Pierre' lore:
Pelle_ultime: tool-mode: CUBOID break-level: 2 only-same-type: false unbreakable: true type: DIAMOND_SPADE name: '&5&lPelle Ultime ' lore:
GRAVEL
Recipes config : recipes: Pioche_3x3:
To Reproduce
Use this config
Additional Information
No response