nejde flow - ani v resce ani mimo resky

Technická podpora k herním serverům Minecraft a Tekkit
Message
Autor
Uživatelský avatar
SpreyYManNNikKK
Příspěvky: 1294
Registrován: 25 led 2012, 18:49
Reputation: 0

Re: nejde flow - ani v resce ani mimo resky

#11 Příspěvekod SpreyYManNNikKK » 24 čer 2012, 13:47

mě nezajímá nějakej led , já chci aby to běželo normálně , aby se voda roztekla když jí položim !!

Uživatelský avatar
SpreyYManNNikKK
Příspěvky: 1294
Registrován: 25 led 2012, 18:49
Reputation: 0

Re: nejde flow - ani v resce ani mimo resky

#12 Příspěvekod SpreyYManNNikKK » 24 čer 2012, 17:38

refresh

Uživatelský avatar
SpreyYManNNikKK
Příspěvky: 1294
Registrován: 25 led 2012, 18:49
Reputation: 0

Re: nejde flow - ani v resce ani mimo resky

#13 Příspěvekod SpreyYManNNikKK » 26 čer 2012, 13:22

REFRESH !!

Uživatelský avatar
SpreyYManNNikKK
Příspěvky: 1294
Registrován: 25 led 2012, 18:49
Reputation: 0

Re: nejde flow - ani v resce ani mimo resky

#14 Příspěvekod SpreyYManNNikKK » 27 čer 2012, 20:14

ref

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: nejde flow - ani v resce ani mimo resky

#15 Příspěvekod Sejsel » 27 čer 2012, 22:18

Zaprvé - Ty refreshe si odpusť, čteme všechno, když nikdo neví, tak ti nikdo pomoct nemůže!

Zadruhé, tady máš upravený 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: false
    # 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
    # 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
            flow: 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
    # 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
        piston: false
        ignite: false
        firespread: false
        piston: 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.
       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: 5
           # The maximum number of physical areas a residence can have.
           MaxAreasPerResidence: 50
           # The maximum number of blocks a Residence can be, East to West (X).
           MaxEastWest: 150
           # The maximum number of blocks a Residence can be, North to South (Z).
           MaxNorthSouth: 150
           # 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: Vitej hraci %player v uzemi %residence, ktere udelal %owner , zde nemuzes stavet .
           # The default leave message to apply to new Residences created by players in this group.
           # Leaving the message blank will disable it.
           DefaultLeave: Nyni opoustis uzemi %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.00
          # The cost, per block, of renewing a Residence lease (if the lease system is enabled).
          RenewCost: 0.00
       # 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'
           - 'MOB_SPAWNER'
# Used to determine which major revision of Residence this config is from, dont change this.
ResidenceVersion: 2


Pokud ti to pořád nebude fungovat, napiš sem aktuální seznam pluginů.
01101110011101010110001001110111

Uživatelský avatar
SpreyYManNNikKK
Příspěvky: 1294
Registrován: 25 led 2012, 18:49
Reputation: 0

Re: nejde flow - ani v resce ani mimo resky

#16 Příspěvekod SpreyYManNNikKK » 28 čer 2012, 13:10

nejde
Obrázek
a s těma refreshema , to téma se dostane vždy někam do háje na padesátou stranu , potřebuji to co nejdříve vyřešit ..

Uživatelský avatar
SpreyYManNNikKK
Příspěvky: 1294
Registrován: 25 led 2012, 18:49
Reputation: 0

Re: nejde flow - ani v resce ani mimo resky

#17 Příspěvekod SpreyYManNNikKK » 28 čer 2012, 18:42

(angry)

Kód: Vybrat vše

