Resource icon

Addon Skerm (Simple Permission Addon) 1.4

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

Contributors
gherm
Supported Skript Version
  1. 2.9
  2. 2.10
Supported Minecraft Versions
  1. 1.20
  2. 1.21
Features:
- REQUIRES PAPERMC
- Uses Paper/Bukkit default permission system
- Lets you add/remove permissions to/from a player in Skript
- Doesn't require LuckPerms or any other permission plugin dependency
It also does not remove LuckPerms/plugin added permissions!!!
- Works with Skript's default player has permission condition
- Saves data in binary file

I do not plan on adding LuckPerms permission support in the future. This is for people who want to create their own permission systems in Skript

New Syntax: (Return/Set Type: Strings)
Code:
player permission[s] of %players%
%players%'s player permission[s]

# Examples:

add "testerlester" and "testing" to player permissions of player
remove "testing" from player permissions of player

# Clears permissions and sets them to a list
set player permissions of player to "testerlester"

delete/reset player permissions of player
Author
gherm
Downloads
235
Views
424
First release
Last update
Rating
5.00 star(s) 1 ratings

Latest updates

  1. 1.4

    Fixed tab completion stuff not showing
  2. Final Fix Hopefully

    Fixed null stuff
  3. 1.2

    I'm an idiot and tested a clear method with one permission... it did not work! Now it does! Yay...

Latest reviews

I was looking for a simple and lightweight addon, and this one is absolutely perfect!