#need help with essentials economy skript lines
1 messages · Page 1 of 1 (latest)
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
no economy has a multi after all it's an economy.
@half talon what is tax?
That must be another plugin I'm thinking of. Although, you can make the player pay to use the command in the config here
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....
I see. then you might be better off looking around for a buy/sell script that hooks into Essentials, or make your own.
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
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%}