Ahoj, prosím o radu.
Potřeboval bych, aby různá skupina v PEX měla různé MaxResidences.
Jak toho v cfg resky docílím? Nejspíš to zapíšu sem -
Kód: Vybrat vše
# These groups correspond to the Permissions groups defined in your '<worldname>.yml'
Groups:
Default: #group name
# Information about the Residence zone that the player can define.
#Uncomment the lines below to mirror this config to other groups.
#Mirror:
#- 'group1'
#- 'group2'
Residence:
# Determins if this group can create residences or not. This option can be overriden with the permissions node 'residence.create'
CanCreate: true
# The maximum number of Residences a player can have.
MaxResidences: 2
# The maximum number of physical areas a residence can have.
MaxAreasPerResidence: 2
# The maximum number of blocks a Residence can be, East to West (X).
MaxEastWest: 50
# The maximum number of blocks a Residence can be, North to South (Z).
MaxNorthSouth: 50
# The maximum number of blocks a Residence can be, High to Low (Y).
MaxUpDown: 50
# The lowest altitude this group is allowed to protect.
MinHeight: 5
# The highest altitude this group is allowed to protect.
MaxHeight: 255
# The maximum recursive depth that subzones can go.
# A subzone within a subzone within the Residence zone would be a depth of 2.
# Set to 0 to disable subzones.
SubzoneDepth: 3
# Whether or not to allow teleporting to Residences.
CanTeleport: true
# Allow or Disallow the use of /res unstuck, to get yourself out of a residence if stuck in one somehow
Unstuck: true
# Allow or Disallow the use of the /res select command, if disabled they can only use the selection tool.
SelectCommandAccess: true
# Allow or Disallow the group to access the Blacklist/Ignorelist for residences they own.
ItemListAccess: true
.. ale nevím jak, můžete mi hodit příklad, jak to správně zapsat? Díky.