Problém s Residencemi

Technická podpora k herním serverům Minecraft a Tekkit
Message
Autor
jandamilanek
Příspěvky: 386
Registrován: 11 kvě 2012, 16:58
Reputation: 1

Problém s Residencemi

#1 Příspěvekod jandamilanek » 26 pro 2012, 15:51

Server: eco.vycrafti-to.eu:27874

Dobrý den,
mám na svém serveru takový malý problém. Hráčům ani VIPkům nejde používat dřevěná sekera k vytváření residence. Nevíte, co s tím je?

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: Czech
    # 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: false
            damage: true
            creeper: false
            tnt: false
            pvp: false
            lavaflow: false
        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: false
        waterflow: true
        creeper: true
        tnt: false
        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: true
        piston: true
        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:
       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: 2
           # 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: 48
           # The maximum number of blocks a Residence can be, North to South (Z).
           MaxNorthSouth: 48
           # 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: 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 %player v residenci %residence, kterou vlastni %owner.'
           # 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 %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.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.
       #Uncomment the lines below to mirror this config to other groups.
       Mirror:
         - 'CreativeVIP'
       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: 4
           # 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: 64
           # The maximum number of blocks a Residence can be, North to South (Z).
           MaxNorthSouth: 64
           # 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: 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 %player v residenci %residence, kterou vlastni %owner.'
           # 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 %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.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'
# Used to determine which major revision of Residence this config is from, dont change this.
ResidenceVersion: 2

Permissions: (SELECT name, permission FROM permissions ORDER BY ID ASC)
Spoiler: zobrazit

Kód: Vybrat vše

Majitel      *
Majitel      simplereserve.enter.kick
Majitel      -statistician.ignore
Admin      *
Admin      -simplereserve.enter.full
Admin      -bukkit.command.stop
Admin      -permissions.*
Admin      -essentials.gamemode.others
Admin      -bukkit.command.gamemode
Admin      simplereserve.enter.kick
Admin      -essentials.invsee.preventmodify
Admin      -essentials.kick.exempt
Admin      -statistician.ignore
VIP      essentials.time
VIP      essentials.time.set
VIP      essentials.ptime
VIP      essentials.weather
VIP      essentials.hat
VIP      essentials.sethome.multiple
VIP      essentials.fly
VIP      essentials.back
VIP      essentials.back.ondeath
VIP      essentials.jump
VIP      essentials.sethome.multiple.vip
VIP      essentials.kit
VIP      essentials.kits.svetlo
VIP      essentials.kits.dia
VIP      essentials.kits.vip
VIP      magiccarpet.mc
VIP      magiccarpet.ml
VIP      craftbook.mech.bridge
VIP      craftbook.mech.gate
VIP      simplereserve.enter.kick
VIP      simplereserve.kick.prevent
VIP      craftbook.mech.elevator
VIP      mobarena.classes.vip
CreativeVIP   -essentials.sell
CreativeVIP   essentials.gamemode
CreativeVIP   essentials.speed
CreativeVIP   nocheatplus.checks.moving.creativefly
Hladmin      *
Hladmin      -simplereserve.enter.full
Hladmin      -statistician.ignore
Hladmin      -residence.select
default      -*
default      essentials.warp.*
default      essentials.motd
default      essentials.spawn
default      essentials.tpaccept
default      essentials.tpdeny
default      essentials.msg
default      essentials.list
default      essentials.help
default      essentials.suicide
default      essentials.signs.use.*
default      essentials.sethome
default      essentials.home
default      essentials.delhome
default      essentials.afk
default      essentials.sell
default      essentials.tpa
default      essentials.warp
default      mobarena.use
default      mobarena.arenas.default
default      mobarena.classes.bojovnik
default      mobarena.classes.lukostrelec
default      mobarena.classes.obrance
default      mobarena.classes.alchymista
default      mobarena.use.*
default      jobs.use
default      residence.create
default      stargate.use
default      stargate.use.*
default      jumpblocks.toggle
default      mbr.user.collect.*
default      treeassist.autoremove
default      treeassist.replant
default      craftbook.mech.gate.use
default      craftbook.mech.bridge.use
default      craftbook.mech.elevator.use
default      lwc.protect
default      jobs.join.*
default      jobs.command.browse
default      jobs.command.join
default      jobs.command.info
default      jobs.command.leave
default      jobs.command.stats
default      jobs.world.*
default      bukkit.broadcast
default      bukkit.broadcast.*

Seznam pluginů:
Spoiler: zobrazit

