Residence + PEX

Technická podpora k herním serverům Minecraft a Tekkit
Message
Autor
g0dy69
Příspěvky: 16
Registrován: 10 čer 2012, 12:01
Reputation: 0

Residence + PEX

#1 Příspěvekod g0dy69 » 12 črc 2012, 12:10

Server: 93.91.250.119:2757

Zdravím všechny kolemdoucí co zrovna čtou,
chtěl sem se zeptat zda někdo z Vás neřešil stejný problém
co zrovna mám... k věci

Mám na creative serveru plugin residence a chtěl bych nějakým
způsobem vymezit, aby každá skupinu (pex) měla specifické atributy
residence , např. nový hráči by si mohly udělat pouze 1 resku o velikosti
třeba 50x50 kdyžto VIP třeba 2 resky o dvojnásobné velikosti... dočetl sem
se na netu , že to jde... je tu někdo z Vás kdo už tohle řešil a mohl by mi
to prosím ukázat na příkladu configu , jak že se to dá nastavit pro tu specifickou
skupinu.

Děkuji za jakoukoliv konstruktivní odpověd :)
howgh

Uživatelský avatar
Sejsel
Příspěvky: 4131
Registrován: 19 čer 2011, 09:43
Reputation: 0
Bydliště: /home/sejsel/
Kontaktovat uživatele:

Re: Residence + PEX

#2 Příspěvekod Sejsel » 12 črc 2012, 12:47

Zdravím, hoďte sem config Residence a rád vám to udělám :)
01101110011101010110001001110111

Qentus
Příspěvky: 91
Registrován: 08 črc 2012, 16:00
Reputation: 0

Re: Residence + PEX

#3 Příspěvekod Qentus » 12 črc 2012, 12:49

Toto je můj config - nastavení pro Hráče a pro VIP (samozřejmě to není celý config... je to jen část týkající se skupin)
Spoiler: zobrazit

Kód: Vybrat vše

Groups:
    Hrac: #group name
       # Information about the Residence zone that the player can define.
       Residence:
           # Determins if this group can create residences or not.  This option can be overriden with the permissions node 'residence.create'
           CanCreate: false
           # The maximum number of Residences a player can have.
           MaxResidences: 3
           # The maximum number of physical areas a residence can have.
           MaxAreasPerResidence: 4
           # The maximum number of blocks a Residence can be, East to West (X).
           MaxEastWest: 30
           # The maximum number of blocks a Residence can be, North to South (Z).
           MaxNorthSouth: 30
           # 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: 256
            # 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: false
           # 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: Vitej v residenc %residence, vlastnik je %owner.
           # The default leave message to apply to new Residences created by players in this group.
           # Leaving the message blank will disable it.
           DefaultLeave: Odchazis z %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.05
          # The cost, per block, of renewing a Residence lease (if the lease system is enabled).
          RenewCost: 0.02
       # 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
    VIP: #group name
       # Information about the Residence zone that the player can define.
       Residence:
           # Determins if this group can create residences or not.  This option can be overriden with the permissions node 'residence.create'
           CanCreate: false
           # The maximum number of Residences a player can have.
           MaxResidences: 5
           # The maximum number of physical areas a residence can have.
           MaxAreasPerResidence: 4
           # The maximum number of blocks a Residence can be, East to West (X).
           MaxEastWest: 35
           # The maximum number of blocks a Residence can be, North to South (Z).
           MaxNorthSouth: 35
           # 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: 256
            # 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: false
           # 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: Vitej v residenc %residence, vlastnik je %owner.
           # The default leave message to apply to new Residences created by players in this group.
           # Leaving the message blank will disable it.
           DefaultLeave: Odchazis z %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.05
          # The cost, per block, of renewing a Residence lease (if the lease system is enabled).
          RenewCost: 0.02
       # 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

Zkopíruj si celé nastavení pro Hráče z mého configu, hoď ho třeba pod VIP, přejmenuj a máš další skupinu... takhle to můžeš udělat třeba 100x
Pokud chceš přidávat hodně skupin, tak se může vyplatit vymazat řádky začínající na "#" - jsou to komentáře
Pokud vám má rada pomohla, odměňte mě prosím karmou. Díky

g0dy69
Příspěvky: 16
Registrován: 10 čer 2012, 12:01
Reputation: 0

Re: Residence + PEX

#4 Příspěvekod g0dy69 » 12 črc 2012, 14:13

Děkuju za tu ochotu a rychlou odpověd :-)

Qentus: Z toho tvýho configu sem to pochopil , doupravim si dle potřeby,
ještě jednou díky moc za help :-)


Zpět na „Minecraft, Tekkit“

Kdo je online

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