PluginBugs / Issues-ItemsAdder

Repository used to keep track of issues of my plugin ItemsAdder
https://itemsadder.devs.beer
52 stars 21 forks source link

update not solved my problem. I can´t use screen effects #1486

Closed mario638 closed 2 years ago

mario638 commented 2 years ago

Terms

Discord tag (optional)

mario638#2828

What happened?

I can´t use screen effects on my server

Steps to reproduce the issue

Install Screen effects Use the command /screeneffect fullscreen AQUA 100 100 100 nofreeze mario638 TEST And an error shows to me :(

Server version

Paper (408) 1.17.1-30.1-SNAPSHOT

ItemsAdder Version

2.5.5

ProtocolLib Version

4.7.0

LoneLibs Version

1.0.16b

LightAPI Version (optional)

bukkit-5.1.0

LibsDisguises Version (optional)

10.0.27

FULL server log

i can´t show you because is on the other post https://github.com/PluginBugs/Issues-ItemsAdder/issues/1452

Error (optional)

[14:57:58 INFO]: mario638 issued server command: /screeneffect fullscreen #000000 10 10 10 nofreeze all Welcome to my server!
[14:57:58 ERROR]: null
org.bukkit.command.CommandException: Unhandled exception executing command 'screeneffect' in plugin ScreenEffects v1.0.11
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:47) ~[patched_1.17.1.jar:git-Paper-408]
        at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:159) ~[patched_1.17.1.jar:git-Paper-408]
        at org.bukkit.craftbukkit.v1_17_R1.CraftServer.dispatchCommand(CraftServer.java:869) ~[patched_1.17.1.jar:git-Paper-408]
        at net.minecraft.server.network.ServerGamePacketListenerImpl.handleCommand(ServerGamePacketListenerImpl.java:2262) ~[app:?]
        at net.minecraft.server.network.ServerGamePacketListenerImpl.handleChat(ServerGamePacketListenerImpl.java:2073) ~[app:?]
        at net.minecraft.server.network.ServerGamePacketListenerImpl.handleChat(ServerGamePacketListenerImpl.java:2054) ~[app:?]
        at net.minecraft.network.protocol.game.ServerboundChatPacket.handle(ServerboundChatPacket.java:46) ~[app:?]
        at net.minecraft.network.protocol.game.ServerboundChatPacket.a(ServerboundChatPacket.java:6) ~[app:?]
        at net.minecraft.network.protocol.PacketUtils.lambda$ensureRunningOnSameThread$1(PacketUtils.java:56) ~[app:?]
        at net.minecraft.server.TickTask.run(TickTask.java:18) ~[patched_1.17.1.jar:git-Paper-408]
        at net.minecraft.util.thread.BlockableEventLoop.doRunTask(BlockableEventLoop.java:149) ~[app:?]
        at net.minecraft.util.thread.ReentrantBlockableEventLoop.doRunTask(ReentrantBlockableEventLoop.java:23) ~[app:?]
        at net.minecraft.server.MinecraftServer.doRunTask(MinecraftServer.java:1426) ~[patched_1.17.1.jar:git-Paper-408]
        at net.minecraft.server.MinecraftServer.executeTask(MinecraftServer.java:192) ~[patched_1.17.1.jar:git-Paper-408]
        at net.minecraft.util.thread.BlockableEventLoop.pollTask(BlockableEventLoop.java:122) ~[app:?]
        at net.minecraft.server.MinecraftServer.pollTaskInternal(MinecraftServer.java:1404) ~[patched_1.17.1.jar:git-Paper-408]
        at net.minecraft.server.MinecraftServer.pollTask(MinecraftServer.java:1397) ~[patched_1.17.1.jar:git-Paper-408]
        at net.minecraft.util.thread.BlockableEventLoop.runAllTasks(BlockableEventLoop.java:110) ~[app:?]
        at net.minecraft.server.MinecraftServer.tickServer(MinecraftServer.java:1536) ~[patched_1.17.1.jar:git-Paper-408]
        at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1282) ~[patched_1.17.1.jar:git-Paper-408]
        at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:319) ~[patched_1.17.1.jar:git-Paper-408]
        at java.lang.Thread.run(Thread.java:833) ~[?:?]
