Solved a

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the community!

    Now, what are you waiting for? Join the community now!

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

Status
Not open for further replies.
Is there a way to make a scoreboard that doesn't flicker in skript, with multiple lines and colours, also with Ranks.
I am using pex. Is this possible?

Thanks.

You can use SkRayFall and work with this code provided by the docs:
code_language.skript:
command /sb:
    trigger:
        set name of sidebar of player to "&e&lHEY THERE!"
        set score "&aSCORE NAME" in sidebar of player to 1
[doublepost=1488843740,1488843125][/doublepost]Just an example of whats possible:
scoreboard.png
 
  • Like
Reactions: Dylan The Beast
oh alright. last question: i havent tried the script that u sent me yet, if i add that variable, will it actually add the whole prefix like &4&lOWNER or it will add it like &fOwner (cus thats what i want, i want &fOwner) is there any way i can do this? And still keep that &4&lOWNER so its like that in chat

Thanks :emoji_slight_smile:

Time to think for yourself and make a custom chat script.
 
  • Like
Reactions: Dylan The Beast
pls is there any way to do this? I am using pex, i don't want to make rank system in skript since it is really hard and i will have a lot of erros lol - also i already setup pex and stuff :/
 
pls is there any way to do this? I am using pex, i don't want to make rank system in skript since it is really hard and i will have a lot of erros lol - also i already setup pex and stuff :/

You have that many threads for requests, im so suprised that you havent learnt anything. Please just try for all of us.
 
pls is there any way to do this? I am using pex, i don't want to make rank system in skript since it is really hard and i will have a lot of erros lol - also i already setup pex and stuff :/
We aren't going to spoon feed you any more. Exercise your brain for once.
 
[17:04:22 ERROR]: [Skript] Can't understand this expression: player's prefix (Time.sk, line 32: set score "%player's prefix%" in sidebar of player to 1')
You need skquery I think. Check the documentation to see the addon you need.
 
You need skquery I think. Check the documentation to see the addon you need.
hm... weird! I have it
[doublepost=1489002494,1489002436][/doublepost]
You need skquery I think. Check the documentation to see the addon you need.
btw do you know when you make a command example /gamemode 1, you have to add things like "trigger:", i have something called "usage:" what
does that do? I have a text next to it aswell, where can i see that message?
code_language.skript:
command /setrank [<offline player>] [<text>]:
    usage: &7Set a player's rank.
    trigger:
 
hm... weird! I have it
[doublepost=1489002494,1489002436][/doublepost]
btw do you know when you make a command example /gamemode 1, you have to add things like "trigger:", i have something called "usage:" what
does that do? I have a text next to it aswell, where can i see that message?
code_language.skript:
command /setrank [<offline player>] [<text>]:
    usage: &7Set a player's rank.
    trigger:
If you type in /gamemode.
 
oh... thanks!
[doublepost=1489010204,1489008553][/doublepost]
is there a way to make my skript plugin load faster? i think my aliases-eng is causing it
using 2.2 dev 22f
No. It depends on the amount of scripts you have.
 
No. It depends on the amount of scripts you have.
ok XD
[doublepost=1489011393,1489010985][/doublepost]
No. It depends on the amount of scripts you have.
ok so i have a simple invspy skript.
any way i can change the gui name?
code_language.skript:
command /invspy [<offline player>]:
    trigger:
        if arg-1 is not set:
            send "&cWrong usage. Try again with /invspy <player>."
        if arg-1 is set:
            if arg 1 is online:
                open the arg 1's inventory for the player
            else:
                send "&cSorry but %arg-1% is currently Offline."
 
ok XD
[doublepost=1489011393,1489010985][/doublepost]
ok so i have a simple invspy skript.
any way i can change the gui name?
code_language.skript:
command /invspy [<offline player>]:
    trigger:
        if arg-1 is not set:
            send "&cWrong usage. Try again with /invspy <player>."
        if arg-1 is set:
            if arg 1 is online:
                open the arg 1's inventory for the player
            else:
                send "&cSorry but %arg-1% is currently Offline."
Look at the Wiki. I don't know.
 
Maybe try setting the name of the current inventory to what you want.
 
Please ask one thing per thread or do a thread with multiple questions. When you problem is solved, don't ask for another thing completely unrelated to the main question on the same thread.
 
I'll make everything in here gladly, contact me on skype: Jacobmc0804
 
Status
Not open for further replies.