Njol / Skript

Skript is a Bukkit plugin which allows server admins to customize their server easily, but without the hassle of programming a plugin or asking/paying someone to program a plugin for them.
http://njol.ch/projects/skript
104 stars 60 forks source link

Permission groups #337

Closed marium0505 closed 9 years ago

marium0505 commented 10 years ago

Hello.

There's one thing I have missed a lot, and that is the ability to use the following conditions:

Condition: "If player's (permission) group is [group]"

Condition: "if player's (permission group is not [group]"

And the following expression:

Expression: "%player's group%"

This would be awesome.

To check the primary group of a player you can use this: http://mythcraft.duckdns.org/javadoc/vault/net/milkbowl/vault/permission/Permission.html#playerInGroup(org.bukkit.entity.Player,%20java.lang.String)

It would be great if you could loop (or somehow run code for) all players in a permission group too.

I hope this gets added!

marium0505 commented 9 years ago

Still hoping this will be added soon!

MostFunGuy commented 9 years ago

This was added by Umbaska