Residence

Technická podpora k herním serverům Minecraft a Tekkit
Message
Autor
Uživatelský avatar
Gribly
Příspěvky: 356
Registrován: 22 bře 2012, 09:06
Reputation: 0
Kontaktovat uživatele:

Residence

#1 Příspěvekod Gribly » 08 pro 2013, 21:02

IP: 93.91.250.145:27794

Čau, potřeboval bych pomoc z pluginem Residence.
Odjakživa jsem pracoval z WorldGuard, ale Residence je víc používaný a lepší a proto bych potřeboval pomoc.
Našel jsem sice jeden tutorial, ale ten mi moc nepomohl a proto bych byl rád, pokud by mi sem někdo poslal svojí část, kde se nastavuje pro hráče velikost resky atd atd. Je mi jedno jaký to bude nastavení, jen mi ho trošku popište např. "V CONFIGU JE, ŽE VIP SI MŮŽE UDĚLAT RESIDENCI AŽ 100x100 BlOCKŮ" a já si to pak už od toho odvodím, díky moc.
Obrázek

Uživatelský avatar
AyACZE
Příspěvky: 464
Registrován: 20 srp 2012, 10:09
Reputation: 0

Re: Residence

#2 Příspěvekod AyACZE » 09 pro 2013, 00:35

Tak detailně to máš popsaný TADY

příklad pro více skupin
Spoiler: zobrazit

Kód: Vybrat vše

Groups:
    Hrac:
       Residence:
           CanCreate: true
           MaxResidences: 3
           MaxAreasPerResidence: 3
           MaxEastWest: 40
           MaxNorthSouth: 40
           MaxUpDown: 256
           MinHeight: 0
           MaxHeight: 255
           SubzoneDepth: 3
           CanTeleport: true
           Unstuck: true
           SelectCommandAccess: true
           ItemListAccess: true
       Messaging:
           CanChange: true
           DefaultEnter: Vitej hraci %player v residenci %residence, hrace %owner.
           DefaultLeave: Opoustis residenci %residence.
       Lease:
          MaxDays: 16
          RenewIncrement: 14
       Rent:
           MaxRents: 3
           MaxRentables: 3
       Economy:
          CanBuy: true
          CanSell: false
          IgnoreLimits: false
          BuyCost: 0.00
          RenewCost: 0.00
       Flags:
          Permission:
               #build: true
          Default:
              #build: true
          CreatorDefault:
              #build: true
          GroupDefault:
               #default: #group name
                   #build: false
          World:
                Global: #these flags will apply to all worlds
                     #build: false
                WorldNameHere: #or you can apply them by each individual world
                     #build: false
    VIP:
       Mirror:
         - 'KADET'
       Residence:
           CanCreate: true.
           MaxResidences: 6
           MaxAreasPerResidence: 2
           MaxEastWest: 60
           MaxNorthSouth: 60
           MaxUpDown: 256
           MinHeight: 0
           MaxHeight: 255
           SubzoneDepth: 3
           CanTeleport: true
           Unstuck: true
           SelectCommandAccess: true
           ItemListAccess: true
       Messaging:
           CanChange: true
           DefaultEnter: Vitej hraci %player v residenci %residence, hrace %owner.
           DefaultLeave: Opoustis residenci %residence.
       Lease:
          MaxDays: 16
          RenewIncrement: 14
       Rent:
           MaxRents: 5
           MaxRentables: 5
       Economy:
          CanBuy: true
          CanSell: false
          IgnoreLimits: false
          BuyCost: 0.00
          RenewCost: 0.00
       Flags:
          Permission:
               #build: true
          Default:
              #build: true
          CreatorDefault:
              #build: true
          GroupDefault:
               #default: #group name
                   #build: false
          World:
                Global: #these flags will apply to all worlds
                     #build: false
                WorldNameHere: #or you can apply them by each individual world
                     #build: false


Hráč má nastaveny 3 resky 40x40, VIP má nastaveno 6 resek 60x60. Protože má třetí skupina KADET stejně velkou residenci jako VIP je uvedená pouze jako mirror VIP. Jinak pro každou skupinu je tato část configu potřeba vložit do stávajícího configu a upravit podle tvých přání.

Pozn: Residence rozhodně nejsou lepší nebo horší jako WorldGuard (každej z pluginů ma svoje + a -), normálně se používá RESKy pro hráče a WORLDGUARD pro AdminTeam.
Classic Survival (IP:mc.coolcraft.eu)
No cheat, střelné zbraně, Hide n Seek, 1.7.2-1.7.10 !
Real Skyblock (IP:sky.coolcraft.eu)
No fly, no cheat, propracované úkoly - skyblock kompletně česky !!
...::: http://www.CoolCraft.eu :::...

