Minecraft script points system?

wa
4

I'm currently trying to script a mine system.

For this I use a point system that can be redeemed to get ahead.

But somehow that doesn't work properly, please help!

If I enter / mine300 nothing comes in the chat: /

here the code:

command / mine300:
trigger:
if {dot.% player%} is less than 5000:
send "{@nopoints}"
stop
send "& d & lVenix & 5 & lCraft & 8 * & 7You are now in & eMine II & c-5000 Minepoints"
reduce {point.% player%} by 5000
else:
send "{@perm}"

le

This script dregg brings nothing to learn Java that is worth more. In the past, a script server only had problems with script

wa

Wasn't that the question?

le

I know it doesn't help you but you can achieve it with script garnix

Ch

Are there any errors when you reload this script?