Jump to content

CoolAlex4734

Member
  • Posts

    29
  • Joined

  • Last visited

Posts 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, 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:

    Spoiler

    screen.png.dc3409033f8beac999d31e9ba67d6fd7.png  Also by the way. Ignore the messages in the background..

     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!

  7. 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)

  8. On 8/12/2022 at 9:03 PM, MrTibo said:

    That's not the log message we're looking for, look for something like Loading/Enabling NameTagEdit, the startup error should be right under that, make sure to send the whole thing

    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.)

  9. 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! 😄

  10. 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 -nte.png.b19bbfbe21d190b4268b93ffec8149c1.png which is really weird! So, if you can help me with this that would be really apperciated.

  11. 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!

  12. 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!

  13. 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!

     

  14. Hi, I'm Alex & I was wondering how do I get myself un-ipbanned on my server? I was testing something and I by accident ip-banned myself! Please help me because I really want to get back on my server! Also I used The Advanced-Ban Plugin to IP-Ban Myself 😞

×
×
  • Create New...