Residence

Technická podpora k herním serverům Minecraft a Tekkit
Message
Autor
MagiCraft
Příspěvky: 369
Registrován: 29 kvě 2013, 18:34
Reputation: 3
Kontaktovat uživatele:

Residence

#1 Příspěvekod MagiCraft » 12 črc 2013, 21:02

MagiCraft
93.91.250.142:27472

Caute :)
Prosim poradte co mam robit.
Ked napisem napr. /res gset Doly.6 Vip destroy true
napise mi Invalid group...
Co mam stym robit?
IP: Play.MagiCraft.eu
MagiCraft

Ak som pomohol K+ poteší :)

enalan
Příspěvky: 1552
Věk: 26
Registrován: 13 led 2013, 14:36
Reputation: 0

Re: Residence

#2 Příspěvekod enalan » 12 črc 2013, 21:36

Pokud se nepletu, upravit v configu ? :)
Ušetři na nákupech v eshopech se společností Plná Peněženka.
Web, který tě přiučím novým věcem - http://neobycejny-svet.cz/
Aktuální kontakt na mě - tom.cana@seznam.cz

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

Re: Residence

#3 Příspěvekod jandamilanek » 12 črc 2013, 21:37

Máš správnou velikost písmen? Nevím jestli na tom záleží. Dej sem config residencí a server.log při startu, abychom věděli, jestli nemají Residence problém se nahookovat do permisí.
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.

MagiCraft
Příspěvky: 369
Registrován: 29 kvě 2013, 18:34
Reputation: 3
Kontaktovat uživatele:

Re: Residence

#4 Příspěvekod MagiCraft » 12 črc 2013, 21:58

Spoiler: zobrazit

Kód: Vybrat vše

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


-- 12 črc 2013, 22:03 --

Spoiler: zobrazit

Kód: Vybrat vše

