Skip to content
Skye edited this page May 14, 2024 · 2 revisions

SkyePerms Wiki

Introduction

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.

Table of Contents

  1. Installation
  2. Usage
  3. Tags
  4. Functions
  5. Feedback and Contributions
  6. Credits

Installation

To install SkyePerms, follow these steps:

  1. Download the latest release from the releases page.
  2. Extract the contents of the downloaded zip file.
  3. Place the extracted folder in the datapacks directory of your Minecraft world.

Usage

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.

Tags

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.

Functions

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

Feedback and contributions are welcome! Feel free to open issues or submit pull requests on the GitHub repository.

Credits