Residence - nejde oznacit

Technická podpora k herním serverům Minecraft a Tekkit
Message
Autor
MartYn767
Příspěvky: 24
Registrován: 07 led 2014, 17:53
Reputation: 0

Residence - nejde oznacit

#1 Příspěvekod MartYn767 » 08 led 2014, 16:46

Server: 93.91.250.125:27333

Zdravím, dal jsem si na server Residence a residenceSigns, ale Residence nejak blbne. Puvodne byla nastavena na stringy, tak jsem si to zmenil na stick, ale kdyz kliknu levym napise mi to "The is no Residence in there" a kdyz pravym tak vubec nic. Residence funguje jakozto /resadmin select X Y Z ale oznacit nejde. Nevíte prosím co s tím? Děkuji.

Pro jistotu připojuji config.yml i když jsem zde pouze změnil jazyk a ID nástroje na označování.

Spoiler: zobrazit

Kód: Vybrat vše

#These are Global Settings for Residence.
Global:
    # This loads the Czech.yml file in the Residence Language folder
    # All Residence text comes from this file. (NOT DONE YET)
    Language: Czech
    # Wooden Hoe is the default selection tool for Residence.
    # You can change it to another item ID listed here: http://www.minecraftwiki.net/wiki/Data_values
    SelectionToolId: 290
    # This determins which tool you can use to see info on residences, default is String.
    # Simply equip this tool and hit a location inside the residence and it will display the info for it.
    InfoToolId: 280
    # 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: 6
           # 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: 50
           # The maximum number of blocks a Residence can be, North to South (Z).
           MaxNorthSouth: 50
           # 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/latest

Spoiler: zobrazit

Kód: Vybrat vše

