05-23-2015, 02:23 AM
I havent checked any plugins source so far so i'll give a plain example ( a really bad one, its been years since i touched lua ) . What i understood from your post is that you CANNOT post the scoreboard just for your character, instead you see the scoreboard for everyone (correct me if im wrong,i might be xd).
Something like this :
config.ini -> username: rekatluos
In the plugin something like this -> if my.charName ~= username then return end (if players name does not match the config it outputs global, or nothing)
After that you can set every objective to output that specific name's score instead of everyones.
Its just a longshot example, i'll have to read some of the other plugins to get a better idea of what you can/cant do right now xd.
Something like this :
config.ini -> username: rekatluos
In the plugin something like this -> if my.charName ~= username then return end (if players name does not match the config it outputs global, or nothing)
After that you can set every objective to output that specific name's score instead of everyones.
Its just a longshot example, i'll have to read some of the other plugins to get a better idea of what you can/cant do right now xd.