Kód: Vybrat vše

 ChestShop3-46.jar
 CraftBook.jar
 CraftBookCircuits.jar
 CraftBookMechanisms.jar
 CraftBookVehicles.jar
 CreativeControl.jar
 Death_Messages_Plus_V1_0.jar
 Essentials.jar
 EssentialsChat.jar
 EssentialsSpawn.jar
 FakaHedaMinequery.jar
 LWC.jar
 LagMeter.jar
 LogBlock.jar
 MagicCarpet.jar
 MobArena.jar
 MobBountyReloadedDrops_v28.jar
 MobBountyReloadedExploits_v39.jar
 MobBountyReloaded_v327.jar
 Multiverse-Core-2.4.jar
 NoCheatPlus.jar
 PermissionsEx-1.19.5.jar
 PluginManager.jar
 Residence.jar
 SimpleReserve.jar
 TreeAssist.jar
 Ultrabans.jar
 Vault.jar
 WorldEdit.jar
 ZavAutoMessager.jar
 citizens-2.0.6-SNAPSHOT.jar
 iConomy.jar
 mcjobs.jar
 pvparena.jar
 xAuth.jar

server.log při startu:
Spoiler: zobrazit

Kód: Vybrat vše

2012-12-26 14:26:24 [INFO] Starting minecraft server version 1.4.6
2012-12-26 14:26:24 [INFO] Loading properties
2012-12-26 14:26:24 [INFO] Default game type: SURVIVAL
2012-12-26 14:26:24 [INFO] Generating keypair
2012-12-26 14:26:24 [INFO] Starting Minecraft server on 93.91.250.110:27874
2012-12-26 14:26:25 [INFO] This server is running CraftBukkit version git-Bukkit-1.4.6-R0.1-b2561jnks (MC: 1.4.6) (Implementing API version 1.4.6-R0.1)
2012-12-26 14:26:25 [INFO] ----- Bukkit Auto Updater -----
2012-12-26 14:26:25 [INFO] It appears that you're running a Beta Build, when you've specified in bukkit.yml that you prefer to run Recommended Builds.
2012-12-26 14:26:25 [INFO] If you would like to be kept informed about new Beta Build releases, it is recommended that you change 'preferred-channel' in your bukkit.yml to 'beta'.
2012-12-26 14:26:25 [INFO] With that set, you will be told whenever a new version is available for download, so that you can always keep up to date and secure with the latest fixes.
2012-12-26 14:26:25 [INFO] If you would like to disable this warning, simply set 'suggest-channels' to false in bukkit.yml.
2012-12-26 14:26:25 [INFO] ----- ------------------- -----
2012-12-26 14:26:25 [INFO] Starting FakaHedaMinequery server on 93.91.250.110:28874
2012-12-26 14:26:25 [INFO] [PermissionsEx] sql backend registered!
2012-12-26 14:26:25 [INFO] [PermissionsEx] file backend registered!
2012-12-26 14:26:25 [INFO] [PermissionsEx] PermissionEx plugin initialized.
2012-12-26 14:26:25 [INFO] [MagicCarpet] Loading MagicCarpet v2.2.4
2012-12-26 14:26:25 [INFO] [NoCheatPlus] Loading NoCheatPlus v3.8.7-beta-b294
2012-12-26 14:26:25 [INFO] [FakaHedaMinequery] Loading FakaHedaMinequery v1.1
2012-12-26 14:26:25 [INFO] [WorldEdit] Loading WorldEdit v1-c7cc1de
2012-12-26 14:26:25 [INFO] [mcjobs] Loading mcjobs v3.1.8
2012-12-26 14:26:25 [INFO] [PluginManager] Loading PluginManager v1.0.2
2012-12-26 14:26:25 [INFO] [Vault] Loading Vault v1.2.22-b277
2012-12-26 14:26:25 [INFO] [Multiverse-Core] Loading Multiverse-Core v2.4-b527
2012-12-26 14:26:25 [INFO] [PermissionsEx] Loading PermissionsEx v1.19.5
2012-12-26 14:26:25 [INFO] [PermissionsEx] Initializing sql backend
2012-12-26 14:26:25 [INFO] [PermissionsEx-SQL] Connecting to database "mysql://localhost/gs_27874_1"
2012-12-26 14:26:25 [INFO] [PermissionsEx-SQL] Successfuly connected to database
2012-12-26 14:26:26 [INFO] [LogBlock] Loading LogBlock v1.60
2012-12-26 14:26:26 [INFO] [LogBlock] Connecting to gs_27874_1@jdbc:mysql://localhost:3306/gs_27874_1...
2012-12-26 14:26:26 [INFO] [MobBountyReloaded] Loading MobBountyReloaded v327
2012-12-26 14:26:26 [INFO] [TreeAssist] Loading TreeAssist v5.0
2012-12-26 14:26:26 [INFO] [iConomy] Loading iConomy v7.0
2012-12-26 14:26:26 [INFO] [CraftBookCommon] Loading CraftBookCommon v1468-72127ce
2012-12-26 14:26:26 [INFO] [pvparena] Loading pvparena v0.10.0.9
2012-12-26 14:26:26 [INFO] [Death_Messages_Plus] Loading Death_Messages_Plus v1.05
2012-12-26 14:26:26 [INFO] [ZavAutoMessager] Loading ZavAutoMessager v2.1
2012-12-26 14:26:26 [INFO] [CraftBookCircuits] Loading CraftBookCircuits v1468-72127ce
2012-12-26 14:26:26 [INFO] [SimpleReserve] Loading SimpleReserve v0.5.0
2012-12-26 14:26:26 [INFO] [MobArena] Loading MobArena v0.94.4.90
2012-12-26 14:26:26 [INFO] [Essentials] Loading Essentials v2.9.6
2012-12-26 14:26:26 [INFO] [LagMeter] Loading LagMeter v1.11.1
2012-12-26 14:26:26 [INFO] [Citizens] Loading Citizens v2.0.6-SNAPSHOT (build 645)
2012-12-26 14:26:26 [INFO] [CraftBookMechanisms] Loading CraftBookMechanisms v1468-72127ce
2012-12-26 14:26:26 [INFO] [MobBountyReloadedDrops] Loading MobBountyReloadedDrops v28
2012-12-26 14:26:26 [INFO] [MobBountyReloadedExploits] Loading MobBountyReloadedExploits v39
2012-12-26 14:26:26 [INFO] [EssentialsSpawn] Loading EssentialsSpawn v2.9.6
2012-12-26 14:26:26 [INFO] [CreativeControl] Loading CreativeControl v5.4
2012-12-26 14:26:26 [INFO] [Ultrabans] Loading Ultrabans v2.0.9
2012-12-26 14:26:26 [INFO] [LWC] Loading LWC v4.3.1 (b767-git-MANUAL) (November 15, 2012)
2012-12-26 14:26:26 [INFO] [CraftBookVehicles] Loading CraftBookVehicles v1468-72127ce
2012-12-26 14:26:26 [INFO] [xAuth] Loading xAuth v2.0.26
2012-12-26 14:26:26 [INFO] [ChestShop] Loading ChestShop v3.46
2012-12-26 14:26:26 [INFO] [EssentialsChat] Loading EssentialsChat v2.9.6
2012-12-26 14:26:26 [INFO] [Residence] Loading Residence v2.6.6.2
2012-12-26 14:26:26 [INFO] [Vault] Enabling Vault v1.2.22-b277
2012-12-26 14:26:26 [INFO] [Vault][Economy] Essentials Economy found: Waiting
2012-12-26 14:26:26 [WARNING] iConomy - If you are using Flatfile storage be aware that versions 6, 7 and 8 have a CRITICAL bug which can wipe ALL iconomy data.
2012-12-26 14:26:26 [WARNING] if you're using Votifier, or any other plugin which handles economy data in a threaded manner your server is at risk!
2012-12-26 14:26:26 [WARNING] it is highly suggested to use SQL with iCo6 or to use an alternative economy plugin!
2012-12-26 14:26:26 [INFO] [Vault][Economy] iConomy 6 found: Waiting
2012-12-26 14:26:26 [INFO] [Vault][Permission] PermissionsEx found: Waiting
2012-12-26 14:26:26 [INFO] [Vault][Permission] SuperPermissions loaded as backup permission system.
2012-12-26 14:26:26 [INFO] [Vault][Chat] PermissionsEx found: Waiting
2012-12-26 14:26:26 [INFO] [Vault] Enabled Version 1.2.22-b277
2012-12-26 14:26:26 [INFO] [LWC] Enabling LWC v4.3.1 (b767-git-MANUAL) (November 15, 2012)
2012-12-26 14:26:26 [INFO] [LWC] Loaded 209 locale strings (0 overrides)
2012-12-26 14:26:26 [INFO] [LWC] Permissions API: §4VaultPermissions
2012-12-26 14:26:26 [INFO] [LWC] Currency API: §4VaultCurrency
2012-12-26 14:26:26 [INFO] [LWC] Connecting to SQLite
2012-12-26 14:26:26 [INFO] [LWC] Performing any necessary database updates
2012-12-26 14:26:26 [INFO] [LWC] Using database: Native
2012-12-26 14:26:26 [INFO] [LWC] Precached 10000 protections
2012-12-26 14:26:26 [INFO] [LWC] Enabled plugin support for MobArena
2012-12-26 14:26:26 [WARNING] **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
2012-12-26 14:26:26 [WARNING] The server will make no attempt to authenticate usernames. Beware.
2012-12-26 14:26:26 [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-12-26 14:26:26 [WARNING] To change this, set "online-mode" to "true" in the server.properties file.
2012-12-26 14:26:26 [INFO] Preparing level "world"
2012-12-26 14:26:26 [INFO] Preparing start region for level 0 (Seed: 8238271899896399330)
2012-12-26 14:26:27 [INFO] Preparing start region for level 1 (Seed: -8208325334263055258)
2012-12-26 14:26:27 [INFO] [MagicCarpet] Enabling MagicCarpet v2.2.4
2012-12-26 14:26:27 [INFO] [MagicCarpet] Loading carpets...
2012-12-26 14:26:27 [INFO] [MagicCarpet] is now enabled!
2012-12-26 14:26:27 [INFO] [NoCheatPlus] Enabling NoCheatPlus v3.8.7-beta-b294
2012-12-26 14:26:27 [INFO] [NoCheatPlus] McAccess set to: 1.4.6 / CB2545
2012-12-26 14:26:28 [INFO] [NoCheatPlus] Version 3.8.7-beta-b294 is enabled.
2012-12-26 14:26:28 [INFO] [FakaHedaMinequery] Enabling FakaHedaMinequery v1.1
2012-12-26 14:26:28 [INFO] [WorldEdit] Enabling WorldEdit v1-c7cc1de
2012-12-26 14:26:28 [INFO] WEPIF: Using the Bukkit Permissions API.
2012-12-26 14:26:28 [INFO] [mcjobs] Enabling mcjobs v3.1.8
2012-12-26 14:26:28 [INFO] [mcjobs] Using builtin logging methods.
2012-12-26 14:26:28 [INFO] [mcjobs] Found Vault 1.2.22-b277
2012-12-26 14:26:28 [INFO] [mcjobs] LOADED JOBS: kopac hornik stavitel bojovnik drevorubec zbrojir rybar pekar
2012-12-26 14:26:28 [INFO] [mcjobs] MC Jobs has been enabled!
2012-12-26 14:26:28 [INFO] [PluginManager] Enabling PluginManager v1.0.2
2012-12-26 14:26:28 [INFO] [Multiverse-Core] Enabling Multiverse-Core v2.4-b527
2012-12-26 14:26:28 [INFO] [Multiverse-Core] - Version 2.4-b527 (API v14) Enabled - By Rigby, fernferret, lithium3141 and main--
2012-12-26 14:26:28 [INFO] [AllPay] - Version 10.0 - hooked into iConomy 6 for Multiverse-Core v2.4-b527
2012-12-26 14:26:28 [INFO] [Multiverse-Core] Loading World & Settings - 'world' - Env: NORMAL - Type: NORMAL & seed: 8238271899896399330
2012-12-26 14:26:28 [INFO] [Multiverse-Core] Loading World & Settings - 'world_nether' - Env: NETHER - Type: NORMAL & seed: -8208325334263055258
2012-12-26 14:26:28 [INFO] [Multiverse-Core] Loading World & Settings - 'xpfarma' - Env: THE_END - Type: NORMAL & seed: 7126476373908763579
2012-12-26 14:26:28 [INFO] Preparing start region for level 2 (Seed: 7126476373908763579)
2012-12-26 14:26:28 [WARNING] [Multiverse-Core] Spawn location from world.dat file was unsafe. Adjusting...
2012-12-26 14:26:28 [WARNING] [Multiverse-Core] Original Location: X: -68 Y: 58 Z: -27 P: 0 Y: 0
2012-12-26 14:26:28 [SEVERE] [Multiverse-Core] New safe spawn NOT found!!!
2012-12-26 14:26:28 [INFO] [Multiverse-Core] 3 - World(s) loaded.
2012-12-26 14:26:28 [INFO] [PermissionsEx] Enabling PermissionsEx v1.19.5
2012-12-26 14:26:28 [INFO] [PermissionsEx] Superperms support enabled.
2012-12-26 14:26:28 [INFO] [PermissionsEx] v1.19.5 enabled
2012-12-26 14:26:28 [INFO] WEPIF: PermissionsEx detected! Using PermissionsEx for permissions.
2012-12-26 14:26:28 [INFO] [Vault][Permission] PermissionsEx hooked.
2012-12-26 14:26:28 [INFO] [Vault][Chat] PermissionsEx_Chat hooked.
2012-12-26 14:26:28 [INFO] [LogBlock] Enabling LogBlock v1.60
2012-12-26 14:26:28 [INFO] [LogBlock] Scheduled consumer with bukkit scheduler.
2012-12-26 14:26:28 [INFO] [MobBountyReloaded] Enabling MobBountyReloaded v327
2012-12-26 14:26:28 [INFO] [MobBountyReloaded] iConomy  hooked.
2012-12-26 14:26:28 [INFO] [MobBountyReloaded] Enabled.
2012-12-26 14:26:28 [INFO] [TreeAssist] Enabling TreeAssist v5.0
2012-12-26 14:26:29 [INFO] [iConomy] Enabling iConomy v7.0
2012-12-26 14:26:29 [INFO] [iConomy - April Fools] Enabled (30 ms)
2012-12-26 14:26:29 [INFO] [iConomy] Hello, I'm Nijikokun. Yes, this is an April Fools joke, but '/money top' was fixed! Enjoy :) - Rare Version!
2012-12-26 14:26:29 [INFO] [Vault][Economy] iConomy 7 hooked.
2012-12-26 14:26:29 [INFO] [iConomy - April Fools] Purged accounts with default balance.
2012-12-26 14:26:29 [INFO] [CraftBookCommon] Enabling CraftBookCommon v1468-72127ce
2012-12-26 14:26:29 [INFO] CraftBookCommon: Default configuration file written: en_US.txt
2012-12-26 14:26:29 [INFO] CraftBookCommon 1468-72127ce enabled.
2012-12-26 14:26:29 [INFO] [pvparena] Enabling pvparena v0.10.0.9
2012-12-26 14:26:29 [INFO] [PVP Arena] debugging: off
2012-12-26 14:26:29 [INFO] [pvparena] Downloading module update file...
2012-12-26 14:26:29 [INFO] [pvparena] Downloaded module update file
2012-12-26 14:26:29 [INFO] [PVP Arena] Updates deactivated. Please check dev.bukkit for updates.
2012-12-26 14:26:29 [INFO] [PVP Arena] enabled (version pvparena v0.10.0.9)
2012-12-26 14:26:29 [INFO] [Death_Messages_Plus] Enabling Death_Messages_Plus v1.05
2012-12-26 14:26:29 [INFO] Death_Messages_Plus Version 1.05 Has been enabled! :D
2012-12-26 14:26:29 [INFO] File is there.
2012-12-26 14:26:29 [INFO] [ZavAutoMessager] Enabling ZavAutoMessager v2.1
2012-12-26 14:26:30 [INFO] ZavAutoMessager v2.1 has been enabled
2012-12-26 14:26:30 [INFO] ZavAutoMessager v2.1: Sending messages is now set to true
2012-12-26 14:26:30 [INFO] ZavAutoMessager v2.1 is not up to date. Check the latest version on BukkitDev.
2012-12-26 14:26:30 [INFO] ZavAutoMessager v2.1 The latest version is currently 2.2
2012-12-26 14:26:30 [INFO] Thank you for using ZavAutoMessager v2.1 by the ZavTeam!
2012-12-26 14:26:30 [INFO] [CraftBookCircuits] Enabling CraftBookCircuits v1468-72127ce
2012-12-26 14:26:30 [INFO] CraftBookCircuits: Default configuration file written: en_US.txt
2012-12-26 14:26:30 [INFO] CraftBookCircuits 1468-72127ce enabled.
2012-12-26 14:26:30 [INFO] CraftBook: Enumerating chunks for self-triggered components...
2012-12-26 14:26:30 [INFO] CraftBook Circuits: 1924 chunk(s) for 3 world(s) processed (0s elapsed)
2012-12-26 14:26:30 [INFO] [SimpleReserve] Enabling SimpleReserve v0.5.0
2012-12-26 14:26:30 [FINER] [SimpleReserve] Created SimpleReserveListener with kickMessage: "Byl jsi vyhozen pro uvolneni mista pro hrace s vyssi hodnosti nez jsi ty. Pokud nechces byt vyhazovan, tak si kup VIP. Vice info jak si koupit VIP najdes na http://vycrafti-to.eu/" and fullMessage: "Server je plny! Pokud se chces presto pripojit, kup si VIP nebo CreativeVIP. Vice info na http://vycrafti-to.eu/"
2012-12-26 14:26:30 [INFO] [SimpleReserve] SimpleReserve version 0.5.0 enabled!
2012-12-26 14:26:30 [INFO] [MobArena] Enabling MobArena v0.94.4.90
2012-12-26 14:26:30 [INFO] [MobArena] v0.94.4.90 enabled.
2012-12-26 14:26:30 [INFO] [Essentials] Enabling Essentials v2.9.6
2012-12-26 14:26:30 [INFO] Using locale cs_CZ
2012-12-26 14:26:30 [INFO] Using locale cs_CZ
2012-12-26 14:26:30 [INFO] [Vault][Economy] Essentials Economy hooked.
2012-12-26 14:26:30 [INFO] Essentials: Using PermissionsEx based permissions.
2012-12-26 14:26:30 [INFO] [Essentials] Payment method found (Vault - Economy: iConomy 7 version: 1.2.22-b277)
2012-12-26 14:26:30 [INFO] [LagMeter] Enabling LagMeter v1.11.1
2012-12-26 14:26:30 [INFO] [LagMeter] Not using logs folder.
2012-12-26 14:26:30 [INFO] [LagMeter 1.11.1] Vault hooked successfully.
2012-12-26 14:26:30 [INFO] [LagMeter 1.11.1] Enabled! Polling every 40 server ticks. Logging to /hlserver/27874/plugins/LagMeter/lag.log.
2012-12-26 14:26:30 [INFO] [LagMeter 1.11.1] Chunks loaded:
2012-12-26 14:26:30 [INFO] [LagMeter 1.11.1] World "world": 625.
2012-12-26 14:26:30 [INFO] [LagMeter 1.11.1] World "world_nether": 674.
2012-12-26 14:26:30 [INFO] [LagMeter 1.11.1] World "xpfarma": 625.
2012-12-26 14:26:30 [INFO] [LagMeter 1.11.1] Total chunks loaded: 1924
2012-12-26 14:26:30 [INFO] [LagMeter 1.11.1] Entities:
2012-12-26 14:26:30 [INFO] [LagMeter 1.11.1] World "world": 378.
2012-12-26 14:26:30 [INFO] [LagMeter 1.11.1] World "world_nether": 373.
2012-12-26 14:26:30 [INFO] [LagMeter 1.11.1] World "xpfarma": 0.
2012-12-26 14:26:30 [INFO] [LagMeter 1.11.1] Total entities: 751
2012-12-26 14:26:30 [INFO] [Citizens] Enabling Citizens v2.0.6-SNAPSHOT (build 645)
2012-12-26 14:26:30 [INFO] [CraftBookMechanisms] Enabling CraftBookMechanisms v1468-72127ce
2012-12-26 14:26:30 [INFO] CraftBookMechanisms: Default configuration file written: en_US.txt
2012-12-26 14:26:30 [INFO] CraftBookMechanisms 1468-72127ce enabled.
2012-12-26 14:26:30 [INFO] CraftBook: Enumerating chunks for INSTANCE-triggered components...
2012-12-26 14:26:31 [INFO] CraftBook: 1924 chunk(s) for 3 world(s) processed (0s elapsed)
2012-12-26 14:26:31 [SEVERE] [CraftBookMechanisms] Chairs require ProtocolLib! They will not function without it!
2012-12-26 14:26:31 [INFO] [MobBountyReloadedDrops] Enabling MobBountyReloadedDrops v28
2012-12-26 14:26:31 [INFO] [MobBountyReloadedDrops] [MobBountyReloadedDrops] Enabled.
2012-12-26 14:26:31 [INFO] [MobBountyReloadedExploits] Enabling MobBountyReloadedExploits v39
2012-12-26 14:26:31 [INFO] [MobBountyReloadedExploits] Enabled.
2012-12-26 14:26:31 [INFO] [EssentialsSpawn] Enabling EssentialsSpawn v2.9.6
2012-12-26 14:26:31 [INFO] [CreativeControl] Enabling CreativeControl v5.4
2012-12-26 14:26:31 [INFO] [CreativeControl]: Initializing configurations...
2012-12-26 14:26:31 [INFO] [CreativeControl]: Loading Modules...
2012-12-26 14:26:31 [INFO] [CreativeControl]: Connecting to the MySQL Database...
2012-12-26 14:26:31 [INFO] [CreativeControl]: MySQL Connected Successfuly!
2012-12-26 14:26:31 [INFO] [CreativeControl]: Registring Events...
2012-12-26 14:26:31 [INFO] [CreativeControl]: Vault Hooked as Permission plugin
2012-12-26 14:26:31 [INFO] [CreativeControl]: LogBlock hooked as logging plugin
2012-12-26 14:26:32 [INFO] [CreativeControl]: Cached 10,000 protections
2012-12-26 14:26:32 [INFO] [CreativeControl]: Loaded 0 regions
2012-12-26 14:26:32 [INFO] [CreativeControl] CreativeControl v5.4 Enabled
2012-12-26 14:26:32 [INFO] [Ultrabans] Enabling Ultrabans v2.0.9
2012-12-26 14:26:32 [INFO] [Ultrabans] No Updates found on dev.bukkit.org.
2012-12-26 14:26:32 [INFO] [Ultrabans] Loaded. 0 secs.
2012-12-26 14:26:32 [INFO] [CraftBookVehicles] Enabling CraftBookVehicles v1468-72127ce
2012-12-26 14:26:32 [INFO] CraftBookVehicles: Default configuration file written: en_US.txt
2012-12-26 14:26:32 [INFO] CraftBookVehicles 1468-72127ce enabled.
2012-12-26 14:26:32 [INFO] [xAuth] Enabling xAuth v2.0.26
2012-12-26 14:26:33 [INFO] [xAuth] PermissionAlias backend: 'pex' registered!
2012-12-26 14:26:33 [INFO] [xAuth] PermissionAlias backend: 'gm' registered!
2012-12-26 14:26:33 [INFO] [xAuth] PermissionAlias backend: 'bukkit' registered!
2012-12-26 14:26:33 [INFO] [xAuth] Attempting to use supported permissions plugin 'GroupManager'
2012-12-26 14:26:33 [WARNING] [xAuth] This plugin is not ready yet.
2012-12-26 14:26:33 [INFO] [xAuth] Initializing bukkit backend
2012-12-26 14:26:33 [INFO] [xAuth] Attempting to use supported permissions plugin 'PermissionsEx'
2012-12-26 14:26:33 [WARNING] [xAuth] This plugin is not ready yet.
2012-12-26 14:26:33 [INFO] [xAuth] Initializing bukkit backend
2012-12-26 14:26:33 [INFO] [xAuth] Config node permissions.backend changed to 'pex'
2012-12-26 14:26:33 [INFO] [xAuth] Initializing pex backend
2012-12-26 14:26:33 [WARNING] [xAuth] This plugin is not ready yet.
2012-12-26 14:26:33 [INFO] [xAuth] Attached to PermissionsEx version 1.19.5
2012-12-26 14:26:33 [INFO] [xAuth] Successfully established connection to MySQL database
2012-12-26 14:26:33 [INFO] [xAuth] v2.0.26 Enabled!
2012-12-26 14:26:33 [INFO] [ChestShop] Enabling ChestShop v3.46
2012-12-26 14:26:33 [INFO] [ChestShop] LWC version 4.3.1 (b767-git-MANUAL) (November 15, 2012) loaded.
2012-12-26 14:26:33 [INFO] [ChestShop] Vault loaded - using iConomy 7
2012-12-26 14:26:33 [INFO] [EssentialsChat] Enabling EssentialsChat v2.9.6
2012-12-26 14:26:33 [INFO] [Residence] Enabling Residence v2.6.6.2
2012-12-26 14:26:33 [INFO] [Residence] Found Vault using permissions plugin:PermissionsEx
2012-12-26 14:26:33 [INFO] [Residence] Scanning for economy systems...
2012-12-26 14:26:33 [INFO] [Residence] Found Vault using economy system: iConomy 7
2012-12-26 14:26:33 [INFO] [Residence] Found WorldEdit
2012-12-26 14:26:33 [INFO] [Residence] Enabled! Version 2.6.6.2 by bekvon
2012-12-26 14:26:33 [INFO] Server permissions file permissions.yml is empty, ignoring it
2012-12-26 14:26:33 [INFO] Done (6.656s)! For help, type "help" or "?"
2012-12-26 14:26:33 [INFO] Starting GS4 status listener
2012-12-26 14:26:33 [INFO] Starting remote control listener
2012-12-26 14:26:33 [INFO] Query running on 93.91.250.110:27874
2012-12-26 14:26:33 [INFO] RCON running on 93.91.250.110:26874
2012-12-26 14:26:33 [INFO] [Citizens] Using locale en_US.
2012-12-26 14:26:33 [INFO] [Citizens] Loaded 0 NPCs (? spawned)


Předem děkuji za odpověď
CreativePortal.eu - Čarovný Minecraft s přídavkem technických modů se spoustou dobrodružství. Připojit se nyní!
SKINY A PLÁŠTĚ I PRO TY, CO NEMAJÍ ORIGINÁLNÍ MINECRAFT!

Pokud jsem vám pomohl, odměňte mě prosím Karmou. Díky.

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: Problém s Residencemi

#2 Příspěvekod Sejsel » 26 pro 2012, 16:31

Použiješ po označení /res select worldedit? Obecně je lepší použít jiný předmět než dřevěnou sekeru, protože se to chová divně. Třeba mě přijde užitečnější dřevěnej meč, kterej vážně nevyužiješ.
01101110011101010110001001110111

jandamilanek
Příspěvky: 386
Registrován: 11 kvě 2012, 16:58
Reputation: 1

Re: Problém s Residencemi

#3 Příspěvekod jandamilanek » 26 pro 2012, 17:49

Problém je, že adminům to jde, nejde to jen hráčům a VIP. Zkoušel jsem to přehodit na meč, stejný výsledek
CreativePortal.eu - Čarovný Minecraft s přídavkem technických modů se spoustou dobrodružství. Připojit se nyní!
SKINY A PLÁŠTĚ I PRO TY, CO NEMAJÍ ORIGINÁLNÍ MINECRAFT!

Pokud jsem vám pomohl, odměňte mě prosím Karmou. Díky.

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: Problém s Residencemi

#4 Příspěvekod Sejsel » 26 pro 2012, 19:29

Mají permisi residence.create?
01101110011101010110001001110111

jandamilanek
Příspěvky: 386
Registrován: 11 kvě 2012, 16:58
Reputation: 1

Re: Problém s Residencemi

#5 Příspěvekod jandamilanek » 27 pro 2012, 12:27

Dle mého permisi nepotřebují, protože permise to čte jen pokud je v configu zaplé LegacyPermissions. Mohu ale zkusit.
CreativePortal.eu - Čarovný Minecraft s přídavkem technických modů se spoustou dobrodružství. Připojit se nyní!
SKINY A PLÁŠTĚ I PRO TY, CO NEMAJÍ ORIGINÁLNÍ MINECRAFT!

Pokud jsem vám pomohl, odměňte mě prosím Karmou. Díky.

Uživatelský avatar
Xentax5
Příspěvky: 139
Registrován: 24 pro 2012, 10:57
Reputation: 0

Re: Problém s Residencemi

#6 Příspěvekod Xentax5 » 27 pro 2012, 12:42

jandamilanek píše:Dle mého permisi nepotřebují, protože permise to čte jen pokud je v configu zaplé LegacyPermissions. Mohu ale zkusit.


Viz ono je to naopak pokud mas Legacy Permissions nastaveny na true tak to ignoruje permyse a OP maj residence.admin.* a hraci ty zakladni permyse (create, select, remove tad..)

# Set to true if NOT using Permissions or PermissionsBukkit, or using a really old version of Permissions
LegacyPermissions: false

Ale zase je pravda ze by nemeli potrebovat permyse.
Cau pomohl jsem Ti ??Odměň mě karmou :D
A navštiv Minecraft server ApokaliptCraft : 93.91.250.129:27951

jandamilanek
Příspěvky: 386
Registrován: 11 kvě 2012, 16:58
Reputation: 1

Re: Problém s Residencemi

#7 Příspěvekod jandamilanek » 29 pro 2012, 20:19

Zkusil jsem dát residence.create, ale bez úspěchu. Podle mě stačí když mam v configu u skupiny default zaplé CanCreate

//Edit:
Zkusil jsem smazat WorldEdit, beze změny
CreativePortal.eu - Čarovný Minecraft s přídavkem technických modů se spoustou dobrodružství. Připojit se nyní!
SKINY A PLÁŠTĚ I PRO TY, CO NEMAJÍ ORIGINÁLNÍ MINECRAFT!

Pokud jsem vám pomohl, odměňte mě prosím Karmou. Díky.

jandamilanek
Příspěvky: 386
Registrován: 11 kvě 2012, 16:58
Reputation: 1

Re: Problém s Residencemi

#8 Příspěvekod jandamilanek » 30 pro 2012, 14:26

Refresh, copak mi nikdo nedokáže pomoci? Hráči hrozně spamují a nekupují si VIP
CreativePortal.eu - Čarovný Minecraft s přídavkem technických modů se spoustou dobrodružství. Připojit se nyní!
SKINY A PLÁŠTĚ I PRO TY, CO NEMAJÍ ORIGINÁLNÍ MINECRAFT!

Pokud jsem vám pomohl, odměňte mě prosím Karmou. Díky.

Honzanek
Příspěvky: 63
Registrován: 31 říj 2012, 20:13
Reputation: 0

Re: Problém s Residencemi

#9 Příspěvekod Honzanek » 30 pro 2012, 14:53

Zkus residence smazat resetovat a potom zase nahrát....


Zpět na „Minecraft, Tekkit“

Kdo je online

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