-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Skye edited this page Jun 30, 2024
·
3 revisions
Welcome to the SkyePerms wiki! SkyePerms is a Minecraft Tag-Based Datapack Permission Manager developed by NobleSkye. This wiki serves as a guide to understanding and using SkyePerms effectively.
To install SkyePerms, follow these steps:
- Download the latest release from the releases page.
- Extract the contents of the downloaded zip file.
- Place the extracted folder in the
datapacks
directory of your Minecraft world.
Once installed, you can use SkyePerms to manage permissions in your Minecraft world. Here are some basic commands and concepts:
- Use
/tag [target] add [tag]
to add tags to players. - Execute functions using
/function <function_name>
to perform actions like kicking or smiting players. - Utilize triggers with
/trigger [gamemode]
to switch gamemodes if permitted.
SkyePerms uses tags to manage permissions efficiently. Here are the available tags:
-
gmc
,gmsp
,gma
,gms
: Allows players to switch gamemodes. -
is_trusted
: Combination of all gamemode tags. -
force.[gamemode tag]
: Forces the specified gamemode. -
is_banned
: Bans the player.
SkyePerms provides various functions to perform actions on players:
-
/function skye:kick {"player":"[username]"}
: Kicks the specified player. -
/function skye:smite {"player":"[username]"}
: Smites the specified player with lightning.
Feedback and contributions are welcome! Feel free to open issues or submit pull requests on the GitHub repository.
- @NobleSkye, creator of SkyePerms.
- @loglot For alot of changes and ideas