2012-06-28 18:41:13 [INFO] Starting minecraft server version 1.2.5
2012-06-28 18:41:13 [INFO] Loading properties
2012-06-28 18:41:13 [INFO] Starting Minecraft server on 93.91.240.149:27322
2012-06-28 18:41:13 [WARNING] **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
2012-06-28 18:41:13 [WARNING] The server will make no attempt to authenticate usernames. Beware.
2012-06-28 18:41:13 [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-06-28 18:41:13 [WARNING] To change this, set "online-mode" to "true" in the server.properties file.
2012-06-28 18:41:13 [INFO] This server is running CraftBukkit version git-Bukkit-1.2.5-R3.0-b2203jnks (MC: 1.2.5) (Implementing API version 1.2.5-R3.0)
2012-06-28 18:41:13 [INFO] Starting FakaHedaMinequery server on 93.91.240.149:28322
2012-06-28 18:41:13 [WARNING] ----- Bukkit Auto Updater -----
2012-06-28 18:41:13 [WARNING] Your version of CraftBukkit is out of date. Version 1.2.5-R4.0 (build #2222) was released on Sun Jun 10 01:08:56 CEST 2012.
2012-06-28 18:41:13 [WARNING] Details: http://dl.bukkit.org/downloads/craftbukkit/view/01149_1.2.5-R4.0/
2012-06-28 18:41:13 [WARNING] Download: http://dl.bukkit.org/downloads/craftbukkit/get/01149_1.2.5-R4.0/craftbukkit.jar
2012-06-28 18:41:13 [WARNING] ----- ------------------- -----
2012-06-28 18:41:14 [INFO] [MagicCarpet] Loading MagicCarpet v2.1.6
2012-06-28 18:41:14 [INFO] [LagMeter] Loading LagMeter v1.7
2012-06-28 18:41:14 [INFO] [AntiJoinLeaveMsg] Loading AntiJoinLeaveMsg v2.0
2012-06-28 18:41:14 [INFO] [GroupManager] Loading GroupManager v1.9 (2.9.1) (Phoenix)
2012-06-28 18:41:14 [INFO] [FakaHedaMinequery] Loading FakaHedaMinequery v1.1
2012-06-28 18:41:14 [INFO] [WorldEdit] Loading WorldEdit v5.3
2012-06-28 18:41:14 [INFO] [Statistician] Loading Statistician v2.0.10
2012-06-28 18:41:14 [INFO] [InventorySQL] Loading InventorySQL v0.8.5
2012-06-28 18:41:14 [INFO] [CreativeGates] Loading CreativeGates v1.3.5
2012-06-28 18:41:14 [INFO] [WBXEffects] Loading WBXEffects v1
2012-06-28 18:41:14 [INFO] [PartyHat] Loading PartyHat v0.3.2
2012-06-28 18:41:14 [INFO] [SpamGuard] Loading SpamGuard v0.5
2012-06-28 18:41:14 [INFO] [SafeExplosions] Loading SafeExplosions v1.2.1
2012-06-28 18:41:14 [INFO] [Vault] Loading Vault v1.2.16-b184
2012-06-28 18:41:14 [INFO] [UltraBan] Loading UltraBan v1.0.1
2012-06-28 18:41:14 [INFO] [AutoMessage] Loading AutoMessage v1.5
2012-06-28 18:41:14 [INFO] [LightVote] Loading LightVote v1.73
2012-06-28 18:41:14 [INFO] [HeroicDeath] Loading HeroicDeath v1.11.3-patch1
2012-06-28 18:41:14 [INFO] [CustomMessages] Loading CustomMessages v1.5.0
2012-06-28 18:41:14 [INFO] [iConomy] Loading iConomy v7.0
2012-06-28 18:41:14 [INFO] [AuthMe] Loading AuthMe v2.6.5
2012-06-28 18:41:14 [INFO] [marriage] Loading marriage v1.4.1
2012-06-28 18:41:14 [INFO] [Permissions] Loading Permissions v3.1.6
2012-06-28 18:41:14 [INFO] [chatclear] Loading chatclear v0.1
2012-06-28 18:41:14 [INFO] [Lockette] Loading Lockette v1.6
2012-06-28 18:41:14 [INFO] [NoCheat] Loading NoCheat v3.5.0
2012-06-28 18:41:14 [INFO] [AntiReklama] Loading AntiReklama v1.0
2012-06-28 18:41:14 [INFO] [FalseBookCore] Loading FalseBookCore v0.93.1alpha
2012-06-28 18:41:14 [INFO] [MobArena] Loading MobArena v0.94.4.52
2012-06-28 18:41:14 [INFO] [FoundDiamonds] Loading FoundDiamonds v3.2.7
2012-06-28 18:41:14 [INFO] [FalseBookCart] Loading FalseBookCart v0.93.1alpha
2012-06-28 18:41:14 [INFO] [Essentials] Loading Essentials v2.9.1
2012-06-28 18:41:14 [INFO] [Jobs] Loading Jobs v2.8.3
2012-06-28 18:41:14 [INFO] [Citizens] Loading Citizens v1.2
2012-06-28 18:41:14 [INFO] [EssentialsProtect] Loading EssentialsProtect v2.9.1
2012-06-28 18:41:14 [INFO] MLog clients using java 1.4+ standard logging.
2012-06-28 18:41:14 [INFO] [FalseBookChat] Loading FalseBookChat v0.93.1alpha
2012-06-28 18:41:14 [INFO] [FalseBookBlock] Loading FalseBookBlock v0.93.1alpha
2012-06-28 18:41:14 [INFO] [EssentialsSpawn] Loading EssentialsSpawn v2.9.1
2012-06-28 18:41:14 [INFO] [AntiShare] Loading AntiShare v3.4.0
2012-06-28 18:41:14 [INFO] [LogBlock] Loading LogBlock v1.52
2012-06-28 18:41:14 [INFO] [LogBlock] [LogBlock] Version check: Your version is up to date
2012-06-28 18:41:14 [INFO] [LogBlock] [LogBlock] Connecting to gs_27322_1@jdbc:mysql://localhost:3306/gs_27322_1...
2012-06-28 18:41:14 [INFO] [ChestShop] Loading ChestShop v3.42
2012-06-28 18:41:14 [INFO] [EssentialsChat] Loading EssentialsChat v2.9.1
2012-06-28 18:41:14 [INFO] [FalseBookExtra] Loading FalseBookExtra v0.93.1alpha
2012-06-28 18:41:14 [INFO] [Residence] Loading Residence v2.6.2
2012-06-28 18:41:14 [INFO] [Factions] Loading Factions v1.6.8
2012-06-28 18:41:14 [INFO] [Vault] Enabling Vault v1.2.16-b184
2012-06-28 18:41:14 [INFO] [Vault][Economy] Essentials Economy found: Waiting
2012-06-28 18:41:14 [SEVERE] iConomy6 - If you are using Flatfile storage be aware that iCo6 has a CRITICAL bug which can wipe ALL iconomy data.
2012-06-28 18:41:14 [SEVERE] if you're using Votifier, or any other plugin which handles economy data in a threaded manner your server is at risk!
2012-06-28 18:41:14 [SEVERE] it is highly suggested to use SQL with iCo6 or to use an alternative economy plugin!
2012-06-28 18:41:14 [INFO] [Vault][Economy] iConomy 6 found: Waiting
2012-06-28 18:41:14 [INFO] [Vault][Permission] GroupManager found: Waiting
2012-06-28 18:41:14 [INFO] [Vault][Permission] SuperPermissions loaded as backup permission system.
2012-06-28 18:41:14 [INFO] [Vault][Chat] GroupManager found: Waiting
2012-06-28 18:41:14 [INFO] [Vault] Enabled Version 1.2.16-b184
2012-06-28 18:41:14 [INFO] Preparing level "world"
2012-06-28 18:41:14 [INFO] Default game type: 0
2012-06-28 18:41:14 [INFO] Preparing start region for level 0 (Seed: -6239293316978341506)
2012-06-28 18:41:15 [INFO] Preparing start region for level 1 (Seed: -6239293316978341506)
2012-06-28 18:41:15 [INFO] Preparing spawn area: 65%
2012-06-28 18:41:16 [INFO] [MagicCarpet] Enabling MagicCarpet v2.1.6
2012-06-28 18:41:16 [INFO] [MagicCarpet] Loading carpets...
2012-06-28 18:41:16 [INFO] [MagicCarpet] is now enabled!
2012-06-28 18:41:16 [INFO] [LagMeter] Enabling LagMeter v1.7
2012-06-28 18:41:16 [INFO] [LagMeter 1.7] Old permissions system detected. Using it.
2012-06-28 18:41:16 [INFO] [LagMeter 1.7] Enabled!  Polling every 40 server ticks.  Logging to /hlserver/27322/plugins/LagMeter/lag.log
2012-06-28 18:41:16 [INFO] [AntiJoinLeaveMsg] Enabling AntiJoinLeaveMsg v2.0
2012-06-28 18:41:16 [INFO] AntiJoinLeaveMsg version 2.0 enabled.
2012-06-28 18:41:16 [INFO] [GroupManager] Enabling GroupManager v1.9 (2.9.1) (Phoenix)
2012-06-28 18:41:16 [INFO] GroupManager - INFO - World Found: world
2012-06-28 18:41:16 [INFO] GroupManager - INFO - Superperms support enabled.
2012-06-28 18:41:16 [INFO] GroupManager - INFO - Scheduled Data Saving is set for every 10 minutes!
2012-06-28 18:41:16 [INFO] GroupManager - INFO - Backups will be retained for 24 hours!
2012-06-28 18:41:16 [INFO] GroupManager version 1.9 (2.9.1) (Phoenix) is enabled!
2012-06-28 18:41:16 [INFO] [Vault][Permission] GroupManager hooked.
2012-06-28 18:41:16 [INFO] [Vault][Chat] GroupManager - Chat hooked.
2012-06-28 18:41:16 [INFO] [FakaHedaMinequery] Enabling FakaHedaMinequery v1.1
2012-06-28 18:41:16 [INFO] [WorldEdit] Enabling WorldEdit v5.3
2012-06-28 18:41:16 [INFO] WEPIF: Using the Bukkit Permissions API.
2012-06-28 18:41:16 [INFO] [Statistician] Enabling Statistician v2.0.10
2012-06-28 18:41:16 [INFO] [InventorySQL] Enabling InventorySQL v0.8.5
2012-06-28 18:41:16 [INFO] [InventorySQL] ThisIsAreku present INVENTORYSQL, v0.8.5
2012-06-28 18:41:16 [INFO] [InventorySQL] = http://alexoft.x10.mx/ =
2012-06-28 18:41:16 [INFO] [InventorySQL] Loading config...
2012-06-28 18:41:16 [INFO] [InventorySQL] Starting Metrics
2012-06-28 18:41:16 [INFO] [InventorySQL] Reloading SQL process
2012-06-28 18:41:16 [INFO] [CreativeGates] Enabling CreativeGates v1.3.5
2012-06-28 18:41:16 [INFO] [CreativeGates v1.3.5] === ENABLE START ===
2012-06-28 18:41:16 [INFO] [CreativeGates v1.3.5] === ENABLE DONE (Took 250ms) ===
2012-06-28 18:41:16 [INFO] [WBXEffects] Enabling WBXEffects v1
2012-06-28 18:41:16 [INFO] [WBXMod] WBXEffects Commands Registered.
2012-06-28 18:41:16 [INFO] [WBXMod] WBXEffects Found Permissions.
2012-06-28 18:41:16 [INFO] [PartyHat] Enabling PartyHat v0.3.2
2012-06-28 18:41:16 [INFO] [PartyHat 0.3.2] Enabled
2012-06-28 18:41:16 [INFO] [SpamGuard] Enabling SpamGuard v0.5
2012-06-28 18:41:16 [INFO] SpamGuard version 0.5 is now enabled.
2012-06-28 18:41:16 [INFO] [SafeExplosions] Enabling SafeExplosions v1.2.1
2012-06-28 18:41:16 [INFO] [SafeExplosions] No custom permission plugins found, using original permissions.
2012-06-28 18:41:16 [INFO] [SafeExplosions v1.2.1] Enabled.
2012-06-28 18:41:16 [INFO] [UltraBan] Enabling UltraBan v1.0.1
2012-06-28 18:41:16 [INFO] [UltraBan] Configuration: config.yml Loaded!
2012-06-28 18:41:17 [INFO] [UltraBan] Initialized db connection
2012-06-28 18:41:17 [INFO] [UltraBan] version 1.0.1 has been initialized!
2012-06-28 18:41:17 [INFO] [AutoMessage] Enabling AutoMessage v1.5
2012-06-28 18:41:17 [INFO] [AutoMessage] version [1.5] loaded
2012-06-28 18:41:17 [INFO] [LightVote] Enabling LightVote v1.73
2012-06-28 18:41:17 [INFO] [LightVote:1.73] Initialised
2012-06-28 18:41:17 [INFO] [LightVote:1.73] Scanning properties file.
2012-06-28 18:41:17 [INFO] [LightVote:1.73] Properties loaded.  Debug messages: false
2012-06-28 18:41:17 [INFO] [LightVote] Permissions not enabled in config.
2012-06-28 18:41:17 [INFO] [HeroicDeath] Enabling HeroicDeath v1.11.3-patch1
2012-06-28 18:41:17 [INFO] [HeroicDeath] 1.11.3-patch1 enabled.
2012-06-28 18:41:17 [INFO] [CustomMessages] Enabling CustomMessages v1.5.0
2012-06-28 18:41:17 [INFO] [iConomy] Enabling iConomy v7.0
2012-06-28 18:41:17 [INFO] [iConomy - April Fools] Enabled (17 ms)
2012-06-28 18:41:17 [INFO] [iConomy] Hello, I'm Nijikokun. Yes, this is an April Fools joke, but '/money top' was fixed! Enjoy :) - Rare Version!
2012-06-28 18:41:17 [INFO] [Vault][Economy] iConomy 6 hooked.
2012-06-28 18:41:17 [INFO] [iConomy - April Fools] Purged accounts with default balance.
2012-06-28 18:41:17 [INFO] [AuthMe] Enabling AuthMe v2.6.5
2012-06-28 18:41:17 [INFO] [AuthMe] Loading Configuration File...
2012-06-28 18:41:17 [INFO] [AuthMe] Set Language: en
2012-06-28 18:41:17 [INFO] [AuthMe] MySQL driver loaded
2012-06-28 18:41:17 [INFO] [AuthMe] Connection pool ready
2012-06-28 18:41:17 [INFO] [AuthMe] MySQL Setup finished
2012-06-28 18:41:17 [INFO] [AuthMe] Authme 2.6.5 enabled
2012-06-28 18:41:17 [INFO] [marriage] Enabling marriage v1.4.1
2012-06-28 18:41:17 [INFO] [marriage] Checking for new version.
2012-06-28 18:41:18 [INFO] [marriage] Plugin is up-2-date
2012-06-28 18:41:18 [INFO] [marriage] Marriage has been enabled!
2012-06-28 18:41:18 [INFO] [Permissions] Enabling Permissions v3.1.6
2012-06-28 18:41:18 [INFO] Fake Permissions version 3.1.6 is enabled!
2012-06-28 18:41:18 [INFO] WEPIF: Using the Bukkit Permissions API.
2012-06-28 18:41:18 [INFO] [chatclear] Enabling chatclear v0.1
2012-06-28 18:41:18 [INFO] Chat Clear v0.1 has been successfully loaded
2012-06-28 18:41:18 [INFO] [Lockette] Enabling Lockette v1.6
2012-06-28 18:41:18 [INFO] [Lockette] Version 1.6 is being enabled!  Yay!  (Core version 1.3.2)
2012-06-28 18:41:18 [INFO] [Lockette] Detected craftbukkit build [2203] ok.
2012-06-28 18:41:18 [INFO] [Lockette] Custom lockable block list: [116, 84, 57]
2012-06-28 18:41:18 [INFO] [Lockette] Enabled link to plugin GroupManager for Groups, version 1.9 (2.9.1) (Phoenix)
2012-06-28 18:41:18 [INFO] [Lockette] Ignoring fake Permissions plugin version 3.1.6
2012-06-28 18:41:18 [INFO] [Lockette] Using ops file for admin permissions.
2012-06-28 18:41:18 [INFO] [Lockette] Ready to protect your containers.
2012-06-28 18:41:18 [INFO] [NoCheat] Enabling NoCheat v3.5.0
2012-06-28 18:41:18 [INFO] [NoCheat] version [3.5.0] is enabled.
2012-06-28 18:41:18 [INFO] [AntiReklama] Enabling AntiReklama v1.0
2012-06-28 18:41:18 [INFO] [FalseBookCore] Enabling FalseBookCore v0.93.1alpha
2012-06-28 18:41:18 [INFO] [ FalseBook Core ] using Vault for Permissions!
2012-06-28 18:41:18 [INFO] [ FalseBook Core ] FalseBookCore v0.93.1alpha by GeMo enabled!
2012-06-28 18:41:18 [INFO] [MobArena] Enabling MobArena v0.94.4.52
2012-06-28 18:41:18 [WARNING] [MobArena] Missing 'monster' node for wave 'boss1' in arena 'default'.
2012-06-28 18:41:18 [WARNING] [MobArena] Wave 'boss1' for arena 'default' could not be parsed.
2012-06-28 18:41:18 [INFO] [MobArena] v0.94.4.52 enabled.
2012-06-28 18:41:18 [INFO] [FoundDiamonds] Enabling FoundDiamonds v3.2.7
2012-06-28 18:41:18 [INFO] [FoundDiamonds] Enabled
2012-06-28 18:41:18 [INFO] [FalseBookCart] Enabling FalseBookCart v0.93.1alpha
2012-06-28 18:41:18 [INFO] 5 locked storagecarts loaded.
2012-06-28 18:41:18 [INFO] [ FalseBook Cart ] FalseBookCart v0.93.1alpha by GeMo enabled
2012-06-28 18:41:18 [INFO] [Essentials] Enabling Essentials v2.9.1
2012-06-28 18:41:18 [INFO] [Vault][Economy] Essentials Economy hooked.
2012-06-28 18:41:18 [INFO] Essentials: Using GroupManager based permissions.
2012-06-28 18:41:18 [INFO] [Essentials] Payment method found (Vault - Economy: iConomy 6 version: 1.2.16-b184)
2012-06-28 18:41:18 [INFO] [Jobs] Enabling Jobs v2.8.3
2012-06-28 18:41:18 [INFO] [Jobs] [Jobs] Successfully linked with Vault.
2012-06-28 18:41:18 [INFO] [Jobs] Plugin has been enabled succesfully.
2012-06-28 18:41:18 [INFO] [Citizens] Enabling Citizens v1.2
2012-06-28 18:41:18 [INFO] [Citizens] NPC types loaded: quester, wizard, healer, trader, blacksmith, guard
2012-06-28 18:41:19 [INFO] [Citizens] version [1.2] loaded.
2012-06-28 18:41:19 [INFO] [EssentialsProtect] Enabling EssentialsProtect v2.9.1
2012-06-28 18:41:19 [INFO] Connection reset
2012-06-28 18:41:21 [INFO] Initializing c3p0-0.9.1.2 [built 21-May-2007 15:04:56; debug? true; trace: 10]
2012-06-28 18:41:22 [INFO] [FalseBookChat] Enabling FalseBookChat v0.93.1alpha
2012-06-28 18:41:22 [INFO] [ FalseBook Chat ] FalseBookChat v0.93.1alpha by GeMo enabled
2012-06-28 18:41:22 [INFO] [FalseBookBlock] Enabling FalseBookBlock v0.93.1alpha
2012-06-28 18:41:22 [INFO] [ FalseBook Block ] 0 Doors successfully loaded.
2012-06-28 18:41:22 [INFO] [ FalseBook Block ] 0 Areas loaded.
2012-06-28 18:41:22 [INFO] [ FalseBook Block ] 0 Bridges successfully loaded.
2012-06-28 18:41:22 [INFO] [ FalseBook Block ] No Cauldrons loaded!
2012-06-28 18:41:22 [INFO] [ FalseBook Block ] No Books loaded!
2012-06-28 18:41:22 [INFO] [ FalseBook Block ] 405 protected gateblocks successfully loaded.
2012-06-28 18:41:22 [INFO] [ FalseBook Block ] FalseBookBlock v0.93.1alpha by GeMo enabled
2012-06-28 18:41:22 [INFO] [EssentialsSpawn] Enabling EssentialsSpawn v2.9.1
2012-06-28 18:41:22 [INFO] [AntiShare] Enabling AntiShare v3.4.0
2012-06-28 18:41:22 [INFO] [AntiShare] Signs Loaded: 0
2012-06-28 18:41:22 [INFO] [AntiShare] Fines Loaded: 0
2012-06-28 18:41:22 [INFO] [AntiShare] Rewards Loaded: 0
2012-06-28 18:41:22 [INFO] [AntiShare] Regions Loaded: 0
2012-06-28 18:41:23 [INFO] [AntiShare] Inventories Loaded: 0
2012-06-28 18:41:24 [INFO] [AntiShare] Enabled!
2012-06-28 18:41:24 [INFO] [LogBlock] Enabling LogBlock v1.52
2012-06-28 18:41:24 [INFO] [LogBlock] [LogBlock] Permissions plugin found.
2012-06-28 18:41:24 [INFO] [LogBlock] [LogBlock] Scheduled consumer with bukkit scheduler.
2012-06-28 18:41:24 [INFO] [LogBlock] LogBlock v1.52 by DiddiZ enabled.
2012-06-28 18:41:24 [INFO] [ChestShop] Enabling ChestShop v3.42
2012-06-28 18:41:24 [INFO] [ChestShop] Lockette version 1.6 loaded.
2012-06-28 18:41:24 [INFO] [ChestShop] Vault loaded - using iConomy 6
2012-06-28 18:41:24 [INFO] [EssentialsChat] Enabling EssentialsChat v2.9.1
2012-06-28 18:41:24 [INFO] [FalseBookExtra] Enabling FalseBookExtra v0.93.1alpha
2012-06-28 18:41:24 [INFO] [ FalseBook Extra ] 147 protected blocks in 'world' loaded.
2012-06-28 18:41:24 [INFO] [ FalseBook Extra ] 0 protected blocks in 'world_nether' loaded.
2012-06-28 18:41:24 [INFO] [ FalseBook Extra ] FalseBookExtra v0.93.1alpha by GeMo enabled
2012-06-28 18:41:24 [INFO] [Residence] Enabling Residence v2.6.2
2012-06-28 18:41:24 [INFO] [Residence] Found Vault using permissions plugin:GroupManager
2012-06-28 18:41:24 [INFO] [Residence] Found WorldEdit
2012-06-28 18:41:24 [INFO] [Residence] Enabled! Version 2.6.2 by bekvon
2012-06-28 18:41:24 [INFO] [Factions] Enabling Factions v1.6.8
2012-06-28 18:41:24 [INFO] [Factions v1.6.8] === ENABLE START ===
2012-06-28 18:41:32 [INFO] Connection reset
2012-06-28 18:41:34 [INFO] [Factions v1.6.8] Loading board from disk
2012-06-28 18:41:34 [INFO] [Factions v1.6.8] Found and will integrate chat with EssentialsChat v2.9.1
2012-06-28 18:41:34 [INFO] [Factions v1.6.8] Economy integration through Vault plugin successful.
2012-06-28 18:41:34 [INFO] [Factions v1.6.8] NOTE: Economy is disabled. You can enable it with the command: f config econEnabled true
2012-06-28 18:41:34 [INFO] [Factions v1.6.8] === ENABLE DONE (Took 9400ms) ===
2012-06-28 18:41:34 [INFO] [Lockette] Enabled link to plugin Factions for Groups, version 1.6.8
2012-06-28 18:41:34 [INFO] Server permissions file permissions.yml is empty, ignoring it
2012-06-28 18:41:34 [INFO] Done (19.480s)! For help, type "help" or "?"
2012-06-28 18:41:34 [INFO] Starting GS4 status listener
2012-06-28 18:41:34 [INFO] Query running on 93.91.240.149:27322
2012-06-28 18:41:34 [INFO] [Citizens] Unable to fetch player map from CraftEntity: players. Conflicting names will do funny things.
2012-06-28 18:41:34 [INFO]  [REKLAMA]   Od dnesniho dne se Residence oznacuji Drevenou sekerou !! Né Kamennou ale Drevenou !!!!!! 
2012-06-28 18:41:34 [INFO] [Citizens] Loaded 278 NPCs.
2012-06-28 18:41:34 [INFO] [Citizens] Loaded 0 quests.
2012-06-28 18:41:34 [INFO] /88.102.175.63:22749 lost connection
2012-06-28 18:41:34 [INFO] /78.102.13.5:56287 lost connection
2012-06-28 18:41:34 [INFO] /213.211.43.2:58009 lost connection
2012-06-28 18:41:34 [INFO] /91.127.47.0:18003 lost connection
2012-06-28 18:41:34 [INFO] /46.13.254.140:18912 lost connection
2012-06-28 18:41:34 [INFO] /85.132.179.134:57849 lost connection
2012-06-28 18:41:34 [INFO] /95.102.108.113:50306 lost connection
2012-06-28 18:41:34 [INFO] /88.212.36.209:43344 lost connection
2012-06-28 18:41:34 [INFO] /82.208.57.182:65413 lost connection

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: nejde flow - ani v resce ani mimo resky

#18 Příspěvekod Sejsel » 28 čer 2012, 20:17

Config Essentials:

Kód: Vybrat vše

  prevent:
    lava-flow: true
    water-flow: true

uprav na

Kód: Vybrat vše

  prevent:
    lava-flow: false
    water-flow: false
01101110011101010110001001110111

Uživatelský avatar
SpreyYManNNikKK
Příspěvky: 1294
Registrován: 25 led 2012, 18:49
Reputation: 0

Re: nejde flow - ani v resce ani mimo resky

#19 Příspěvekod SpreyYManNNikKK » 28 čer 2012, 21:10

THX MOC


//LOCK


Zpět na „Minecraft, Tekkit“

Kdo je online

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