[15:35:20] [Server thread/INFO]: Starting minecraft server version 1.7.2
[15:35:20] [Server thread/INFO]: Loading properties
[15:35:20] [Server thread/INFO]: Default game type: SURVIVAL
[15:35:20] [Server thread/INFO]: Generating keypair
[15:35:20] [Server thread/INFO]: Starting Minecraft server on 93.91.250.125:27333
[15:35:20] [Server thread/INFO]: This server is running CraftBukkit version git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2979jnks (MC: 1.7.2) (Implementing API version 1.7.2-R0.3-SNAPSHOT)
[15:35:20] [Server thread/INFO]: [PermissionsEx] sql backend registered!
[15:35:20] [Server thread/INFO]: [PermissionsEx] file backend registered!
[15:35:20] [Thread-7/INFO]: ----- Bukkit Auto Updater -----
[15:35:20] [Thread-7/INFO]: It appears that you're running a Development Build, when you've specified in bukkit.yml that you prefer to run Recommended Builds.
[15:35:20] [Thread-7/INFO]: If you would like to be kept informed about new Development Build releases, it is recommended that you change 'preferred-channel' in your bukkit.yml to 'dev'.
[15:35:20] [Thread-7/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.
[15:35:20] [Thread-7/INFO]: If you would like to disable this warning, simply set 'suggest-channels' to false in bukkit.yml.
[15:35:20] [Thread-7/INFO]: ----- ------------------- -----
[15:35:20] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v5.5.8
[15:35:20] [Server thread/INFO]: [FakaHedaMinequery] Loading FakaHedaMinequery v1.3
[15:35:20] [Server thread/INFO]: [HealthDisplay] Loading HealthDisplay v0.5
[15:35:20] [Server thread/INFO]: [Heads] Loading Heads v1.3
[15:35:20] [Server thread/INFO]: [Vault] Loading Vault v1.2.29-b370
[15:35:20] [Server thread/INFO]: [PermissionsEx] Loading PermissionsEx v1.20.4
[15:35:20] [Server thread/INFO]: [PermissionsEx] Initializing file backend
[15:35:20] [Server thread/INFO]: Permissions file successfully reloaded
[15:35:20] [Server thread/INFO]: [SignColours] Loading SignColours v1.5
[15:35:20] [Server thread/INFO]: [HeroicDeath] Loading HeroicDeath v1.11.5
[15:35:20] [Server thread/INFO]: [iConomy] Loading iConomy v7.0
[15:35:20] [Server thread/INFO]: [Shop] Loading Shop v1.4.7
[15:35:20] [Server thread/INFO]: [Trampoline] Loading Trampoline v0.6
[15:35:20] [Server thread/INFO]: [iDisguise] Loading iDisguise v2.3.1
[15:35:20] [Server thread/INFO]: [CrackShot] Loading CrackShot v0.97.7
[15:35:20] [Server thread/INFO]: [OpenInv] Loading OpenInv v2.1.3
[15:35:20] [Server thread/INFO]: [Glassification] Loading Glassification v1.2.1
[15:35:20] [Server thread/INFO]: [MobArena] Loading MobArena v0.95.5
[15:35:20] [Server thread/INFO]: [Essentials] Loading Essentials v2.12.1
[15:35:20] [Server thread/INFO]: [Residence] Loading Residence v2.6.6.6
[15:35:20] [Server thread/INFO]: [Citizens] Loading Citizens v2.0.11-SNAPSHOT (build 1027)
[15:35:20] [Server thread/INFO]: [Jobs] Loading Jobs v2.9.1
[15:35:20] [Server thread/INFO]: [EssentialsProtect] Loading EssentialsProtect v2.12.1
[15:35:20] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn v2.12.1
[15:35:20] [Server thread/INFO]: [ScoreboardStats] Loading ScoreboardStats v0.5.9
[15:35:20] [Server thread/INFO]: [ScoreboardStats] The Plugin isn't compatible with your craftbukkit version. It will now try to use Reflections
[15:35:21] [Server thread/INFO]: [ResidenceSigns] Loading ResidenceSigns v2.9
[15:35:21] [Server thread/INFO]: [AuthMe] Loading AuthMe v3.1.1
[15:35:21] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat v2.12.1
[15:35:21] [Server thread/INFO]: [Vault] Enabling Vault v1.2.29-b370
[15:35:21] [Server thread/INFO]: [Vault][Economy] Essentials Economy found: Waiting
[15:35:21] [Server thread/WARN]: 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.
[15:35:21] [Server thread/WARN]: if you're using Votifier, or any other plugin which handles economy data in a threaded manner your server is at risk!
[15:35:21] [Server thread/WARN]: it is highly suggested to use SQL with iCo6 or to use an alternative economy plugin!
[15:35:21] [Server thread/INFO]: [Vault][Economy] iConomy 6 found: Waiting
[15:35:21] [Server thread/INFO]: [Vault][Permission] PermissionsEx found: Waiting
[15:35:21] [Server thread/INFO]: [Vault][Permission] SuperPermissions loaded as backup permission system.
[15:35:21] [Server thread/INFO]: [Vault][Chat] PermissionsEx found: Waiting
[15:35:21] [Server thread/INFO]: [Vault] Enabled Version 1.2.29-b370
[15:35:21] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
[15:35:21] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
[15:35:21] [Server thread/WARN]: 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.
[15:35:21] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
[15:35:21] [Server thread/INFO]: Preparing level "world"
[15:35:21] [Server thread/INFO]: Preparing start region for level 0 (Seed: 6051891836961759986)
[15:35:21] [Server thread/INFO]: Preparing start region for level 1 (Seed: 6051891836961759986)
[15:35:21] [Server thread/INFO]: Preparing start region for level 2 (Seed: 6051891836961759986)
[15:35:22] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v5.5.8
[15:35:22] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
[15:35:22] [Server thread/INFO]: [FakaHedaMinequery] Enabling FakaHedaMinequery v1.3
[15:35:22] [Server thread/INFO]: Starting FakaHedaMinequery server on 93.91.250.125:28333
[15:35:22] [Server thread/INFO]: [HealthDisplay] Enabling HealthDisplay v0.5
[15:35:22] [Server thread/INFO]: HealthDisplay version 0.5 is enabled!
[15:35:22] [Server thread/INFO]: [HealthDisplay] File is there.
[15:35:22] [Server thread/ERROR]: Error occurred while enabling HealthDisplay v0.5 (Is it up to date?)
java.lang.NoClassDefFoundError: net/minecraft/server/v1_5_R2/IScoreboardCriteria
   at com.github.skipperguy12.HealthDisplay.HealthDisplay.onEnable(HealthDisplay.java:63) ~[?:?]
   at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:250) ~[minecraft_server.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2979jnks]
   at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:350) [minecraft_server.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2979jnks]
   at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:384) [minecraft_server.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2979jnks]
   at org.bukkit.craftbukkit.v1_7_R1.CraftServer.loadPlugin(CraftServer.java:298) [minecraft_server.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2979jnks]
   at org.bukkit.craftbukkit.v1_7_R1.CraftServer.enablePlugins(CraftServer.java:280) [minecraft_server.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2979jnks]
   at net.minecraft.server.v1_7_R1.MinecraftServer.m(MinecraftServer.java:342) [minecraft_server.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2979jnks]
   at net.minecraft.server.v1_7_R1.MinecraftServer.g(MinecraftServer.java:319) [minecraft_server.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2979jnks]
   at net.minecraft.server.v1_7_R1.MinecraftServer.a(MinecraftServer.java:275) [minecraft_server.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2979jnks]
   at net.minecraft.server.v1_7_R1.DedicatedServer.init(DedicatedServer.java:175) [minecraft_server.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2979jnks]
   at net.minecraft.server.v1_7_R1.MinecraftServer.run(MinecraftServer.java:424) [minecraft_server.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2979jnks]
   at net.minecraft.server.v1_7_R1.ThreadServerApplication.run(SourceFile:617) [minecraft_server.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2979jnks]
