Made a custom double coins skript when u have a certain permission
It works half the time how to make it work 100% of the time
every 2 ticks:
loop all players:
if loop-player has permission "multiplyer1.eco":
set {_tick1} to loop-player's money
wait 1 tick
if loop-player's money is greater than {_tick1}:
set {_tick2} to loop-player's money
set {_currentmoney} to {_tick2} - {_tick1}
add {_currentmoney} to loop-player's money
send "Your VIP Rank made you drop double coins!" to loop-player