Residence - VIP

Technická podpora k herním serverům Minecraft a Tekkit
Message
Autor
Uživatelský avatar
LpBahos
Příspěvky: 934
Věk: 25
Registrován: 30 dub 2013, 15:52
Reputation: 0
Bydliště: Opava
Kontaktovat uživatele:

Residence - VIP

#1 Příspěvekod LpBahos » 27 lis 2013, 19:26

Server: 93.91.250.145:27261
Web: www.majnujto.tode.cz

Ahojte chtěl bych se zeptat jak mám v residenci nastavit ze hráči maji limit 50x50 VIP 100x100 a VIP+ 200x200 pls poradte :)

gamekix
Příspěvky: 11
Registrován: 18 črc 2013, 18:16
Reputation: 0

Re: Residence - VIP

#2 Příspěvekod gamekix » 27 lis 2013, 21:53

Ahoj , pokud dobre vím tak si myslím že takáto funkce neexistuje.Mužeš jen nastavit pro všechny v config.yml
Obrázek

Uživatelský avatar
SamerLP
Příspěvky: 651
Registrován: 28 zář 2013, 12:55
Reputation: 3

Re: Residence - VIP

#3 Příspěvekod SamerLP » 27 lis 2013, 22:44

blbosť si povedal ide to hráči môžu mať takú akú chce on VIP inú ExtraVIP väčšiu a tak dá sa to myslím že tu je možno aj niekde návod v návodoch :)

TomasTak
Příspěvky: 81
Registrován: 07 říj 2013, 17:43
Reputation: 1

Re: Residence - VIP

#4 Příspěvekod TomasTak » 27 lis 2013, 23:07

Da sa to.
1.Otvor si config.yml z residence
2.nájdi si:
Spoiler: zobrazit

Kód: Vybrat vše

Groups:
    Default:
       Residence:
           CanCreate: true
           MaxResidences: 3
           MaxAreasPerResidence: 2
           MaxEastWest: 50
           MaxNorthSouth: 50
           MaxUpDown: 256
           MinHeight: 0
           MaxHeight: 255
           SubzoneDepth: 3
           CanTeleport: true
           Unstuck: true
           SelectCommandAccess: true
           ItemListAccess: true
       Messaging:
           CanChange: true
           DefaultEnter: Vitej %player v rezidenci %residence, jejiz vlastnikem je %owner.
           DefaultLeave: Nyni si opustil rezidenci %residence.
       Lease:
          MaxDays: 16
          RenewIncrement: 14
       Rent:
           MaxRents: 3
           MaxRentables: 3
       Economy:
          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.15
          # The cost, per block, of renewing a Residence lease (if the lease system is enabled).
          RenewCost: 0.05
       Flags:
          Permission:
               #build: true
          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

3.Pod to nakopiruj toto:
Spoiler: zobrazit

Kód: Vybrat vše

VIP:
       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: 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: 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:
           CanChange: true
           DefaultEnter: Vitej %player v rezidenci %residence, jejiz vlastnikem je %owner.
           DefaultLeave: Nyni si opustil rezidenci %residence.
       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.05
          # The cost, per block, of renewing a Residence lease (if the lease system is enabled).
          RenewCost: 0.05
       # 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
          World:
                Global:
                     #build: false
                WorldNameHere:
                     #build: false

4.V tom si upraviš veľkosť a cenu akú ma mat VIP.
5. Ak chceš pre dalšie ranky tak to zase skopíruj nižšie pod cele VIP a zmeň napr. na VIPmaxi a uprav veľkosť atd.
6.Pozor musia sa ti ranky zhodovať s rankami z permission.yml
IP: 93.91.250.122:27924
Web: http://witchercraft.fakaheda.eu

Uživatelský avatar
nejento
Příspěvky: 9815
Registrován: 28 lis 2011, 14:09
Reputation: 55
Kontaktovat uživatele:

Re: Residence - VIP

#5 Příspěvekod nejento » 27 lis 2013, 23:13

Tahle funkce samozřejmě existuje a je dokonce i popsána v Návodech.
Obrázek

Obrázek Přidejte se ke komunitě zákazníků na FakaHeda.eu Discord! Poznejte nové lidi nebo vyřešte svůj technický problém živě: https://discord.fakaheda.eu/

Uživatelský avatar
LpBahos
Příspěvky: 934
Věk: 25
Registrován: 30 dub 2013, 15:52
Reputation: 0
Bydliště: Opava
Kontaktovat uživatele:

Re: Residence - VIP

#6 Příspěvekod LpBahos » 28 lis 2013, 16:47

Nejento promiň hledal jsem a nenašel..
Tomáši moc dík pomohl jsi mi.. Dávám ti karmu ;)
Prosím Support o //lock témata ;)

-- 29 lis 2013, 09:40 --

Jo a jak je to s permisema? :)

Uživatelský avatar
nejento
Příspěvky: 9815
Registrován: 28 lis 2011, 14:09
Reputation: 55
Kontaktovat uživatele:

Re: Residence - VIP

#7 Příspěvekod nejento » 29 lis 2013, 15:25

Permission nedáváš.
Podle toho, jak se jmenuje skupina v permissionech, které chceš zvětšit maximální možnou velikost rezidencí, tak se musí jmenovat i ta skupina v configu residencí.
Určuje se to tedy podle jména skupiny podle permissionů.
Obrázek

Obrázek Přidejte se ke komunitě zákazníků na FakaHeda.eu Discord! Poznejte nové lidi nebo vyřešte svůj technický problém živě: https://discord.fakaheda.eu/


Zpět na „Minecraft, Tekkit“

Kdo je online

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