Caused by: java.lang.ClassNotFoundException: net.minecraft.server.v1_5_R2.IScoreboardCriteria
   at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:67) ~[minecraft_server.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2979jnks]
   at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:62) ~[minecraft_server.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2979jnks]
   at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.7.0_40]
   at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.7.0_40]
   ... 12 more
[15:35:22] [Server thread/INFO]: [Heads] Enabling Heads v1.3
[15:35:23] [Server thread/INFO]: [PermissionsEx] Enabling PermissionsEx v1.20.4
[15:35:23] [Server thread/INFO]: WEPIF: PermissionsEx detected! Using PermissionsEx for permissions.
[15:35:23] [Server thread/INFO]: [Vault][Permission] PermissionsEx hooked.
[15:35:23] [Server thread/INFO]: [Vault][Chat] PermissionsEx_Chat hooked.
[15:35:23] [Server thread/INFO]: [SignColours] Enabling SignColours v1.5
[15:35:23] [Server thread/INFO]: SignColours version 1.5 by ichingpow enabled.
[15:35:23] [Server thread/INFO]: [HeroicDeath] Enabling HeroicDeath v1.11.5
[15:35:23] [Server thread/INFO]: [HeroicDeath] 1.11.5 enabled.
[15:35:23] [Server thread/INFO]: [iConomy] Enabling iConomy v7.0
[15:35:23] [Server thread/INFO]: [iConomy - April Fools] Enabled (17 ms)
[15:35:23] [Server thread/INFO]: [iConomy] Hello, I'm Nijikokun. Yes, this is an April Fools joke, but '/money top' was fixed! Enjoy :) - Rare Version!
[15:35:23] [Server thread/INFO]: [Vault][Economy] iConomy 7 hooked.
[15:35:23] [Server thread/INFO]: [Shop] Enabling Shop v1.4.7
[15:35:23] [Thread-11/INFO]: [iConomy - April Fools] Purged accounts with default balance.
[15:35:24] [Server thread/INFO]: [Shop] Shops will use emerald as the currency on the server.
[15:35:24] [Server thread/INFO]: [Trampoline] Enabling Trampoline v0.6
[15:35:24] [Server thread/INFO]: [iDisguise] Enabling iDisguise v2.3.1
[15:35:24] [Server thread/INFO]: [iDisguise] iDisguise v2.3.1 enabled!
[15:35:24] [Server thread/INFO]: [CrackShot] Enabling CrackShot v0.97.7
[15:35:24] [Server thread/INFO]: [CrackShot] Gun-mode activated. Boop!
[15:35:24] [Server thread/INFO]: [OpenInv] Enabling OpenInv v2.1.3
[15:35:24] [Server thread/INFO]: [Glassification] Enabling Glassification v1.2.1
[15:35:24] [Server thread/INFO]: Glassification v1.2.1 enabled
[15:35:24] [Server thread/INFO]: [MobArena] Enabling MobArena v0.95.5
[15:35:24] [Server thread/INFO]: [MobArena] Loaded arena 'default'.
[15:35:24] [Server thread/INFO]: [MobArena] v0.95.5 enabled.
[15:35:24] [Server thread/INFO]: [Essentials] Enabling Essentials v2.12.1
[15:35:25] [Server thread/INFO]: [Vault][Economy] Essentials Economy hooked.
[15:35:25] [Server thread/INFO]: Essentials: Using PermissionsEx based permissions.
[15:35:25] [Server thread/INFO]: [Essentials] Payment method found (Vault - Economy: iConomy 7 version: 1.2.29-b370)
[15:35:25] [Server thread/INFO]: [Residence] Enabling Residence v2.6.6.6
[15:35:25] [Server thread/INFO]: [Residence] Found Vault using permissions plugin:PermissionsEx
[15:35:25] [Server thread/INFO]: [Residence] Scanning for economy systems...
[15:35:25] [Server thread/INFO]: [Residence] Found Vault using economy system: iConomy 7
[15:35:25] [Server thread/INFO]: [Residence] Found WorldEdit
[15:35:25] [Server thread/INFO]: [Residence] Enabled! Version 2.6.6.6 by bekvon
[15:35:25] [Server thread/INFO]: [Citizens] Enabling Citizens v2.0.11-SNAPSHOT (build 1027)
[15:35:25] [Server thread/INFO]: [Jobs] Enabling Jobs v2.9.1
[15:35:25] [Jobs-DatabaseSaveTask/INFO]: [Jobs] Started database save task
[15:35:25] [Jobs-BufferedPaymentThread/INFO]: [Jobs] Started buffered payment thread
[15:35:25] [Server thread/INFO]: [Jobs] [Jobs] Successfully linked with Vault.
[15:35:25] [Jobs-BufferedPaymentThread/INFO]: [Jobs] Buffered payment thread shutdown
[15:35:25] [Jobs-DatabaseSaveTask/INFO]: [Jobs] Database save task shutdown
[15:35:25] [Jobs-DatabaseSaveTask/INFO]: [Jobs] Started database save task
[15:35:25] [Server thread/INFO]: [Jobs] Plugin has been enabled succesfully.
[15:35:25] [Jobs-PlayerLoginTask/INFO]: [Jobs] Login manager started
[15:35:25] [Jobs-BufferedPaymentThread/INFO]: [Jobs] Started buffered payment thread
[15:35:25] [Server thread/INFO]: [EssentialsProtect] Enabling EssentialsProtect v2.12.1
[15:35:25] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn v2.12.1
[15:35:25] [Server thread/INFO]: [ScoreboardStats] Enabling ScoreboardStats v0.5.9
[15:35:25] [Server thread/INFO]: DataSourcePool [ScoreboardStats] autoCommit[false] transIsolation[SERIALIZABLE] min[2] max[250]
[15:35:25] [Server thread/INFO]: DatabasePlatform name:ScoreboardStats platform:sqlite
[15:35:25] [Server thread/INFO]: SubClassFactory parent ClassLoader [org.bukkit.plugin.java.PluginClassLoader]
[15:35:25] [Server thread/INFO]: Entities enhanced[0] subclassed[1]
[15:35:26] [Server thread/INFO]: [ResidenceSigns] Enabling ResidenceSigns v2.9
[15:35:26] [Server thread/INFO]: [ResidenceSigns] Successfully Enabled.
[15:35:26] [Server thread/INFO]: [AuthMe] Enabling AuthMe v3.1.1
[15:35:26] [Server thread/INFO]: [AuthMe] Loading Configuration File...
[15:35:26] [Server thread/INFO]: [AuthMe] Merge new Config Options if needed..
[15:35:26] [Server thread/INFO]: [AuthMe] Set Language: en
[15:35:26] [Server thread/INFO]: [AuthMe] Hook with Essentials plugin
[15:35:26] [Server thread/INFO]: [AuthMe] Hook with EssentialsSpawn plugin
[15:35:26] [Server thread/INFO]: [AuthMe] Vault plugin detected, hook with PermissionsEx system
[15:35:26] [Server thread/INFO]: [AuthMe] Authme 3.1.1 enabled
[15:35:26] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat v2.12.1
[15:35:26] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
[15:35:26] [Server thread/INFO]: Done (5.259s)! For help, type "help" or "?"
[15:35:26] [Server thread/INFO]: Starting GS4 status listener
[15:35:26] [Query Listener #1/INFO]: Query running on 93.91.250.125:27333
[15:35:26] [Server thread/INFO]: Starting remote control listener
[15:35:26] [Server thread/WARN]: No rcon password set in '/hlserver/27333/server.properties', rcon disabled!
[15:35:26] [Server thread/INFO]: [Citizens] Loaded 0 NPCs.
[15:35:27] [pool-3-thread-13/INFO]: ***** Vault Version Checker *****
[15:35:27] [pool-3-thread-13/INFO]: Stable Version: 1.2.29
[15:35:27] [pool-3-thread-13/INFO]: Current Version: 1.2.29
[15:35:27] [pool-3-thread-13/INFO]: No new version available
[15:35:27] [pool-3-thread-13/INFO]: *********************************
[15:35:27] [Server thread/INFO]: bartirat767[/213.194.204.2:52190] logged in with entity id 278 at ([world] -374.7077131121837, 65.12834400104441, -660.8926702016059)
[15:35:27] [Server thread/ERROR]: Could not pass event PlayerJoinEvent to HealthDisplay v0.5
org.bukkit.event.EventException
   at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:320) ~[minecraft_server.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2979jnks]
   at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[minecraft_server.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2979jnks]
   at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:481) [minecraft_server.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2979jnks]
   at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:466) [minecraft_server.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2979jnks]
   at net.minecraft.server.v1_7_R1.PlayerList.c(PlayerList.java:225) [minecraft_server.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2979jnks]
   at net.minecraft.server.v1_7_R1.PlayerList.a(PlayerList.java:116) [minecraft_server.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2979jnks]
   at net.minecraft.server.v1_7_R1.LoginListener.c(LoginListener.java:78) [minecraft_server.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2979jnks]
   at net.minecraft.server.v1_7_R1.LoginListener.a(LoginListener.java:42) [minecraft_server.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2979jnks]
   at net.minecraft.server.v1_7_R1.NetworkManager.a(NetworkManager.java:149) [minecraft_server.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2979jnks]
   at net.minecraft.server.v1_7_R1.ServerConnection.c(SourceFile:134) [minecraft_server.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2979jnks]
   at net.minecraft.server.v1_7_R1.MinecraftServer.u(MinecraftServer.java:655) [minecraft_server.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2979jnks]
   at net.minecraft.server.v1_7_R1.DedicatedServer.u(DedicatedServer.java:250) [minecraft_server.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2979jnks]
   at net.minecraft.server.v1_7_R1.MinecraftServer.t(MinecraftServer.java:545) [minecraft_server.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2979jnks]
   at net.minecraft.server.v1_7_R1.MinecraftServer.run(MinecraftServer.java:457) [minecraft_server.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2979jnks]
   at net.minecraft.server.v1_7_R1.ThreadServerApplication.run(SourceFile:617) [minecraft_server.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2979jnks]
