Plugin:Residence

Technická podpora k herním serverům Minecraft a Tekkit
Message
Autor
Uživatelský avatar
Nyqi
Příspěvky: 551
Registrován: 23 bře 2012, 09:34
Reputation: 0

Re: Plugin:Residence

#11 Příspěvekod Nyqi » 17 říj 2012, 21:01

Jo, jo, ale používej nějaký FTP client... např. FileZilla
Obrázek

hexu
Příspěvky: 16
Registrován: 13 říj 2012, 15:54
Reputation: 0

Re: Plugin:Residence

#12 Příspěvekod hexu » 17 říj 2012, 21:05

No já jdu na FakaHedu připojim se na FTPWeb a tam jsou ty složky a tak jdu do plugins v plugin do Residence a tam je ten confirm.yml ten když chci otevřít tak se mi stáhne ale je toho tam moc to tam mám najít tyhle 2 kody?

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

Re: Plugin:Residence

#13 Příspěvekod nejento » 17 říj 2012, 21:07

Ano. A přenos přes WebFTP není zcela kvalitní, proto se doporučuje používat FTP klient.
Atlap Salamander, FileZilla nebo TotalCommander.

Dále configy si otevírej například v Notepad++, nebo něčem podobném.
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/

hexu
Příspěvky: 16
Registrován: 13 říj 2012, 15:54
Reputation: 0

Re: Plugin:Residence

#14 Příspěvekod hexu » 18 říj 2012, 20:18

No tak jem ty kody upravil jeden tam byl celej ale u toho druhého jsem dopsal use ale pořád nic + tedka na serveru nic nehori lava me nezabije prosim pomocte

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

Re: Plugin:Residence

#15 Příspěvekod nejento » 18 říj 2012, 20:42

To je trochu blbost. Dej sem seznam pluginů.
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/

Pchalo
Příspěvky: 99
Registrován: 14 čer 2011, 12:32
Reputation: 3

Re: Plugin:Residence

#16 Příspěvekod Pchalo » 19 říj 2012, 10:16

Tak jsem se díval na server, něo zkoušel a na nic jsem nepřišel, budete muset pomoct Vy :)

config residence
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: English
    # Wooden Axe 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: 271
    # 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: default
    # 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: false
    # 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:
    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: 16
           # The maximum number of blocks a Residence can be, North to South (Z).
           MaxNorthSouth: 16
           # 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: Welcome %player to %residence, owned by %owner.
           # The default leave message to apply to new Residences created by players in this group.
           # Leaving the message blank will disable it.
           DefaultLeave: Now leaving %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

# You can manually specify the group a player is in below, this overrides their permissions group.
GroupAssignments:
     bekvon: default
     player: default

ItemList: #this is where you can create blacklists / whitelists
     DefaultList: #list name is not important, as long as it is unique. Its good to use a descripive name.
        #type of the list, can be blacklist, whitelist, or ignorelist
        Type: blacklist
        #If you want, you can have this list only apply to one world, otherwise it applys to all worlds
        #World: world
        #You can also have the list apply only to one group, otherwise it applys for all groups
        #Group: default
        #this is the actual list of material names that this list allows or dissallows
        #You can look up the material name by item ID in game by typing /res material <id>
        #Alternativly, you can simply use the item ID in the list, but its less descriptive and harder to see what the list allows or dissallows at a glance
        Items:
           - 'BEDROCK'
           - 'LAVA'
           - 'WATER'
           - 'STATIONARY_LAVA'
           - 'STATIONARY_WATER'
           - 'MOB_SPAWNER'
# Used to determine which major revision of Residence this config is from, dont change this.
ResidenceVersion: 2



Server.log při načítání
Spoiler: zobrazit

Kód: Vybrat vše

