Jump to content

Disvand

Member
  • Posts

    74
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by Disvand

  1. im bored in my grandmas house on a chromebook so request skripts and i will make them

    RULES:

    No gen skripts, must give me the necessary amount of info for your skript, for example you cant ask: "hey can i have a skript that drops a key when a player dies and also it takes 69420 out of their balance thanks" I would need the name of the key, and what lore, and if the balance is essentials balance or a variable. I can also deny a request if it takes me too long or i tried and got stuck while making it.

    REQUEST NOW PLS AM BORED

  2. On 7/14/2022 at 9:23 PM, PrivateDud said:

    spacing is wrong bro

    should be like this:

     

    command /rankshop:

    [2spaces]trigger:

    [4 spaces]send "example"

    this is probably an old post and u dont need this but i want to help people

     

     

    , it works the same with 4 spaces and 8 spaces, same with 2 tabs and 4 tabs or 1 tab and 2 tabs, + this post is 2 months old why did u reply on this

  3. 39 minutes ago, Awesome_Robo said:

    Hey everyone i dont skript very often so i need somone to help with this skript.

    every 3 seconds in world "Box":
            execute console command "summon zombie 1 66 -4" in world "Box"

    its giving me an error.

    (UNTESTED)

     

    every 3 seconds in world "Box":
    	spawn zombie at location(1, 66, -4, world "Box")

     

  4. According to all known laws
    of aviation,
    
      
    there is no way a bee
    should be able to fly.
    
      
    Its wings are too small to get
    its fat little body off the ground.
    
      
    The bee, of course, flies anyway
    
      
    because bees don't care
    what humans think is impossible.
    
      
    Yellow, black. Yellow, black.
    Yellow, black. Yellow, black.
    
      
    Ooh, black and yellow!
    Let's shake it up a little.
    
    

    image.jpeg

  5. On 3/15/2022 at 7:19 PM, ItsKirby said:

    Creating a minigame and wondering if you can make it so players would have a certain block (example is diamond block) that they can place. They are able to open a shop from ONLY their block and can only break OTHER player's blocks. When their block gets broken, they will be given another block to place. Any help would mean a lot. Thanks!

    i dont get what you mean, can you elaborate?

     

    On 3/15/2022 at 12:11 PM, Gam3rBoi said:

    Minigame Skript (SkyWars?)

     

    Players spawn on islands with chests that are randomly filled, one player per island

    Max 12 people in game

    Last player alive wins

    Middle island is big, and has better chests

    Map resets each round

    Islands over void, so needs a void death calculator as well

    Kills / Deaths tracker

    I think that should be it? If you need info, just Google 'Minecraft Skywars'

     

    Honestly you don't have to do this, but this is a fun challenge

    i dont have a skywars map so i cant do this

  6. 13 hours ago, ItzPanda said:

    hello! I have a question about this! Basically, i have luckperms on my server and if i want to make a rank like "Panda" then how would it work?

    why necropost... + why ask if its a virus when people say its good..?

  7. 5 hours ago, SteveMaster367 said:

    actually this would not work. i fixed your skript here

    on flight toggle:
        if player's gamemode is not creative:
            cancel event
            wait a tick
            set player's flight state to false
            push player upwards at speed 0.4
            push player forwards at speed 0.4
            make console execute "/execute at %player% run particle cloud ~ ~ ~ 1 0 1 0 100"
            make console execute "/execute at %player% run playsound minecraft:entity.bat.takeoff master @a ~ ~ ~ 100 1"
            wait 5 seconds
            set player's flight state to true

    this was posted, more than a YEAR ago smh why do u care if its right or not

  8. 48 minutes ago, skeepypvp3456 said:

    lifesteal but you loose 1 heart every 2 hours

    options:
    
    	# change this to max hearts u want
        # (no max = 999)
    	maxhearts: 40
        
        # change this to lowest hearts u want
        # (WARNING: DO NOT CHANGE BELOW 1, WILL BREAK)
    	lowhearts: 2
        
    # x-x-x-x-x-x-x-x-x-x-x-x-x #
    
    on death of player:
        stealVictim(victim)
        stealAttacker(attacker)
    
    function stealAttacker(p: player):
    	if max health of {_p} < {@maxhearts}:
    		set max health of {_p} to max health of {_p} + 1
    function stealVictim(p: player):
    	if max health of {_p} > {@lowhearts}:
    		set max health of {_p} to max health of {_p} - 1
            
    every 2 hours:
    	loop all players:
    		stealVictim(loop-player)
    	broadcast ""
    	broadcast "&c&lEveryone lost 1 heart from the 2 hour heart steal."
    	broadcast ""

    didnt test, should work tho if u need any more help ask me

  9. 2 hours ago, FallingUser said:

    Hello, I need help with this.

    I want someone when they get kicked or banned to show the screen you would get when that happens on a normal server. Instead of teleporting them to the minehut lobby.

    that isnt a thing, its hosted by minehut so u cant do that

  10. On 3/4/2022 at 12:42 PM, ShadowStorm13 said:

    Do you know how to use this plugging? I applied it to my Minehut server, but there is no instructions on how to use the commands.

     

    u do realise this was posted a year ago, why necropost

  11. 21 hours ago, Noobolas said:

      made an smp with the boys and soon realized that nobody could find a structure. furthermore I cannot find the setting to turn generate  structures on. Anybody know where it is?

     

    To turn this on go to File Manager,

    image.png.97efe2958d78a63acb4211cd7c25b4b2.png

    Then go to the server.properties file,
    image.png.c7b096d40894f35bb2744b018aa2bbea.png

    then go to the line where it says, "generate-structures=false", for me this is line 15.
    image.png.af44a1f7c1720e19f845c0ca45728796.png

    Delete false, and replace it with true, restart ur server, and you might have to reset your world aswell.

×
×
  • Create New...