Search the Community
Showing results for tags 'help'.
-
I'm trying to make a GUI that'll have a skin option where you can set an url over the buttons and it'll save it, so when you re-click it, it puts the skin url on you. Is there any interactive examples with skin settings over that I can check through? I'm not 100% on how to make the GUI and make it so it saves the skins over the 'button'
-
Okay so i have this skript: But when i reload it it says: "Can't understand this loop: 'All player's' " but when i do "loop all players:" it says that "there's no loop that matches: 'loop-players scoreboard'" can someone help me?
-
So i'm trying to write a script where if you right click a stick named &bSound Stick it plays a random sound. However i don't know how to script so i was wondering if someone could probably help and write it for me? It is for my minecraft server. Minecraft Server Version: 1.19.3 Skript Version: 2.6.3 I have to go to bed rn, so i might check back tomorrow. Thanks!
-
Hello Minehut, I was wondering if anyone has a mob boss event skript? Thank you for your time!
-
I can't make even a simple command or skript How do I even make it let me do a /[command] I tried command /test: And it didn't work :<
-
the problem is i cannot use color codes and with with the rank you can see in the screenshot it uses the &8 from the level bit so it completely ruins the rank and here is the prefix prefix.2.󑢞&k!&8[󑢞&lC󑢞&lO󑢞&lA󑢞&lL&8]󑢞&k! 󑢞 on chat: cancel event broadcast "&8[&a✯%{level::%player's uuid%}%&8] %player's prefix%%player's display name%: %message%"
-
Hello Im, Saifullah I need a dev
-
- staffapp
- staffappplication
-
(and 3 more)
Tagged with:
-
the problem is i cannot use color codes and with with the rank you can see in the screenshot it uses the &8 from the level bit so it completely ruins the rank and here is the prefix prefix.2.󑢞&k!&8[󑢞&lC󑢞&lO󑢞&lA󑢞&lL&8]󑢞&k! 󑢞 on chat: cancel event broadcast "&8[&a✯%{level::%player's uuid%}%&8] %player's prefix%%player's display name%: %message%"
-
So for the past few hours I have been Frankensteining a piece of skript code that is supposed to give the player 1 out of 4 possible blocks or items with different chances every 10 seconds. For some reason it doesn't work, If it's a simple fix that you know of, I'm sorry because I am not good at skript. If it's a hard fix, Im also sorry if this takes your time. If you can possibly find the problem with this plz tell me! Itemgiver.sk
-
Hello! I wonder, how do i make a KDR? (Kill death rate) If it helps it's supposed to be for a scoreboard and i have skbee and skript, is there any other plugin i need if so, let me know. So at first i thought it started at 1.00 and when you kill someone it goes up by 0.5 and when you die it goes down 0.5 but it seems way to boring and not correct at all. I am very bad at programming and yes i could use some programming tips and "functions" aka like "if" and "wait". Thanks!
-
So i made this script: on join: if {deaths::%player's uuid%} is not set: set {deaths::%player's uuid%} to 0 if {kills::%player's uuid%} is not set: set {kills::%player's uuid%} to 0 if {killstreak::%player's uuid%} is not set: set {killstreak::%player's uuid%} to 0 while player is online: set title of player's scoreboard to "&6&l⊂BoxxUniverse⊃" set line 1 of player's scoreboard to "&9» IP: &cBoxxUniverse.minehut.gg" set line 2 of player's scoreboard to "&9» Killstreak: &c%{killstreak::%player's uuid%}%" set line 3 of player's scoreboard to "&9» Deaths: &c%{deaths::%player's uuid%}%" set line 4 of player's scoreboard to "&9» Kills: &c%{kills::%player's uuid%}%" set line 5 of player's scoreboard to " " set line 6 of player's scoreboard to "&e&lStats" set line 7 of player's scoreboard to "&9» Online players: &c%size of all players%/%max players%" set line 8 of player's scoreboard to "&9» Player: &6%player%" set line 9 of player's scoreboard to " " set line 10 of player's scoreboard to "&e&lInfo" wait 1 second on death: attacker is a player: add 1 to {kills::%attacker's uuid%} add 1 to {killstreak::%attacker's uuid%} on death: victim is a player: add 1 to {deaths::%victim's uuid%} set {killstreak::%victim's uuid%} to 0 and when i try to reload it (/sk reload scoreboard.sk) it pops up "Empty configuration section!" and does anyone know how to fix it and possibly also tell me what "empty configuration setting" means? Thanks! And btw, yes i did use skbee.
- 2 replies
-
- skript
- skript error
-
(and 3 more)
Tagged with:
-
I’m a new minehut user and I’m confused why skript is so popular
-
Skript is causing my server to close without me being able to even join it takes 5 seconds for it to close and skript is my only plugin
-
command /console [<text>]: trigger: player has permission "console.use": arg is set: broadcast "&l&f[&l&4CONSOLE&F&l] &b&l%arg-1%"
-
on left click: if player's targeted block is red concrete: set {paintcolor::%player%} to red wool send "&aSelected color &4Red" if player's targeted block is orange concrete: set {paintcolor::%player%} to orange wool send "&aSelected color &6Orange" if player's targeted block is yellow concrete: set {paintcolor::%player%} to yellow wool send "&aSelected color &eYellow" if player's targeted block is lime concrete: set {paintcolor::%player%} to lime wool send "&aSelected color &aLime" if player's targeted block is green concrete: set {paintcolor::%player%} to green wool send "&aSelected color &2Green" if player's targeted block is light blue concrete: set {paintcolor::%player%} to light blue wool send "&aSelected color &bLight Blue" if player's targeted block is blue concrete: set {paintcolor::%player%} to blue wool send "&aSelected color &1Blue" if player's targeted block is pink concrete: set {paintcolor::%player%} to pink wool send "&aSelected color &cPink" if player's targeted block is magenta concrete: set {paintcolor::%player%} to magenta wool send "&aSelected color &dMagenta" if player's targeted block is purple concrete: set {paintcolor::%player%} to purple wool send "&aSelected color &5Purple" if player's targeted block is brown concrete: set {paintcolor::%player%} to brown wool send "&aSelected color &x&c&8&7&c&3&3Brown" if player's targeted block is light gray concrete: set {paintcolor::%player%} to light gray wool send "&aSelected color &7Light Gray" if player's targeted block is gray concrete: set {paintcolor::%player%} to gray wool send "&aSelected color &8Gray" if player's targeted block is black concrete: set {paintcolor::%player%} to black wool send "&aSelected color &0Black" if player's targeted block is white concrete: set {paintcolor::%player%} to white wool send "&aSelected color &fWhite" It worked before, but now it doesn't at all. I'm not sure why, I didn't change anything.
-
on rightclick: if player's tool is nether star named "&4Reroll Item": set {_MHP} to random integer between 8 and 20 set player's max health to {_MHP} remove 1 nether star named "&4Reroll Item" from player's inventory message "Set Health to %{_MHP}%" command /rerollget: permission: op trigger: give player 1 of nether star named "&4Reroll Item"
-
Luck perms won't give the permissions to people, this is a big issue as I then have to give my admins op, which I do not feel like doing
-
I need help with my gen server basically people would break a block and it would ssay you cant break this but in the spilt second they open like a chest threw a wall and steal stuff so basically people place a respawn breacon and then they tp in and raid there base So i need a block break delay for 0.5 seconds so after they break a block they cant break another for 0.5 seconds its urgent my server is now offline and people are wating can someone help
-
So im trying to upload a custom texture pack to my server, and its not working, its a zip i use dropbox dl=1 no duplicate files in the folder and ive tried file.io and its still not working it loads ingame but dosen't seem to work, keep in mind i have tried to fix this for 4 days, please help me.
-
Does anyone know any way of getting a skript to where gold pickaxes can mine like diamond and stuff, even with fortune and have it like normal pickaxes are so it ranges the drop rates for the level of fortune it has?
-
Can anyone make a skript where there is one person who is randomly picked to be chosen. This Chosen person has a golden helmet that is stuck on there head and is unbreakable, when the chosen person punches someone they become chosen and the original chosen one isn't chosen anymore(golden hat carry's over to new chosen person). (Im basically explaining tag here) If you can, make it so that there is a command to start the game and stop it, when u start the game it should tp everyone to certain cords, and turn everyone into game mode survival. And once someone wins it should say it in chat and give them a diamond. (make it so everyone has regeneration and saturation throughout the entire game) Thank you for reading this all and if u can help pls help me, Thanks!
-
ive recently added a paid plugin which supports my 1.17.1 server that ive made and added another minehut not paid plugin for skyblock if that helps now it says i have a unique connection or whatever now i cant join my server every other server works fine just cant join mine
-
Hi guys, My skript which is pasted below doesn't work anymore... there are no errors and it was working last time I tried it but it just doesnt work anymore. Skript: command /start: trigger: give player unbreakable wooden pickaxe named "&fTier &f&l[1]&r Pickaxe"