Update Plot System

pietru 2025-03-01 23:21:16 +01:00
parent bcfe75dcd3
commit caab52298e

@ -41,8 +41,8 @@ Area json file can contain:
Those options are ones that are available at moment of writing this wiki page. Those options are ones that are available at moment of writing this wiki page.
### Area Player Perms ### Area Player Perms
Player Area Perm file needs to have `player_id` value which is unique player identifier, each area should have example player perms generated. Player Area Perm file needs to have `player_id` value which is unique player identifier, each area should have example player perms generated. \
Player Area Perm file can also have `type` defined, setting it to `owner` makes somebody owner of that area giving them permissions to modify other people permissions inside area. Player Area Perm file can also have `type` defined, setting it to `owner` makes somebody owner of that area giving them permissions to modify other people permissions inside area. People will be able to modify other people perms via [interactive perm setup](./Setup-Command) in their area if they have `setup` and `setup.area_perm`.
> **Note** > **Note**
> Even throu example player perms might generate with all perms, only ones that will work at this point in time are `place`, `break`, `interact`, `laser` and `enter`. > Even throu example player perms might generate with all perms, only ones that will work at this point in time are `place`, `break`, `interact`, `laser` and `enter`.