Uživatelský avatar
Gribly
Příspěvky: 356
Registrován: 22 bře 2012, 09:06
Reputation: 0
Kontaktovat uživatele:

Re: Residence

#3 Příspěvekod Gribly » 09 pro 2013, 16:02

Vložil jsem to, ale pokud poté server restartuji, vypíše mi to Residence po napsaní /pl červeně. Groupy se mi schodují s groupama v PEX.

Config
Spoiler: zobrazit

Kód: Vybrat vše

#These are Global Settings for Residence.
Global:
    # This loads the <language>.yml file in the Residence Language folder
    # All Residence text comes from this file. (NOT DONE YET)
    Language: Czech
    # Wooden Hoe is the default selection tool for Residence.
    # You can change it to another item ID listed here: http://www.minecraftwiki.net/wiki/Data_values
    SelectionToolId: 290
    # This determins which tool you can use to see info on residences, default is String.
    # Simply equip this tool and hit a location inside the residence and it will display the info for it.
    InfoToolId: 287
    # The interval, in milliseconds, between movement checks.
    # Reducing this will increase the load on the server.
    # Increasing this will allow players to move further in movement restricted zones before they are teleported out.
    MoveCheckInterval: 500
    # The interval, in minutes, between residence saves.
    SaveInterval: 10
    # The default group to use if Permissions fails to attach or your not using Permissions.
    DefaultGroup: Hrac
    # Enable / Disable the Lease System.
    UseLeaseSystem: false
    # The interval, in minutes, between residence lease checks (if leases are enabled).
    LeaseCheckInterval: 10
    # Allows leases to automatically renew so long as the player has the money, if economy is disabled, this setting does nothing.
    LeaseAutoRenew: true
    # Whether or not to use the Permissions system in conjunction with this config.
    EnablePermissions: true
    # Set to true if NOT using Permissions or PermissionsBukkit, or using a really old version of Permissions
    LegacyPermissions: true
    # Enable / Disable Residence's Economy System (iConomy, MineConomy, Essentials, BOSEconomy, and RealEconomy supported).
    EnableEconomy: true
    # Enables or disables the Rent System
    EnableRentSystem: false
    # The interval, in minutes, between residence rent expiration checks (if the rent system is enabled).
    RentCheckInterval: 10
    # Enable or disable residence chat channels.
    ResidenceChatEnable: true
    # Color of residence chat.
    ResidenceChatColor: DARK_PURPLE
    # Whether or not to ignore the usual Permission flags and only allow OPs and groups with 'residence.admin' to change residences.
    AdminOnlyCommands: false
    # Setting this to true makes server OPs admins.
    AdminOPs: true
    # This is the name of the plugin you use for multiworld, if you dont have a multiworld plugin you can safely ignore this.
    # The only thing this does is check to make sure the multiworld plugin is enabled BEFORE Residence, to ensure properly loading residences for other worlds.
    MultiWorldPlugin: Multiverse-Core
    # Setting this to true causes subzones to inherit flags from their parent zones.
    ResidenceFlagsInherit: true
    # Setting this to false will allow rented residences to be modified by the renting player.
    PreventRentModify: true
    # Setting this to false will cause residence to continue to load even if a error is detected in the save file.
    StopOnSaveFault: true
    # This is the residence name filter, that filters out invalid characters.  Google "Java RegEx" or "Java Regular Expressions" for more info on how they work.
    ResidenceNameRegex: '[^a-zA-Z0-9\\-\\_]'
    # Setting this to true sends a message to the console every time Residence does a rent expire check or a lease expire check.
    ShowIntervalMessages: false
    # Experimental - The following settings are lists of block IDs to be used as part of the checks for the "container" and "use" flags when using mods.
    CustomContainers: []
    CustomBothClick: []
    CustomRightClick: []
    # These are world flags that are applied when the player is NOT within a residence.
    Flags:
        Global: #these are default for all worlds unless specified below, they can be overridden per group
            use: true
            build: true
            ignite: true
            firespread: true
            damage: true
            creeper: true
            tnt: true
            pvp: true
        WorldNameHere: #here you can set flags for individual worlds, these override Global
            #build: true
    # This gives permission to change certain flags to all groups, unless specifically denied to the group.
    FlagPermission:
        move: true
        build: true
        place: true
        destroy: true
        use: true
        container: true
        pvp: true
        tp: true
        ignite: true
        firespread: true
        bucket: true
        flow: true
        lavaflow: true
        waterflow: true
        creeper: true
        tnt: true
        monsters: true
        animals: true
        subzone: true
        healing: true
        piston: true
        diode: true
        lever: true
        button: true
        door: true
        table: true
        enchant: true
        brew: true
        bed: true
        cake: true
        note: true
        trample: false
        burn: true
        explode: false
        fireball: true
    # These are default flags applied to all residences from any user group.
    ResidenceDefault:
        build: false
        use: false
        container: false
        pvp: false
        tnt: false
        creeper: false
        flow: false
        piston: false
        ignite: false
        firespread: false
    # These are default flags applied to the residence creator of any group.
    CreatorDefault:
        build: true
        move: true
        use: true
        ignite: true
        container: true
     # These are default group flags applied to a residence made by a user of any group.
    GroupDefault:
        #default: #group name
            #build: true
   