2013-07-12 22:01:12 [INFO] Starting minecraft server version 1.5.2
2013-07-12 22:01:12 [INFO] Loading properties
2013-07-12 22:01:12 [INFO] Default game type: SURVIVAL
2013-07-12 22:01:12 [INFO] Generating keypair
2013-07-12 22:01:12 [INFO] Starting Minecraft server on 93.91.250.142:27472
2013-07-12 22:01:13 [INFO] This server is running CraftBukkit version git-Bukkit-1.5.2-R1.0-1-gf46bd58-b2790jnks (MC: 1.5.2) (Implementing API version 1.5.2-R1.1-SNAPSHOT)
2013-07-12 22:01:13 [INFO] ----- Bukkit Auto Updater -----
2013-07-12 22:01:13 [INFO] It appears that you're running a Development Build, when you've specified in bukkit.yml that you prefer to run Recommended Builds.
2013-07-12 22:01:13 [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'.
2013-07-12 22:01:13 [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.
2013-07-12 22:01:13 [INFO] If you would like to disable this warning, simply set 'suggest-channels' to false in bukkit.yml.
2013-07-12 22:01:13 [INFO] ----- ------------------- -----
2013-07-12 22:01:13 [INFO] [PermissionsEx] sql backend registered!
2013-07-12 22:01:13 [INFO] [PermissionsEx] file backend registered!
2013-07-12 22:01:13 [INFO] [PermissionsEx] PermissionEx plugin initialized.
2013-07-12 22:01:13 [INFO] [TimTheEnchanter] Loading TimTheEnchanter v3.0
2013-07-12 22:01:13 [INFO] [LagMeter] Loading LagMeter v1.9.0
2013-07-12 22:01:13 [INFO] [MultiWorld] Loading MultiWorld v4.5.4
2013-07-12 22:01:13 [INFO] [WorldEdit] Loading WorldEdit v5.5.6
2013-07-12 22:01:13 [INFO] [FakaHedaMinequery] Loading FakaHedaMinequery v1.2
2013-07-12 22:01:13 [INFO] [CustomServerMessages] Loading CustomServerMessages v3.1.7
2013-07-12 22:01:13 [INFO] [ColoredSigns] Loading ColoredSigns v1.2
2013-07-12 22:01:13 [INFO] [SpamGuard] Loading SpamGuard v1.1
2013-07-12 22:01:13 [INFO] [SimpleCommandSigns] Loading SimpleCommandSigns v0.8
2013-07-12 22:01:13 [INFO] [Vault] Loading Vault v1.2.24-b304
2013-07-12 22:01:13 [INFO] [PermissionsEx] Loading PermissionsEx v1.19.6
2013-07-12 22:01:13 [INFO] [PermissionsEx] Initializing file backend
2013-07-12 22:01:13 [INFO] Permissions file successfully reloaded
2013-07-12 22:01:13 [INFO] [CookieMonster] Loading CookieMonster v1.7.4.1
2013-07-12 22:01:13 [INFO] [Trampolin] Loading Trampolin v0.6
2013-07-12 22:01:13 [INFO] [uSkyBlock] Loading uSkyBlock v1.0.7
2013-07-12 22:01:13 [INFO] [WorldGuard] Loading WorldGuard v5.7.5
2013-07-12 22:01:13 [INFO] [TreeAssist] Loading TreeAssist v5.4.2
2013-07-12 22:01:13 [INFO] [HeadHunter] Loading HeadHunter v1.4.0
2013-07-12 22:01:13 [INFO] [HeroicDeathPlus] Loading HeroicDeathPlus v2.1
2013-07-12 22:01:13 [INFO] [iConomy] Loading iConomy v7.0
2013-07-12 22:01:13 [INFO] [DisguiseCraft] Loading DisguiseCraft v4.7
2013-07-12 22:01:13 [INFO] [Cestinator] Loading Cestinator v1.5
2013-07-12 22:01:13 [INFO] [Chadmin] Loading Chadmin v1.2
2013-07-12 22:01:13 [INFO] [CraftBook] Loading CraftBook v2340-2d55f92
2013-07-12 22:01:13 [INFO] [Timeismoney] Loading Timeismoney v1.0
2013-07-12 22:01:13 [INFO] [TimedMessages] Loading TimedMessages v1.3.1
2013-07-12 22:01:13 [INFO] [AntiReklama] Loading AntiReklama v1.4
2013-07-12 22:01:13 [INFO] [SimpleReserve] Loading SimpleReserve v0.5.0_1
2013-07-12 22:01:13 [INFO] [MobArena] Loading MobArena v0.94.4.98
2013-07-12 22:01:13 [INFO] [Essentials] Loading Essentials v2.11.1
2013-07-12 22:01:13 [INFO] [Citizens] Loading Citizens v2.0.8-SNAPSHOT (build 803)
2013-07-12 22:01:13 [INFO] [Jobs] Loading Jobs v2.9.2
2013-07-12 22:01:13 [INFO] [MobDisguisePVPControl] Loading MobDisguisePVPControl v0.6
2013-07-12 22:01:13 [INFO] [EssentialsProtect] Loading EssentialsProtect v2.10.1
2013-07-12 22:01:13 [INFO] MLog clients using java 1.4+ standard logging.
2013-07-12 22:01:13 [INFO] [EssentialsSpawn] Loading EssentialsSpawn v2.11.1
2013-07-12 22:01:13 [INFO] [ScoreboardStats] Loading ScoreboardStats v0.5.9
2013-07-12 22:01:13 [INFO] [LWC] Loading LWC v4.3.2 (b858-git-MANUAL) (March 16, 2013)
2013-07-12 22:01:13 [INFO] [EssentialsChat] Loading EssentialsChat v2.11.1
2013-07-12 22:01:13 [INFO] [Residence] Loading Residence v2.6.6.4
2013-07-12 22:01:13 [INFO] [PlotMe] Loading PlotMe v0.13b
2013-07-12 22:01:13 [INFO] [Multiverse-Core] Loading Multiverse-Core v2.4-b527
2013-07-12 22:01:13 [INFO] [ResidenceSigns] Loading ResidenceSigns v1.3
2013-07-12 22:01:13 [INFO] [ChestShop] Loading ChestShop v3.50-t0059
2013-07-12 22:01:13 [INFO] [CreativeGates] Loading CreativeGates v1.4
2013-07-12 22:01:13 [INFO] [Multiverse-Inventories] Loading Multiverse-Inventories v2.5-b335
2013-07-12 22:01:13 [INFO] [AuthMe] Loading AuthMe v2.7.16
2013-07-12 22:01:13 [INFO] [Vault] Enabling Vault v1.2.24-b304
2013-07-12 22:01:13 [INFO] [Vault][Economy] Essentials Economy found: Waiting
2013-07-12 22:01:13 [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.
2013-07-12 22:01:13 [WARNING] if you're using Votifier, or any other plugin which handles economy data in a threaded manner your server is at risk!
2013-07-12 22:01:13 [WARNING] it is highly suggested to use SQL with iCo6 or to use an alternative economy plugin!
2013-07-12 22:01:13 [INFO] [Vault][Economy] iConomy 6 found: Waiting
2013-07-12 22:01:13 [INFO] [Vault][Permission] PermissionsEx found: Waiting
2013-07-12 22:01:13 [INFO] [Vault][Permission] SuperPermissions loaded as backup permission system.
2013-07-12 22:01:13 [INFO] [Vault][Chat] PermissionsEx found: Waiting
2013-07-12 22:01:13 [INFO] [Vault] Enabled Version 1.2.24-b304
2013-07-12 22:01:13 [INFO] [Vault][Economy] Essentials Economy hooked.
2013-07-12 22:01:13 [INFO] [Vault][Economy] iConomy 7 hooked.
2013-07-12 22:01:13 [INFO] [Vault][Permission] PermissionsEx hooked.
2013-07-12 22:01:13 [INFO] [uSkyBlock] Enabling uSkyBlock v1.0.7
2013-07-12 22:01:13 [INFO] [uSkyBlock] Using built in protection.
2013-07-12 22:01:13 [INFO] [uSkyBlock] 0 schematics loaded.
2013-07-12 22:01:14 [INFO] [uSkyBlock] uSkyBlock v.1.0.7 enabled.
2013-07-12 22:01:14 [INFO] [LWC] Enabling LWC v4.3.2 (b858-git-MANUAL) (March 16, 2013)
2013-07-12 22:01:14 [INFO] [LWC] Connecting to SQLite
2013-07-12 22:01:15 [INFO] [PlotMe] Enabling PlotMe v0.13b
2013-07-12 22:01:15 [INFO] §9[PlotMe] §r 408 plots loaded
2013-07-12 22:01:15 [WARNING] **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
2013-07-12 22:01:15 [WARNING] The server will make no attempt to authenticate usernames. Beware.
2013-07-12 22:01:15 [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.
2013-07-12 22:01:15 [WARNING] To change this, set "online-mode" to "true" in the server.properties file.
2013-07-12 22:01:15 [INFO] Preparing level "world"
2013-07-12 22:01:15 [INFO] Preparing start region for level 0 (Seed: -6944186291817197828)
2013-07-12 22:01:15 [INFO] Preparing start region for level 1 (Seed: -3903693006788038964)
2013-07-12 22:01:16 [INFO] Preparing start region for level 2 (Seed: -3903693006788038964)
2013-07-12 22:01:16 [INFO] [TimTheEnchanter] Enabling TimTheEnchanter v3.0
2013-07-12 22:01:16 [INFO] [TimTheEnchanter] There are some who call me... Tim?
2013-07-12 22:01:16 [INFO] [LagMeter] Enabling LagMeter v1.9.0
2013-07-12 22:01:16 [INFO] [LagMeter] Not using logs folder.
2013-07-12 22:01:16 [INFO] [LagMeter 1.9.0] Enabled!  Polling every 40 server ticks.  Logging to /hlserver/27472/plugins/LagMeter/lag.log
2013-07-12 22:01:16 [INFO] [MultiWorld] Enabling MultiWorld v4.5.4
2013-07-12 22:01:16 [INFO] [MultiWorld] v4.5.4 enabled.
2013-07-12 22:01:16 [INFO] [WorldEdit] Enabling WorldEdit v5.5.6
2013-07-12 22:01:16 [INFO] WEPIF: Using the Bukkit Permissions API.
2013-07-12 22:01:16 [INFO] [FakaHedaMinequery] Enabling FakaHedaMinequery v1.2
2013-07-12 22:01:16 [INFO] Starting FakaHedaMinequery server on 93.91.250.142:28472
2013-07-12 22:01:16 [INFO] [CustomServerMessages] Enabling CustomServerMessages v3.1.7
2013-07-12 22:01:16 [INFO] [CustomServerMessages] CustomServerMessages succesfully enabled.
2013-07-12 22:01:16 [INFO] [ColoredSigns] Enabling ColoredSigns v1.2
2013-07-12 22:01:16 [INFO] [SpamGuard] Enabling SpamGuard v1.1
2013-07-12 22:01:16 [INFO] [SpamGuard] 1 bans loaded.
2013-07-12 22:01:16 [INFO] ------------------------------------------------------
2013-07-12 22:01:16 [INFO] SpamGuard version 1.1 is now enabled.
2013-07-12 22:01:16 [INFO] Please consider donating! http://tiny.cc/sgdonate
2013-07-12 22:01:16 [INFO] Project dev page: http://tiny.cc/spamguard
2013-07-12 22:01:16 [INFO] ------------------------------------------------------
2013-07-12 22:01:16 [INFO] [SpamGuard] SpamGuard is up to date!
2013-07-12 22:01:16 [INFO] [SpamGuard] Server info saved.
2013-07-12 22:01:16 [INFO] [SimpleCommandSigns] Enabling SimpleCommandSigns v0.8
2013-07-12 22:01:16 [INFO] [SimpleCommandSigns] LWC plugin found!
2013-07-12 22:01:16 [INFO] SimpleCommandSigns version 0.8 is enabled!
2013-07-12 22:01:16 [INFO] [PermissionsEx] Enabling PermissionsEx v1.19.6
2013-07-12 22:01:17 [INFO] [PermissionsEx] Superperms support enabled.
2013-07-12 22:01:17 [INFO] [PermissionsEx] v1.19.6 enabled
2013-07-12 22:01:17 [INFO] WEPIF: PermissionsEx detected! Using PermissionsEx for permissions.
2013-07-12 22:01:17 [INFO] [Vault][Chat] PermissionsEx_Chat hooked.
2013-07-12 22:01:17 [INFO] [CookieMonster] Enabling CookieMonster v1.7.4.1
2013-07-12 22:01:17 [INFO] [CookieMonster] Using Vault v1.2.24-b304 for economy
2013-07-12 22:01:17 [INFO] [CookieMonster]  v1.7.4.1 loaded successfully.
2013-07-12 22:01:17 [INFO] [CookieMonster]  Developed by: [jascotty2, Coelho]
2013-07-12 22:01:17 [INFO] [Trampolin] Enabling Trampolin v0.6
2013-07-12 22:01:17 [INFO] [WorldGuard] Enabling WorldGuard v5.7.5
2013-07-12 22:01:17 [INFO] [WorldGuard] (world) TNT ignition is PERMITTED.
2013-07-12 22:01:17 [INFO] [WorldGuard] (world) Lighters are PERMITTED.
2013-07-12 22:01:17 [INFO] [WorldGuard] (world) Lava fire is blocked.
2013-07-12 22:01:17 [INFO] [WorldGuard] (world) Fire spread is UNRESTRICTED.
2013-07-12 22:01:17 [INFO] [WorldGuard] Loaded configuration for world 'world'
2013-07-12 22:01:17 [INFO] [WorldGuard] (world_nether) TNT ignition is PERMITTED.
2013-07-12 22:01:17 [INFO] [WorldGuard] (world_nether) Lighters are PERMITTED.
2013-07-12 22:01:17 [INFO] [WorldGuard] (world_nether) Lava fire is blocked.
2013-07-12 22:01:17 [INFO] [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
2013-07-12 22:01:17 [INFO] [WorldGuard] Loaded configuration for world 'world_nether'
2013-07-12 22:01:17 [INFO] [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
2013-07-12 22:01:17 [INFO] [WorldGuard] (world_the_end) Lighters are PERMITTED.
2013-07-12 22:01:17 [INFO] [WorldGuard] (world_the_end) Lava fire is blocked.
2013-07-12 22:01:17 [INFO] [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
2013-07-12 22:01:17 [INFO] [WorldGuard] Loaded configuration for world 'world_the_end'
2013-07-12 22:01:17 [INFO] [WorldGuard] 1 regions loaded for 'world'
2013-07-12 22:01:17 [INFO] [WorldGuard] 0 regions loaded for 'world_nether'
2013-07-12 22:01:17 [INFO] [WorldGuard] 0 regions loaded for 'world_the_end'
2013-07-12 22:01:17 [INFO] [TreeAssist] Enabling TreeAssist v5.4.2
2013-07-12 22:01:17 [INFO] [HeadHunter] Enabling HeadHunter v1.4.0
2013-07-12 22:01:17 [INFO] [HeroicDeathPlus] Enabling HeroicDeathPlus v2.1
2013-07-12 22:01:17 [INFO] [HeroicDeathPlus] 2.1 enabled.
2013-07-12 22:01:17 [INFO] [iConomy] Enabling iConomy v7.0
2013-07-12 22:01:17 [INFO] [iConomy - April Fools] Enabled (15 ms)
2013-07-12 22:01:17 [INFO] [iConomy] Hello, I'm Nijikokun. Yes, this is an April Fools joke, but '/money top' was fixed! Enjoy :) - Rare Version!
2013-07-12 22:01:17 [INFO] [iConomy - April Fools] Purged accounts with default balance.
2013-07-12 22:01:17 [INFO] [DisguiseCraft] Enabling DisguiseCraft v4.7
2013-07-12 22:01:17 [WARNING] [DisguiseCraft] You have "disguisePVP" enabled in the configuration, but do not have the ProtocolLib plugin installed! Players wearing disguises can not be attacked by melee!
2013-07-12 22:01:17 [INFO] [DisguiseCraft] Version 4.7 is enabled!
2013-07-12 22:01:17 [INFO] [Cestinator] Enabling Cestinator v1.5
2013-07-12 22:01:17 [INFO] [Chadmin] Enabling Chadmin v1.2
2013-07-12 22:01:17 [INFO] [Chadmin] Vault support enabled!
2013-07-12 22:01:17 [INFO] [Chadmin] [Warning] No Permissions System Found!
2013-07-12 22:01:17 [INFO] [Chadmin] Using OP-Rights for Commands!
2013-07-12 22:01:17 [INFO] [Chadmin] Loading Channels...
2013-07-12 22:01:17 [INFO] [Chadmin] Found Channel Default
2013-07-12 22:01:17 [INFO] [Chadmin] Loading Commands...
2013-07-12 22:01:17 [INFO] [Chadmin] Commands successfully loaded!
2013-07-12 22:01:17 [INFO] [Chadmin] Done!
2013-07-12 22:01:17 [INFO] [Chadmin] Checking for updates...
2013-07-12 22:01:18 [INFO] [Chadmin] No updates found!
2013-07-12 22:01:18 [INFO] [CraftBook] Enabling CraftBook v2340-2d55f92
2013-07-12 22:01:19 [INFO] [CraftBook] CraftBook v3.7b4 is the latest version available, and the updatability of it is: NO_UPDATE. You currently have version 3.7b1 installed.
2013-07-12 22:01:19 [INFO] 1 cauldron recipe(s) loaded
2013-07-12 22:01:19 [INFO] [CraftBook] Registered a new shaped recipe!
2013-07-12 22:01:19 [INFO] [CraftBook] Registered a new shapeless recipe!
2013-07-12 22:01:19 [INFO] [CraftBook] Registered a new furnace recipe!
2013-07-12 22:01:19 [INFO] [CraftBook] Registered 3 custom recipes!
2013-07-12 22:01:19 [WARNING] [CraftBook] Chairs require ProtocolLib! They will not function without it!
2013-07-12 22:01:19 [INFO] [CraftBook] Added CommandItem: LightningRod
2013-07-12 22:01:19 [INFO] [CraftBook] Enumerating chunks for self-triggered components...
2013-07-12 22:01:19 [INFO] [WorldEdit] Using inbuilt NmsBlock for this version.
2013-07-12 22:01:19 [INFO] [CraftBook] 1875 chunk(s) for 3 world(s) processed (35ms elapsed)
2013-07-12 22:01:19 [INFO] [Timeismoney] Enabling Timeismoney v1.0
2013-07-12 22:01:19 [INFO] [Timeismoney] Vault dependency found. Economy plugin found: iConomy 7
2013-07-12 22:01:19 [INFO] Timeismoney is now enabled
2013-07-12 22:01:19 [INFO] [TimedMessages] Enabling TimedMessages v1.3.1
2013-07-12 22:01:19 [INFO] [AntiReklama] Enabling AntiReklama v1.4
2013-07-12 22:01:19 [INFO] [SimpleReserve] Enabling SimpleReserve v0.5.0_1
2013-07-12 22:01:19 [FINER] [SimpleReserve] Created SimpleReserveListener with kickMessage: "Bol si nahodne kicknutý, aby sa pripojilo VIP alebo ExtraVIP.!        //Kickovací zpráva, pokud se připojí VIP,Nebo určitá skupina" and fullMessage: "Server je plny !Kup si vip a budes mat rezerovavany slot na serveru !         //Připojení na plný server-hláška"
2013-07-12 22:01:19 [INFO] [SimpleReserve] SimpleReserve version 0.5.0_1 enabled!
2013-07-12 22:01:19 [INFO] [MobArena] Enabling MobArena v0.94.4.98
2013-07-12 22:01:19 [INFO] [MobArena] Loaded arena 'default'.
2013-07-12 22:01:19 [INFO] [MobArena] v0.94.4.98 enabled.
2013-07-12 22:01:19 [INFO] [Essentials] Enabling Essentials v2.11.1
2013-07-12 22:01:19 [WARNING] §4Version mismatch! Please update EssentialsProtect to the same version.
2013-07-12 22:01:19 [INFO] Essentials: Using PermissionsEx based permissions.
2013-07-12 22:01:19 [INFO] [Essentials] Payment method found (Vault - Economy: iConomy 7 version: 1.2.24-b304)
2013-07-12 22:01:19 [INFO] [Citizens] Enabling Citizens v2.0.8-SNAPSHOT (build 803)
2013-07-12 22:01:19 [INFO] [Jobs] Enabling Jobs v2.9.2
2013-07-12 22:01:19 [WARNING] [Jobs] Job Miner is using REDSTONE_ORE instead of GLOWING_REDSTONE_ORE.
2013-07-12 22:01:19 [WARNING] [Jobs] Automatically changing block to GLOWING_REDSTONE_ORE.  Please update your configuration.
2013-07-12 22:01:19 [WARNING] [Jobs] In vanilla minecraft, REDSTONE_ORE changes to GLOWING_REDSTONE_ORE when interacted with.
2013-07-12 22:01:19 [WARNING] [Jobs] In the future, Jobs using REDSTONE_ORE instead of GLOWING_REDSTONE_ORE may fail to work correctly.
2013-07-12 22:01:19 [WARNING] [Jobs] Job Brewer has an invalid Brew type property: REDSTONE_DUST!
2013-07-12 22:01:20 [INFO] [Jobs] Started database save task
2013-07-12 22:01:20 [INFO] [Jobs] Started buffered payment thread
2013-07-12 22:01:20 [INFO] [Jobs] [Jobs] Successfully linked with Vault.
2013-07-12 22:01:20 [INFO] [Jobs] Buffered payment thread shutdown
2013-07-12 22:01:20 [INFO] [Jobs] Started buffered payment thread
2013-07-12 22:01:20 [INFO] [Jobs] Plugin has been enabled succesfully.
2013-07-12 22:01:20 [INFO] [Jobs] Started database save task
2013-07-12 22:01:20 [INFO] [Jobs] Database save task shutdown
2013-07-12 22:01:20 [INFO] [MobDisguisePVPControl] Enabling MobDisguisePVPControl v0.6
2013-07-12 22:01:20 [INFO] MobDisguisePVPControl version 0.6 is enabled!
2013-07-12 22:01:20 [INFO] [EssentialsProtect] Enabling EssentialsProtect v2.10.1
2013-07-12 22:01:20 [WARNING] §4Version mismatch! Please update all Essentials jars to the same version.
2013-07-12 22:01:20 [INFO] Initializing c3p0-0.9.1.2 [built 21-May-2007 15:04:56; debug? true; trace: 10]
2013-07-12 22:01:20 [INFO] [EssentialsSpawn] Enabling EssentialsSpawn v2.11.1
2013-07-12 22:01:20 [INFO] [ScoreboardStats] Enabling ScoreboardStats v0.5.9
2013-07-12 22:01:20 [INFO] DataSourcePool [ScoreboardStats] autoCommit[false] transIsolation[SERIALIZABLE] min[2] max[250]
2013-07-12 22:01:20 [INFO] DatabasePlatform name:ScoreboardStats platform:sqlite
2013-07-12 22:01:20 [INFO] SubClassFactory parent ClassLoader [org.bukkit.plugin.java.PluginClassLoader]
2013-07-12 22:01:20 [INFO] Entities enhanced[0] subclassed[1]
2013-07-12 22:01:20 [INFO] [EssentialsChat] Enabling EssentialsChat v2.11.1
2013-07-12 22:01:20 [INFO] [Residence] Enabling Residence v2.6.6.4
2013-07-12 22:01:20 [INFO] [Residence] - Enabling multiworld plugin: Multiverse-Core
2013-07-12 22:01:20 [INFO] [Multiverse-Core] Enabling Multiverse-Core v2.4-b527
2013-07-12 22:01:20 [INFO] [Multiverse-Core] - Version 2.4-b527 (API v14) Enabled - By Rigby, fernferret, lithium3141 and main--
2013-07-12 22:01:20 [INFO] [AllPay] - Version 10.0 - hooked into iConomy 6 for Multiverse-Core v2.4-b527
2013-07-12 22:01:20 [INFO] [Multiverse-Core] Loading World & Settings - 'world' - Env: NORMAL - Type: NORMAL & seed: -6944186291817197828
2013-07-12 22:01:20 [INFO] [Multiverse-Core] Loading World & Settings - 'world_nether' - Env: NETHER - Type: NORMAL & seed: -3903693006788038964
2013-07-12 22:01:20 [INFO] [Multiverse-Core] Loading World & Settings - 'world_the_end' - Env: THE_END - Type: NORMAL & seed: -3903693006788038964
2013-07-12 22:01:20 [INFO] [Multiverse-Core] Loading World & Settings - 'skyworld' - Env: NORMAL - Type: FLAT & seed: -4008758462591325040 & generator: uSkyBlock
2013-07-12 22:01:20 [INFO] Preparing start region for level 3 (Seed: -4008758462591325040)
2013-07-12 22:01:20 [INFO] [WorldGuard] (skyworld) TNT ignition is PERMITTED.
2013-07-12 22:01:20 [INFO] [WorldGuard] (skyworld) Lighters are PERMITTED.
2013-07-12 22:01:20 [INFO] [WorldGuard] (skyworld) Lava fire is blocked.
2013-07-12 22:01:20 [INFO] [WorldGuard] (skyworld) Fire spread is UNRESTRICTED.
2013-07-12 22:01:20 [INFO] [WorldGuard] Loaded configuration for world 'skyworld'
2013-07-12 22:01:20 [INFO] [Multiverse-Core] Loading World & Settings - 'PlotWorld' - Env: NORMAL - Type: NORMAL & seed: 7890237737855272914 & generator: PlotMe
2013-07-12 22:01:20 [INFO] Preparing start region for level 4 (Seed: 7890237737855272914)
2013-07-12 22:01:21 [INFO] [WorldGuard] (PlotWorld) TNT ignition is PERMITTED.
2013-07-12 22:01:21 [INFO] [WorldGuard] (PlotWorld) Lighters are PERMITTED.
2013-07-12 22:01:21 [INFO] [WorldGuard] (PlotWorld) Lava fire is blocked.
2013-07-12 22:01:21 [INFO] [WorldGuard] (PlotWorld) Fire spread is UNRESTRICTED.
2013-07-12 22:01:21 [INFO] [WorldGuard] Loaded configuration for world 'PlotWorld'
2013-07-12 22:01:21 [INFO] [Multiverse-Core] Loading World & Settings - 'SurvivalGames' - Env: NORMAL - Type: NORMAL & seed: -478232899059059800
2013-07-12 22:01:21 [INFO] Preparing start region for level 5 (Seed: -478232899059059800)
2013-07-12 22:01:21 [INFO] [WorldGuard] (SurvivalGames) TNT ignition is PERMITTED.
2013-07-12 22:01:21 [INFO] [WorldGuard] (SurvivalGames) Lighters are PERMITTED.
2013-07-12 22:01:21 [INFO] [WorldGuard] (SurvivalGames) Lava fire is blocked.
2013-07-12 22:01:21 [INFO] [WorldGuard] (SurvivalGames) Fire spread is UNRESTRICTED.
2013-07-12 22:01:21 [INFO] [WorldGuard] Loaded configuration for world 'SurvivalGames'
2013-07-12 22:01:21 [INFO] [Multiverse-Core] 6 - World(s) loaded.
2013-07-12 22:01:21 [INFO] [Residence] Found Vault using permissions plugin:PermissionsEx
2013-07-12 22:01:21 [INFO] [Residence] Scanning for economy systems...
2013-07-12 22:01:21 [INFO] [Residence] Found Vault using economy system: iConomy 7
2013-07-12 22:01:21 [INFO] [Residence] Found WorldEdit
2013-07-12 22:01:21 [INFO] [Residence] Enabled! Version 2.6.6.4 by bekvon
2013-07-12 22:01:21 [INFO] [ResidenceSigns] Enabling ResidenceSigns v1.3
2013-07-12 22:01:21 [INFO] [ResidenceSigns] Config.yml Up To Date.
2013-07-12 22:01:21 [INFO] [ResidenceSigns] Successfully Enabled.
2013-07-12 22:01:21 [INFO] [ChestShop] Enabling ChestShop v3.50-t0059
2013-07-12 22:01:21 [INFO] [ChestShop] LWC version 4.3.2 (b858-git-MANUAL) (March 16, 2013) loaded.
2013-07-12 22:01:21 [INFO] [ChestShop] Vault loaded - using iConomy 7
2013-07-12 22:01:21 [INFO] [ChestShop] Residence version 2.6.6.4 loaded.
2013-07-12 22:01:22 [INFO] [CreativeGates] Enabling CreativeGates v1.4
2013-07-12 22:01:22 [INFO] [CreativeGates v1.4] === ENABLE START ===
2013-07-12 22:01:22 [INFO] [CreativeGates v1.4] === ENABLE DONE (Took 85ms) ===
2013-07-12 22:01:22 [INFO] [Multiverse-Inventories] Enabling Multiverse-Inventories v2.5-b335
2013-07-12 22:01:22 [INFO] [Multiverse-Inventories 2.5-b335] enabled.
2013-07-12 22:01:22 [INFO] [AuthMe] Enabling AuthMe v2.7.16
2013-07-12 22:01:22 [INFO] [AuthMe] Loading Configuration File...
2013-07-12 22:01:22 [INFO] [AuthMe] Merge new Config Options if needed..
2013-07-12 22:01:22 [INFO] [AuthMe] Set Language: en
2013-07-12 22:01:22 [INFO] [AuthMe] Hook with Multiverse-Core for SpawnLocations
2013-07-12 22:01:22 [INFO] [AuthMe] Vault plugin detected, hook with PermissionsEx system
2013-07-12 22:01:22 [INFO] [AuthMe] Authme 2.7.16 enabled
2013-07-12 22:01:22 [INFO] Server permissions file permissions.yml is empty, ignoring it
2013-07-12 22:01:23 [INFO] Done (8.180s)! For help, type "help" or "?"
2013-07-12 22:01:23 [INFO] Starting GS4 status listener
2013-07-12 22:01:23 [INFO] Starting remote control listener
2013-07-12 22:01:23 [INFO] Query running on 93.91.250.142:27472
2013-07-12 22:01:23 [WARNING] No rcon password set in '/hlserver/27472/server.properties', rcon disabled!
2013-07-12 22:01:23 [INFO] [uSkyBlock] Using vault for permissions
2013-07-12 22:01:23 [INFO] Multiverse already knows about 'skyworld'!
2013-07-12 22:01:23 [INFO] [MobArena] MobArena v0.95.3 is now available!
2013-07-12 22:01:23 [INFO] [MobArena] Your version: v0.94.4.98
2013-07-12 22:01:23 [INFO] [Citizens] Loaded 8 NPCs.
2013-07-12 22:01:23 [INFO] [LWC] An update is available. You are on version "4.3.2 (b858)". The latest version is: "4.4.0"
2013-07-12 22:01:23 [INFO] [LWC] LWC updates can be found on the Bukkit Dev page at: http://dev.bukkit.org/server-mods/lwc/
2013-07-12 22:01:23 [INFO] /88.83.241.90:64593 lost connection
2013-07-12 22:01:26 [INFO] IIxGriimZz[/88.83.241.90:64600] logged in with entity id 1449 at ([world] 675.8870789678772, 72.7662669148742, 2222.4030140702353)
2013-07-12 22:01:26 [INFO] Loaded player file for IIxGriimZz
2013-07-12 22:01:31 [INFO] Hrnek_Kafe[/78.111.126.166:2306] logged in with entity id 1697 at ([world] 67.30712814924364, 39.0, 1766.5480337077458)
2013-07-12 22:01:31 [INFO] Loaded player file for Hrnek_Kafe
2013-07-12 22:01:33 [INFO] IIxGriimZz issued an AuthMe command!
2013-07-12 22:01:34 [INFO] [AuthMe] IIxGriimZz logged in!
2013-07-12 22:01:35 [INFO] TknT[/109.164.70.17:64174] logged in with entity id 2087 at ([world] 81.3484832035149, 32.0, 1840.3148179230445)
2013-07-12 22:01:35 [INFO] Loaded player file for TknT
2013-07-12 22:01:36 [INFO] Hrnek_Kafe issued an AuthMe command!
2013-07-12 22:01:36 [INFO] [AuthMe] Hrnek_Kafe logged in!
2013-07-12 22:01:39 [INFO] holololo[/193.187.56.198:53613] logged in with entity id 2192 at ([world] -487.5887411013883, 77.0, 543.6059468044887)
2013-07-12 22:01:39 [INFO] Loaded player file for holololo
2013-07-12 22:01:41 [SEVERE] Could not pass event AsyncPlayerChatEvent to Chadmin v1.2
org.bukkit.event.EventException
   at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:427)
   at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
   at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477)
   at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:459)
   at net.minecraft.server.v1_5_R3.PlayerConnection.chat(PlayerConnection.java:894)
   at net.minecraft.server.v1_5_R3.PlayerConnection.a(PlayerConnection.java:846)
   at net.minecraft.server.v1_5_R3.Packet3Chat.handle(Packet3Chat.java:44)
   at net.minecraft.server.v1_5_R3.NetworkManager.i(NetworkManager.java:210)
   at net.minecraft.server.v1_5_R3.NetworkManager.c(NetworkManager.java:346)
   at net.minecraft.server.v1_5_R3.NetworkReaderThread.run(SourceFile:94)
Caused by: java.util.UnknownFormatConversionException: Conversion = 'j'
   at org.bukkit.event.player.AsyncPlayerChatEvent.setFormat(AsyncPlayerChatEvent.java:82)
   at org.efreak1996.Chadmin.Channel.Channel.chat(Channel.java:304)
   at org.efreak1996.Chadmin.ChatListener.onPlayerChat(ChatListener.java:20)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   at java.lang.reflect.Method.invoke(Method.java:606)
   at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:425)
   ... 9 more
2013-07-12 22:01:41 [INFO] [Survival]<M Fi W [Sponzor] IIxGriimZz> nejak malo lidi
2013-07-12 22:01:45 [INFO] penguin12345[/85.132.143.21:1736] logged in with entity id 2317 at ([world] 378.5, 99.0, 1780.5)
2013-07-12 22:01:45 [INFO] Loaded player file for penguin12345
2013-07-12 22:01:46 [INFO] TknT issued an AuthMe command!
2013-07-12 22:01:46 [INFO] [AuthMe] TknT logged in!
2013-07-12 22:01:47 [INFO] holololo issued an AuthMe command!
2013-07-12 22:01:47 [INFO] [AuthMe] holololo logged in!
2013-07-12 22:01:51 [SEVERE] Could not pass event AsyncPlayerChatEvent to Chadmin v1.2
org.bukkit.event.EventException
   at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:427)
   at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
   at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477)
   at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:459)
   at net.minecraft.server.v1_5_R3.PlayerConnection.chat(PlayerConnection.java:894)
   at net.minecraft.server.v1_5_R3.PlayerConnection.a(PlayerConnection.java:846)
   at net.minecraft.server.v1_5_R3.Packet3Chat.handle(Packet3Chat.java:44)
   at net.minecraft.server.v1_5_R3.NetworkManager.i(NetworkManager.java:210)
   at net.minecraft.server.v1_5_R3.NetworkManager.c(NetworkManager.java:346)
   at net.minecraft.server.v1_5_R3.NetworkReaderThread.run(SourceFile:94)
