Jump to content

Making Skripts


Ramina__

Recommended Posts

On 8/23/2021 at 10:59 PM, nolando09 said:

Ive never played 2b2t Before But i tried my hardest to make a world queue:

 

bs https://www.spigotmc.org/resources/skript-automatic-world-queue-for-anarchy-servers.91187/

Developer

 

Joined Minecraft in 2010 on PC

Joined Minehut in August 2016

1 year Skript experience

2 months Java experience

5 months Javascript experience

 

Link to comment
Share on other sites

On 8/24/2021 at 11:42 AM, Lapzzo said:

A skript that makes all minecraft sounds better >:)

I dont need this, but it would be cool for my server lol. You dont need to change all of them, just the common sounds

Just change da pitch

I used to play Minehut I guess?
Yeah, I still watch the forums for some reason. (15/5/2023)
Link to comment
Share on other sites

  • 4 weeks later...
  • 8 months later...

can you make is so i can name the sunflower to somthing and make it work with other items

on join:
    give player stick
    

command /stick:
  trigger:
    give stick to the player

on right click:
  player is holding a stick:
    send "&4You got 1$"
    make player execute command "give @s sunflower 1 name:"

 

 

what im trying to add

    on right click:
  player is holding a arrow:
    send "&4You got 2$"
    make player execute command "give @s sunflower 2"

Link to comment
Share on other sites

  • 1 month later...
1 hour ago, JeremyPeremy said:

could you make a skript that when you aim a carrot on a stick at a player and right click it the player you looking at gets launched up in the air like 30-55 blocks

on right click:
  if name of player's tool is "Launcher":
    if target entity is a player:
      if distance between target entity and player <= 10:
        push target entity upwards at speed 5
      else:
        stop

Edited by ItsF4
Link to comment
Share on other sites

  • 1 year later...
Guest
This topic is now closed to further replies.
×
×
  • Create New...