Caused by: java.lang.NoSuchMethodError: 'net.minecraft.world.entity.player.PlayerAbilities net.minecraft.server.level.EntityPlayer.fr()'
        at dev.lone.ScreenEffects.a.a.d.d(SourceFile:29) ~[ScreenEffects.jar:?]
        at dev.lone.ScreenEffects.a.a.a(SourceFile:68) ~[ScreenEffects.jar:?]
        at dev.lone.ScreenEffects.a.a(SourceFile:160) ~[ScreenEffects.jar:?]
        at dev.lone.ScreenEffects.a.onCommand(SourceFile:150) ~[ScreenEffects.jar:?]
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:45) ~[patched_1.17.1.jar:git-Paper-408]
        ... 21 more

ItemsAdder config.yml

metrics: true
update-checker: true
disable-plugin-loading-messages_DONT_ASK_ME_FOR_SUPPORT_IF_YOU_SET_TRUE__THANKS: false
resource-pack:
  hosting:
    no-host:
      enabled: false
    auto-external-host:
      enabled: false
    self-host:
      enabled: true
      server-ip: BRO WTF ARE U DOING WATCHING MY IP ADRESS :V
      pack-port: 8163
    external-host:
      enabled: false
      skip-url-file-type-check___DONT_ASK_HELP_IF_SET_TRUE: false
      url: ''
  apply-on-join: true
  kick-player-on-decline: true
  kick-player-on-fail: true
  delay-ticks: 10
  notify-other-plugins-interfering: true
  title:
    enabled: true
  protect-player:
    black-screen: true
    hide-hud: true
    cancel-movement: true
    lock-player: true
  command:
    usage-cooldown-seconds: 60
  custom-font:
    enabled: false
    name: ipaexg.ttf
    shift: '[0,0]'
    size: 11.0
    oversample: 2.0
  thin-font:
    enabled: false
  zip:
    protect-file-from-unzip:
      enabled: true
      extreme: true
    compress-png-files: true
    compress-json-files: true
    overwrite-vanilla-models: false
    overwrite-vanilla-lang-json: false
    generate-custom-armors-textures:
      enabled: true
      mode: VANILLA_1_17
      _: 'Available values: VANILLA_1_17 or OPTIFINE'
    disable-overwrite-leather-armor-layers-textures: false
    fix_transparent_noteblocks__disable-for-more-performance: false
    ignore-files-ext:
    - db
    - yml
    - xcf
    - html
  items:
    CustomModelData-starting-value:
      ALL: 10000
      DIAMOND: 11000
config_files:
  lang: es
  dictionaries-lang: es
  extract-default-items: true
  extract-default-resources: true
blocks:
  light-api: true
  fix-glitched-blocks:
    enabled: true
    only-new-chunks: false
    search-also-in-these-biomes:
      enabled: true
      biomes:
      - OCEAN
      - PLAINS
      - DESERT
      - MOUNTAINS
      - FOREST
      - TAIGA
      - SWAMP
      - RIVER
      - FROZEN_OCEAN
      - FROZEN_RIVER
      - SNOWY_TUNDRA
      - SNOWY_MOUNTAINS
      - MUSHROOM_FIELDS
      - MUSHROOM_FIELD_SHORE
      - BEACH
      - DESERT_HILLS
      - WOODED_HILLS
      - TAIGA_HILLS
      - MOUNTAIN_EDGE
      - JUNGLE
      - JUNGLE_HILLS
      - JUNGLE_EDGE
      - DEEP_OCEAN
      - STONE_SHORE
      - SNOWY_BEACH
      - BIRCH_FOREST
      - BIRCH_FOREST_HILLS
      - DARK_FOREST
      - SNOWY_TAIGA
      - SNOWY_TAIGA_HILLS
      - GIANT_TREE_TAIGA
      - GIANT_TREE_TAIGA_HILLS
      - WOODED_MOUNTAINS
      - SAVANNA
      - SAVANNA_PLATEAU
      - BADLANDS
      - WOODED_BADLANDS_PLATEAU
      - BADLANDS_PLATEAU
      - SMALL_END_ISLANDS
      - END_MIDLANDS
      - END_HIGHLANDS
      - END_BARRENS
      - WARM_OCEAN
      - LUKEWARM_OCEAN
      - COLD_OCEAN
      - DEEP_WARM_OCEAN
      - DEEP_LUKEWARM_OCEAN
      - DEEP_COLD_OCEAN
      - DEEP_FROZEN_OCEAN
      - THE_VOID
      - SUNFLOWER_PLAINS
      - DESERT_LAKES
      - GRAVELLY_MOUNTAINS
      - FLOWER_FOREST
      - TAIGA_MOUNTAINS
      - SWAMP_HILLS
      - ICE_SPIKES
      - MODIFIED_JUNGLE
      - MODIFIED_JUNGLE_EDGE
      - TALL_BIRCH_FOREST
      - TALL_BIRCH_HILLS
      - DARK_FOREST_HILLS
      - SNOWY_TAIGA_MOUNTAINS
      - GIANT_SPRUCE_TAIGA
      - GIANT_SPRUCE_TAIGA_HILLS
      - MODIFIED_GRAVELLY_MOUNTAINS
      - SHATTERED_SAVANNA
      - SHATTERED_SAVANNA_PLATEAU
      - ERODED_BADLANDS
      - MODIFIED_WOODED_BADLANDS_PLATEAU
      - MODIFIED_BADLANDS_PLATEAU
      - BAMBOO_JUNGLE
      - BAMBOO_JUNGLE_HILLS
  cancel-break-wrong-tool:
    enabled: true
    send-actionbar: true
  campfire:
    unlit-on-place: true
    allow-any-item: true
  disable-REAL: false
  disable-REAL_TRANSPARENT: false
  disable-REAL_NOTE: false
  disable-REAL_WIRE: false
  disable-FIRE: false
  fix-liquids-flow: true
  fix-floating-blocks: true
