Jump to content

Lamborghini26

Member
  • Posts

    15
  • Joined

  • Last visited

Everything posted by Lamborghini26

  1. whenever I put this scoreboard in it just says 24 errors there is no loop matching loop-player idk how to fix that on break of ripe wheat plant: add 1 to {cropsmined} on break of ripe beetroot plant: add 1 to {cropsmined} on break of ripe potato plant: add 1 to {cropsmined} on break of ripe carrot plant: add 1 to {cropsmined} every 5 seconds: loop all players: wipe loop-player's sidebar: set score "&6&lLemon&6&lFarms" in sidebar of loop-player to title set score "&6&l&e&6&lLemon&6&lFarms" in sidebar of loop-player to title set score "&6&lL&ee&6&lmon&6&lFarms" in sidebar of loop-player to title set score "&6&lLe&em&6&lon&6&lFarms" in sidebar of loop-player to title set score "&6&lLem&eo&6&ln&6&lFarms" in sidebar of loop-player to title set score "&6&lLemo&en&6&lFarms" in sidebar of loop-player to title set score "&6&llLemon&6&l&eF&6&larms" in sidebar of loop-player to title set score "&6&lLemon&6&lF&ea&6&lrms" in sidebar of loop-player to title set score "&6&lLemon&6&lFa&er&6&lms" in sidebar of loop-player to title set score "&6&lLemon&6Far&em&6&ls" in sidebar of loop-player to title set score "&6&lLemon&6&lFarm&e&ls" in sidebar of loop-player to title set score "&e&lLemonFarms" in sidebar of loop-player to title set score "&6&lLemonFarms" in sidebar of loop-player to title set score "&e&lLemonFarms" in sidebar of loop-player to title set score "&6&lLemonFarms" in sidebar of loop-player to title set score "&8>> &6&lPlayer" in sidebar of loop-player to 10 set score "&&>> &6Rank: {_prefix} to %colored loop-player's prefix%" in sidebar of loop-player to 9 set score "&8>> &6Crops Mined: &e%{_player}'s {cropsmined}%" in sidebar of loop-player to 8 set score "&8>> &6Cash: &e%{_player}'s balance%" in sidebar of loop-player to 7 set score "&8>> &6Ping: %player's ping%" in sidebar of loop-player to 6 replace all "[" and "]" with "" in {_prefix} replace all "[" and "]" with "" in {_suffix} set score "&8>> &6&lServer" in sidebar of loop-player to 5 set score "&8>> &6Unique Joins: %size of offline players%" in sidebar of loop-player to 4 set score "&8>> &6Online Players: %number of all players%&8/&f10" in sidebar of loop-player to 3 set score "&8>> &6TPS: %tps from last 5 seconds%" in sidebar of loop-player to 2 set score " &7LemonFarms.minehut.gg" in sidebar of loop-player to 1 on join: if %{_player}'s balance% is not set: set %{_player}'s balance% to 0 on sidebar of loop-player
  2. you needed a cancel event because then the event would just keep going on step on pressure plate: set {_cooldown} to difference between {cooldown::%player%} and now if {_cooldown} is less than 10 seconds: cancel event message "Cooldown You gotta wait: &f%Difference between {_cooldown} and 10 seconds%" wait 10 seconds else: make console execute "effect give %player% regeneration 5 2" set {cooldown::%player%} to now message "no cooldown"
  3. this works but now it says there is no loop that matches loop-player for the execute console command: options: region: afkzone every 15 minutes: loop all players: loop all players where [region at input is {_@region}]: make console execute command "/excellentcrates give %loop-player% afk 1"
  4. This can be made a lot more simple on craft: if player's gamemode is survival: cancel event play sound "BLOCK_ANVIL_LAND" at volume 2 at pitch 1 to player send "&cYou Aren't Allowed to Craft!" Edit: its not very advanced and I dont need credit for this
  5. this does work very well but players that have turtle shells or elytras still cant be killed
  6. Hello! I was wondering if anybody could make a bundle skript for me? I request a enderchest that when u right click it it opens a GUI that cycles through a bunch of items and it chooses one and puts it into your inventory. (The items can be anything il edit it later) but then can you make it so after this it broacasts a message like send "Congrats! %player% got <item>" Thanks
  7. do you need essentials spawn plugin for this skript to work?
  8. well instead of skripting that intire thing wich is huge just download pvpcontrol it is very good plugin and use a simple /spawn skript such as: options: Prefix: &b&lStem&a&lBox command /Setspawn: trigger: if player has permission "admin.sk": set {spawn} to player's location send "{@Prefix} Set Spawn to your location!" else: send "{@Prefix} No permission!" options: Prefix: &b&lSteam&a&lBoxPVP command /Spawn: trigger: permission: spawn.s if {spawn} is not set: send "&b&lStem&a&lBox >> Currently no spawn point!" stop if {spawn} is set: send "{@Prefix} Teleporting In 5 Seconds! Don't Move!" to player set {_x} to x-coordinate of player set {_z} to z-coordinate of player loop 5 times: send action bar "{@Prefix} teleporting in %6-loop-value%" to player if "%x-coordinate of player% - %z-coordinate of player%" != "%{_x}% - %{_z}%": send "{@Prefix} You moved!" stop wait 1 second teleport player to {spawn} on respawn: teleport player to {spawn} send "&b&lStem&a&lBox >> You died, and where teleported to spawn!" options: prefix: &b&lStem&a&lBox command /delspawn: permission: admin.sk trigger: if {spawn} is not set: send "{@prefix} Currently no spawn point!" stop if {spawn} is set: delete {spawn} send "{@prefix} Deleted the spawn point!"
  9. Well as poweranks is a rank plugin that is OKAY to use I suggest switching to luckperms. It is a little harder to use but it is well worth it in the end. You can also watch some tutorials on how to use it.
  10. Lamborghini26

    Scoreboard

    So I made this skrayfall plugin needed scoreboard and when I reload it it says 0 errors. But it doesnt show up ingame is their any way to fix this? Bec Ive been trying for 2h every 5 seconds: loop all players: wipe loop-player's sidebar set name of sidebar of loop-player to "&b&lStem&a&lBox" set score "&b&lPLAYER" in sidebar of loop-player to 8 set score " &6&lRank &8>> %loop-player's prefix%" in sidebar of loop-player to 7 set score " &6&lName &8>> &f%loop-player%" in sidebar of loop-player to 6 set score "&b&lSERVER" in sidebar of loop-player to 5 set score " &6&lJoins &8>> &f%size of offline players%" in sidebar of loop-player to 4 set score " &6&lOnline &8>> &f%number of players%" in sidebar of loop-player to 3 set score " &6&lTPS &8>> &f%tps from last minute%" in sidebar of loop-player to 2 set score " &7 StemBox.minehut.gg" in sidebar of loop-player to 1
  11. So I am trying to make a scoreboard for my server but when I do it just says There is no loop that matches loop-players sidebar, I have skbee but skrayfall isnt working im thinking that that is the problem? this is the skript every 5 seconds: loop all players: wipe loop-player's sidebar set {_uuid} to loop-player's uuid set name of loop-player's sidebar to "&b&lSteam&a&lBoxPVP" set score "&b&l&o----------------" in loop-player's sidebar to 10 set score "&b&lPlayer" in loop-player's sidebar to 9 set score "&6Name: &f%loop-player's name%" in loop-player's sidebar to 8 set score "&6Rank: &f%loop-player's group%" in loop-player's sidebar to 7 set score "&b&lStats" in loop-player's sidebar to 6 set score "&6Mined Blocks: &f%{playerdata::%{_uuid}%::mined} ? 0%" in loop-player's sidebar to 5 set score "&6ills: &f%{playerdata::%{_uuid}%::kills} ? 0%" in loop-player's sidebar to 4 set score "&6eaths: &f%{playerdata::%{_uuid}%::deaths} ? 0%" in loop-player's sidebar to 3 set score "&b&l&o----------------" in loop-player's sidebar to 2 set score "&7Steamboxpvp.minehut.gg" in loop-player's sidebar to 1 on death of player: set {_v} to victim's uuid set {_a} to attacker's uuid add 1 to {playerdata::%{_v}%::deaths} add 1 to {playerdata::%{_a}%::kills} if {_a} is set on break: set {_uuid} to player's uuid add 1 to {playerdata::%{_uuid}%::mined}
×
×
  • Create New...