BG-Software-LLC / WildTools

Trench Pickaxes, Tray Pickaxes, Sell Wands, Harvester Hoes, Cannon Wands and more in one plugin!
https://bg-software.com/wildtools/
GNU General Public License v3.0
25 stars 22 forks source link

Cannot use recipes.yml file #191

Closed iJuju68 closed 6 months ago

iJuju68 commented 6 months ago

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:

To Reproduce

Use this config

Additional Information

No response

OmerBenGera commented 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

iJuju68 commented 6 months ago

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

OmerBenGera commented 6 months ago

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?

iJuju68 commented 6 months ago

I use SaberFactions

OmerBenGera commented 6 months ago

SaberFactions

Fixed in latest dev build Closing this for now :)