LuckPerms

LuckPerms

41.4k Downloads

Meta-Formating acting strange spigot/sponge/bungee

tmoflash opened this issue ยท 1 comments

commented

This was working fine but then stopped all the sudden for some reason. No changes were made to LP other than adding various perms.

I am in group [owner]

I am in group [staff] - stacking is: helper > mod > admin > headadmin > owner

I have a track called [staff] - stacking is: staff > helper > mod > admin > headadmin > owner

I then added myself to group staff & track staff
the goal is to have prefix [staff] [owner]

#Sponge Config:
meta-formatting {
  prefix {
    format = [
      "lowest_on_track_vip"
      "lowest_on_track_staff"
      "highest"
    ]
    start-spacer = ""
    middle-spacer = " "
    end-spacer = ""
  }
  suffix {
    format = [
      "highest"
    ]
    start-spacer = ""
    middle-spacer = " "
    end-spacer = ""
  }
}```

#Spigot Config:
meta-formatting:
  prefix:
    format:
      - "lowest_on_track_vip"
      - "lowest_on_track_staff"
      - "highest"
    start-spacer: ""
    middle-spacer: " "
    end-spacer: ""
  suffix:
    format:
      - "highest"
    start-spacer: ""
    middle-spacer: " "
    end-spacer: "" 

I am connected to the same database (MariaDB) for all servers both spigot & sponge. I am using the bungeecord plugin on bungee and the spigot on spigot and sponge on sponge.

It works correctly on spigot but not on sponge
Spigot: https://prnt.sc/kv4edg
Sponge: https://prnt.sc/kv4eok

What the prefix shows in Spigot: https://prnt.sc/kv4dfq

What the prefix shows in Sponge: https://prnt.sc/kv4d8r

commented

It looks like the issue was being caused by another plugin. Ultimate Chat.