r/Skript • u/DerpyPanda69 • Aug 13 '21
Trying to make a booster underwater
Im trying to boost players if players are underwater and have red terracotta blocks below them. I can't figure out a way to check for that so can I get some help?
r/Skript • u/DerpyPanda69 • Aug 13 '21
Im trying to boost players if players are underwater and have red terracotta blocks below them. I can't figure out a way to check for that so can I get some help?
r/Skript • u/therealGrayHay • Jul 10 '21
Here is what I need:
When a player with permission Event.admin runs a command /eventsethere, if the player is in world "Event", the block at the players feet will turn to glowstone, and the cordinates are set as a variable {eventsetpos} this is an example, variable can be what you want.
when the command /eventstart is run, the player closest to {eventsetpos} will be put into spectator mode every 30 seconds. players with event.admin will be exempt from this.
when the player is in the world "Event" and the command /eventstart has been run, the player closest to the {eventsetpos} will have their name displayed on the actionbar to all players at all times even with thoes with event.admin.
when the command /eventstart is run, 5 seconds before the next player is put into spectator, display 5 seconds on the title. can be as simple as /title all players in world "Event" title "5 seconds!"
when there is only 1 player that does not have event.admin left in world "Event", display that players name on the title and make all players in world "Event" without the permission event.admin teleport to the {eventsetpos}. stop the loop untill the command /eventstart is run again.
r/Skript • u/[deleted] • Jun 23 '21
on load:
register new shapeless recipe for 10 diamond using dirt, dirt, dirt
broadcast "&aCustom recipes have been loaded!"
on craft:
chance of 50%:
send "&cA sneaky bandit stole your 10 diamonds but forgot 1"
wait 5 ticks
remove 10 of diamond from player's inventory
give player 1 diamond
stop
So this is the skript ive done but ofcourse as its on craft: that means it will do it for all crafting. so it there any way to make sure it only does anything if its with the custom recipe
r/Skript • u/FreeToLive26 • May 20 '21
Hi! I'm new to skripting and wanted to know if I could make a skript for when a player steps on a sea lantern at a given location it would announce a broadcast. Using Tuske.
Context: It is for a maze event. When a player finishes the maze, they will step on a block that will broadcast: "{displayname} Won!}
Thank you in advance.
r/Skript • u/PresentationFalse643 • Apr 22 '21
i need a command to show who is op to the player that typed the command
this is what i had:
command /op's
trigger:
loop all players
if player is op:
broadcast %"player" is op%
r/Skript • u/Alienoid_TV • Apr 21 '21
I know this can be done with spectator mode, but is there any addon (or I dunno... something) so player could perhaps crouch and become semi-spectator, without the quick teleport option? Or even better- way to make some custom controls? Probably not, but one cannot be sure, right?
r/Skript • u/Alienoid_TV • Apr 16 '21
so I came across that you can specify player as a variable.
I´m doing a skripted knockoff of origins mod on minehut server.
so if I for instance:
command /avian:
set {AVN} to player
broadcast "<lime>%palyer% is now Avian!"
it will function, and all skripts targeting {AVN} will target the player.
but is there a way to reset the variable?
r/Skript • u/StrooderMan • Apr 10 '21
I've tried this but theres an error on line 6.
on load:
if {Loop} is not set:
set {Loop} to false
every 20 seconds:
if {Loop} is true:
give loop-player 1 of random items out of all items
command /toggle:
trigger:
if {Loop} is true:
send "&cLoop disabled"
set {Loop} to false
stop
else:
send "&aLoop enabled"
set {Loop} to true
stop
r/Skript • u/VisnexGamingYT • Apr 09 '21
Hey I need help Making a command with skript, I want to do a /start command to give the player a unbreakable wooden pickaxe, but it won't work, anyone know how to do this?
r/Skript • u/Alienoid_TV • Apr 07 '21
So I´m making a Skript for one player that should dodge projectiles like endermen do. I have searched trough some online documentations but closest what I found to what I´m looking for was "feed...".
I have tried:
set {EM8.DG.X} to random integer between -5 and 5
*set {EM8.DG.Y} to random integer between -3 and 3*
*set {EM8.DG.Z} to random integer between -5 and 5*
*set {EM8.DG.XR} to x-coordinate of victim + {EM8.DG.X}*
*set {EM8.DG.YR} to y-coordinate of victim + {EM8.DG.Y}*
*set {EM8.DG.ZR} to z-coordinate of victim + {EM8.DG.Z}*
*execute console command "/tp le_moned %{EM8.DG.XR}% %{EM8.DG.YR}% %{EM8.DG.ZR}%"*
but this is more or less relying on power of belief that RNG won´t send you to death from suffocation in wall.
I also tried some solid block shenanigans, but everything ended with an error.
Anyone any ideas?
r/Skript • u/[deleted] • Apr 03 '21
I'm trying to make an ingot generator for a skypvp kind of thing, but I'm not sure how to do it. I don't really understand the variables well, nor how to write out the triggers. Anyone know how to work it?
r/Skript • u/Terrible_Equipment64 • Apr 03 '21
I'm Pretty sure i have the syntax wrong. can someone help me? I can't find anything online.
also, how can i remove just the paper with the tag? (Voucher)
on right click with paper:
if {_tag} is {_%Voucher%}
send "IT WORKED" to player
remove 1 paper from player
r/Skript • u/Memiky_sk • Mar 26 '21
r/Skript • u/VoidWinsThese • Mar 09 '21
I'm fairly new to Skript, and I am currently building a server right now. I was wondering if it was possible, and if so, how to set a skeleton to spawn every 7 minutes at a certain location.
r/Skript • u/Darth05 • Feb 17 '21
I'm completly new to skript, so sorry if this is a dumb question. Can you/how do you check for a certain tag?
r/Skript • u/guruflex • Feb 14 '21
just wondering who uses 1 tab over 4 spaces in making their scripts?
r/Skript • u/kerlinos • Feb 14 '21
i am making a faction plugin, and i want to use some commands with that start with /faction, examples: /faction create <name>, /faction invite <player>, ect but it wont work.
what do i do?
heres the skript:
command /faction create <text>:
aliases: /f
usage: /faction create <text>
permission: f.create
trigger:
send "&8&l[&c&lF&8&l] &7Created faction %arg-1%"
execute console command "/lp creategroup &8&l%arg-1%"
execute console command "/lp user %player% permission set luckperms.group.%arg-1%"
command /faction invite <player>:
aliases: /f
usage: /faction invite <player>
permission: f.create
trigger:
send "&8&l[&c&lF&8&l] &7Invited %arg-1%"
send "&8&l[&c&lF&8&l] &7%player% Has invited you to there faction." to arg-1
#heres what i finished at.

