-
Posts
10 -
Joined
-
Last visited
-
Days Won
1
Content Type
Profiles
Forums
Gallery
Blogs
Events
Store
Downloads
Posts posted by Stacksyz
-
-
39 minutes ago, Diamond03 said:
yes you are cool XD also can you fix this skript for me
command /heart <player> <text>:
permission: heart.use
trigger:
set {health.%arg-1%} to arg-2'sWhat is the command supposed to do?
Edit: Im guessing it should set someone's health
if that is the case then this should work:
command /heart <player> <number>:
permission: heart.use
trigger:
set arg-1's health to %arg-2%-
1
-
-
On 5/11/2023 at 8:21 AM, _balin said:
doesnt work
Don't necropost + It does work.
-
-
On 6/6/2021 at 5:57 PM, darkskye09 said:
halllo i need a gen skirpt not sky gen not box gen just a normal gen skript please have /shop /ah custom ranks and gens thank you
Can you define "just a normal gen" please.
-
command /rtp: cooldown: 2 hours cooldown message: &4Stop! &cYou can only teleport to a random location every 2 hours. permission: rtp.use permission message: &cYou do not have permission to use this command trigger: set {_x} to round(random number between -100000 and 100000) set {_z} to round(random number between -100000 and 100000) set {_block} to block at location at ({_x}, 0, {_z}) in world event-world loop all blocks above {_block}: if loop-block is air: block below loop-block is not water block below loop-block is not air if block above loop-block is air: teleport player to loop-block send "&aTeleported to a random location" to player command /ta [<text>]: permission: admin.tools permission message: You shall &4&lNot &7&rPass! trigger: execute console command "/clear %player%" execute console command "/mail send dantdm18320 %player% has used the &e&lADMIN TOOLS &r&a Program &rfor the reason &2%arg-1%" give player diamond axe named "&a&kH&r&c&lBan &4&lHammer&a&kH&r" give player stick named "&5&kP&r&c&lMute&5&kP&r" give player netherite ingot named "&a&kP&r&b&lKick Player&a&kP&r" set slot 8 of player's inventory to barrier named "&cExit" set slot 3 of player's inventory to iron bars named "&6&lPurgatory &c&lPlayer" set slot 4 of player's inventory to book named "&a&lJudge &c&lPlayer" set slot 5 of player's inventory to diamond named "&a&lWarn Player" on damage: if attacker's weapon is diamond axe named "&a&kH&r&c&lBan &4&lHammer&a&kH&r": execute console command "/ban %victim%" send "&c(ALERT):&a Successfully banned!" to attacker on damage: if attacker's weapon is stick named "&5&kP&r&c&lMute&5&kP&r": execute console command "mute %victim%" send "&c(ALERT):&a Successfully muted" to attacker on damage: if attacker's weapon is netherite ingot named "&a&kP&r&b&lKick Player&a&kP&r": execute console command "kick %victim%" send "&c(ALERT):&a Successfully Kicked!" to attacker on right-click: if event-item is barrier named "&cExit": execute console command "/clear %player%" send "&cExited the &e&lADMIN TOOLS &r&aprogram." on damage: if attacker's weapon is iron bars named "&6&lPurgatory &c&lPlayer": execute console command "/purgatory %victim%" send "&a(TA)&c: &2Sent them to &6Purgatory&c!" to attacker on damage: if attacker's weapon is book named "&a&lJudge &c&lPlayer": execute console command "/jail %victim% court" send "&a(TA)&c: &2Sent them to &6Court&c!" to attacker execute console command "/warp court %attacker%" send "&c(&a!&c)&6: &cYou are now in court." to victim on damage: if attacker's weapon is diamond named "&a&lWarn Player": execute console command "/warn %victim% AdminTools Warn" send "&c(ALERT):&a Successfully Warned!" to attackerOkay so you can use /rtp to random teleport and /ta to get admin tools, remember that people you want to be able to use the admin command needs the permission "admin.tools
-
On 9/3/2022 at 3:27 PM, Minehutman1234 said:
All i want is a /rtp command and /admin command
I'll see what i can do
-
On 9/3/2022 at 7:20 PM, zyria said:
on join:
clear player's inventoryevery 10 seconds:
loop all players:
give loop player dirtcan you fix my skript please?
Would be good if you send what errors you get.
-
Haven't had time to test it but this might come to use.

ChatColor Skript with Clickable GUI
in Script Releases
Posted
Chatcolor.skUpdate!
Permissions fixed for non-op people