Not all Path Completion messages received when multiple players qualify
obzidi4n opened this issue ยท 7 comments
Little bug we noticed ..
We currently have a 'message' set as a result of completing a path, such as "Bob leveled up!". However, when multiple players complete requirements simultaneously, they're all receiving the same message - presumably the first one in the queue. (So, if Bob, Tim and Sue all rankup at the same time, they all see the message personalized for Bob.)
All other associated commands are executing fine, however. (change player permissions level, give/take money, etc.)
Here's a sample of the config.
rank3:
prerequisites:
in group:
value: novice
requirements:
time: 20m
money: 500
results:
command:
value: pp user &p promote playergroups;eco take &p 499
message: '&p has been promoted to Novice!'
options:
auto choose: true
display name: "Novice"
That's odd. I've never seen this bug and can't really reproduce it. Perhaps some more investigation is needed.
I think that message is sent by your permissions plugin when you perform the 'pp user &p promote playergroups' command. It does not seem to affect this user, it just tells that Harrison has been promoted!