PluginBugs / Issues-ItemsAdder

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

ignore-files-ext Not Work #3562

Open paiow opened 5 months ago

paiow commented 5 months ago

Terms

Discord tag (optional)

seong_jinv

What happened?

I removed the zip item from ignore-files-ext in config.yml, uploaded the hex.zip file in the content folder, and entered the /iazip command. However, I cannot find the hex.zip file in the output file. image

Steps to reproduce the issue

  1. removed the zip item from ignore-files-ext in config.yml
  2. uploaded the hex.zip file in the content folder
  3. entered the /iazip command.
  4. cannot find the hex.zip file in the output file.

Server version

git-Paper-342 (MC: 1.20.4) (Implementing API version 1.20.4-R0.1-SNAPSHOT) (Git: 49f9f6f)

ItemsAdder Version

3.6.3-beta-13

ProtocolLib Version

5.2.0

LoneLibs Version

1.0.45

FULL server log

No response

Error (optional)

No response

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)

No response

github-actions[bot] commented 5 months ago

Hello, your report will be looked into as soon as possible. Please do not bump this thread and don't post it on multiple platforms.

Thanks a lot for your patience.

LoneDev6 commented 5 months ago

zip file is hardcoded. Anyway I don't see why you want to add a zip file inside a resourcepack, the client doesn't use zip files. If you're developing a mod I suggest you to send data in a separate way.

paiow commented 5 months ago

I'm trying to use the font resource pack. It is a unihex provider that uses zip files.

https://minecraft.wiki/w/Font#Unihex_provider

LoneDev6 commented 5 months ago

Ohh I see, it's something new. I will add support for that.