Jump to content

8pixel

Member
  • Posts

    31
  • Joined

  • Last visited

Posts posted by 8pixel

  1. On 7/13/2022 at 12:16 PM, AgentGamerPro said:

    Bruh 5$ aint worth for things that can literally be done in a couple lines, not to mention that 3 of the 4 things you listed (and who knows how much more) can easily be set up and used with the essentials plugin.
    To avoid anyone to get ripped off, I left some skripts below, though I've also left a link of the essentials plugin (Click Here)

    # AFK SKRIPT
    # Note: This just teleports the player to a location. If you don't want this, remove lines 4 through 13 and use essentials
    
    command /setafklocation:
    	permission: AFK.Set
    	trigger:
    		set {AFKLocation} to location of player
    		send "&d[AFK] &5Location Set!"
    
    command /afk:
    	trigger:
    		teleport player to {AFKLocation}
    		send "&d[AFK] &5You are in the AFK location!"
    
    
    
    # SPAWN SKRIPT
    
    command /setspawnlocation:
    	permission: Spawn.Set
    	trigger:
    		set {Spawn} to location of player
    		send "&e[Spawn] &6Location Set!"
    
    command /spawn:
    	trigger:
    		teleport player to {Spawn}
    		send "&e[Spawn] &6You've been teleported to spawn!"
    
    
    
    # BROADCAST SKRIPT
    
    command /broadcast <text>:
    	permission: Broadcast.Command
    	trigger:
    		broadcast "&c&l[BROADCAST] &e%arg-1%"

     

    Good job saving people

  2. On 7/12/2022 at 11:16 AM, SIG12 said:

    Commands:

    /giant - Gives you the giant sword

     

    Addons:

    SkBee

     

    Code:

     

    # Addons Needed: SkBee
     
    options:
     
        # Permission
     
        perm: giant.use  # Perm Here  
        noperm: &cYou cannot do this command! # No Perm message here
     
        # Sounds
     
        success: play sound "entity.experience_orb.pickup" with volume 1 to the player
        fail: play sound "entity.bat.death" with volume 1 to the player
        tpsound: play sound "entity.enderman.teleport" with volume 2 to player  
        giantsound: play sound "block.anvil.land" with volume 1 to the player
     
    command /giant:
        permission: {@perm}
        permission message: {@noperm}
        trigger:
            give player 1 of unbreakable diamond sword named "&eGiant Sword" with lore "&6Item Ability: Giant's Slam &e&LRIGHT CLICK" and "&7Slam your giant sword into the ground dealing &e100,000&7 damage while doing so!" and "" and "&6&lLEGENDARY SWORD"
     
    on right click:
        if player's held item is diamond sword:
            if name of player's held item is "&eGiant Sword":
                {@giantsound}
                send action bar "&b-150 Mana &7(&eGiant Slam&7)" to player
                spawn giant at location of player
                set name of last spawned entity to "Dinnerbone"
                apply invisibility 1 to last spawned entity for 999 minutes
                add "{NoAI:1b}" to nbt of last spawned entity
                set tool of last spawned giant to diamond sword
                play huge explosion at the player
                damage all entities in radius 100 around player where [input is not a player] by 30 hearts
                wait 2 seconds
                set tool of last spawned giant to air
                wait 2 tick
                kill last spawned giant

     

    Pictures:

     

      Reveal hidden contents

    2022-07-11_20_12_54.thumb.png.f400cb01a24dbb52e27d6ab687723622.png

     

    🤓 You could have used "on right click holding diamond sword", "set tag "NoAI" of nbt compound of last spawned giant to true", "set visibility of last spawned giant to false"

  3. On 5/23/2022 at 9:01 AM, EmptyRooms_ said:
    command /lobby:
        trigger:
            send " "
            send " "
            send " "
            send " "
            send " "
            send " "
            send " "
            send " "
            send " "
            send " "
            send " "
            send "&3Sending you to the lobby"
            teleport player to spawn of world "world"

     

    Could have just used a loop but you do you :L

  4. I changed my server plan to free plan and it's still not changing (I already force hibernated my server and stopped it 2 times)

    Do i need to wait a day?

  5. on damage of player:
      if attacker is a player:
        if victim isn't wearing armor:
          cancel event
          send "&c&lHey!&7 You can't kill unarmored players." to attacker
        if attacker isn't wearing armor:
          if victim is wearing armor:
            cancel event
            send "&c&lHey!&7 You can't kill players while not wearing armor." to attacker

    It's just 9 lines, this is how easy it is!

    • Like 1
  6. On 4/15/2022 at 11:39 PM, ItsKirr said:

    to find your numerical ip go to https://ping.eu/ping/

    and type in your minecraft server then do the captcha on the side and press go. once that is done it should say __ bytes from (IP Here) that is your numerical ip and your server must be online for this btw

    Alright I'm not sure if this is Necro posting or whatever it is, but all servers have the same numerical IP when you type any minehut servers.

  7. On 4/5/2022 at 9:06 AM, adsfasd said:

    I typed in keepInventory multiple times but it doesn't work.

     

    People on my server have lost all their stuff so many times, am I doing anything wrong? I am 1,000,000% sure I typed everything correctly and the console gave me a message saying that the gamerule is now set to true.

    a.PNG

    Do you have any plugins? If so, send the screenshot of the plugin list.

  8. 4 hours ago, AgentGamerPro said:

    the port is 25565 im pretty sure

    The numerical IP isn't in the minehut dashboard, so that's why I'm asking how. It shouldn't be possible, but somehow they did it.

  9. On 4/4/2022 at 4:59 AM, AgentGamerPro said:

    download it and set it up like any other plugin.

    Have you even tried using votifier? You need the numerical IP and port for the server so it works, not helping.

  10. On 3/18/2022 at 10:45 AM, Tringlle said:

    Votifier can't be directly applied to minehut just yet, the only way to actually add it is to get an external server on a provider with ports allocated, and put votifier on there, then use skript to detect votes and send a msg to discord, then have a skript on your Minehut server see it and give the reward.

    Can you uh, make it in simple version? I'm dum 

  11. Is this even possible? I know a server that has /vote in minehut. From what I saw in forums, this isn't possible. I need help for this, thanks.

  12. 1 hour ago, 8pixel said:

    Really new to skript, how do I make something like:

    /donated &eBat just donated!

    then there would be:

    [&9Tebex] &eBat just donated!

    (With color codes ofc, maybe even hex codes?)

    It's for the donation message 😄

    (Aight I just figured it out, this time I actually did)

×
×
  • Create New...