two problems

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the community!

    Now, what are you waiting for? Join the community now!

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

Status
Not open for further replies.

zide

Member
Aug 23, 2017
42
1
0
1.
code_language.skript:
command /test:
    trigger:
        send "%money of player%"
My server uses valut and coins.But it sended "Can't understand this expression".
"This expression requires Vault and a compatible economy plugin to be installed."
What is a compatible economy plugin?Please give me an example?Ess money?
My minecraft version is 1.12.1.And the skript version is the latest.
2.
Which event will be called when player eat something?And how to set the value of regan hunger level?

I am sorry for my bad English,and hope you can understand these.
 
1. Essentials for example
2.
code_language.skript:
[on] [player] ((eat|drink)[ing]|consum(e|ing)) [[of] %item types%]
and
code_language.skript:
[the] (food|hunger)[[ ](level|met(er|re)|bar)] [of %player%]
%player%'[s] (food|hunger)[[ ](level|met(er|re)|bar)]
 
1. Essentials for example
2.
code_language.skript:
[on] [player] ((eat|drink)[ing]|consum(e|ing)) [[of] %item types%]
and
code_language.skript:
[the] (food|hunger)[[ ](level|met(er|re)|bar)] [of %player%]
%player%'[s] (food|hunger)[[ ](level|met(er|re)|bar)]
1.
Do you know any more plugins?
2.
I want to set the REGAIN value.How can I do that?
 
Status
Not open for further replies.