Caused by: java.util.UnknownFormatConversionException: Conversion = 'j'
   at org.bukkit.event.player.AsyncPlayerChatEvent.setFormat(AsyncPlayerChatEvent.java:82)
   at org.efreak1996.Chadmin.Channel.Channel.chat(Channel.java:304)
   at org.efreak1996.Chadmin.ChatListener.onPlayerChat(ChatListener.java:20)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   at java.lang.reflect.Method.invoke(Method.java:606)
   at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:425)
   ... 9 more
2013-07-12 22:01:51 [INFO] [Survival]<B M W [Hrac] Hrnek_Kafe> jj zatim ale :)
2013-07-12 22:01:51 [SEVERE] Could not pass event AsyncPlayerChatEvent to Chadmin v1.2
org.bukkit.event.EventException
   at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:427)
   at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
   at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477)
   at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:459)
   at net.minecraft.server.v1_5_R3.PlayerConnection.chat(PlayerConnection.java:894)
   at net.minecraft.server.v1_5_R3.PlayerConnection.a(PlayerConnection.java:846)
   at net.minecraft.server.v1_5_R3.Packet3Chat.handle(Packet3Chat.java:44)
   at net.minecraft.server.v1_5_R3.NetworkManager.i(NetworkManager.java:210)
   at net.minecraft.server.v1_5_R3.NetworkManager.c(NetworkManager.java:346)
   at net.minecraft.server.v1_5_R3.NetworkReaderThread.run(SourceFile:94)
