Jump to content

Lapzzo

Member
  • Posts

    1,368
  • Joined

  • Last visited

  • Days Won

    18

Community Answers

  1. Lapzzo's post in Can someone fix this script? (Solved) was marked as the answer   
    Try %clicked entity%
    ANSWER [SOLVED]
  2. Lapzzo's post in kill-counter scoreboard help was marked as the answer   
    on mine: add 1 to {Mined.%player%} on first join: add 1 to {uniquejoins} on death of player: add 1 to {deaths.%player%} every 3 seconds: loop all players: wipe loop-player sidebar set name of sidebar of loop-player to "&b&lDay&e&lMines" set score "&l" in sidebar of loop-player to 11 set score "&6&lPlayer" in sidebar of loop-player to 10 set score "&b&l| &e&lName: &e%loop-player%" in sidebar of loop-player to 9 set score "&b&l| &e&lRank: %colored loop-player's prefix%" in sidebar of loop-player to 8 set score "&b&l| &e&lBlocks Mined: &e%{Mined.%loop-player%}%" in sidebar of loop-player to 7 set score "&b&l| &e&lTotal Deaths: &e%{deaths.%loop-player%}%" in sidebar of player to 6 set score "&l" in sidebar of loop-player to 5 set score "&6&lServer" in sidebar of loop-player to 4 set score "&e&l| &b&lIP: &bDayMines.minehut.gg" in sidebar of loop-player to 3 set score "&e&l| &b&lTPS: &b%tps%" in sidebar of loop-player to 2 set score "&e&l| &b&lTotal Players: &b%{uniquejoins}%" in sidebar of loop-player to 1 on join: if {Mined.%player%} is not set: set {Mined.%player%} to 0  
  3. Lapzzo's post in Spawn Protection keeps resetting to 16 when I change it to 0 was marked as the answer   
    Do this in settings. Change it to 0, then press save, then restart the server
  4. Lapzzo's post in Minehut world settings dont register was marked as the answer   
    Change the settings, then press save everytime u change one, then restart the server
  5. Lapzzo's post in Help me quckily! was marked as the answer   
    It doesnt charge real money, when you run out of credits, your server will no longer start
  6. Lapzzo's post in BRUH was marked as the answer   
    Did you upload any worlds? How much plugins did you have?
  7. Lapzzo's post in Mute Skript was marked as the answer   
    command /mute [<offline player>] [<number>]: permission: mute.* permission message: &cYou do not have permission for that! executable by: players and console trigger: if arg 1 is not set: message "&c/mute <player> <seconds>" if arg 1 is set: set {mute.%arg 1%} to number-argument broadcast "&b%arg 1% &6was muted by &c%player%" every 1 second: loop all players: if {mute.%loop-player%} is more than 0: remove 1 from {mute.%loop-player%} else: delete {mute.%loop-player%} on chat: if {mute.%player%} is more than 0: message "&6You can not talk while you are muted. &b%{mute.%player%}% &cseconds left." cancel event every 20 second: loop all players: if {mute.%loop-player%} is more than 0: set action bar of loop-player to "&6You can talk in &b%{mute.%loop-player%}% &cseconds." command /unmute [<offline player>]: permission: mute.* permission message: &cYou do not have permission for that! executable by: players and console trigger: if arg 1 is not set: message "&c/unmute <player>" if arg 1 is set: delete {mute.%arg 1%} broadcast "&b%arg-1% &6was unmuted by &c%player%"  
  8. Lapzzo's post in Cant set world spawn was marked as the answer   
    Hey! Everyone who has joined previously will not spawn in the spawn point. In a repeating command block do:
    /spawnpoint <cords> @A
    or if you have essentials do
    /spawnpoint <cords> *
  9. Lapzzo's post in How to move between worlds was marked as the answer   
    In the settings! Go to your server settings, and in the level world box, type the name of the world.
  10. Lapzzo's post in How to move between worlds was marked as the answer   
    Right now, you cant, but you can use multiverse, or set one world as your level world!
  11. Lapzzo's post in How to move between worlds was marked as the answer   
    In the settings! Go to your server settings, and in the level world box, type the name of the world.
  12. Lapzzo's post in Can't get scoreboard skript working was marked as the answer   
    try:
     
    every tick in world "world":
        loop all players:
            wipe loop-player's sidebar
            set name of sidebar of loop-player to "&6&lSuper&4&lDBZ"
            set score "&6&lPlayer" in sidebar of loop-player to 7
            set score "  &7Name: &f%loop-player's displayname%" in sidebar of loop-player to 6
            set score "  &7Ping: &f%loop-player's ping%ms" in sidebar of loop-player to 5
            set score "  &7Balance: &c&l %{zeni.%loop-player%}% &7z" in sidebar of loop-player to 4
  13. Lapzzo's post in Can't get scoreboard skript working was marked as the answer   
    Quote me if it doesnt work, if it does work, make sure to press the ^ arrow and the tick, to mark me as the answer.
  14. Lapzzo's post in Can't get scoreboard skript working was marked as the answer   
    Quote me if it doesnt work, if it does work, make sure to press the ^ arrow and the tick, to mark me as the answer.
  15. Lapzzo's post in Can't get scoreboard skript working was marked as the answer   
    Quote me if it doesnt work, if it does work, make sure to press the ^ arrow and the tick, to mark me as the answer.
  16. Lapzzo's post in Server Visibility was marked as the answer   
    Hey 😄 I recommend running the command /whitelist on and /whitelist add <you> and /whitelist add <anyPlayer>. You need to be op for this.
     
     
  17. Lapzzo's post in Making ranks was marked as the answer   
    I can! What plugins do you use?
  18. Lapzzo's post in Everything is gone 1.17.1 was marked as the answer   
    I see. It might be corruption try the command /world world. You need to be op 
     
×
×
  • Create New...