Jump to content

siryolothe2

Member
  • Posts

    17
  • Joined

  • Last visited

Posts posted by siryolothe2

  1. Ok i did what you said also i switched to normal essentials eco and just changed the placeholder so i am running

     

    on join:
        set title of player's scoreboard to "&6&lServer Info"
        while player is online:
            set line 1 of player's scoreboard to "&7• &eOnline: &f%size of all players%"
            # set a variable to the placeholder
            set {_money} to placeholder "%%essentials_worth%%" from player
            # use the variable as follows
            set line 2 of player's scoreboard to "&7• &eCurrent money: &f$%{_money}%"
            wait 1 second
     

     

     

    and on the scoreboard it is just displaying <none> even though i know i have money please help if you can 🙂

     

    siryolothe2

  2. I NEED HELP

    so i am running the skript 

     

    #on papi placeholder request with prefix "something":
      #  if identifier is "hello":
        #    set result to "%{balance::%player's uuid%}%"
    #this is somthing else i was just trying i dont think it worked though
    on join:
        set {_p} to placeholder "gemseconomy_balance_coin" from player


    on join:
        set title of player's scoreboard to "&6&lServer Info"
        while player is online:
            set line 1 of player's scoreboard to "&7• &eOnline: &f%size of all players%"
            set line 2 of player's scoreboard to "&7• &eCurrent money: &f%{_p}%"
            wait 1 second

     

     

    my plugins R skbee, essentials, gemseconomy, skript, skript placeholders, placeholderapi,Tuske, luckperms and essentials chat 

     

    there is no error message it just shows "<none>" one the scoreboard

    if any 1 know why please let me know or if you have the time just fix what i did wrong thankyou

  3. 22 hours ago, ProtonDev said:

     

    
    options:
        ServerName: &6&lEPIC SERVER 
        DiscordServer: wYGK2vr4ZF
        Store: notedgens.tebex.io
        Color1: &6
        Color2: &7
        Color3: &8
        FooterText: &fBETA SEASON
    on join:
        while player is online:
            set tablist header of player to "%nl%{@ServerName}%nl%%nl%{@Color1}Discord{@Color3} • {@Color2}discord.gg/{@DiscordServer}%nl%{@Color1}Store {@Color3}• {@Color2}{@Store}%nl%"
            set {_tps::*} to tps
            set tablist footer of player to "%nl%{@Color3}( {@Color2}TPS {@Color3}• {@Color1}%{_tps::1}%{@Color3} | {@Color2}Ping {@Color3}• {@Color1}%player's ping%{@Color3} | {@Color2}Online {@Color3}• {@Color1}%size of all players%{@Color3} )%nl%{@FooterText}%nl%"
            if player has permission "donor" or "staff":
                set tablist name of player to "%player's prefix% &f%player%"
            else:
                set tablist name of player to "%player's prefix% %player%"

     

    I am using this thank you so much🙂

×
×
  • Create New...