Caused by: java.util.UnknownFormatConversionException: Conversion = 'j'
   at org.bukkit.event.player.AsyncPlayerChatEvent.setFormat(AsyncPlayerChatEvent.java:82)
   at org.efreak1996.Chadmin.Channel.Channel.chat(Channel.java:304)
   at org.efreak1996.Chadmin.ChatListener.onPlayerChat(ChatListener.java:20)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   at java.lang.reflect.Method.invoke(Method.java:606)
   at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:425)
   ... 9 more
2013-07-12 22:01:51 [INFO] [Survival]<M Fi W [Sponzor] IIxGriimZz> a ja jediny Sponzo
2013-07-12 22:01:53 [INFO] penguin12345 issued an AuthMe command!
2013-07-12 22:01:53 [INFO] [AuthMe] penguin12345 logged in!
2013-07-12 22:01:55 [SEVERE] Could not pass event AsyncPlayerChatEvent to Chadmin v1.2
org.bukkit.event.EventException
   at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:427)
   at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
   at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477)
   at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:459)
   at net.minecraft.server.v1_5_R3.PlayerConnection.chat(PlayerConnection.java:894)
   at net.minecraft.server.v1_5_R3.PlayerConnection.a(PlayerConnection.java:846)
   at net.minecraft.server.v1_5_R3.Packet3Chat.handle(Packet3Chat.java:44)
   at net.minecraft.server.v1_5_R3.NetworkManager.i(NetworkManager.java:210)
   at net.minecraft.server.v1_5_R3.NetworkManager.c(NetworkManager.java:346)
   at net.minecraft.server.v1_5_R3.NetworkReaderThread.run(SourceFile:94)
