Hello,
About Problem
I'm using Kiteboard as my scoreboard plugin.
And I'm trying to make a separate scoreboard that will be activated when a player is in a faction, If a player is not in a faction it will display the default board.
I assigned an event called com.massivecraft.factions.FPlayer but the event I used is not working. Also, getFPlayer does not exist in that event.
Edit: I'm using FactionsUUID.
Configuration
Thanks in advance.
About Problem
I'm using Kiteboard as my scoreboard plugin.
And I'm trying to make a separate scoreboard that will be activated when a player is in a faction, If a player is not in a faction it will display the default board.
I assigned an event called com.massivecraft.factions.FPlayer but the event I used is not working. Also, getFPlayer does not exist in that event.
Edit: I'm using FactionsUUID.
Configuration
Code:
setting:
priority: 2
advanced: true
assignment:
faction-create-event:
type: EVENT
event: "com.massivecraft.factions.FPlayer"
event-player: "getFPlayer"
Thanks in advance.
Last edited:
