Residencia

Technická podpora k herním serverům Minecraft a Tekkit
Message
Autor
Uživatelský avatar
SeBoO
Příspěvky: 193
Registrován: 08 úno 2014, 13:36
Reputation: 0

Residencia

#1 Příspěvekod SeBoO » 24 led 2015, 17:28

Server: 93.91.250.118:27614

Zdravím, Chcem sa opýtať že ako môžem nastaviť pre ExtraVIP hráčov residenciu 200x200 .. Normálny hráči majú 150x150 a chcem pre ExraVIP 200x200 Neviete kde to nastavím? ďakujem :)

Uživatelský avatar
Frank_ACE
Příspěvky: 548
Registrován: 08 dub 2014, 21:10
Reputation: 0

Re: Residencia

#2 Příspěvekod Frank_ACE » 24 led 2015, 17:33

Takhle
Spoiler: zobrazit

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: 3
           # 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: VELIKOST v cislech
           # The maximum number of blocks a Residence can be, North to South (Z).
           MaxNorthSouth: VELIKOST v cislech
           # The maximum number of blocks a Residence can be, High to Low (Y).
           MaxUpDown: 256
           # The lowest altitude this group is allowed to protect.
           MinHeight: 0
           # The highest altitude this group is allowed to protect.
           MaxHeight: 255

Uživatelský avatar
SeBoO
Příspěvky: 193
Registrován: 08 úno 2014, 13:36
Reputation: 0

Re: Residencia

#3 Příspěvekod SeBoO » 24 led 2015, 17:43

Ale ja viem ako nastaviť veľkosť residencie .. ale chcem aby hráči a VIP hráči mali 150x150 a ExtraVIP hráči 200x200

Uživatelský avatar
Bisyss
Příspěvky: 760
Věk: 10
Registrován: 07 lis 2014, 15:54
Reputation: 1
Bydliště: http://netsword.cz/
Kontaktovat uživatele:

Re: Residencia

#4 Příspěvekod Bisyss » 24 led 2015, 18:07

myslíš permisi?
To je automatické musíš mít název skupiny v PEX stejní jako název skupiny v configu residencí
Konec .....

Uživatelský avatar
SeBoO
Příspěvky: 193
Registrován: 08 úno 2014, 13:36
Reputation: 0

Re: Residencia

#5 Příspěvekod SeBoO » 24 led 2015, 18:39

No ale čo musím mať v PEX? presné napísane ??

Uživatelský avatar
Frank_ACE
Příspěvky: 548
Registrován: 08 dub 2014, 21:10
Reputation: 0

Re: Residencia

#6 Příspěvekod Frank_ACE » 24 led 2015, 19:16

Pro kazdou skupinu musis vytvorit zvlast skupinu v configu residence. Ja si myslim ze to tu je uz aj v navodech.

Uživatelský avatar
Hanakocz
Příspěvky: 3228
Věk: 34
Registrován: 25 črc 2013, 20:53
Reputation: 7
Kontaktovat uživatele:

Re: Residencia

#7 Příspěvekod Hanakocz » 24 led 2015, 19:31

+ vault?
Industry 2.0 -> 1.7.10 GregTech6 server. Pro připojení stačí napsat.
Člen ligy pro aktualizaci serverů na novější verze a rozšíření modovaného MC.
Discord FH : http://discord.fakaheda.eu/ (sem psát pokud chcete poradit s MC mody akutně)

Uživatelský avatar
_Johny_
Příspěvky: 83
Registrován: 10 dub 2014, 21:18
Reputation: 0
Bydliště: Liptov

Re: Residencia

#8 Příspěvekod _Johny_ » 26 led 2015, 03:04

toto si nakopíruj alebo prekopíruj si svoj do configu, najlepšie group pod seba kopírovať a tak pridávaš pre každý group

Kód: Vybrat vše

Default: #group name # Default si prepíšeš na group v tojom prípade to je ExtraVIP (musíš dodržať velké a malé písmena)
       # 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: 3
           # 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: 100
           # The maximum number of blocks a Residence can be, North to South (Z).
           MaxNorthSouth: 100
           # The maximum number of blocks a Residence can be, High to Low (Y).
           MaxUpDown: 256
           # The lowest altitude this group is allowed to protect.
           MinHeight: 0
           # 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
       # Options relating to enter and leave messages on the residence.
       Messaging:
           # Whether or not the player can change the Residence enter and leave messages.
           CanChange: true
           # The default enter message to apply to new Residences created by players in this group.
           # Leaving the message blank will disable it.
           DefaultEnter: Vitaj %player v residencii %residence, vytvoril %owner.
           # The default leave message to apply to new Residences created by players in this group.
           # Leaving the message blank will disable it.
           DefaultLeave: Opustas residenciu %residence.
       # Options relating to the Lease system.
       Lease:
          # The maximum number of days to allow leases.
          MaxDays: 16
          # The number of days to add to the lease following a '/res lease renew' command.
          RenewIncrement: 14
       #Options related to the rent system
       Rent:
           #determines how many residences can be rented by players of this group at once
           MaxRents: 3
           #determines how many residences can be set for rent by players of this group at once
           MaxRentables: 3
       # Options relating to the Residence Economy.
       Economy:
          # Whether or not players in this group can buy other Residences that are for sale.
          CanBuy: true
          # Whether or not players in this group can sell their Residences.
          CanSell: false
          # Whether or not to ignore the Residence size/count limits when buying a residence.
          IgnoreLimits: false
          # The cost, per block, of making a new Residence or adding a area to it.
          BuyCost: 0
          # The cost, per block, of renewing a Residence lease (if the lease system is enabled).
          RenewCost: 0
       # Flags are checked in the order:
       # 1: Player
       # 2: Group
       # 3: Owner
       # 4: If all others are undefined, reverts to default value (usually true).
       # Flag permissions default to false.
       # These flags settings override the globals.
       Flags:
          # Specifically allow or deny this group from changing certain flags.
          Permission:
               #build: true
          # Specifys the flags that are applied at residence creation for players of this group.
          Default:
              #build: true
          # Specifys the flags that are applied at to the creator at residence creation.
          CreatorDefault:
              #build: true
          # Specifys the flags that are applied to other groups for this residence, at creation.
          GroupDefault:
               #default: #group name
                   #build: false
          #these flags are applied specifically to this group whenever they are outside a residence
          #these flags will override the flags at the top, under the Global section.
          World:
                Global: #these flags will apply to all worlds
                     #build: false
                WorldNameHere: #or you can apply them by each individual world
                     #build: false
82.208.17.42:27137


Zpět na „Minecraft, Tekkit“

Kdo je online

Uživatelé prohlížející si toto fórum: Žádní registrovaní uživatelé a 18 hostů