Caused by: java.util.UnknownFormatConversionException: Conversion = 'j'
   at org.bukkit.event.player.AsyncPlayerChatEvent.setFormat(AsyncPlayerChatEvent.java:82)
   at org.efreak1996.Chadmin.Channel.Channel.chat(Channel.java:304)
   at org.efreak1996.Chadmin.ChatListener.onPlayerChat(ChatListener.java:20)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   at java.lang.reflect.Method.invoke(Method.java:606)
   at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:425)
   ... 9 more
2013-07-12 22:01:55 [INFO] [Survival]<M Fi W [Sponzor] IIxGriimZz> a ja jediny Sponzor
2013-07-12 22:02:00 [SEVERE] Could not pass event AsyncPlayerChatEvent to Chadmin v1.2
org.bukkit.event.EventException
   at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:427)
   at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
   at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477)
   at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:459)
   at net.minecraft.server.v1_5_R3.PlayerConnection.chat(PlayerConnection.java:894)
   at net.minecraft.server.v1_5_R3.PlayerConnection.a(PlayerConnection.java:846)
   at net.minecraft.server.v1_5_R3.Packet3Chat.handle(Packet3Chat.java:44)
   at net.minecraft.server.v1_5_R3.NetworkManager.i(NetworkManager.java:210)
   at net.minecraft.server.v1_5_R3.NetworkManager.c(NetworkManager.java:346)
   at net.minecraft.server.v1_5_R3.NetworkReaderThread.run(SourceFile:94)