Caused by: java.lang.NoClassDefFoundError: net/minecraft/server/v1_5_R2/IScoreboardCriteria
   at com.github.skipperguy12.HealthDisplay.ML.join(ML.java:64) ~[?:?]
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_40]
   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[?:1.7.0_40]
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_40]
   at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_40]
   at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:318) ~[minecraft_server.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2979jnks]
   ... 14 more
Caused by: java.lang.ClassNotFoundException: net.minecraft.server.v1_5_R2.IScoreboardCriteria
   at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:67) ~[minecraft_server.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2979jnks]
   at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:62) ~[minecraft_server.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2979jnks]
   at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.7.0_40]
   at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.7.0_40]
   at com.github.skipperguy12.HealthDisplay.ML.join(ML.java:64) ~[?:?]
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_40]
   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[?:1.7.0_40]
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_40]
   at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_40]
   at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:318) ~[minecraft_server.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2979jnks]
   ... 14 more
[15:35:34] [Server thread/INFO]: bartirat767 issued server command: /login inuska11
[15:35:34] [Server thread/INFO]: [AuthMe] bartirat767 logged in!
[15:35:37] [Server thread/WARN]: [WorldEdit] No compatible nms block class found.
[15:35:45] [Server thread/INFO]: bartirat767 issued server command: /res sel
[15:35:50] [Server thread/INFO]: bartirat767 issued server command: /res select
[15:35:56] [Server thread/INFO]: bartirat767 issued server command: /res select ka
[15:36:02] [Server thread/INFO]: bartirat767 issued server command: /res ?
[15:36:11] [Server thread/INFO]: bartirat767 issued server command: /res select vert
[15:36:14] [Server thread/INFO]: bartirat767 issued server command: /res select vert
[15:39:36] [Server thread/INFO]: bartirat767 issued server command: /give bartirat767 280
[15:39:58] [Server thread/INFO]: bartirat767 issued server command: /resadmin remove
[15:40:05] [Server thread/INFO]: bartirat767 issued server command: /resadmin confirm
[15:40:10] [Server thread/INFO]: bartirat767 issued server command: /speed 5
[15:40:38] [Server thread/INFO]: bartirat767 issued server command: /resadmin create
[15:40:42] [Server thread/INFO]: bartirat767 issued server command: /resadmin create SPAWN
[15:40:48] [Server thread/INFO]: bartirat767 issued server command: /resadmin create SPAWN
[15:41:07] [Server thread/INFO]: bartirat767 issued server command: /resadmin select 1000 1000 1000
[15:41:16] [Server thread/INFO]: bartirat767 issued server command: /res select vert
[15:41:24] [Server thread/INFO]: bartirat767 issued server command: /resadmin create SPAWN
[15:41:54] [Server thread/INFO]: bartirat767 issued server command: /resadmin set healing t
[15:42:12] [Server thread/INFO]: bartirat767 issued server command: /resadmin remove
[15:42:15] [Server thread/INFO]: bartirat767 issued server command: /resadmin remove SPAWN
[15:42:20] [Server thread/INFO]: bartirat767 issued server command: /res confirm
[15:43:10] [Server thread/INFO]: bartirat767 issued server command: /resadmin select -1380 1000 592
[15:43:18] [Server thread/INFO]: bartirat767 issued server command: /res select vert
[15:43:24] [Server thread/INFO]: bartirat767 issued server command: /resadmin create SPAWN
[15:46:38] [Server thread/INFO]: bartirat767 issued server command: /speed 2
[15:47:07] [Server thread/INFO]: bartirat767 issued server command: //set 0
[15:47:26] [Server thread/INFO]: bartirat767 issued server command: //set sandstone_slab
[15:47:38] [Server thread/INFO]: bartirat767 issued server command: //set Sandstone_slab
[15:47:41] [Server thread/INFO]: bartirat767 issued server command: //set Sandstone_Slab
[15:47:45] [Server thread/INFO]: bartirat767 issued server command: //set Sandstoneslab
[15:47:53] [Server thread/INFO]: bartirat767 issued server command: //set slab
[15:47:56] [Server thread/INFO]: bartirat767 issued server command: //set slab:1
[15:48:02] [Server thread/INFO]: kkubier[/83.208.42.249:50850] logged in with entity id 6139 at ([world] -375.5, 69.0, -596.5)
[15:48:02] [Server thread/ERROR]: Could not pass event PlayerJoinEvent to HealthDisplay v0.5
org.bukkit.event.EventException
   at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:320) ~[minecraft_server.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2979jnks]
   at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[minecraft_server.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2979jnks]
   at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:481) [minecraft_server.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2979jnks]
   at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:466) [minecraft_server.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2979jnks]
   at net.minecraft.server.v1_7_R1.PlayerList.c(PlayerList.java:225) [minecraft_server.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2979jnks]
   at net.minecraft.server.v1_7_R1.PlayerList.a(PlayerList.java:116) [minecraft_server.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2979jnks]
   at net.minecraft.server.v1_7_R1.LoginListener.c(LoginListener.java:78) [minecraft_server.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2979jnks]
   at net.minecraft.server.v1_7_R1.LoginListener.a(LoginListener.java:42) [minecraft_server.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2979jnks]
   at net.minecraft.server.v1_7_R1.NetworkManager.a(NetworkManager.java:149) [minecraft_server.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2979jnks]
   at net.minecraft.server.v1_7_R1.ServerConnection.c(SourceFile:134) [minecraft_server.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2979jnks]
   at net.minecraft.server.v1_7_R1.MinecraftServer.u(MinecraftServer.java:655) [minecraft_server.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2979jnks]
   at net.minecraft.server.v1_7_R1.DedicatedServer.u(DedicatedServer.java:250) [minecraft_server.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2979jnks]
   at net.minecraft.server.v1_7_R1.MinecraftServer.t(MinecraftServer.java:545) [minecraft_server.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2979jnks]
   at net.minecraft.server.v1_7_R1.MinecraftServer.run(MinecraftServer.java:457) [minecraft_server.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2979jnks]
   at net.minecraft.server.v1_7_R1.ThreadServerApplication.run(SourceFile:617) [minecraft_server.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2979jnks]
