Posts: 2
Threads: 1
Joined: May 2015
Thanks: 0
Given 0 thank(s) in 0 post(s)
i couldnt find anything but im wondering if there's currently a way to draw an inventory grid on the screen. another would be like, lets say i want to make a plugin that counts monster kills somewhere on the screen. what would i need to use to draw the counter on screen?
Posts: 11
Threads: 2
Joined: Apr 2011
Thanks: 0
Given 1 thank(s) in 1 post(s)
What if you would make the script check for a specific name set in the config and output the info ?
Posts: 4,628
Threads: 115
Joined: Dec 2011
Thanks: 693
Given 494 thank(s) in 423 post(s)
I'm not really sure what you mean, sorry.
Posts: 11
Threads: 2
Joined: Apr 2011
Thanks: 0
Given 1 thank(s) in 1 post(s)
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.