# These groups correspond to the Permissions groups defined in your '<worldname>.yml'
Groups:
    Hrac:
       Residence:
           CanCreate: true
           MaxResidences: 3
           MaxAreasPerResidence: 3
           MaxEastWest: 40
           MaxNorthSouth: 40
           MaxUpDown: 256
           MinHeight: 0
           MaxHeight: 255
           SubzoneDepth: 3
           CanTeleport: true
           Unstuck: true
           SelectCommandAccess: true
           ItemListAccess: true
       Messaging:
           CanChange: true
           DefaultEnter: Vitej hraci %player v residenci %residence, hrace %owner.
           DefaultLeave: Opoustis residenci %residence.
       Lease:
          MaxDays: 16
          RenewIncrement: 14
       Rent:
           MaxRents: 3
           MaxRentables: 3
       Economy:
          CanBuy: true
          CanSell: false
          IgnoreLimits: false
          BuyCost: 0.00
          RenewCost: 0.00
       Flags:
          Permission:
               #build: true
          Default:
              #build: true
          CreatorDefault:
              #build: true
          GroupDefault:
               #default: #group name
                   #build: false
          World:
                Global: #these flags will apply to all worlds
                     #build: false
                WorldNameHere: #or you can apply them by each individual world
                     #build: false
    VIP:
       Mirror:
         - 'KADET'
       Residence:
           CanCreate: true.
           MaxResidences: 5
           MaxAreasPerResidence: 2
           MaxEastWest: 60
           MaxNorthSouth: 60
           MaxUpDown: 256
           MinHeight: 0
           MaxHeight: 255
           SubzoneDepth: 3
           CanTeleport: true
           Unstuck: true
           SelectCommandAccess: true
           ItemListAccess: true
       Messaging:
           CanChange: true
           DefaultEnter: Vitej hraci %player v residenci %residence, hrace %owner.
           DefaultLeave: Opoustis residenci %residence.
       Lease:
          MaxDays: 16
          RenewIncrement: 14
       Rent:
           MaxRents: 5
           MaxRentables: 5
       Economy:
          CanBuy: true
          CanSell: false
          IgnoreLimits: false
          BuyCost: 0.00
          RenewCost: 0.00
       Flags:
          Permission:
               #build: true
          Default:
              #build: true
          CreatorDefault:
              #build: true
          GroupDefault:
               #default: #group name
                   #build: false
          World:
                Global: #these flags will apply to all worlds
                     #build: false
                WorldNameHere: #or you can apply them by each individual world
                     #build: false


Console chyba (nic důležitého, jen že se dal config do defaultního):
Spoiler: zobrazit

Kód: Vybrat vše

> [14:53:09 INFO]: [Residence] Enabling Residence v2.6.6.6
> [14:53:09 INFO]: [Residence] Wrote default config...
> [14:53:09 INFO]: [Residence] Disabling Residence v2.6.6.6
> [14:53:09 ERROR]: Error occurred while disabling Residence v2.6.6.6 (Is it up to date?)
Obrázek

Uživatelský avatar
mrsdeath
Příspěvky: 131
Věk: 43
Registrován: 18 lis 2012, 19:31
Reputation: 0
Kontaktovat uživatele:

Re: Residence

#4 Příspěvekod mrsdeath » 09 pro 2013, 17:19

1. Mas vsechno aktualizovane ? Tedy spravnou verzi pluginu a bukkitu ?
2. Castou chbou byva ze kdyz upravujes yml tak ti ten editor pouzije misto mezer tabelatory a ty pouzivat nesmis !
3. Nejsem si jist, ale myslim si ze residence overuje dostupnost prislusnych vip skupin, mas je vytvorene ?
Chyba není v Matrixu, ale mezi židlí a klávesnicí.
-------------------------------------------------------
adresa: server.mrsdeath.cz:37747
web: http://aurora.mrsdeath.cz
mapa: mapa.mrsdeath.cz
FB: https://www.facebook.com/auroramrsdeathcz


Zpět na „Minecraft, Tekkit“

Kdo je online

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