Caused by: java.lang.NoClassDefFoundError: net/minecraft/server/v1_5_R2/IScoreboardCriteria
   at com.github.skipperguy12.HealthDisplay.ML.join(ML.java:64) ~[?:?]
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_40]
   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[?:1.7.0_40]
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_40]
   at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_40]
   at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:318) ~[minecraft_server.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2979jnks]
   ... 14 more
Caused by: java.lang.ClassNotFoundException: net.minecraft.server.v1_5_R2.IScoreboardCriteria
   at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:67) ~[minecraft_server.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2979jnks]
   at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:62) ~[minecraft_server.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2979jnks]
   at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.7.0_40]
   at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.7.0_40]
   at com.github.skipperguy12.HealthDisplay.ML.join(ML.java:64) ~[?:?]
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_40]
   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[?:1.7.0_40]
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_40]
   at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_40]
   at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:318) ~[minecraft_server.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2979jnks]
   ... 14 more
[15:48:03] [pool-5-thread-1/INFO]: Creating empty config: /hlserver/27333/plugins/Essentials/userdata/kkubier.yml
[15:48:15] [Netty IO #6/INFO]: < [MAJITEL]bartirat767> Vítej na serveru kubo! :D
[15:48:21] [Server thread/INFO]: kkubier issued server command: /register eTL8sb eTL8sb
[15:48:21] [Server thread/INFO]: [AuthMe] kkubier registered 83.208.42.249
[15:48:27] [Server thread/INFO]: bartirat767 issued server command: //set slab:1
[15:49:08] [Netty IO #11/INFO]: < [Hrac]kkubier> cau
[15:49:31] [Server thread/INFO]: bartirat767 issued server command: //set slab:1
[15:49:43] [Server thread/INFO]: kkubier has just earned the achievement [Taking Inventory]
[15:49:46] [Server thread/INFO]: bartirat767 issued server command: //set slab:1
[15:49:48] [Server thread/INFO]: bartirat767 issued server command: //set slab:1


Děkuji
bartirat767
Naposledy upravil(a) MartYn767 dne 08 led 2014, 16:51, celkem upraveno 1 x.

vojtamaniak
Příspěvky: 3512
Věk: 26
Registrován: 18 úno 2012, 21:02
Reputation: 11

Re: Residence - nejde oznacit

#2 Příspěvekod vojtamaniak » 08 led 2014, 16:48

Dej sem server.log/latest.log při startu.

MartYn767
Příspěvky: 24
Registrován: 07 led 2014, 17:53
Reputation: 0

Re: Residence - nejde oznacit

#3 Příspěvekod MartYn767 » 08 led 2014, 16:52

vojtamaniak píše:Dej sem server.log/latest.log při startu.



hotovo

vojtamaniak
Příspěvky: 3512
Věk: 26
Registrován: 18 úno 2012, 21:02
Reputation: 11

Re: Residence - nejde oznacit

#4 Příspěvekod vojtamaniak » 08 led 2014, 16:54

K tomu označování: Jde to hráčům? Protože je možné, že se to bije s worldeditem :-)

MartYn767
Příspěvky: 24
Registrován: 07 led 2014, 17:53
Reputation: 0

Re: Residence - nejde oznacit

#5 Příspěvekod MartYn767 » 08 led 2014, 16:57

vojtamaniak píše:K tomu označování: Jde to hráčům? Protože je možné, že se to bije s worldeditem :-)


