Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

balloons not loading properly after server restart. #273

Open
4 tasks done
Mvkbesteu opened this issue Nov 13, 2024 · 1 comment
Open
4 tasks done

balloons not loading properly after server restart. #273

Mvkbesteu opened this issue Nov 13, 2024 · 1 comment
Labels
type: bug Something isn't working

Comments

@Mvkbesteu
Copy link

Mvkbesteu commented Nov 13, 2024

Terms

  • I'm using the very latest version of CosmeticsCore and its dependencies.
  • I already searched on this Github page to check if the same issue was already reported.
  • I already searched on the plugin wiki to know if a solution is already known.
  • I already searched on the Discord server to know if anyone already provided a solution in the past for the issue.

Discord tag (optional)

No response

What happened?

So when i added baloons cosmetics or even using the default ones, after server restart it doesn't seem to find and load the balloons, but when i reload the cosmetics, they appear again. And is just a loop it never really fixes itself, the body and hats seem to load normal, but the balloons unless i reload it doesnt.

Steps to reproduce the issue

use default balloons.
restart server
balloons not showing
reload the cosmetics only not config, and it should appear again.
if you restart again it will happend again.

Server version

pufferfish 1.20.2

CosmeticsCore Version

1.3.0-release-2

ProtocolLib Version

5.1.1-SNAPSHOT-673

LoneLibs Version

1.0.59

FULL server log

No response

Error (optional)

[20:57:05] [Server thread/INFO]: 
[20:57:05] [Server thread/INFO]: ------------------------------------------------------
[20:57:05] [Server thread/INFO]: [CosmeticsCore] Enabling CosmeticsCore v1.3.0-release-2
[20:57:06] [Server thread/ERROR]: [CosmeticsCore] Unknown ModelEngine blueprint: ballon_cluster
[20:57:06] [Server thread/ERROR]: [CosmeticsCore] Unknown ModelEngine blueprint: ballonnpc
[20:57:06] [Server thread/ERROR]: [CosmeticsCore] Unknown ModelEngine blueprint: bug_swarm
[20:57:06] [Server thread/ERROR]: [CosmeticsCore] Unknown ModelEngine blueprint: emeraldpupa

This is what i see when restart, nothing else. the files do exist there, and when i reload it all works + textures are shown too, it just doesnt wanna load them on fresh restart for some reason.

CosmeticsCore config.yml

lang: en
extract_default_assets: true
cosmetics:
  max_equippable:
    body: 1
    balloon: 1
  hide_during_combat:
    enabled: true
    combat_duration_ticks: 10000
  fix_invisible_nametag: true
  hide_in_vanish: true
  worlds:
  - '*'
wardrobe_room:
  camera:
    hide_actionbar_texts: true
    use_invisibility_potion: false
    rotation:
      enabled: true
    zoom:
      enabled: true
      min: 2
    fade_effect: true
    location:
      world: Spawn
      x: -219
      y: 86
      z: 2071
      yaw: 31.4
      pitch: -3.6
  mannequin:
    location:
      world: Spawn
      x: -222
      y: 85
      z: 2076
      yaw: 180
      pitch: 0
  teleport_area:
    enter:
      world: Spawn
      pos1:
        x: -228.0
        y: 89.0
        z: 2067.0
      pos2:
        x: -228.0
        y: 91.0
        z: 2065.0
    exit_location:
      world: Spawn
      x: -251
      y: 95
      z: 2085
      yaw: 98
      pitch: 10
  gui:
    cursor_default: fermented_spider_eye:9000001
    cursor_rotate: fermented_spider_eye:9000002
    cursor_pointer: fermented_spider_eye:9000003
    dyeing_pointer: fermented_spider_eye:9100003
    tutorial_gui: fermented_spider_eye:9100004
    tutorial_gui_checked: fermented_spider_eye:9100005
    slots:
      colors:
        not_owned: 195,147,57
        owned: 56,67,100
        wearing: 57,70,195
        wearing_preview: 195,120,57
        max_amount_reached: 111,111,111
      add_item_in_blank_slots:
        # This is useful only for some expert users that need to do some crazy stuff.
        # Do not enable it if you don't know what you are doing.
        enabled: false
        type: PAPER
        custom_model_data: 1337666
send_creative_hidden_hat_message: true
save:
  # Use only one at a time
  file:
    enabled: true
  mysql:
    enabled: false
    url: jdbc:mysql://my_url_database_69.com:3306/database_name
    username: username
    password: password
    table: cosmeticscore_saved
debug: false

Problematic items yml configuration file (optional)

cosmetics:

  meg_ballon_cluster:

    enabled: true

    display_name: "Balloon Cluster (MEG)"

    type: MEG_BALLOON_ENTITY

    model:

      gui: potion:400015

      normal: ballon_cluster

    dye:

      enabled: false



  meg_donkey:

    enabled: true

    display_name: "Turkey"

    type: MEG_BALLOON_ENTITY

    model:

      gui: BRICK

      normal: ballonnpc

    dye:

      enabled: false



  meg_idk:

    enabled: true

    display_name: "Turkeeey"

    type: MEG_BALLOON_ENTITY

    model:

      gui: phantom_membrane

      normal: bug_swarm

    dye:

      enabled: false

  

  meg_iedk:

    enabled: true

    display_name: "yoeee"

    type: MEG_BALLOON_ENTITY

    model:

      gui: phantom_membrane

      normal: emeraldpet1

    dye:

      enabled: true

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)

this is right after server restart, and before reloading cosmetics.

@Mvkbesteu Mvkbesteu added the type: bug Something isn't working label Nov 13, 2024
@Mvkbesteu
Copy link
Author

how can i fix this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working
Projects
Status: No status
Development

No branches or pull requests

1 participant