Solved SkPerms isn't working

  • 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 comminuty!

    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.

ICoding_

New Member
May 11, 2018
9
0
0
23
Ok, so I'm a Bank plugin In skript and I need SkPerms but It gives me a error...
Someone please help me!

Thanks!
 

Attachments

  • Skärmklipp.PNG
    Skärmklipp.PNG
    37.4 KB · Views: 185
Curious... do you have an economy plugin as well as vault on your server?

Also... which add-on are you using to check if a file exists?

ALLLSSSOOOOOO.... post the skript you have written. Its very hard to help someone if we dont have any clue what you have written.

EDIT: So I googled SkPerms, and checked out its dependancies....Do you have SkQuery on your server?
 
Last edited:
I have skQuery and here Is the code

command /withdraw [<number>]:
trigger:
if arg 1 is set:
give player paper named "&eBanknote" with lore "&fAmount: &e$%arg 1%"
set {banknote::*} to arg 1
remove arg 1 from player's balance
send "&eBank: &fWithdrawed a banknote worth &e$%arg 1%&f."

command /bank [<text>]:
trigger:
if arg 1 is not set:
send "&e&m-----&f&m-----&e&m-----&f&m-----"
send "&e/withdraw <amout>: &fWithdraw money."
send "&e&m-----&f&m-----&e&m-----&f&m-----"

on right click:
if player is holding paper named "&eBanknote":
add {banknote::%player%} to players balance
delete {banknote::%player%}
remove 1 paper from the player
 
okay, since you decided to ignore this question, ill ask again
do you have an economy plugin as well as vault on your server?
 
No
But I have had SkPerms on another server but I didn't have vault on that server

But I will get vault and try
[doublepost=1532855376,1532855229][/doublepost]Ok, It worked thanks for the help!
 
No
But I have had SkPerms on another server but I didn't have vault on that server

But I will get vault and try
[doublepost=1532855376,1532855229][/doublepost]Ok, It worked thanks for the help!
Youre welcome
Anytime you are dealing with a players economy or permission it requires vault
 
Status
Not open for further replies.