Jump to content

Request a skript you want | BunniSK


StarBunnie

Recommended Posts

Just make a new .sk file with only my skript in it or just upload mine directly.

tumblr_lqahoaPLkC1ql1l0v.gif

Feel free to add me on discord if you:

dc3456c-e0ec58e8-c807-43e3-b986-5224b91a need help with plugins

dc3456c-e0ec58e8-c807-43e3-b986-5224b91a need help with skripts

dc3456c-e0ec58e8-c807-43e3-b986-5224b91a need to vent about something

tumblr_lqahoaPLkC1ql1l0v.gif

>[ ‧₊˚꒰ʚ Starshine ɞ ‧✦ *#2683 ]<

Link to comment
Share on other sites

Okai just copy everything from my pastebin and paste it in the file after clearing it out completely and send a screenshot of how the top of the file looks.

Edited by StarBunnie

tumblr_lqahoaPLkC1ql1l0v.gif

Feel free to add me on discord if you:

dc3456c-e0ec58e8-c807-43e3-b986-5224b91a need help with plugins

dc3456c-e0ec58e8-c807-43e3-b986-5224b91a need help with skripts

dc3456c-e0ec58e8-c807-43e3-b986-5224b91a need to vent about something

tumblr_lqahoaPLkC1ql1l0v.gif

>[ ‧₊˚꒰ʚ Starshine ɞ ‧✦ *#2683 ]<

Link to comment
Share on other sites

7 minutes ago, QueasyCarBoy89234 said:

sorry if I necropost, but I need a script for a prison server (like limit certain blocks). could you do it plz?

 

Could you elaborate what you mean by limiting certain blocks?

tumblr_lqahoaPLkC1ql1l0v.gif

Feel free to add me on discord if you:

dc3456c-e0ec58e8-c807-43e3-b986-5224b91a need help with plugins

dc3456c-e0ec58e8-c807-43e3-b986-5224b91a need help with skripts

dc3456c-e0ec58e8-c807-43e3-b986-5224b91a need to vent about something

tumblr_lqahoaPLkC1ql1l0v.gif

>[ ‧₊˚꒰ʚ Starshine ɞ ‧✦ *#2683 ]<

Link to comment
Share on other sites

How do I make a currency, which shows on my scoreboard, and gives a certain amount of coins depending on where they are.

For example if they are in a certain region of coords, they will get 1 coin etc.

Can you make the coins be called speed as speed is my currency

Im using Skript, TuSKe, SKbee, SkRayFall, SKquery, SKellett, SKdragon

 

My scoreboard skript is:

on join:
    wait 3 ticks
    wipe player sidebar
    set name of sidebar of player to " "
    set score " " in sidebar of player to 6
    set score "&b&k&l;&r &f&lWelcome back &b&k&l;" in sidebar of player to 5
    set score "     " in sidebar of player to 3
    set score "&b&lPlayer: &d&l%player%" in sidebar of player to 4
    while player is online:
        set name of sidebar of player to "&b&lLapSK"
        wait 1.4 tick
        set name of sidebar of player to "&b&lLapSK"
        wait 1.4 tick
        set name of sidebar of player to "&b&lLapSK"
        wait 1.4 tick
        set name of sidebar of player to "&b&lLapSK"
        wait 1.4 tick
        set name of sidebar of player to "&b&lLapSK"
        wait 1.4 tick
        set name of sidebar of player to "&b&lLapSK"
        wait 1.4 tick
        set name of sidebar of player to "&b&lLapSK"
        wait 8 tick
        set name of sidebar of player to "&b&lLap&d&l&oS&b&lK"
        wait 1.4 tick
        set name of sidebar of player to "&b&lLap&d&l&oS&b&lK"
        wait 1.4 tick
        set name of sidebar of player to "&b&lLap&d&l&oS&b&lK"
        wait 1.4 tick
        set name of sidebar of player to "&b&lLap&d&lS&d&l&oK"
        wait 1.4 tick
        set name of sidebar of player to "&b&lLap&d&lS&d&l&oK"
        wait 1.4 tick
        set name of sidebar of player to "&b&lLap&d&lS&d&l&oK"
        wait 1.4 tick
        set name of sidebar of player to "&b&lLap&d&lS&d&l&oK"
        wait 1.4 tick
        set name of sidebar of player to "&b&lLap&d&lS&d&l&oK"
        wait 1.4 tick
        set name of sidebar of player to "&b&lLap&d&lS&d&l&oK"
        wait 1.4 tick
        set name of sidebar of player to "&b&lLap&d&lS&d&l&oK"
        set name of sidebar of player to "&b&lLap&d&lSK"
        wait 1.4 tick
        set name of sidebar of player to "&b&lLap&d&l&nS&d&lK"
        wait 1.4 tick
        set name of sidebar of player to "&b&lLap&d&l&nS&d&lK"
        wait 1.4 tick
        set name of sidebar of player to "&b&lLap&d&l&nS&d&lK"
        wait 1.4 tick
        set name of sidebar of player to "&b&lLap&d&l&nS&d&lK"
        wait 1.4 tick
        set name of sidebar of player to "&b&lLap&d&l&nS&d&lK"
        wait 1.4 tick
        set name of sidebar of player to "&b&lLap&d&l&nS&d&l&nK"
        wait 1.4 tick
        set name of sidebar of player to "&b&lLap&d&l&nS&d&l&nK"
        wait 1.4 tick
        set name of sidebar of player to "&b&lLap&d&l&nS&d&l&nK"
        wait 1.4 tick
        set name of sidebar of player to "&b&lLap&d&l&nS&d&l&nK"
        wait 8 tick
        wait 5 seconds
        delete player's sidebar every 5 seconds in "world"

 

___________________________________________________________________________________________________________________________________

*Deep voice* GETTT AWAY FROM ME

____________________________________________________________________________________________________________________________________

 

Link to comment
Share on other sites

Well you could make the regions with world guard and just do another on join: while loop that checks the region the player is in every 5 seconds

 

on join:
 while player is online:
  set {_reg} to "%region at player%"
  if {_reg} contains "-coins5":
   add 5 to {speed::%player's uuid%}
  if {_reg} contains "-coins3":
   add 3 to {speed::%player's uuid%}
  if {_reg} contains "-coins1":
   add 1 to {speed::%player's uuid%}
  wait 5 seconds

and to show it in the scoreboard just add 

 set score "&b&lSpeed: %{speed::%player's uuid%}%" in sidebar of player to 2

or what ever score number is not used yet

43 minutes ago, MrNinjaX said:

How do I make a currency, which shows on my scoreboard, and gives a certain amount of coins depending on where they are.

For example if they are in a certain region of coords, they will get 1 coin etc.

Can you make the coins be called speed as speed is my currency

Im using Skript, TuSKe, SKbee, SkRayFall, SKquery, SKellett, SKdragon

 

My scoreboard skript is:

on join:
    wait 3 ticks
    wipe player sidebar
    set name of sidebar of player to " "
    set score " " in sidebar of player to 6
    set score "&b&k&l;&r &f&lWelcome back &b&k&l;" in sidebar of player to 5
    set score "     " in sidebar of player to 3
    set score "&b&lPlayer: &d&l%player%" in sidebar of player to 4
    while player is online:
        set name of sidebar of player to "&b&lLapSK"
        wait 1.4 tick
        set name of sidebar of player to "&b&lLapSK"
        wait 1.4 tick
        set name of sidebar of player to "&b&lLapSK"
        wait 1.4 tick
        set name of sidebar of player to "&b&lLapSK"
        wait 1.4 tick
        set name of sidebar of player to "&b&lLapSK"
        wait 1.4 tick
        set name of sidebar of player to "&b&lLapSK"
        wait 1.4 tick
        set name of sidebar of player to "&b&lLapSK"
        wait 8 tick
        set name of sidebar of player to "&b&lLap&d&l&oS&b&lK"
        wait 1.4 tick
        set name of sidebar of player to "&b&lLap&d&l&oS&b&lK"
        wait 1.4 tick
        set name of sidebar of player to "&b&lLap&d&l&oS&b&lK"
        wait 1.4 tick
        set name of sidebar of player to "&b&lLap&d&lS&d&l&oK"
        wait 1.4 tick
        set name of sidebar of player to "&b&lLap&d&lS&d&l&oK"
        wait 1.4 tick
        set name of sidebar of player to "&b&lLap&d&lS&d&l&oK"
        wait 1.4 tick
        set name of sidebar of player to "&b&lLap&d&lS&d&l&oK"
        wait 1.4 tick
        set name of sidebar of player to "&b&lLap&d&lS&d&l&oK"
        wait 1.4 tick
        set name of sidebar of player to "&b&lLap&d&lS&d&l&oK"
        wait 1.4 tick
        set name of sidebar of player to "&b&lLap&d&lS&d&l&oK"
        set name of sidebar of player to "&b&lLap&d&lSK"
        wait 1.4 tick
        set name of sidebar of player to "&b&lLap&d&l&nS&d&lK"
        wait 1.4 tick
        set name of sidebar of player to "&b&lLap&d&l&nS&d&lK"
        wait 1.4 tick
        set name of sidebar of player to "&b&lLap&d&l&nS&d&lK"
        wait 1.4 tick
        set name of sidebar of player to "&b&lLap&d&l&nS&d&lK"
        wait 1.4 tick
        set name of sidebar of player to "&b&lLap&d&l&nS&d&lK"
        wait 1.4 tick
        set name of sidebar of player to "&b&lLap&d&l&nS&d&l&nK"
        wait 1.4 tick
        set name of sidebar of player to "&b&lLap&d&l&nS&d&l&nK"
        wait 1.4 tick
        set name of sidebar of player to "&b&lLap&d&l&nS&d&l&nK"
        wait 1.4 tick
        set name of sidebar of player to "&b&lLap&d&l&nS&d&l&nK"
        wait 8 tick
        wait 5 seconds
        delete player's sidebar every 5 seconds in "world"

 

Edited by StarBunnie

tumblr_lqahoaPLkC1ql1l0v.gif

Feel free to add me on discord if you:

dc3456c-e0ec58e8-c807-43e3-b986-5224b91a need help with plugins

dc3456c-e0ec58e8-c807-43e3-b986-5224b91a need help with skripts

dc3456c-e0ec58e8-c807-43e3-b986-5224b91a need to vent about something

tumblr_lqahoaPLkC1ql1l0v.gif

>[ ‧₊˚꒰ʚ Starshine ɞ ‧✦ *#2683 ]<

Link to comment
Share on other sites

Tysm 😄

  • Like 1

___________________________________________________________________________________________________________________________________

*Deep voice* GETTT AWAY FROM ME

____________________________________________________________________________________________________________________________________

 

Link to comment
Share on other sites

18 minutes ago, StarBunnie said:

Well you could make the regions with world guard and just do another on join: while loop that checks the region the player is in every 5 seconds

 


on join:
 while player is online:
  set {_reg} to "%region at player%"
  if {_reg} contains "-coins5":
   add 5 to {speed::%player's uuid%}
  if {_reg} contains "-coins3":
   add 3 to {speed::%player's uuid%}
  if {_reg} contains "-coins1":
   add 1 to {speed::%player's uuid%}
  wait 5 seconds

and to show it in the scoreboard just add 


 set score "&b&lSpeed: %{speed::%player's uuid%}%" in sidebar of player to 2

or what ever score number is not used yet

Problem:

The speed only shows on the scoreboard when I rejoin, because it says on join:

How do I make it always refresh?

___________________________________________________________________________________________________________________________________

*Deep voice* GETTT AWAY FROM ME

____________________________________________________________________________________________________________________________________

 

Link to comment
Share on other sites

Just now, MrNinjaX said:

Problem:

The speed only shows on the scoreboard when I rejoin, because it says on join:

How do I make it always refresh?

Just set it below the while loop.

on join:
 while player is online:
  set {_reg} to "%region at player%"
  .
  .
  .
  set score "&b&lSpeed: %{speed::%player's uuid%}%" in sidebar of player to 2
  wait 5 seconds

 

tumblr_lqahoaPLkC1ql1l0v.gif

Feel free to add me on discord if you:

dc3456c-e0ec58e8-c807-43e3-b986-5224b91a need help with plugins

dc3456c-e0ec58e8-c807-43e3-b986-5224b91a need help with skripts

dc3456c-e0ec58e8-c807-43e3-b986-5224b91a need to vent about something

tumblr_lqahoaPLkC1ql1l0v.gif

>[ ‧₊˚꒰ʚ Starshine ɞ ‧✦ *#2683 ]<

Link to comment
Share on other sites

I put this in and my server and mc isnt working xdd

must be wifi or minehut idk

___________________________________________________________________________________________________________________________________

*Deep voice* GETTT AWAY FROM ME

____________________________________________________________________________________________________________________________________

 

Link to comment
Share on other sites

I keep crashing trying to join it

___________________________________________________________________________________________________________________________________

*Deep voice* GETTT AWAY FROM ME

____________________________________________________________________________________________________________________________________

 

Link to comment
Share on other sites

Does the server crash or your mc? If it's the server make sure you added a wait at the end of the while loop

tumblr_lqahoaPLkC1ql1l0v.gif

Feel free to add me on discord if you:

dc3456c-e0ec58e8-c807-43e3-b986-5224b91a need help with plugins

dc3456c-e0ec58e8-c807-43e3-b986-5224b91a need help with skripts

dc3456c-e0ec58e8-c807-43e3-b986-5224b91a need to vent about something

tumblr_lqahoaPLkC1ql1l0v.gif

>[ ‧₊˚꒰ʚ Starshine ɞ ‧✦ *#2683 ]<

Link to comment
Share on other sites

Both, I typed 

on join:
    while player is online:
        set {_reg} to "%region at player%"
        if {_reg} contains "-coins5":
            add 5 to {speed::%player's uuid%}
            if {_reg} contains "-coins3":
                add 3 to {speed::%player's uuid%}
                if {_reg} contains "-coins1":
                    add 1 to {speed::%player's uuid%}
                    wait 5 seconds
                    set score "&b&lSpeed: %{speed::%player's uuid%}%" in sidebar of player to 2
                    wait 5 seconds
                    set score " " in sidebar of player to 6
                    set score "&b&k&l;&r &f&lWelcome back &b&k&l;" in sidebar of player to 5
                    set score "     " in sidebar of player to 3
                    set score "&b&lPlayer: &d&l%player%" in sidebar of player to 4
                    set score "&b&lSpeed: %{speed::%player's uuid%}%" in sidebar of player to 2
                    set name of sidebar of player to "&b&lLap&d&l&nSK"
 

Can u send the skript and post it here im bad at skripting

___________________________________________________________________________________________________________________________________

*Deep voice* GETTT AWAY FROM ME

____________________________________________________________________________________________________________________________________

 

Link to comment
Share on other sites

on join:
    while player is online:
        set {_reg} to "%region at player%"
        if {_reg} contains "-coins5":
            add 5 to {speed::%player's uuid%}
        if {_reg} contains "-coins3":
            add 3 to {speed::%player's uuid%}
        if {_reg} contains "-coins1":
            add 1 to {speed::%player's uuid%}
        set name of sidebar of player to "&b&lLap&d&l&nSK"
        set score " " in sidebar of player to 5
        set score "&b&k&l;&r &f&lWelcome back &b&k&l;" in sidebar of player to 4
        set score "     " in sidebar of player to 3
        set score "&b&lPlayer: &d&l%player%" in sidebar of player to 2
        set score "&b&lSpeed: %{speed::%player's uuid%} ? 0%" in sidebar of player to 1
        wait 5 seconds

Try this instead

tumblr_lqahoaPLkC1ql1l0v.gif

Feel free to add me on discord if you:

dc3456c-e0ec58e8-c807-43e3-b986-5224b91a need help with plugins

dc3456c-e0ec58e8-c807-43e3-b986-5224b91a need help with skripts

dc3456c-e0ec58e8-c807-43e3-b986-5224b91a need to vent about something

tumblr_lqahoaPLkC1ql1l0v.gif

>[ ‧₊˚꒰ʚ Starshine ɞ ‧✦ *#2683 ]<

Link to comment
Share on other sites

Doesnt crash, But im not getting speed anymore, well it doesnt update on scoreboard anyway

___________________________________________________________________________________________________________________________________

*Deep voice* GETTT AWAY FROM ME

____________________________________________________________________________________________________________________________________

 

Link to comment
Share on other sites

Yes

___________________________________________________________________________________________________________________________________

*Deep voice* GETTT AWAY FROM ME

____________________________________________________________________________________________________________________________________

 

Link to comment
Share on other sites

Oof yeah I forgot that's an issue with skrayfalls scoreboard use this insead

on join:
    while player is online:
        set {_reg} to "%region at player%"
        if {_reg} contains "-coins5":
            add 5 to {speed::%player's uuid%}
        if {_reg} contains "-coins3":
            add 3 to {speed::%player's uuid%}
        if {_reg} contains "-coins1":
            add 1 to {speed::%player's uuid%}
        clear player's sidebar
        set name of sidebar of player to "&b&lLap&d&l&nSK"
        set score " " in sidebar of player to 5
        set score "&b&k&l;&r &f&lWelcome back &b&k&l;" in sidebar of player to 4
        set score "     " in sidebar of player to 3
        set score "&b&lPlayer: &d&l%player%" in sidebar of player to 2
        set score "&b&lSpeed: %{speed::%player's uuid%} ? 0%" in sidebar of player to 1
        wait 5 seconds

 

tumblr_lqahoaPLkC1ql1l0v.gif

Feel free to add me on discord if you:

dc3456c-e0ec58e8-c807-43e3-b986-5224b91a need help with plugins

dc3456c-e0ec58e8-c807-43e3-b986-5224b91a need help with skripts

dc3456c-e0ec58e8-c807-43e3-b986-5224b91a need to vent about something

tumblr_lqahoaPLkC1ql1l0v.gif

>[ ‧₊˚꒰ʚ Starshine ɞ ‧✦ *#2683 ]<

Link to comment
Share on other sites

error.png

___________________________________________________________________________________________________________________________________

*Deep voice* GETTT AWAY FROM ME

____________________________________________________________________________________________________________________________________

 

Link to comment
Share on other sites

Btw im MRninjaX lapzzo told me to skript this for him cuz he needed help, but i was stuck, he is sending me the screenshots

___________________________________________________________________________________________________________________________________

*Deep voice* GETTT AWAY FROM ME

____________________________________________________________________________________________________________________________________

 

Link to comment
Share on other sites

11 minutes ago, MrNinjaX said:

Btw im MRninjaX lapzzo told me to skript this for him cuz he needed help, but i was stuck, he is sending me the screenshots

Alright have you tried sending the newest version yet

Edit: Sorry didn't see it

Edit2: try that

on join:
    while player is online:
        set {_reg} to "%region at player%"
        if {_reg} contains "-coins5":
            add 5 to {speed::%player's uuid%}
        if {_reg} contains "-coins3":
            add 3 to {speed::%player's uuid%}
        if {_reg} contains "-coins1":
            add 1 to {speed::%player's uuid%}
        delete player's sidebar
        set name of sidebar of player to "&b&lLap&d&l&nSK"
        set score " " in sidebar of player to 5
        set score "&b&k&l;&r &f&lWelcome back &b&k&l;" in sidebar of player to 4
        set score "     " in sidebar of player to 3
        set score "&b&lPlayer: &d&l%player%" in sidebar of player to 2
        set score "&b&lSpeed: %{speed::%player's uuid%} ? 0%" in sidebar of player to 1
        wait 5 seconds

 

Edited by StarBunnie

tumblr_lqahoaPLkC1ql1l0v.gif

Feel free to add me on discord if you:

dc3456c-e0ec58e8-c807-43e3-b986-5224b91a need help with plugins

dc3456c-e0ec58e8-c807-43e3-b986-5224b91a need help with skripts

dc3456c-e0ec58e8-c807-43e3-b986-5224b91a need to vent about something

tumblr_lqahoaPLkC1ql1l0v.gif

>[ ‧₊˚꒰ʚ Starshine ɞ ‧✦ *#2683 ]<

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...