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

The texturepack does not load #57

Closed
ReleaseException opened this issue Jul 31, 2021 · 3 comments
Closed

The texturepack does not load #57

ReleaseException opened this issue Jul 31, 2021 · 3 comments
Labels
setup issue An issue with the config or system setup that is used

Comments

@ReleaseException
Copy link

Hi,
i use your Plugin with Velocity and the texturepack does not load, it says that its downloaded but the textures dosent change
Can you please help me?

@Phoenix616
Copy link
Owner

Please provide the information requested by the issue template...

Also please make sure there are no client-side errors (see the client's log file)

@ReleaseException
Copy link
Author

ReleaseException commented Jul 31, 2021

Used Version

Velocity 3.0.0
VelocityResourcepack.jar latest

Config

debug: true
default-language: en
disable-metrics: false
autogeneratehashes: true
usepack-is-temporary: false
stored-packs-override-assignments: false
permanent-pack-remove-time: 30
global:
 pack: globalpack
 send-delay: 20
servers:
 reallife:
   pack: globalpack
packs:
 globalpack:
   url: https://www.dropbox.com/s/tz3wlnwqkkrl0mo/mycubix_tp.zip
   hash: f93e874f6b34b85ee87f6619aaf4a59953c6924f
   restricted: true
   permission: velocityresourcepacks.pack.globalpack

Environment description

Velocity latest version

Full Log

[16:27:18 INFO]: Booting up Velocity 3.0.0...
[16:27:18 INFO]: Loading localizations...
[16:27:19 INFO]: Connections will use epoll channels, libdeflate (Linux x86_64) compression, OpenSSL 1.1.x (Linux x86_64) ciphers
[16:27:19 INFO]: Loading plugins...
[16:27:19 INFO]: Loaded plugin luckperms 5.3.51 by Luck
[16:27:19 INFO]: Loaded plugin maintenance 3.0.6 by KennyTV
[16:27:19 INFO]: Loaded plugin mycubixframework 1.0-SNAPSHOT by Shipwright
[16:27:19 INFO]: Loaded plugin velocityresourcepacks 1.8.5 (build 417) by Phoenix616
[16:27:19 INFO]: Loaded 4 plugins
[16:27:19 INFO]:         __    
[16:27:19 INFO]:   |    |__)   LuckPerms v5.3.51
[16:27:19 INFO]:   |___ |      Running on Velocity - Velocity
[16:27:19 INFO]: 
[16:27:19 INFO] [luckperms]: Loading configuration...
[16:27:20 INFO] [luckperms]: Loading storage provider... [MYSQL]
[16:27:20 INFO] [me.lucko.luckperms.lib.hikari.HikariDataSource]: luckperms-hikari - Starting...
[16:27:20 INFO] [me.lucko.luckperms.lib.hikari.HikariDataSource]: luckperms-hikari - Start completed.
[16:27:20 INFO] [luckperms]: Loading messaging service... [SQL]
[16:27:20 INFO] [luckperms]: Loading internal permission managers...
[16:27:20 INFO] [luckperms]: Performing initial data load...
[16:27:20 INFO] [luckperms]: Successfully enabled. (took 1110ms)
[16:27:20 INFO]: Velocity Version of MyCubixFramework has been loaded!
[16:27:20 INFO] [velocityresourcepacks]: Loading config!
[16:27:20 INFO] [velocityresourcepacks]: Loaded config.yml
[16:27:20 INFO] [velocityresourcepacks]: Loaded players.conf
[16:27:20 INFO] [velocityresourcepacks]: Debug level: INFO
[16:27:20 INFO] [velocityresourcepacks]: Found locale en
[16:27:20 INFO] [velocityresourcepacks]: Loading packs:
[16:27:20 INFO] [velocityresourcepacks]: globalpack - https://www.dropbox.com/s/tz3wlnwqkkrl0mo/mycubix_tp.zip - ee75e9df77fb9fbaad95bcdb95c10dfdd8c48833
[16:27:20 INFO] [velocityresourcepacks]: [DEBUG] {url=https://www.dropbox.com/s/tz3wlnwqkkrl0mo/mycubix_tp.zip, hash=ee75e9df77fb9fbaad95bcdb95c10dfdd8c48833, format=null, version=null, restricted=true, permission=velocityresourcepacks.pack.globalpack, type=null, variants=null}
[16:27:20 WARN] [velocityresourcepacks]: No empty pack defined!
[16:27:20 INFO] [velocityresourcepacks]: Loading global assignment...
[16:27:20 INFO] [velocityresourcepacks]: [DEBUG] Pack: globalpack
[16:27:20 INFO] [velocityresourcepacks]: [DEBUG] Send delay: 20
[16:27:20 INFO] [velocityresourcepacks]: [DEBUG] Loaded PackAssignment{name=global, pack=globalpack, secondaries=[], sendDelay=20}
[16:27:20 INFO] [velocityresourcepacks]: Loading server assignments...
[16:27:20 INFO] [velocityresourcepacks]: Loading assignment for server reallife...
[16:27:20 INFO] [velocityresourcepacks]: [DEBUG] Pack: globalpack
[16:27:20 INFO] [velocityresourcepacks]: [DEBUG] Loaded server assignment PackAssignment{name=reallife, pack=globalpack, secondaries=[], sendDelay=-1}
[16:27:20 INFO] [velocityresourcepacks]: [DEBUG] Stored packs override assignments: false
[16:27:20 INFO] [velocityresourcepacks]: Generating hashes...
[16:27:20 INFO] [velocityresourcepacks]: Downloading globalpack...
[16:27:21 INFO]: Listening on /[0:0:0:0:0:0:0:0%0]:25565
[16:27:21 INFO]: Done (2.74s)!
[16:27:21 INFO] [velocityresourcepacks]: SHA 1 hash of globalpack: f93e874f6b34b85ee87f6619aaf4a59953c6924f
[16:27:21 INFO] [velocityresourcepacks]: Hashes of 1 packs changed! Saving to config.
[16:27:39 INFO]: [initial connection] /2.207.122.133:50798 has disconnected
[16:28:08 INFO]: [connected player] DanteDF (/2.207.122.133:63753) has connected
[16:28:08 INFO]: [server connection] DanteDF -> reallife has connected
[16:28:09 INFO] [velocityresourcepacks]: [DEBUG] DanteDF matched assignment reallife due to main pack

What other programs/plugins are you running?

LuckPerms, a custom Plugin, MOTD Plugin

What is happening?

The Client says that the resourcespack is installed but the textures are still default

What did you expect to happen?

That the textures change to the resourcepack

@Phoenix616
Copy link
Owner

You are not using a direct download link for the pack but a link to the site to download it on. Either append ?dl=1 or use a host like mc-packs.net (Some people had issues with Dropbox in the past)

@Phoenix616 Phoenix616 added setup issue An issue with the config or system setup that is used and removed missing information labels Jul 31, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
setup issue An issue with the config or system setup that is used
Projects
None yet
Development

No branches or pull requests

2 participants