Skip to content

Commit 484f7f6

Browse files
committed
updated readme for v0.8.0
1 parent 7e57cd1 commit 484f7f6

File tree

1 file changed

+31
-7
lines changed

1 file changed

+31
-7
lines changed

README.md

Lines changed: 31 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,30 @@
1-
# SkyePerms v0.7.1
1+
# SkyePerms v0.8.0
22
## The Minecraft Tag-Based Datapack Permission Manager by NobleSkye
33
![Modrinth Downloads](https://img.shields.io/modrinth/dt/SkyePerms?style=for-the-badge&logoSize=12&label=Modrinth) ![GitHub Downloads (all assets, all releases)](https://img.shields.io/github/downloads/NobleSkye/SkyePerms/total?style=for-the-badge&label=Github)
44

55

66
### Overview
77
SkyePerms is a Minecraft datapack designed to manage permissions using tags. It allows players to easily switch gamemodes, manage permissions, and execute functions. This is mainly designed for ```play.legitimoose.com``` which is a datapack creation network to share datapacks.
88

9-
### Installation
9+
### play.Legitimoose.com Installation
10+
1. Download the `SkyePerms-v[version].zip` file from the [releases page](https://github.com/NobleSkye/SkyePerms/releases).
11+
2. run /code in a world you have dev permissions in
12+
3. Open the web editor
13+
4. in the web remove ```/datapack``` from url so it looks like ```https://code.legitimoose.com/c4f57963-dabe-4aa2-a4fa-4d4bed7a6aef/?folder=/home/coder/project/```
14+
5. Drag and drop the version you downloaded into the folder on the side so its parallel with the other datapacks
15+
6. ```/reload``` and enjoy!
16+
17+
### Personal World Installation
1018
1. Download the `SkyePerms-v[version].zip` file from the [releases page](https://github.com/NobleSkye/SkyePerms/releases).
1119
2. Extract the contents of the zip file.
1220
3. Place the extracted folder in the `datapacks` directory of your Minecraft world. \
1321
```/.minecraft/saves/world/datapacks/EXTRACT HERE```
1422
3.5. Make sure the datapack files looks like ```datapacks/skyeperms/assets``` and other files.
1523
4. Play the world
1624

25+
26+
27+
1728
### Usage
1829
- Use `/tag [target] add [tag]` to add tags to players.
1930
- Use the provided functions to kick or smite players.
@@ -24,21 +35,34 @@ SkyePerms is a Minecraft datapack designed to manage permissions using tags. It
2435
- `is_trusted`: Combination of all gamemode tags.
2536
- `force.[gamemode tag]`: Forces the specified gamemode.
2637
- `is_banned`: Bans the player.
27-
- `whitelisted`: Adds player to the whitelist
38+
2839

2940
### Functions
3041
- `/function skye:kick {"player":"username"}`: Kicks the specified player.
3142
- `/function skye:smite {"player":"username"}`: Smites the specified player with lightning.
32-
- `/function skye:whitelist/enable`: enables whitelist
33-
- `/function skye:whitelist/disable`: disables whitelist
3443
- `/trigger [gamemode]`: Switches to the specified gamemode if permitted.
3544

36-
### Environment Variables
37-
- `whitelist`: 0:false 1:true ; weather the whitelist is working
45+
3846

3947
### Feedback and Contributions
4048
Feedback and contributions are welcome! Feel free to open issues or submit pull requests on the [GitHub repository](https://github.com/NobleSkye/SkyePerms).
4149

50+
51+
4252
### Credits
4353
- [@NobleSkye](https://github.com/NobleSkye), creator of SkyePerms.
4454
- [@loglot](https://github.com/loglot) For alot of changes and ideas
55+
56+
### Bug Reports & Support
57+
You can put report any [Issues & Bug Reports](https://github.com/NobleSkye/SkyePerms/issues) or join the [discord](https://discord.gg/SkyePerms)
58+
59+
### Disconnutined features for older versions
60+
61+
62+
- `/function skye:whitelist/enable`: enables whitelist
63+
- `/function skye:whitelist/disable`: disables whitelist
64+
### Environment Variables
65+
- `whitelist`: 0:false 1:true ; weather the whitelist is working
66+
67+
### Tags
68+
- `whitelisted`: Adds player to the whitelist

0 commit comments

Comments
 (0)