Jump to content

CoolAlex4734

Member
  • Posts

    29
  • Joined

  • Last visited

Everything posted by CoolAlex4734

  1. Hey there! I'm trying to make a skript where when someone moves it places a block below them. A.k.a scaffolding. I just wanted to test this for fun. Anyways the 'on any movement:' doesn't work, maybe because I need an addon I don't know. Here is the code: on any movement: if event-entity is a player: if player is holding a stick named "&bScaffold Stick": set block below player to stone
  2. Hey there! I'm trying to make a Skritp where I can send a pastebin to my Founder/Owner of the server. However, the links are broken. Can someone PLEASE help me. command /pbin [<text>]: permission: core.staff.pbin permission message: %{@core}%You do not have permission for this command! trigger: if arg-1 is set: set {_link} to arg-1 loop all players: if loop-player has permission "core.staff.sc": send "&8[&9StaffChat&8]&9 %player%&8:&r Skript Has Been Updated! (<link:%{_link}%>Link<reset>)" to loop-player else: send "%{@core}%Try /pbin (text)!" to player
  3. It's been a while since I've posted, but I need some help with my skript. Basically, it won't make the kill counter go up. Maybe because people fall into the void and skript thinks that the void is the killer? My server is a Knockback FFA server by the way. Players can hit each other with a stick and they fall into the void, but players have been telling me that the Skript doesn't work. Here's the code: on death: attacker is a player add 1 to {kills::%attacker's uuid%} on death of player: clear drops add 1 to {deaths::%victim's uuid%} Can someone please help?
  4. Hi Everyone! So I just had an error with my server and I fixed it yay! But, I sent a support form before fixing it. I didn't know what to do and now I have a support form and I don't know how to get rid of it. Do I send an email that I fixed my error or what? I hope you the Minehut Community can help me!
  5. Hi Everyone! So, I need help with a skript where when you do /enderchest or /ec it opens a ender chest gui. But, that doesn't work for me. So I'm wondering if any of you can help me, also here is the code. I'm only using Skript & Skbee, so I'm basically making guis that doesn't require any addons. command /enderchest: trigger: set metadata tag "EnderChest" of player to ender chest inventory with 5 rows named "&5EnderChest" open (metadata tag "EnderChest" of player) to player
  6. So uh, That's not what I'm exactly looking for. What I'm looking for is like /testcmd and then it shows like Cheese, Popcorn, & Potatoes. Not the image, I wanted the command to look something like that, but not blocks & items..
  7. So, I need help with a command. Now as you all know you can make commands, but I want mine special. Something like the other commands that aren't skripted like /give. I want it so like it does /testcmd and then it shows this: Something like that, but with my own options. I've searched something like this up on google, but I haven't got any exact info that I'm trying to find. So, please can you help me!
  8. (Edit: I changed some files in server. I no longer need help.)
  9. I just watched a tutorial on how to use nametagedit on minehut.. And, I need Vault which I don't have! (Edit: Vault doesn't work.. Can you still help? lol)
  10. I got on my server and did /nte and this error came: [17:43:07] [Server thread/ERROR]: null org.bukkit.command.CommandException: Cannot execute command 'nte' in plugin NametagEdit v4.4.10 - plugin is disabled. I don't know if that helps, but that's all I can find for now. I'll try my hardest to find what you asked for.. (Edit: I found a log in latest.log >> [13:08:44] [Server thread/WARN]: Legacy plugin NametagEdit v4.4.10 does not specify an api-version.)
  11. Hm! Ok let me try to find that..
  12. So I just checked an this warning came: [16:29:43] [Server thread/WARN]: Legacy plugin NametagEdit v4.4.10 does not specify an api-version.
  13. Hi everyone! I'm currently in the process of making an awesome gen server, but I need a skript. Now I know how to use skript but I don't know how to make this skript so I'm coming out to you all! I just need Skript that let's you able to buy a rank voucher with Essentials Money, and the command is /shop. I wish I knew how to make this, but I don't. I hope you can make it for me!
  14. Hi Everyone! I was just in the process of making a gen server, but I can't seem to use a plugin. It's called "NameTagEdit", or NTE for short, and it doesn't work. When I install it to my server it just says NameTagEdit - which is really weird! So, if you can help me with this that would be really apperciated.
  15. Hey @Fletchermed! I'm using Minecraft Mob Spawners to spawn the pigs and is there a way to make it so that when pig spawns set name to that?
  16. So, for some reason it gave me this error \/ \/ \/ \/
  17. Hi Everyone! I'm currently in progress of making an rpg server and I need help with a skript. I haven't made it but I will if I can get my answer! So, basically I want it so that when a mob spawns, for example a pig, it shows something like this, Pig - 10/10. The 10/10 means what health it is. I hope someone can help me!
  18. Hi Everyone! I have a question. I'm trying to make it so that when a mob is killed they drop something when a player has a certain item, item name, & enchantment, and I don't know how to do that. Here is the code I've done \/ \/ \/ on death: if victim is pig: #here is where I want it to be detected. clear the drops set {_drop} to porkchop named "&ePorkchop" drop {_drop} at victim's location Thanks!
  19. Thanks A lot @slopz! But, my friend did recommend me kiteboard, but thank you so much! This Will Possibly Be Used!
  20. Hi Everyone! I was just wondering if anyone had a scoreboard skript! Now Here Are The Details if you can make me one: Server Name: FrostPrison Server IP: FrostPrison.minehut.gg ----------------------------- Scoreboard Looks: FrostPrison Player > (player name) Online > (online players) Rank > (player's suffix) Prestige > (player's prefix) ----------------------------- And That's It!
  21. I fixed this issue, you don't need to answer my question anymore! All I did was uninstall Advanced Ban & Kept it gone.
  22. Try this: # Give The Player The Item on death: give #(Item)# of #(Enchant Name)# #(Level)# to player # Drop The Item on death: if victim was player: drop #(Item)# of #(Enchant Name)# #(Level)# to player I didn't test this, but it should work.
  23. Try doing This: on spawn: execute command "/(Any Command You Want)"
×
×
  • Create New...