Caused by: java.util.UnknownFormatConversionException: Conversion = 'j'
   at org.bukkit.event.player.AsyncPlayerChatEvent.setFormat(AsyncPlayerChatEvent.java:82)
   at org.efreak1996.Chadmin.Channel.Channel.chat(Channel.java:304)
   at org.efreak1996.Chadmin.ChatListener.onPlayerChat(ChatListener.java:20)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   at java.lang.reflect.Method.invoke(Method.java:606)
   at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:425)
   ... 9 more
2013-07-12 22:02:00 [INFO] [Survival]<B M W [Hrac] Hrnek_Kafe> :) se mas
2013-07-12 22:02:10 [INFO] Hrnek_Kafe issued server command: /warp priroda
2013-07-12 22:02:19 [SEVERE] Could not pass event AsyncPlayerChatEvent to Chadmin v1.2
org.bukkit.event.EventException
   at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:427)
   at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
   at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477)
   at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:459)
   at net.minecraft.server.v1_5_R3.PlayerConnection.chat(PlayerConnection.java:894)
   at net.minecraft.server.v1_5_R3.PlayerConnection.a(PlayerConnection.java:846)
   at net.minecraft.server.v1_5_R3.Packet3Chat.handle(Packet3Chat.java:44)
   at net.minecraft.server.v1_5_R3.NetworkManager.i(NetworkManager.java:210)
   at net.minecraft.server.v1_5_R3.NetworkManager.c(NetworkManager.java:346)
   at net.minecraft.server.v1_5_R3.NetworkReaderThread.run(SourceFile:94)
