LuckPerms

LuckPerms

41.4k Downloads

Web editor - Always send potentialContexts as an array

Turbotailz opened this issue ยท 2 comments

commented

Re: LuckPerms/LuckPermsWeb#190

Their potentialContexts array looks like this:

  "potentialContexts": {
    "server": "survival",
    "world": [
      "world",
      "world_nether",
      "world_the_end"
    ]
  }

It would be great if the single value for server was an array instead of a string :)

commented

I was going to suggest that :P

Means that it will work with people still using older versions of LP. :)

commented

Took matters into my own hands :P LuckPerms/LuckPermsWeb@fcf0b11