Teď jsem zkusil a nejde.. Úplně ten samý problém.

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

Re: Residence - nejde oznacit

#6 Příspěvekod AyACZE » 08 led 2014, 17:40

Pokud sis prenastavil to co byl string tak to neni "SelectionTool" ale "InfoTool" ten je na zobrazení informaci o residenci ve ktere kliknes a ne na vyber bodu. Musis si nastavit svuj nastroj v polozce "SelectionToolId: xxx", kde xxx je ID nastroje. Mas tam aktualne nastavenou drevenou motyku!
Classic Survival (IP:mc.coolcraft.eu)
No cheat, střelné zbraně, Hide n Seek, 1.7.2-1.7.10 !
Real Skyblock (IP:sky.coolcraft.eu)
No fly, no cheat, propracované úkoly - skyblock kompletně česky !!
...::: http://www.CoolCraft.eu :::...

MartYn767
Příspěvky: 24
Registrován: 07 led 2014, 17:53
Reputation: 0

Re: Residence - nejde oznacit

#7 Příspěvekod MartYn767 » 08 led 2014, 18:27

AyACZE píše:Pokud sis prenastavil to co byl string tak to neni "SelectionTool" ale "InfoTool" ten je na zobrazení informaci o residenci ve ktere kliknes a ne na vyber bodu. Musis si nastavit svuj nastroj v polozce "SelectionToolId: xxx", kde xxx je ID nastroje. Mas tam aktualne nastavenou drevenou motyku!



aha, děkuju moc :)


Zpět na „Minecraft, Tekkit“

Kdo je online

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