items:
  fix-show-attack-and-damage-as-lore: true
  give_death_location_maps: false
  hide-custom-durability-lore: false
liquids:
  enabled: true
huds:
  enabled: true
mobs:
  disable-MOB-behaviour__DISABLE_AT_YOUR_OWN_RISK: false
font_images:
  chat:
    enabled: true
    doublecheck-permission__disable-for-more-performance: false
    add-hover-suggestion: true
  command:
    enabled: true
    commandblocks: true
    excluded:
    - home
    - sethome
    - tpa
  sign:
    enabled: true
  book:
    enabled: true
  anvil:
    enabled: true
  inventory-title:
    enabled: true
  tab-header-footer:
    enabled: true
  vault-prefix-suffix:
    enabled: true
    update-every-ticks: 1200
  scoreboard-teams:
    enabled: false
    update-every-ticks: 3600
  player-display-name:
    enabled: true
    update-every-ticks: 1200
  replace-in-customitems-name-and-lore: true
effects:
  hide-scoreboard-numbers: true
  text-effects:
    enabled: true
    replace-in-customitems-name-and-lore: true
    chat:
      enabled: true
    sign:
      enabled: true
    book:
      enabled: true
    anvil:
      enabled: true
    tab-header-footer:
      enabled: true
entities:
  max-furniture-vehicles-per-chunk: 999
  allow-removing-old-furnitures_2_3_11: false
recipes:
  hide-vanilla-unrecognized-recipe-errors: true
  fix-packet-too-large-kick: false
  custom-recipes:
    unlock:
      all-on-join: true
      on-pickup:
        any: true
        ingredients: true
  remove-vanilla-recipes:
    enabled: true
    list:
      DIAMOND_SWORD: false
      IRON_INGOT: false
debug:
  items:
    log-files-loading: false
    log-items-loading: false
    log-items-loading-disabled: false
    log-font-images-loading: false
    log-huds-loading: false
    log-attribute-modifiers-loading: false
    log-warnings: false
    log-loots-loading: false
    log-loots-loading-disabled: false
    log-armors-loading: false
  recipes:
    log-recipes-loading: false
    log-recipes-loading-disabled: false
    log-recipes-removed-vanilla: false
    log-fix-packet-too-large: false
  resource-pack:
    log-extract-default-resources: false
    log-not-extract-default-resources-already-exist: false
  blocks:
    log-save: false
    log-save-on-unload: false
    log-mined-unknown-blocks: true
  worlds-populators:
    log-loading: false
    log-loading-disabled: false
    log-loading-no-populators: false
    log-loading-no-world: true
    log-generation: false
  trees-populators:
    log-loading: false
    log-loading-disabled: false
    log-loading-no-populators: false
    log-loading-no-world: true
    log-generation: false
  surface-decorators:
    log-loading: false
    log-loading-disabled: false
    log-loading-no-decorators: false
    log-loading-no-world: true
    log-generation: false
  player-stats:
    log-save: false
  performance:
    loading-ms: true
  huds:
    log-triggers: false
  other:
    log-dictionaries-loading: false
    log-liquids-loading: false
    log-minecraft_lang_overwrite-loading: false
  categories:
    log-total-loaded: true
    log-single-loaded: false
    log-single-loaded-overwrite: false
    log-single-skip: false

Problematic items yml configuration file (optional)

No response

Other files, you can drag and drop them here to upload. (optional)

No response

Screenshots/Videos (you can drag and drop files or paste links)

image

LoneDev6 commented 2 years ago

Fixed in 1.0.12