No Operators can't use that.

  • 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.
**Skript Version:** Skript 2.2 Fixes V9
**Skript Author:** Njol
**Minecraft Version:** 1.8.8
---
**Full Code:**
_ https://hastebin.com/arihitifaw.vbs

**Errors on Reload: **
No Errors


Other Useful Info:
I use the Crate Template from @LimeGlass Operators can use it but nobody without op can't use it
The only permission in your script is this one:
Code:
command /selteneinsetzen:
   permission: *
   trigger:
       open chest with 2 rows named "&bDein Rucksack" to player
       wait 1 tick
       loop {roll::*}:
           add loop-value to current inventory of player
       set {secstore.%player%} to true
       stop

Just remove the 'permission: *' thing?
Also, if it's not it, please specify better, you gave almost no information.
 
You also could change

permission: *

code_language.skript:
permission: *

to something like:

code_language.skript:
permission: store.use

Hopefully i understand your question right :emoji_slight_smile:
 
Status
Not open for further replies.