Jump to content

/sell tittle


DerpPandas

Recommended Posts

On 10/15/2020 at 11:38 PM, quick007 said:

on command /sell:

    send player title "&6You sold items" for 2 seconds

it says "cant understand this event: 'on command /sell'

 

on command /sell:

    send player title "&6You sold items" for 2 seconds

command /sell:
    trigger:
        set {_s} to amount of stone in player's inventory
        add {_s}*10*{multi::%player's uuid%} to {money::%player's uuid%} and {_total}
        send "You have sold all your stuff for $%{_total}%"

this is the skript i have 

Link to comment
Share on other sites

9 minutes ago, Star_Moonlight said:

command /sell:
    trigger:
        set {_s} to amount of stone in player's inventory
        add {_s}*10*{multi::%player's uuid%} to {money::%player's uuid%} and {_total}
        send title "You have sold all your stuff for $%{_total}%" to player for 2 seconds

 

thxs

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...