Jump to content

Darth1013

Member
  • Posts

    49
  • Joined

  • Last visited

Posts posted by Darth1013

  1. On 2/19/2022 at 3:04 PM, ninjea said:

    Does anyone know how prison server's to jackhammer in skript im trying to make it and i have no idea

    What was jackhammer again?

  2. 58 minutes ago, filv said:

    You need skript-json.

    command /discord:
    	trigger:
    		send "<link:(LINK)>Click Here<reset>"

    Keep in mind that you need to put <reset> at the end of it if you want to put additional text after.

     

    You can do additional stuff, such as a tool tip. (When you hover over the text)

    command /tooltip:
    	trigger:
    		send "<tooltip:whatever you want it to say after you hover over the text>hover over here</reset>"

    Or maybe even make the player say stuff!

    command /makesay:
    	trigger:
    		send "<command:if player clicks this, they will say whatever is in this>click here to say something thats preset<reset>"

     

    skript-json is a fun addon.

    You dont NEED skript-json. skript has an inbuilt <link:>. example:


    command /discord:
        trigger:

            send "<link:LINKHERE>Click here!"

  3. Hello, The plugin "Skript" appears to have had an update. For some unknown reason, This has caused Skript to stop working for me. I have tried re-adding the Skript's I did make (and reloading,) and that did not work. Can I get some insight into this issue?

    Thanks in advance,

    TeamF.

    image.thumb.png.e18d0cba340b55df5db6b7585a8a843b.png

  4. Hello! I am stumbling on to an issue with PlotSquared v4, My plugins are:

    -Fawe (FastAsyncWorldEdit) (Said to be able to work...)

    -PlotSquared v4 (Ofc)

    -Multiverse (wanted to make a world with it.)

    The issue I'm running into is that when I try to run any command using PlotSquared it doesn't do anything, no errors or anything.

    https://pastebin.com/PsVUPmvP (console booting up)

    Thanks in advance!

    -TeamF

  5. 13 hours ago, The_Wire_Wolf said:

    Im trying to make it so a player doesn't drop an item if they have been killed in the past minute, I'm not sure if its possible I just want to check.

    Here is my Skript:
    on death:
        victim is a player
        damager is a player
        if victim has been killed in the past 1 minute:
            send "This player has been killed recently, please wait 
            or kill someone else!"
        else:
            send "You killed &4&l%player%&r and recieved a soul!" to damager
            give damager soul sand named "&4&lSoul"

    what line is coughing up an error?

    • Like 1
×
×
  • Create New...