Giter VIP home page Giter VIP logo

Comments (3)

Phoenix616 avatar Phoenix616 commented on June 19, 2024

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)

from resourcepacksplugins.

ReleaseException avatar ReleaseException commented on June 19, 2024

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

from resourcepacksplugins.

Phoenix616 avatar Phoenix616 commented on June 19, 2024

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)

from resourcepacksplugins.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.