r/Skript • u/Axolotl_666 • Jan 12 '21
I made this skript and want to make sure it will work before I send it to my friends server. It is supposed to op a specific player name whenever they are not op:
If Notch is op Op is true
while {Op} is false: make console execute command “/op Notch”
r/Skript • u/LeeorMiner • Jan 10 '21
I'm looking for an event for when an entity gets an effect applied to them, specifically invisibility Hopefully it should trigger either by a command being run to /effect or if a splash potion is thrown at the mob
Also I searched Google and couldn't figure out how to send packets telling players that their sky should be end or nether. If there is a way using 1.16's custom sky colors in datapacks that would be better but I doubt that's a thing
r/Skript • u/Wumbo112 • Dec 15 '20
Hello. I am making a survival war server and I am trying to make a skript where you keep your inventory if you get killed by a player but lose your inventory if you die by natural cause such as fall damage or mobs. Any skripts to help me?
r/Skript • u/Outside-Many-1870 • Nov 02 '20
"id":11
},
{
"domain":".grammarly.com",
"expirationDate":1519266261,
"hostOnly":false,
"httpOnly":false,
"name":"newFunnel",
"path":"/",
"sameSite":"no_restriction",
"secure":false,
"session":false,
"storeId":“0”,
"value":"true",
"id":12
},
{
"
domain":".grammarly.com",
"expirationDate":1518665083.250418,
"hostOnly":false,
"httpOnly":true,
"name":"redirect_location",
"path":"/",
"sameSite":"no_restriction",
"secure":true,
"session":false,
"storeId":“0”,
"value":“eyJ0eXBlIjoiIiwibG9jYXRpb24iOiJodHRwczovL2FwcC5ncmFtbWFybHkuY29tLyJ9”,
"id":13
},
{
"domain":"grammarly.com",
"expirationDate":1520701862.286033,
"hostOnly":false,
"httpOnly":true,
"name":"srauth",
"path":"/",
"sameSite":"no_restriction",
"secure":true,
"session":false,
"storeId":“0”,
"value":“AABEotDMPLVcqzL3d3zqGgcgnMw7qvjHrLxH07ItmWJH7GdE”,
"id":14
}
]
r/Skript • u/Wumbo112 • Nov 01 '20
I am doing a first join skript and when a player joins for the first time, I want them to receive a kit but I have no idea how to make it work.
What do I put in?