2012-10-19 09:59:47 [INFO] Starting Minecraft server on 93.91.250.124:37372
2012-10-19 09:59:47 [WARNING] **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
2012-10-19 09:59:47 [WARNING] The server will make no attempt to authenticate usernames. Beware.
2012-10-19 09:59:47 [WARNING] While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose.
2012-10-19 09:59:47 [WARNING] To change this, set "online-mode" to "true" in the server.properties file.
2012-10-19 09:59:48 [INFO] This server is running CraftBukkit version git-Bukkit-1.3.2-R1.0-1-gec23129-b2381jnks (MC: 1.3.2) (Implementing API version 1.3.2-R1.1-SNAPSHOT)
2012-10-19 09:59:48 [WARNING] ----- Bukkit Auto Updater -----
2012-10-19 09:59:48 [WARNING] Your version of CraftBukkit is out of date. Version 1.3.2-R2.0 (build #2396) was released on Wed Oct 17 11:36:23 CEST 2012.
2012-10-19 09:59:48 [WARNING] Details: /downloads/craftbukkit/view/01460_1.3.2-R2.0/
2012-10-19 09:59:48 [WARNING] Download: /downloads/craftbukkit/get/01460_1.3.2-R2.0/craftbukkit.jar
2012-10-19 09:59:48 [WARNING] ----- ------------------- -----
2012-10-19 09:59:48 [INFO] Starting FakaHedaMinequery server on 93.91.250.124:38372
2012-10-19 09:59:48 [INFO] [LagMeter] Loading LagMeter v1.9.0
2012-10-19 09:59:48 [INFO] [FakaHedaMinequery] Loading FakaHedaMinequery v1.1
2012-10-19 09:59:48 [INFO] [WorldEdit] Loading WorldEdit v5.4.2
2012-10-19 09:59:48 [INFO] [kick-em-all] Loading kick-em-all v1.0
2012-10-19 09:59:48 [INFO] [iConomy] Loading iConomy v7.0
2012-10-19 09:59:48 [INFO] [NodeFly] Loading NodeFly v0.9
2012-10-19 09:59:48 [INFO] [TeleportAccept] Loading TeleportAccept v1.0
2012-10-19 09:59:48 [INFO] [BKCommonLib] Loading BKCommonLib v1.3
2012-10-19 09:59:48 [INFO] [Vault] Loading Vault v1.2.19-b248
2012-10-19 09:59:48 [INFO] [ColorMe] Loading ColorMe v3.4.1
2012-10-19 09:59:48 [INFO] [LWC] Loading LWC v4.3.0 (b736-git-1b1150b1) (August 08, 2012)
2012-10-19 09:59:48 [INFO] [Essentials] Loading Essentials v2.9.3
2012-10-19 09:59:48 [INFO] [Residence] Loading Residence v2.6.5.2
2012-10-19 09:59:48 [INFO] [EssentialsProtect] Loading EssentialsProtect v2.9.3
2012-10-19 09:59:48 [INFO] MLog clients using java 1.4+ standard logging.
2012-10-19 09:59:48 [INFO] [AuthMe] Loading AuthMe v2.6.6
2012-10-19 09:59:48 [INFO] [EssentialsSpawn] Loading EssentialsSpawn v2.9.3
2012-10-19 09:59:48 [INFO] [NoLagg] Loading NoLagg v1.88.7
2012-10-19 09:59:48 [INFO] [Reservations] Loading Reservations v2.3.5
2012-10-19 09:59:48 [INFO] [ChestShop] Loading ChestShop v3.46
2012-10-19 09:59:48 [INFO] [EssentialsChat] Loading EssentialsChat v2.9.3
2012-10-19 09:59:48 [INFO] [BKCommonLib] Enabling BKCommonLib v1.3
2012-10-19 09:59:48 [INFO] BKCommonLib version 1.3 enabled!
2012-10-19 09:59:48 [INFO] [Vault] Enabling Vault v1.2.19-b248
2012-10-19 09:59:48 [INFO] [Vault][Economy] Essentials Economy found: Waiting
2012-10-19 09:59:48 [WARNING] iConomy6 - If you are using Flatfile storage be aware that iCo6 has a CRITICAL bug which can wipe ALL iconomy data.
2012-10-19 09:59:48 [WARNING] if you're using Votifier, or any other plugin which handles economy data in a threaded manner your server is at risk!
2012-10-19 09:59:48 [WARNING] it is highly suggested to use SQL with iCo6 or to use an alternative economy plugin!
2012-10-19 09:59:48 [INFO] [Vault][Economy] iConomy 6 found: Waiting
2012-10-19 09:59:48 [INFO] [Vault][Permission] SuperPermissions loaded as backup permission system.
2012-10-19 09:59:48 [INFO] [Vault] Enabled Version 1.2.19-b248
2012-10-19 09:59:48 [INFO] [LWC] Enabling LWC v4.3.0 (b736-git-1b1150b1) (August 08, 2012)
2012-10-19 09:59:48 [INFO] [LWC] Loaded 209 locale strings (0 overrides)
2012-10-19 09:59:48 [INFO] [LWC] Permissions API: §4VaultPermissions
2012-10-19 09:59:48 [INFO] [LWC] Currency API: §4VaultCurrency
2012-10-19 09:59:48 [INFO] [LWC] Connecting to SQLite
2012-10-19 09:59:48 [INFO] [LWC] Performing any necessary database updates
2012-10-19 09:59:48 [INFO] [LWC] Using database: Native
2012-10-19 09:59:48 [INFO] [LWC] Precached 198 protections
2012-10-19 09:59:48 [INFO] [NoLagg] Enabling NoLagg v1.88.7
2012-10-19 09:59:48 [INFO] [NoLagg Saving] will write world data to all region files every 12000 ticks (10.0 minutes)
2012-10-19 09:59:48 [INFO] NoLagg version 1.88.7 enabled!
2012-10-19 09:59:48 [INFO] Preparing level "Nevergrief"
2012-10-19 09:59:48 [INFO] Preparing start region for level 0 (Seed: 3059858578398293533)
2012-10-19 09:59:49 [INFO] Preparing start region for level 1 (Seed: -4765516187635210160)
2012-10-19 09:59:49 [INFO] Preparing start region for level 2 (Seed: -4765516187635210160)
2012-10-19 09:59:49 [INFO] [LagMeter] Enabling LagMeter v1.9.0
2012-10-19 09:59:49 [INFO] [LagMeter] Not using logs folder.
2012-10-19 09:59:49 [INFO] [LagMeter 1.9.0] Enabled!  Polling every 40 server ticks.  Logging to /hlserver/37372/plugins/LagMeter/lag.log
2012-10-19 09:59:49 [INFO] [FakaHedaMinequery] Enabling FakaHedaMinequery v1.1
2012-10-19 09:59:49 [INFO] [WorldEdit] Enabling WorldEdit v5.4.2
2012-10-19 09:59:49 [INFO] WEPIF: Using the Bukkit Permissions API.
2012-10-19 09:59:49 [INFO] [kick-em-all] Enabling kick-em-all v1.0
2012-10-19 09:59:49 [INFO] [kick-em-all] has been enabled!
2012-10-19 09:59:49 [INFO] [iConomy] Enabling iConomy v7.0
2012-10-19 09:59:49 [INFO] [iConomy - April Fools] Enabled (11 ms)
2012-10-19 09:59:49 [INFO] [iConomy] Hello, I'm Nijikokun. Yes, this is an April Fools joke, but '/money top' was fixed! Enjoy :) - Rare Version!
2012-10-19 09:59:49 [INFO] [Vault][Economy] iConomy 6 hooked.
2012-10-19 09:59:49 [INFO] [iConomy - April Fools] Purged accounts with default balance.
2012-10-19 09:59:49 [INFO] [NodeFly] Enabling NodeFly v0.9
2012-10-19 09:59:49 [INFO] [TeleportAccept] Enabling TeleportAccept v1.0
2012-10-19 09:59:49 [INFO] [ColorMe] Enabling ColorMe v3.4.1
2012-10-19 09:59:49 [INFO] ColorMe 3.4.1 is enabled!
2012-10-19 09:59:49 [INFO] ColorMe loaded Vault successfully
2012-10-19 09:59:49 [WARNING] Running without Spout!
2012-10-19 09:59:49 [INFO] [Essentials] Enabling Essentials v2.9.3
2012-10-19 09:59:50 [INFO] [Vault][Economy] Essentials Economy hooked.
2012-10-19 09:59:50 [INFO] Essentials: Using config based permissions. Enable superperms in config.
2012-10-19 09:59:50 [INFO] [Essentials] Payment method found (Vault - Economy: iConomy 6 version: 1.2.19-b248)
2012-10-19 09:59:50 [INFO] [Residence] Enabling Residence v2.6.5.2
2012-10-19 09:59:50 [INFO] [Residence] Found Vault, but Vault reported no usable permissions system...
2012-10-19 09:59:50 [INFO] [Residence] Permissions plugin NOT FOUND!
2012-10-19 09:59:50 [INFO] [Residence] Scanning for economy systems...
2012-10-19 09:59:50 [INFO] [Residence] Found Vault using economy: iConomy 6
2012-10-19 09:59:50 [INFO] [Residence] Found WorldEdit
2012-10-19 09:59:50 [INFO] [Residence] Enabled! Version 2.6.5.2 by bekvon
2012-10-19 09:59:50 [INFO] [EssentialsProtect] Enabling EssentialsProtect v2.9.3
2012-10-19 09:59:50 [INFO] Initializing c3p0-0.9.1.2 [built 21-May-2007 15:04:56; debug? true; trace: 10]
2012-10-19 09:59:50 [INFO] [AuthMe] Enabling AuthMe v2.6.6
2012-10-19 09:59:50 [INFO] [AuthMe] Loading Configuration File...
2012-10-19 09:59:50 [INFO] [AuthMe] Merge new Config Options..
2012-10-19 09:59:50 [INFO] [AuthMe] Set Language: en
2012-10-19 09:59:50 [INFO] [AuthMe] Authme 2.6.6 enabled
2012-10-19 09:59:50 [INFO] [EssentialsSpawn] Enabling EssentialsSpawn v2.9.3
2012-10-19 09:59:50 [INFO] [Reservations] Enabling Reservations v2.3.5
2012-10-19 09:59:50 [INFO] [Reservations] Using Vault!
2012-10-19 09:59:50 [INFO] [Reservations] is enabled!
2012-10-19 09:59:50 [INFO] [ChestShop] Enabling ChestShop v3.46
2012-10-19 09:59:50 [INFO] [ChestShop] LWC version 4.3.0 (b736-git-1b1150b1) (August 08, 2012) loaded.
2012-10-19 09:59:50 [INFO] [ChestShop] Vault loaded - using iConomy 6
2012-10-19 09:59:50 [INFO] [EssentialsChat] Enabling EssentialsChat v2.9.3
2012-10-19 09:59:50 [INFO] Server permissions file permissions.yml is empty, ignoring it
2012-10-19 09:59:50 [INFO] Done (1.772s)! For help, type "help" or "?"
2012-10-19 09:59:50 [INFO] Starting GS4 status listener
2012-10-19 09:59:50 [INFO] Query running on 93.91.250.124:37372


Seznam pluginů
Spoiler: zobrazit

Kód: Vybrat vše

2012-10-19 10:00:01 [INFO] Plugins (20): LagMeter, FakaHedaMinequery, WorldEdit, kick-em-all,iConomy, NodeFly,TeleportAccept, BKCommonLib, Vault, ColorMe, LWC, Essentials, Residence, EssentialsProtect, AuthMe, EssentialsSpawn, NoLagg,Reservations, ChestShop, EssentialsChat
http://www.FakaHeda.eu
- Nezapomeň ohodnotit karmou ty, kteří ti pomohli!

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: Plugin:Residence

#17 Příspěvekod Sejsel » 19 říj 2012, 16:26

Tak určitě bych aktualizoval CraftBukkit, jak to udělat je v návodech.
Taky bych zkusil odstranit NoLagg.
01101110011101010110001001110111

hexu
Příspěvky: 16
Registrován: 13 říj 2012, 15:54
Reputation: 0

Re: Plugin:Residence

#18 Příspěvekod hexu » 19 říj 2012, 20:43

AuthMe-2.6.6
BKcommondLip
ChestShop3-46
ColorMe
Essentials
-//-Chat
-//-Protect
-//-Spawn
FakaHedaMinequery
FakaHedaTeleportAccept
Iconomy
kick-em-all
Lagmeter
LWC
Nodefly
NoLagg
Reservation
Residence
Vault
WorldEdit

To jsou všechny pluginy na serveru a craffbukit jsem už jsem upgradoval..

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: Plugin:Residence

#19 Příspěvekod Sejsel » 20 říj 2012, 15:03

Zkus odstranit NoLagg a BkCommonLib.
01101110011101010110001001110111

hexu
Příspěvky: 16
Registrován: 13 říj 2012, 15:54
Reputation: 0

Re: Plugin:Residence

#20 Příspěvekod hexu » 21 říj 2012, 18:56

Tak,odstraněno a residence pořád nefunguje píše to že tam je ale nic nechrání...


Zpět na „Minecraft, Tekkit“

Kdo je online

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