So it should be like this?
on rightclick:
player's held item is a piece of paper
if name of tool of player is "&2&lVIP RANK":
execute console command "/pex user %player% group set VIP"
remove 1 piece of paper from the player
I need a script that if you break a block it is 1% that you get a chest named backpack. When you right click with it, you will get some random items (stone, diamond, logs, iron, coal)
I need like a regen skript like this: But this didn't work.
On break:
If block is cobblestone:
Trigger:
Replace block with bedrock
Wait 40 seconds
Replace block with cobblestone
I need a script were if I right click with a paper named VIP you get the VIP rank. (I am using permissionEx)
Something like this: (But I don't think this work)
on rightclick with paper:
if name of tool of player is "&2&lVIP RANK":
execute console command "/pex user %player% group set VIP"
remove paper from player
Hey, a /staff script thats teleports you. Like:
command /staff:
trigger:
tp player to {staffspawn}
command /setstaff:
permission: set.staff
trigger:
set {staffspawn} ~ ~ ~
But that dosnt work. Help please
Thank you so much! Do I need a thing like that for kills too? ↓ Also do you know how to add play time into the scoreboard?
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
I need a scoreboard (sidebar) with Skript and Skrayfall
rank is with Permissionex
---------------------
Name: <players name>
Rank: <rank>
Mined blocks: <mined blocks>
Kills: <kills>
Deaths: <deaths>
---------------------
I need help with a scoreboard, I have skript and SkRayFall.
Ranks I am using Permission Ex, essentials.
Look:
&b--------------------------------
Name: <player's name>
Rank: <rank>
Mined blocks: <mined blocks>
Kills: <kills>
Deaths: <deaths>
&b--------------------------------
I also need help with something like:
on kill:
add 1 to {deaths : :*}
but idk how to make that.
Please help!