Jump to content

Im bored.. Send me your Skript Ideas And I Will Make Them


Recommended Posts

/toggleitems skript for my duping server.

Work with what you have here, as it doesn't work.

`command /toggleitems:
  trigger:
    if {items::%player%} is true:
      send "&6Enabled Random Items!"
      delete {items::%player%}
    else:
      set {items::%player%} to true
      send "&6Disabled Random Items!"

every minute:
  loop all players:
    if {items::%loop-player%} is not set:
      give loop-player 1 of random items out of all items`

  • Haha 1
Link to comment
Share on other sites

On 7/14/2020 at 11:45 AM, Spritzerland said:

/toggleitems skript for my duping server.

Work with what you have here, as it doesn't work.

`command /toggleitems:
  trigger:
    if {items::%player%} is true:
      send "&6Enabled Random Items!"
      delete {items::%player%}
    else:
      set {items::%player%} to true
      send "&6Disabled Random Items!"

every minute:
  loop all players:
    if {items::%loop-player%} is not set:
      give loop-player 1 of random items out of all items`

Not that a /sell skript with a /shop 

  • Haha 1
Link to comment
Share on other sites

  • 1 month later...
On 5/17/2020 at 6:30 AM, Eve said:

Hummmmm I have an interesting and pretty simple project if you want to do some skripting. I am planing an SMP chaos edition (google chaos edition games if you want to get the jist) its pretty much just a skript that will mess with players on a timer and randomly selected functions. My plan is to get a bunch of MH skripters to all make one trolly function then put it all together with the random sector. If you want to to make a function for the skript you can 😛
Rules:
- The function can't crash the server
- Should be something you can still play the game with like can't freeze a player for an hour or something too mean
- The more unique and funny the better.. ex: anvils spawning and falling on a player.

Ez

 

every 1 minute:    
    set {SMP.%player%} to a random integer between 1 and 30
    if {SMP.%player%} is 1:
        give a gold sword of sharpness 5 named "&e&lLucky Sword" to the player
        stop
    if {SMP.%player%} is 2:
        give a bow of power 5 named "&e&lLucky Bow" to the player
        stop
    if {SMP.%player%} is 3:
        spawn 10 sheep at the event-block 
        stop
    if {SMP.%player%} is 4:
        create an explosion of force 4 at the player
        stop
    if {SMP.%player%} is 5:
        poison the player for 30 seconds
        stop
    if {SMP.%player%} is 6:
        push the player upwards at speed 5
        stop
    if {SMP.%player%} is 7:
        ignite the player for 10 seconds
        stop
    if {SMP.%player%} is 8:
        strike lightning at the player
        stop
    if {SMP.%player%} is 9:
        set block above the player to anvil
        stop
    if {SMP.%player%} is 10:
        give a gold chestplate of protection 3 named "&l&eLucky chestplate" to the player
        stop
    if {SMP.%player%} is 11:
        spawn 5 zombies at the event-block
        stop
    if {SMP.%player%} is 12:
        spawn 5 creepers at the event-block
        stop
    if {SMP.%player%} is 13:
        spawn 2 tnt at the event-block
        stop
    if {SMP.%player%} is 14:
        spawn 5 squid
        stop
    if {SMP.%player%} is 15:
        give 15 stone to the player
        stop
    if {SMP.%player%} is 16:
        give 4 carrot to the player
        stop
    if {SMP.%player%} is 17:
        give 2 ender pearl to the player
        stop
    if {SMP.%player%} is 18:
        give a iron leggings to the player
        stop
    if {SMP.%player%} is 19:
        give stone sword of knockback 1 to the player
        stop
    if {SMP.%player%} is 20:
        give iron helmet of protection 1 to the player
        stop
    if {SMP.%player%} is 21:
        give diamond chestplate to the player
        stop
    if {SMP.%player%} is 22:
        give iron boots to the player
        stop
    if {SMP.%player%} is 23:
        spawn giant at the event-block
        stop
    if {SMP.%player%} is 24:
        give a gold sword of sharpness 5 named "&e&lLucky Sword" to the player
        stop
    if {SMP.%player%} is 25:
        give 10 snowball named "&l&2Shuriken" to the player
        stop
    if {SMP.%player%} is 26:
        give a gold hoe named "&4POOP" to the player
        stop
    if {SMP.%player%} is 27:
        give a netherite chestplate of protection 5 and unbreaking 5 named "&e&lOP" to the player
        stop 
    if {SMP.%player%} is 28:
        give a dirt  to the player
        stop 
    if {SMP.%player%} is 29:
        give a stone button to the player
        stop
    if {SMP.%player%} is 30:
        spawn 20 skeleton at event-block
        stop
    

Link to comment
Share on other sites

2 hours ago, jeep2729 said:

Ez

 

