Code Monkey home page Code Monkey logo

Comments (2)

sakurawald avatar sakurawald commented on July 21, 2024

Fuji works with luckperms.

For every command node, luckperms defines a tri-state permission predicate ("true", "false" and "undefined")

Zero-command-permission will iterate all the registered command-node and check if there is a relative zero-command defined for the command node. If there is, then we wrapper the original permission predicate with the zero-permission.

If there is no relative zero-permission for the command node, then we do nothing.
The permission predicate for the command node is never modified in this case.

See source: https://github.com/sakurawald/fuji-fabric/blob/1.20.4/src/main/java/io/github/sakurawald/module/initializer/zero_command_permission/ZeroCommandPermissionModule.java

Fuji check the permission by code Permissions.getPermissionValue, and it only contacts LuckPerms, never knows about velocity.
Maybe it's something about the permission sync between luckperms and velocity.

from fuji-fabric.

sakurawald avatar sakurawald commented on July 21, 2024

Hello, can you check this #20 and let me know if this situation still exists ?

from fuji-fabric.

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.