#I am absolutely Clue less on this Time formatter! Please help

1 messages · Page 1 of 1 (latest)

nova wyvern
#

indentation error: expected 3 tabs, but found 12 spaces

dreamy pivot
#

But the thing is I have 3 Tabs not12 spaces

nova wyvern
#

yeah

#

make everything uniform

#

you cannot mix tabs and spaces

dreamy pivot
#

yeah, just realised

#

but I still get the last 2 errors

nova wyvern
#

because command arguments are just expressions for a static, immutable object

#

there is nothing to change in them

#

its like trying to change player uuid; you cannot do shit to change it

#

if you want to use the command like /ptime PLAYER 10 50, and have {days::%player's uuid%} = 10

#

set {days::%player's uuid%} to arg-2

#

not set arg-2 to {days::%player's uuid%}

dreamy pivot
#

ohh

#

now it works