command /hediye:
trigger:
if player's group is "vip":
if {hediye::%player%} is not set:
set {hediye::%player%} to true
execute console command "lc add %player% 100000"
send "&7Vip hediyeni aldın."
wait 24 hours
delete {hediye::%player%}
else:
send "&724 saatte 1 kez alabilirsin."
else if player's group is "vip+":
if {hediye::%player%} is not set:
set {hediye::%player%} to true
execute console command "lc add %player% 200000"
send "&7Vip+ hediyeni aldın."
wait 24 hours
delete {hediye::%player%}
else:
send "&724 saatte 1 kez alabilirsin."
else if player's group is "mvip":
if {hediye::%player%} is not set:
set {hediye::%player%} to true
execute console command "lc add %player% 300000"
send "&7Mvip hediyeni aldın."
wait 24 hours
delete {hediye::%player%}
else:
send "&724 saatte 1 kez alabilirsin."
else if player's group is "blockvip":
if {hediye::%player%} is not set:
set {hediye::%player%} to true
execute console command "lc add %player% 400000"
send "&7BlockVip hediyeni aldın."
wait 24 hours
delete {hediye::%player%}
else:
send "&724 saatte 1 kez alabilirsin."
else:
send "VIP değilsin!" to player
command /hediyesıfırla [<player>]:
trigger:
if player is op:
if arg 1 is set:
delete {hediye::%arg 1%}
send "&a%arg 1% &7adlı oyuncunun hediye bekleme süresi sıfırlandı!"
on load:
delete {hediye::*}