OldCombatMechanics

OldCombatMechanics

46.1k Downloads

custom gapples not working

sheffed opened this issue ยท 1 comments

commented

i am on 1.14.4 and i want the god apples to be like they were in 1.8 however the custom effects in the config are not working. someone please help. here is my god apples config:

old-golden-apples:
  # This is to change the behaviour / crafting of golden apples to how it was in pre-1.9
  # WARNING: If on 1.12 or above and you disable this module you must reload the server for the recipe to disappear
  enabled: true
  worlds: [spigot_1_14_4_554264]
  # If you want to allow enchanted golden apple crafting
  enchanted-golden-apple-crafting: false
  # Enabling this makes the potion effects gained by eating golden apples
  # and enchanted golden apples the same as it was in pre-1.9
  old-potion-effects: true
  # Potion effects golden apples should apply
  # Duration is in ticks (20 ticks = 1 second)
  # Amplifier is potion level -1, so Regeneration IV would be amplifier 3
  gapple-effects:
    regeneration:
      duration: 100
      amplifier: 1
    absorption:
      duration: 2400
      amplifier: 0
  # Potion effects enchanted golden apples should apply
  napple-effects:
    regeneration:
      duration: 600
      amplifier: 4
    damage_resistance:
      duration: 6000
      amplifier: 0
    fire_resistance:
      duration: 6000
      amplifier: 0
    absorption:
      duration: 2400
      amplifier: 0
  # Enable this if you have another plugin which adds a crafting recipe for
  # enchanted golden apples (requires server restart)
  no-conflict-mode: false
commented

Sorry to hear you're having issues! Just to confirm, when you eat a god apple in the world spigot_1_14_4_554264, what effects are you being given?

Additionally, a full server log would be helpful for us to see if there are any issues loading the config or applying the configs.