> ## Knowledge Base Index
> Fetch the complete knowledge base index at: https://help.skynode.pro/sitemap.xml
> Use this file to discover available pages before exploring further.
> Pure-Markdown content can be obtained by appending a '.md' suffix to the content URLs listed in the sitemap (without the trailing slash).

# Minecraft | How to add world permissions

# How to add world permissions

**Introduction:** For this tutorial we will be using a plugin called World Guard.

**Requirements:**

Papermc/spigot/craftbukkit or any other server jars that are able to run plugins.

**Step 1:** Installing Plugin

1. Download [World Guard](https://dev.bukkit.org/projects/worldguard/files) and [WorldEdit](https://dev.bukkit.org/projects/worldedit/files) and install them to your server. [Minecraft | How to install plugins](https://help.skynode.pro/en/article/minecraft-how-to-install-plugins-1i0ldb6/) 

Note: Make sure that you get the correct version for your server.

**Step 2:** Changing flags permission

WorldGuard plugin has a lot of uses, but this tutorial will only focus on how to change permissions in your server world as a whole. If you want to know the uses of this plugin better you can check the plugin [WIKI](https://worldguard.enginehub.org/en/latest/)

1. To change a world permission the command is `rg flag -w "(worldname)" __global__ (flag) (deny or allow)` you can execute this command ingame with "/" or in console. Example: `/rg flag -w "world_end" __global__ pvp deny`

You can find the world flags by typing `rg flags __global__` or `rg flag __global__ list` 

That's all. Make sure to read the plugin wiki and it will sure help you a lot understand it better.

**There you go, if you think that this tutorial is not that helpful feel free to contact us by creating a support ticket.**