BuringStraw

BuringStraw

How to permanently grant players permissions in BDS server

  1. Log in to the server,
  2. screen -d -r mc and find the xuid of the person whose permissions you want to change. The xuid will be recorded in the following format when a person connects or disconnects
    GprYuQ.png
  3. Press Ctrl + a and then press d to exit the screen
  4. nano permissions.json
  5. GprdNq.png
    Write in this format. When adding a new rule, after the last curly brace, first write a comma, then add a pair of curly braces, and write "permission":"xx","xuid":"xxxxxxx" inside the newly added curly braces.
    The members corresponding to permission are member, visitor corresponds to guest, and op corresponds to operator.
    You can omit spaces and line breaks. But for clarity...
  6. Press Ctrl+X, then press Y, and press Enter to exit nano
  7. screen -d -r mc
  8. permission reload
  9. Press Ctrl + a and then press d to exit the screen
  10. Safely exit ssh
Loading...
Ownership of this post data is guaranteed by blockchain and smart contracts to the creator alone.