Jump to content

whoswish

Member
  • Posts

    255
  • Joined

  • Last visited

  • Days Won

    2

Posts posted by whoswish

  1. 5 hours ago, Booked61 said:

    Hello, I was wondering if you could add this plugin. It works on 1.16 and it gives a person serious knockback and I thought it would be cool. Also, I need to test it so I can add it to my server and this is the only way. My server is on 1.8 and I need to test it on 1.16. Thanks!

    https://www.spigotmc.org/resources/knockback-extreme.90858/

     

    you can always host a minecraft server on your own pc and have any plugins you want on it without having to request them or anything. there's multiple videos on how to host a server from your pc for personal use. (i wont link any because Idk if ill get in trouble or not.)

  2. 3 minutes ago, SortaCold said:

    it works, idc if u dont like it aslong as it works and stuff. 

     

    Click Here for the skript

    fyi im not gonna be changing anything in the skript 4 you, you can learn skript and do it urself

  3. Just now, _omga said:

    That would send the generic message of the player joining the server. You would need to do the following:

    
    on first join:
    	set the join message to "%player% has joined for the first time!"

     

    the way i did it works 4 me, i dont do join messages with skript though since essentials offers it.

  4. On 3/29/2021 at 12:18 PM, Chloe30k said:

    variables:
        {glow.mode.%player%} = "False"

    command /glow:
        aliases: gl
        permission: glow.enable 
        trigger:
            if player does not have permission "glow.enable":
                message "&8&l[&bCheckup&8&l] &7Sorry you dont have permissions to use &cGlow"
                stop 
            if {glow.mode.%player%} is "False":
                message "&8&l[&bGlow&8&l] &7Glowing now enabled!"
                set {glow.mode.%player%} to "True"
                apply glowing to the player for 100000 seconds
            else:
                if {glow.mode.%player%} is "True":
                    message "&8&l[&bGlow&8&l] &7Glowing now disabled!"
                    set {glow.mode.%player%} to "False"
                    remove glowing from the player

    im no expert but aren't those nested variables?

  5. On 4/1/2021 at 8:32 AM, ethanpangx3 said:

    Player joined for the first time?
    say [username] joined for the first time!

    Else

    say [username] is back!

     

      Reveal hidden contents

    im not that good at skripting

     

     

    yeah that wouldnt work at all... the correct way would be doing:

    on first join:
        broadcast "&2%player% &ahas joined the server for the first time!"
×
×
  • Create New...