Am si eu o intrebare despre serverul meu.Vreau sa stiu cum bag pvp on intr-o arena.Stiu ca intrebarea e prosteasca,dar avem si noi nevoie iar eu sunt nou in conducerea unui server deci nu sunt foarte experimentat.
Multumesc

Moderators: Moderator ajutator, Moderator
Code: Select all
First, make sure you have PvP enabled in your server.properties.
Next, do the command: "/rg flag __global__ pvp deny"
(This disables PvP everywhere in your world.)
Then, do "//wand" and select the region that you want PvP enabled in. Once you do that, use the command: "/rg define <area name>".
(This creates a region that can be flagged with settings.)
Next you want to use "/rg setpriority <area name> 5".
(This makes the settings that you add to the region override anything with a lower priority, such as __global__.)
Finally, do: "/rg flag <area name> pvp allow".
(This enables PvP in the area you made.)