every 1 minute:    
    set {SMP.%player%} to a random integer between 1 and 30
    if {SMP.%player%} is 1:
        give a gold sword of sharpness 5 named "&e&lLucky Sword" to the player
        stop
    if {SMP.%player%} is 2:
        give a bow of power 5 named "&e&lLucky Bow" to the player
        stop
    if {SMP.%player%} is 3:
        spawn 10 sheep at the event-block 
        stop
    if {SMP.%player%} is 4:
        create an explosion of force 4 at the player
        stop
    if {SMP.%player%} is 5:
        poison the player for 30 seconds
        stop
    if {SMP.%player%} is 6:
        push the player upwards at speed 5
        stop
    if {SMP.%player%} is 7:
        ignite the player for 10 seconds
        stop
    if {SMP.%player%} is 8:
        strike lightning at the player
        stop
    if {SMP.%player%} is 9:
        set block above the player to anvil
        stop
    if {SMP.%player%} is 10:
        give a gold chestplate of protection 3 named "&l&eLucky chestplate" to the player
        stop
    if {SMP.%player%} is 11:
        spawn 5 zombies at the event-block
        stop
    if {SMP.%player%} is 12:
        spawn 5 creepers at the event-block
        stop
    if {SMP.%player%} is 13:
        spawn 2 tnt at the event-block
        stop
    if {SMP.%player%} is 14:
        spawn 5 squid
        stop
    if {SMP.%player%} is 15:
        give 15 stone to the player
        stop
    if {SMP.%player%} is 16:
        give 4 carrot to the player
        stop
    if {SMP.%player%} is 17:
        give 2 ender pearl to the player
        stop
    if {SMP.%player%} is 18:
        give a iron leggings to the player
        stop
    if {SMP.%player%} is 19:
        give stone sword of knockback 1 to the player
        stop
    if {SMP.%player%} is 20:
        give iron helmet of protection 1 to the player
        stop
    if {SMP.%player%} is 21:
        give diamond chestplate to the player
        stop
    if {SMP.%player%} is 22:
        give iron boots to the player
        stop
    if {SMP.%player%} is 23:
        spawn giant at the event-block
        stop
    if {SMP.%player%} is 24:
        give a gold sword of sharpness 5 named "&e&lLucky Sword" to the player
        stop
    if {SMP.%player%} is 25:
        give 10 snowball named "&l&2Shuriken" to the player
        stop
    if {SMP.%player%} is 26:
        give a gold hoe named "&4POOP" to the player
        stop
    if {SMP.%player%} is 27:
        give a netherite chestplate of protection 5 and unbreaking 5 named "&e&lOP" to the player
        stop 
    if {SMP.%player%} is 28:
        give a dirt  to the player
        stop 
    if {SMP.%player%} is 29:
        give a stone button to the player
        stop
    if {SMP.%player%} is 30:
        spawn 20 skeleton at event-block
        stop
    

Inefficient and there isn't a player in periodical events

VIP since January 7th, 2020

Support since September 19th, 2020

Helper since November 3rd, 2020

Moderator since March 8th, 2021

unknown.png

5.png.e14b1bf83edf0ac2edc1bfb822177184.png

image.png.fe30b7b2c0be5a541ba4ed2187b23030.png

Link to comment
Share on other sites

This seems a bit advanced

You click a sign you put in clay. It goes along a conveyor belt to the middle Click a sign again it turns the clay into Netherbrick (not block) It carrys along then you click a sign and it turns into a brick (Not block) Then Carrys along And stores its self in a chest

 

(For anything to work you need to put coal in a Sign every 10 seconds...) to power it

Good luck

Link to comment
Share on other sites

12 hours ago, jeep2729 said:

how is it insufficiant

It's inefficient because you're chaining an absolute ton of else ifs together, putting stop at the end of every one when you don't have to, and setting a global variable for the player instead of a local variable

VIP since January 7th, 2020

Support since September 19th, 2020

Helper since November 3rd, 2020

Moderator since March 8th, 2021

unknown.png

5.png.e14b1bf83edf0ac2edc1bfb822177184.png

image.png.fe30b7b2c0be5a541ba4ed2187b23030.png

Link to comment
Share on other sites

I need a script for KitPvP. Customizable kits, kill streaks (on 3 kill streak grants speed 1, 6 kill streak grants strength 1, on 9 kill streak grand speed 2, on a 12 kill streak grant strength 2), Shop that supports vault that lets you buy kits, 15 coins on a kill, a stats tracker, a 1v1 command to set 2 spawns for a 1v1, soups that grant health on eating it (Left and right click to activate the heal) and you can add some other cool ideas.If you guys are still doing this then I need a script for KitPvP. Customizable kits, kill streaks (on 3 kill streak grants speed 1, 6 kill streak grants strength 1, on 9 kill streak grand speed 2, on a 12 kill streak grant strength 2), Shop that supports vault that lets you buy kits, 15 coins on a kill, a stats tracker, a 1v1 command to set 2 spawns for a 1v1, soups that grant health on eating it (Left and right click to activate the heal) and you can add some other cool ideas.

 

This is as much details I have

Link to comment
Share on other sites

  • 2 weeks later...
On 6/19/2020 at 10:37 AM, GalaxyGaming99 said:

Make a skript for signs and books that have links .ex{click on a sign called Youtube in white and red and a link to whatever link you want.

And also maybe like a bot skript that sees if someone wants to apply for staff and it gives them the link to sign up

on right click on sign:
	if line 1 is "my youtube":
		send "click <link:https://youtube.com/channel/minehut> &4&lhere <reset> &rfor my youtube"
	

 

Link to comment
Share on other sites

/nick skript with a gui, a custom one that is like maybe a sign named like "&bCustom nick" that closes the gui and sends the person to do like send in chat the name you want to be nicked, im not good at explaining. And also a random nick that gives the player a random nick. And like a item that when you click it it opens a new gui with dyes and when you click one of them it changes there name to like bold and a color or italic and bold and a color if you understand what i just said ur literally a legend. ❤️

 

Yes i am stupid.

 

chillins.PNG.ecd09b0ba2e9d6a607ea43e6315cccb2.PNG

Link to comment
Share on other sites

Please don't comment on topics which have been inactive for over a month (necropost), thanks!

🔒 Locked due to Necroposting 

  • Thanks 1

hey gamer! unless you're Jackson then you're toxic.

Senior Moderator since July 21st 2020

- Currently leading the Recruitment and Media Team.

 

Link to comment
Share on other sites

  • muelr locked this topic
Guest
This topic is now closed to further replies.
×
×
  • Create New...