Giter VIP home page Giter VIP logo

Comments (3)

Phoenix616 avatar Phoenix616 commented on July 22, 2024

I'm assuming that you are trying to set the slpack pack as it's the only one in your config? If so then the issue is that you defined the pack as the empty one. If you do that the plugin will treat people without a pack the same as if they had that pack applied. So they already have the empty pack (none) in your case.

I highly recommend using the default empty pack (as it's really empty) which would solve your issue. (You have the pack applied to all servers anyways with the global option, your per-server packs won't even do anything)

This behaviour is one of the main reasons of why I changed the configuration from just defining the name of a pack at the empty-node to the full pack definition to make it harder to accidentally end up in a situation like yours.

from resourcepacksplugins.

hafarooki avatar hafarooki commented on July 22, 2024

So, this should work?:

debug: true
autogeneratehashes: true
messages:
  usepack: You now use the pack %pack%!
  packlisthead: 'Packs available to you:'
  nopacks: No packs found!
packs:
empty:
    url: https://github.com/StarLegacy/StarLegacyResourcepack/releases/download/v3.0/StarLegacyResourcepack.v3.0.zip
    hash: 8a35431fc44baacf3162ab0f2ab620a4ba251826
global:
  send-delay: 20

from resourcepacksplugins.

Phoenix616 avatar Phoenix616 commented on July 22, 2024

No, it wont send the empty pack if the player doesn't have a server pack applied. Just leave the empty pack like the default config and set your pack like previously as the global pack.

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.