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

Plugin not working ! #43

Open
lululock71 opened this issue May 15, 2022 · 2 comments
Open

Plugin not working ! #43

lululock71 opened this issue May 15, 2022 · 2 comments
Labels
invalid This doesn't seem right

Comments

@lululock71
Copy link

Hi,
I've set up the latest version of userlogin with the latest version of PaperMC (1.18.2).

Even after checking the config files, I noticed all connected players can move, destroy blocks and type commands when they are not registered/logged in in userlogin.

I don't know what causes the issue, there's no error in server logs.

This issue is very annoying and defeats the purpose of the plugin itself...

@ElCholoGamer
Copy link
Owner

This isn't a bug, you have to enable those restrictions in the config.yml file.

@ElCholoGamer ElCholoGamer added the invalid This doesn't seem right label May 15, 2022
@organizatsiya
Copy link

restrictions:
  chat: true
  commands: true
  blockBreaking: true
  blockPlacing: true
  itemDrop: true # Can cause items to disappear if dropped from the inventory UI. Enable inventoryClick to prevent this
  itemPickup: true # 1.12+ only
  inventoryClick: true
  damage:
    attack: true
    receive: true
  movement:
    enabled: true
    warnFrequency: 10 # Message players every few ticks when they move. (-1 to disable)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
invalid This doesn't seem right
Projects
None yet
Development

No branches or pull requests

3 participants