Caused by: java.util.UnknownFormatConversionException: Conversion = 'j'
   at org.bukkit.event.player.AsyncPlayerChatEvent.setFormat(AsyncPlayerChatEvent.java:82)
   at org.efreak1996.Chadmin.Channel.Channel.chat(Channel.java:304)
   at org.efreak1996.Chadmin.ChatListener.onPlayerChat(ChatListener.java:20)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   at java.lang.reflect.Method.invoke(Method.java:606)
   at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:425)
   ... 9 more
2013-07-12 22:02:19 [INFO] [Survival]<M Fi W [Sponzor] IIxGriimZz> nemam za to kupovani sem dostal peknej vyprask od nasich
2013-07-12 22:02:20 [INFO] TknT issued server command: /res tp HejGay
2013-07-12 22:02:22 [INFO] ZidyCZ[/109.202.92.0:54813] logged in with entity id 3932 at ([world] 279.2595440799966, 63.0, 1676.2716671129162)
2013-07-12 22:02:22 [INFO] Loaded player file for ZidyCZ
2013-07-12 22:02:25 [INFO] ZidyCZ issued an AuthMe command!
2013-07-12 22:02:25 [INFO] [AuthMe] ZidyCZ logged in!
2013-07-12 22:02:33 [INFO] Hrnek_Kafe issued server command: /warp enchant
a tu je server.log ak je tam este nieco co robi chyby pls napiste ja sa vtom moc nevyznam
:)
IP: Play.MagiCraft.eu
MagiCraft

Ak som pomohol K+ poteší :)

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

Re: Residence

#5 Příspěvekod nejento » 13 črc 2013, 00:32

Aktualizuj Chadmin.
Obrázek

Obrázek Přidejte se ke komunitě zákazníků na FakaHeda.eu Discord! Poznejte nové lidi nebo vyřešte svůj technický problém živě: https://discord.fakaheda.eu/

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

Re: Residence

#6 Příspěvekod jandamilanek » 13 črc 2013, 09:29

Tohle:

Kód: Vybrat vše

 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:
 

uprav na tohle:

Kód: Vybrat vše

 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:
         - 'VIP'
         #- 'group2'
       Residence:
 
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.


Zpět na „Minecraft, Tekkit“

Kdo je online

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