#need help with essentials economy skript lines

1 messages · Page 1 of 1 (latest)

reef warren
#

so i want to chance this line:
set slot 14 of {_farming} to wheat named "&fwheat" with lore "&fsell:&c$%7.5*{multiplier::%player's uuid%}%" and " "
to essentials economy i do not know what {multiplier::%playerr's uuid%} is in essetials economy

half talon
#

as far as I know, Essentials doesn't have a multiplier, but I think something similar like tax is present in the EssentialsEconomy portion of the config

maiden sinew
#

no economy has a multi after all it's an economy.

reef warren
#

@half talon what is tax?

half talon
#

That must be another plugin I'm thinking of. Although, you can make the player pay to use the command in the config here

reef warren
#

ah i see

#

but i want to make like if you buy a rank everything in shop will sell for like 1.5 times more or 2 times more....

half talon
#

I see. then you might be better off looking around for a buy/sell script that hooks into Essentials, or make your own.

reef warren
#

yes this is the current shop skript i got i already chanced a few "uuid of player" to "player's balance" to hook into essentials

half talon
#

can you post that to PasteBin or something? I'm on mobile

#

and why are you changing info about the Mojang player profile to be their balance? If you need that, just do something like this: on join: if {balance::%uuid of player%} is set: add {balance::%uuid of player%} to player's balance delete {balance::%uuid of player%}