Jump to content

jeep2729

Member
  • Posts

    33
  • Joined

  • Last visited

Posts posted by jeep2729

  1. There are two ways to do this but this is the best way is this:

    every 5 minutes:

         loop all players:

              if “%region at loop-player%” contains “afk”:

                   send “yes” to loop-player

              else:

                   send “no” to loop-player

  2. There are two scripts you could be talking about, when any player joins or when any player joins for the first time. if you mean any join just substitute on first join for on join

     

    on first join:

         broadcast “%player% has joined for the first time”

  3. Hello there,

         Recently on minehut I felt like the server creativity has just been horrible. Every server I join is either a box server, a gen server, or another server identical to 2000 other severs. So I’ve decided to make a fun server that’s unique, if you call cooking custom food in a McDonald’s kitchen to earn money, upgrade, and become the ultimate chef interesting. So basically I’ve started development and I was interested in community feedback on whether to continue and finish the server for release or if I should pave the development. So if you need a refresh on what the server is, you start as a McDonald’s chef cooking burgers, chicken sandwiches, chicken nuggets, fries, etc. every order you successfully complete you will earn money and impact you rating, messing up an order will negatively impact you rating. You must have a certain amount of money and high enough stars (rating) to upgrade you restaurant all the way to the sandbox kitchen. So thoughts on my server?

  4. Hey, its me again. I was wondering if there was any skript code that allows you to zoom in with the spyglass zoom

    Idea: when player is shifting and holding right click and If player has a lead on there head (monocle) then It will zoom in with spyglass zoom

    I dont have a skript currently because idk where to start so please tell me if my idea is possible

  5. on rightclick on sign:
    	1st line of clicked block is "right click to"
    	2nd line of clicked block is "warp to prestige"
    	3rd line of clicked block is "3 zone"
    	4th line of clicked block is "(requires p.3)"
    	if {prestige.%player%} < 2:
    		send "works" to player

    also can anyone tell me why this is not working?

  6. Hi I am making a skymining/prison server
    I am trying to make it so they cant walk past a certain erea unless they have their first prestige
    so far I dont even know where to start, please help

     

     

  7. 18 minutes ago, AWorthySon said:

    I'd really like to see a custom /sell with a custom /setworth command, annnd Custom sell/buy chests. That would certainly be a challenge to a degree. 

    ill start asap

     

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

  9. hey i need help making a code system so if i do /codes it will open a  costum anvil gui and if you input the correct text it will give you a rank

×
×
  • Create New...