Stránka 1 z 2

Residence se mi maže.

Napsal: 03 črc 2016, 15:07
od ondarik235
82.208.17.19:27879
Ahoj lidi. :) Když dám restart serveru, tak mi to smaže všechny residence, které jsou na serveru, nevíte prosím někdo, čím to může být? :)
Používám plugin RESIDENCE ze stránek Fakaheda.
Přikládám config Residence.

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 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: 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
    # True for ActionBar - new component in 1.8
    # False for old Messaging in chat enter/leave Residence messages
    UseActionBar: true
    # Color of residence chat.
    ResidenceChatColor: DARK_PURPLE
    # Whether or not to ignore the usual Permission flags and only allow OPs and groups with 'residence.admin' to change residences.
    AdminOnlyCommands: false
    # Setting this to true makes server OPs admins.
    AdminOPs: true
    # This is the name of the plugin you use for multiworld, if you dont have a multiworld plugin you can safely ignore this.
    # The only thing this does is check to make sure the multiworld plugin is enabled BEFORE Residence, to ensure properly loading residences for other worlds.
    MultiWorldPlugin: Multiverse-Core
    # Setting this to true causes subzones to inherit flags from their parent zones.
    ResidenceFlagsInherit: true
    # Setting this to false will allow rented residences to be modified by the renting player.
    PreventRentModify: true
    # Setting this to false will cause residence to continue to load even if a error is detected in the save file.
    StopOnSaveFault: true
    # This is the residence name filter, that filters out invalid characters.  Google "Java RegEx" or "Java Regular Expressions" for more info on how they work.
    ResidenceNameRegex: '[^a-zA-Z0-9\\-\\_]'
    # Setting this to true sends a message to the console every time Residence does a rent expire check or a lease expire check.
    ShowIntervalMessages: false
    # Experimental - The following settings are lists of block IDs to be used as part of the checks for the "container" and "use" flags when using mods.
    CustomContainers: []
    CustomBothClick: []
    CustomRightClick: []
    # These are world flags that are applied when the player is NOT within a residence.
    Flags:
        Global: #these are default for all worlds unless specified below, they can be overridden per group
            use: true
            build: true
            ignite: true
            firespread: true
            damage: true
            creeper: true
            tnt: true
            pvp: true
        WorldNameHere: #here you can set flags for individual worlds, these override Global
            #build: true
    # This gives permission to change certain flags to all groups, unless specifically denied to the group.
    FlagPermission:
        move: true
        build: true
        place: true
        destroy: true
        use: true
        container: true
        pvp: true
        tp: true
        ignite: true
        firespread: true
        bucket: true
        flow: true
        lavaflow: true
        waterflow: true
        creeper: true
        tnt: true
        monsters: true
        animals: true
        subzone: true
        healing: true
        piston: true
        diode: true
        lever: true
        button: true
        door: true
        table: true
        enchant: true
        brew: true
        bed: true
        cake: true
        note: true
        trample: false
        burn: true
        explode: false
        fireball: true
    # These are default flags applied to all residences from any user group.
    ResidenceDefault:
        build: false
        use: false
        container: false
        pvp: false
        tnt: false
        creeper: false
        flow: false
        piston: false
        ignite: false
        firespread: false
    # These are default flags applied to the residence creator of any group.
    CreatorDefault:
        build: true
        move: true
        use: true
        ignite: true
        container: true
     # These are default group flags applied to a residence made by a user of any group.
    GroupDefault:
        #default: #group name
            #build: true
   
# These groups correspond to the Permissions groups defined in your '<worldname>.yml'
Groups:
    Default: #group name
       # Information about the Residence zone that the player can define.
       #Uncomment the lines below to mirror this config to other groups.
       #Mirror:
         #- 'group1'
         #- 'group2'
       Residence:
           # Determins if this group can create residences or not.  This option can be overriden with the permissions node 'residence.create'
           CanCreate: true
           # The maximum number of Residences a player can have.
           MaxResidences: 3
           # The maximum number of physical areas a residence can have.
           MaxAreasPerResidence: 2
           # The maximum number of blocks a Residence can be, East to West (X).
           MaxEastWest: 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 /res kick, to kick player from residence.
           Kick: False
           # 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: 99999999999999999999999999999999999
          # The number of days to add to the lease following a '/res lease renew' command.
          RenewIncrement: 14
       #Options related to the rent system
       Rent:
           #determines how many residences can be rented by players of this group at once
           MaxRents: 3
           #determines how many residences can be set for rent by players of this group at once
           MaxRentables: 3
       # Options relating to the Residence Economy.
       Economy:
          # Whether or not players in this group can buy other Residences that are for sale.
          CanBuy: true
          # Whether or not players in this group can sell their Residences.
          CanSell: false
          # Whether or not to ignore the Residence size/count limits when buying a residence.
          IgnoreLimits: false
          # The cost, per block, of making a new Residence or adding a area to it.
          BuyCost: 0.00
          # The cost, per block, of renewing a Residence lease (if the lease system is enabled).
          RenewCost: 0.02
       # Flags are checked in the order:
       # 1: Player
       # 2: Group
       # 3: Owner
       # 4: If all others are undefined, reverts to default value (usually true).
       # Flag permissions default to false.
       # These flags settings override the globals.
       Flags:
          # Specifically allow or deny this group from changing certain flags.
          Permission:
               #build: true
          # Specifys the flags that are applied at residence creation for players of this group.
          Default:
              #build: true
          # Specifys the flags that are applied at to the creator at residence creation.
          CreatorDefault:
              #build: true
          # Specifys the flags that are applied to other groups for this residence, at creation.
          GroupDefault:
               #default: #group name
                   #build: false
          #these flags are applied specifically to this group whenever they are outside a residence
          #these flags will override the flags at the top, under the Global section.
          World:
                Global: #these flags will apply to all worlds
                     #build: false
                WorldNameHere: #or you can apply them by each individual world
                     #build: false

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

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

Re: Residence se mi maže.

Napsal: 03 črc 2016, 15:11
od pitilon@seznam.cz
nevím, proč sis tamto téma dal jako vyřešené, ale i tak si mohl kontaktovat supporty pro odemknutí, ale k tématu: dolož log jak ti tam jeden napsal (FTP nebo Správce souborů> logs> last.log) a můžeš ho dát buď jako text do code nebo např. na pastebin nebo přiložit soubor vyber si co chceš ty..

Re: Residence se mi maže.

Napsal: 03 črc 2016, 15:21
od ondarik235

Kód: Vybrat vše

[14:38:40] [Server thread/INFO]: Starting minecraft server version 1.8.8
[14:38:40] [Server thread/INFO]: Loading properties
[14:38:40] [Server thread/INFO]: Default game type: SURVIVAL
[14:38:40] [Server thread/INFO]: This server is running CraftBukkit version git-Spigot-e4d4710-e1ebe52 (MC: 1.8.8) (Implementing API version 1.8.8-R0.1-SNAPSHOT)
[14:38:40] [Server thread/INFO]: Server Ping Player Sample Count: 12
[14:38:40] [Server thread/INFO]: Using 4 threads for Netty based IO
[14:38:40] [Server thread/INFO]: Debug logging is disabled
[14:38:40] [Server thread/INFO]: Generating keypair
[14:38:40] [Server thread/INFO]: Starting Minecraft server on 82.208.17.19:27879
[14:38:40] [Server thread/INFO]: Using epoll channel type
[14:38:41] [Server thread/WARN]: Plugin `Administration_Panel v1.1.0' uses the space-character (0x20) in its name `Administration Panel' - this is discouraged
[14:38:41] [Server thread/INFO]: Set PluginClassLoader as parallel capable
[14:38:41] [Server thread/ERROR]: ebean.properties not found
[14:38:41] [Server thread/INFO]: DataSourcePool [LoginSecurity] autoCommit[false] transIsolation[SERIALIZABLE] min[2] max[20]
[14:38:41] [Server thread/INFO]: SubClassFactory parent ClassLoader [org.bukkit.plugin.java.PluginClassLoader]
[14:38:41] [Server thread/INFO]: Explicit Identity on com.lenis0012.bukkit.loginsecurity.storage.PlayerProfile but not supported by DB Platform - ignored
[14:38:41] [Server thread/INFO]: Explicit Identity on com.lenis0012.bukkit.loginsecurity.storage.Migration but not supported by DB Platform - ignored
[14:38:41] [Server thread/INFO]: Explicit Identity on com.lenis0012.bukkit.loginsecurity.storage.PlayerLocation but not supported by DB Platform - ignored
[14:38:41] [Server thread/INFO]: Explicit Identity on com.lenis0012.bukkit.loginsecurity.storage.ActionEntry but not supported by DB Platform - ignored
[14:38:41] [Server thread/INFO]: Explicit Identity on com.lenis0012.bukkit.loginsecurity.storage.PlayerInventory but not supported by DB Platform - ignored
[14:38:41] [Server thread/INFO]: Entities enhanced[0] subclassed[5]
[14:38:41] [Server thread/ERROR]: Could not load 'plugins/ChangeSkin.jar' in folder 'plugins'
org.bukkit.plugin.UnknownDependencyException: ProtocolLib
   at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:219) [minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
   at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:292) [minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
   at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:198) [minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
   at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
   at java.lang.Thread.run(Thread.java:745) [?:1.8.0_74]
[14:38:41] [Server thread/INFO]: [AutoSaveWorld] Loading AutoSaveWorld v4.14.2
[14:38:41] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v6.1.3;7a097ca
[14:38:41] [Server thread/INFO]: [AntiXRay] Loading AntiXRay v1.8.5
[14:38:41] [Server thread/INFO]: [OpenInv] Loading OpenInv v2.3.9
[14:38:41] [Server thread/INFO]: [Essentials] Loading Essentials vTeamCity
[14:38:41] [Server thread/INFO]: [ClearChat] Loading ClearChat v2.0
[14:38:41] [Server thread/INFO]: [LoginSecurity] Loading LoginSecurity v2.1.2
[14:38:41] [Server thread/INFO]: [PermissionsEx] Loading PermissionsEx v1.23.4
[14:38:41] [Server thread/WARN]: [PermissionsEx] This server is in offline mode. Unless this server is configured to integrate with a supported proxy (see http://dft.ba/-8ous), UUIDs *may not be stable*!
[14:38:41] [Server thread/INFO]: [ClearLag] Loading ClearLag v2.9.1
[14:38:41] [Server thread/INFO]: [SetSpawn] Loading SetSpawn v2.2.1
[14:38:41] [Server thread/INFO]: [Vault] Loading Vault v1.5.6-b49
[14:38:41] [Server thread/INFO]: [MyHome] Loading MyHome v2.3.2
[14:38:41] [Server thread/INFO]: [Administration_Panel] Loading Administration_Panel v1.1.0
[14:38:41] [Server thread/INFO]: [FakaHedaMinequery] Loading FakaHedaMinequery v1.6
[14:38:41] [Server thread/INFO]: [MyWarp] Loading MyWarp v3.0-beta-3+jenkins-b98.git-623f42c
[14:38:41] [Server thread/INFO]: [ASkyBlock] Loading ASkyBlock v3.0.1.1
[14:38:41] [Server thread/INFO]: [Residence] Loading Residence v2.6.7.0
[14:38:41] [Server thread/INFO]: [Jobs] Loading Jobs v2.12.0
[14:38:41] [Server thread/INFO]: [ChatEx] Loading ChatEx v1.4
[14:38:41] [Server thread/INFO]: [LWC] Loading LWC v4.5.0-SNAPSHOT
[14:38:41] [Server thread/INFO]: [AutoSaveWorld] Enabling AutoSaveWorld v4.14.2
[14:38:41] [Server thread/INFO]: [Vault] Enabling Vault v1.5.6-b49
[14:38:41] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
[14:38:41] [Server thread/INFO]: [Vault] [Permission] PermissionsEx found: Waiting
[14:38:41] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
[14:38:41] [Server thread/INFO]: [Vault] [Chat] PermissionsEx found: Waiting
[14:38:41] [Server thread/INFO]: [Vault] Enabled Version 1.5.6-b49
[14:38:41] [Server thread/INFO]: [ASkyBlock] Enabling ASkyBlock v3.0.1.1
[14:38:41] [Server thread/WARN]: [ASkyBlock] Unknown material (BEETROOT_BLOCK) in blockvalues.yml blocks section. Skipping...
[14:38:41] [Server thread/WARN]: [ASkyBlock] Unknown material (BOAT_ACACIA) in blockvalues.yml blocks section. Skipping...
[14:38:41] [Server thread/WARN]: [ASkyBlock] Unknown material (BOAT_BIRCH) in blockvalues.yml blocks section. Skipping...
[14:38:41] [Server thread/WARN]: [ASkyBlock] Unknown material (BOAT_DARK_OAK) in blockvalues.yml blocks section. Skipping...
[14:38:41] [Server thread/WARN]: [ASkyBlock] Unknown material (BOAT_JUNGLE) in blockvalues.yml blocks section. Skipping...
[14:38:41] [Server thread/WARN]: [ASkyBlock] Unknown material (BOAT_SPRUCE) in blockvalues.yml blocks section. Skipping...
[14:38:41] [Server thread/WARN]: [ASkyBlock] Unknown material (CHORUS_FLOWER) in blockvalues.yml blocks section. Skipping...
[14:38:41] [Server thread/WARN]: [ASkyBlock] Unknown material (CHORUS_PLANT) in blockvalues.yml blocks section. Skipping...
[14:38:41] [Server thread/WARN]: [ASkyBlock] Unknown material (END_BRICKS) in blockvalues.yml blocks section. Skipping...
[14:38:41] [Server thread/WARN]: [ASkyBlock] Unknown material (FROSTED_ICE) in blockvalues.yml blocks section. Skipping...
[14:38:41] [Server thread/WARN]: [ASkyBlock] Unknown material (PURPUR_BLOCK) in blockvalues.yml blocks section. Skipping...
[14:38:41] [Server thread/WARN]: [ASkyBlock] Unknown material (PURPUR_DOUBLE_SLAB) in blockvalues.yml blocks section. Skipping...
[14:38:41] [Server thread/WARN]: [ASkyBlock] Unknown material (PURPUR_PILLAR) in blockvalues.yml blocks section. Skipping...
[14:38:41] [Server thread/WARN]: [ASkyBlock] Unknown material (PURPUR_SLAB) in blockvalues.yml blocks section. Skipping...
[14:38:41] [Server thread/WARN]: [ASkyBlock] Unknown material (PURPUR_STAIRS) in blockvalues.yml blocks section. Skipping...
[14:38:41] [Server thread/INFO]: [ASkyBlock] HOPPER will be limited to 30
[14:38:42] [Server thread/INFO]: [ASkyBlock] Loading schematic The Original (island.schematic) for all players, order 1
[14:38:42] [Server thread/INFO]: [ASkyBlock] Loading schematic NetherBlock Island (nether.schematic) for all players, order 0
[14:38:42] [Server thread/INFO]: [ASkyBlock] Loading schematic Island Duo (double.schematic) for all players, order 2
[14:38:42] [Server thread/INFO]: [ASkyBlock] Loading schematic §lBlack §bDiamonds (harder.schematic) for all players, order 3
[14:38:42] [Server thread/INFO]: [ASkyBlock] Loading offline messages...
[14:38:42] [Server thread/INFO]: [LWC] Enabling LWC v4.5.0-SNAPSHOT
[14:38:42] [Server thread/INFO]: [LWC] Connecting to SQLite
[14:38:42] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
[14:38:42] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
[14:38:42] [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.
[14:38:42] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
[14:38:42] [Server thread/INFO]: **** Beginning UUID conversion, this may take A LONG time ****
[14:38:42] [Server thread/INFO]: Preparing level "Soul of Beast [CZ/SK]"
[14:38:42] [Server thread/INFO]: -------- World Settings For [Soul of Beast [CZ/SK]] --------
[14:38:42] [Server thread/INFO]: Sending up to 10 chunks per packet
[14:38:42] [Server thread/INFO]: Max Entity Collisions: 8
[14:38:42] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[14:38:42] [Server thread/INFO]: Max TNT Explosions: 100
[14:38:42] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[14:38:42] [Server thread/INFO]: Anti X-Ray: true
[14:38:42] [Server thread/INFO]:    Engine Mode: 1
[14:38:42] [Server thread/INFO]:    Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[14:38:42] [Server thread/INFO]:    Replace Blocks: [1, 5]
[14:38:42] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[14:38:42] [Server thread/INFO]: Cactus Growth Modifier: 100%
[14:38:42] [Server thread/INFO]: Cane Growth Modifier: 100%
[14:38:42] [Server thread/INFO]: Melon Growth Modifier: 100%
[14:38:42] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[14:38:42] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[14:38:42] [Server thread/INFO]: Sapling Growth Modifier: 100%
[14:38:42] [Server thread/INFO]: Wheat Growth Modifier: 100%
[14:38:42] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[14:38:42] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[14:38:42] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[14:38:42] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[14:38:42] [Server thread/INFO]: Random Lighting Updates: false
[14:38:42] [Server thread/INFO]: Structure Info Saving: true
[14:38:42] [Server thread/INFO]: Mob Spawn Range: 4
[14:38:42] [Server thread/INFO]: Item Despawn Rate: 6000
[14:38:42] [Server thread/INFO]: Item Merge Radius: 2.5
[14:38:42] [Server thread/INFO]: Arrow Despawn Rate: 1200
[14:38:42] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[14:38:42] [Server thread/INFO]: View Distance: 10
[14:38:42] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[14:38:42] [Server thread/INFO]: Chunks to Grow per Tick: 650
[14:38:42] [Server thread/INFO]: Clear tick list: false
[14:38:42] [Server thread/INFO]: Experience Merge Radius: 3.0
[14:38:42] [Server thread/INFO]: -------- World Settings For [Soul of Beast [CZ/SK]_nether] --------
[14:38:42] [Server thread/INFO]: Sending up to 10 chunks per packet
[14:38:42] [Server thread/INFO]: Max Entity Collisions: 8
[14:38:42] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[14:38:42] [Server thread/INFO]: Max TNT Explosions: 100
[14:38:42] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[14:38:42] [Server thread/INFO]: Anti X-Ray: true
[14:38:42] [Server thread/INFO]:    Engine Mode: 1
[14:38:42] [Server thread/INFO]:    Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[14:38:42] [Server thread/INFO]:    Replace Blocks: [1, 5]
[14:38:42] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[14:38:42] [Server thread/INFO]: Cactus Growth Modifier: 100%
[14:38:42] [Server thread/INFO]: Cane Growth Modifier: 100%
[14:38:42] [Server thread/INFO]: Melon Growth Modifier: 100%
[14:38:42] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[14:38:42] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[14:38:42] [Server thread/INFO]: Sapling Growth Modifier: 100%
[14:38:42] [Server thread/INFO]: Wheat Growth Modifier: 100%
[14:38:42] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[14:38:42] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[14:38:42] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[14:38:42] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[14:38:42] [Server thread/INFO]: Random Lighting Updates: false
[14:38:42] [Server thread/INFO]: Structure Info Saving: true
[14:38:42] [Server thread/INFO]: Mob Spawn Range: 4
[14:38:42] [Server thread/INFO]: Item Despawn Rate: 6000
[14:38:42] [Server thread/INFO]: Item Merge Radius: 2.5
[14:38:42] [Server thread/INFO]: Arrow Despawn Rate: 1200
[14:38:42] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[14:38:42] [Server thread/INFO]: View Distance: 10
[14:38:42] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[14:38:42] [Server thread/INFO]: Chunks to Grow per Tick: 650
[14:38:42] [Server thread/INFO]: Clear tick list: false
[14:38:42] [Server thread/INFO]: Experience Merge Radius: 3.0
[14:38:42] [Server thread/INFO]: -------- World Settings For [Soul of Beast [CZ/SK]_the_end] --------
[14:38:42] [Server thread/INFO]: Sending up to 10 chunks per packet
[14:38:42] [Server thread/INFO]: Max Entity Collisions: 8
[14:38:42] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[14:38:42] [Server thread/INFO]: Max TNT Explosions: 100
[14:38:42] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[14:38:42] [Server thread/INFO]: Anti X-Ray: true
[14:38:42] [Server thread/INFO]:    Engine Mode: 1
[14:38:42] [Server thread/INFO]:    Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[14:38:42] [Server thread/INFO]:    Replace Blocks: [1, 5]
[14:38:42] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[14:38:42] [Server thread/INFO]: Cactus Growth Modifier: 100%
[14:38:42] [Server thread/INFO]: Cane Growth Modifier: 100%
[14:38:42] [Server thread/INFO]: Melon Growth Modifier: 100%
[14:38:42] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[14:38:42] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[14:38:42] [Server thread/INFO]: Sapling Growth Modifier: 100%
[14:38:42] [Server thread/INFO]: Wheat Growth Modifier: 100%
[14:38:42] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[14:38:42] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[14:38:42] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[14:38:42] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[14:38:42] [Server thread/INFO]: Random Lighting Updates: false
[14:38:42] [Server thread/INFO]: Structure Info Saving: true
[14:38:42] [Server thread/INFO]: Mob Spawn Range: 4
[14:38:42] [Server thread/INFO]: Item Despawn Rate: 6000
[14:38:42] [Server thread/INFO]: Item Merge Radius: 2.5
[14:38:42] [Server thread/INFO]: Arrow Despawn Rate: 1200
[14:38:42] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[14:38:42] [Server thread/INFO]: View Distance: 10
[14:38:42] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[14:38:42] [Server thread/INFO]: Chunks to Grow per Tick: 650
[14:38:42] [Server thread/INFO]: Clear tick list: false
[14:38:42] [Server thread/INFO]: Experience Merge Radius: 3.0
[14:38:42] [Server thread/INFO]: Preparing start region for level 0 (Seed: 1903277843087402027)
[14:38:42] [Server thread/INFO]: -------- World Settings For [ASkyBlock] --------
[14:38:42] [Server thread/INFO]: Sending up to 10 chunks per packet
[14:38:42] [Server thread/INFO]: Max Entity Collisions: 8
[14:38:42] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[14:38:42] [Server thread/INFO]: Max TNT Explosions: 100
[14:38:42] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[14:38:42] [Server thread/INFO]: Anti X-Ray: true
[14:38:42] [Server thread/INFO]:    Engine Mode: 1
[14:38:42] [Server thread/INFO]:    Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[14:38:42] [Server thread/INFO]:    Replace Blocks: [1, 5]
[14:38:42] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[14:38:42] [Server thread/INFO]: Cactus Growth Modifier: 100%
[14:38:42] [Server thread/INFO]: Cane Growth Modifier: 100%
[14:38:42] [Server thread/INFO]: Melon Growth Modifier: 100%
[14:38:42] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[14:38:42] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[14:38:42] [Server thread/INFO]: Sapling Growth Modifier: 100%
[14:38:42] [Server thread/INFO]: Wheat Growth Modifier: 100%
[14:38:42] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[14:38:42] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[14:38:42] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[14:38:42] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[14:38:42] [Server thread/INFO]: Random Lighting Updates: false
[14:38:42] [Server thread/INFO]: Structure Info Saving: true
[14:38:42] [Server thread/INFO]: Mob Spawn Range: 4
[14:38:42] [Server thread/INFO]: Item Despawn Rate: 6000
[14:38:42] [Server thread/INFO]: Item Merge Radius: 2.5
[14:38:42] [Server thread/INFO]: Arrow Despawn Rate: 1200
[14:38:42] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[14:38:42] [Server thread/INFO]: View Distance: 10
[14:38:42] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[14:38:42] [Server thread/INFO]: Chunks to Grow per Tick: 650
[14:38:42] [Server thread/INFO]: Clear tick list: false
[14:38:42] [Server thread/INFO]: Experience Merge Radius: 3.0
[14:38:42] [Server thread/INFO]: Preparing start region for level 3 (Seed: 5456121802568991911)
[14:38:43] [Server thread/INFO]: Creating ASkyBlock's Nether...
[14:38:43] [Server thread/INFO]: -------- World Settings For [ASkyBlock_nether] --------
[14:38:43] [Server thread/INFO]: Sending up to 10 chunks per packet
[14:38:43] [Server thread/INFO]: Max Entity Collisions: 8
[14:38:43] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[14:38:43] [Server thread/INFO]: Max TNT Explosions: 100
[14:38:43] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[14:38:43] [Server thread/INFO]: Anti X-Ray: true
[14:38:43] [Server thread/INFO]:    Engine Mode: 1
[14:38:43] [Server thread/INFO]:    Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[14:38:43] [Server thread/INFO]:    Replace Blocks: [1, 5]
[14:38:43] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[14:38:43] [Server thread/INFO]: Cactus Growth Modifier: 100%
[14:38:43] [Server thread/INFO]: Cane Growth Modifier: 100%
[14:38:43] [Server thread/INFO]: Melon Growth Modifier: 100%
[14:38:43] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[14:38:43] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[14:38:43] [Server thread/INFO]: Sapling Growth Modifier: 100%
[14:38:43] [Server thread/INFO]: Wheat Growth Modifier: 100%
[14:38:43] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[14:38:43] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[14:38:43] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[14:38:43] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[14:38:43] [Server thread/INFO]: Random Lighting Updates: false
[14:38:43] [Server thread/INFO]: Structure Info Saving: true
[14:38:43] [Server thread/INFO]: Mob Spawn Range: 4
[14:38:43] [Server thread/INFO]: Item Despawn Rate: 6000
[14:38:43] [Server thread/INFO]: Item Merge Radius: 2.5
[14:38:43] [Server thread/INFO]: Arrow Despawn Rate: 1200
[14:38:43] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[14:38:43] [Server thread/INFO]: View Distance: 10
[14:38:43] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[14:38:43] [Server thread/INFO]: Chunks to Grow per Tick: 650
[14:38:43] [Server thread/INFO]: Clear tick list: false
[14:38:43] [Server thread/INFO]: Experience Merge Radius: 3.0
[14:38:43] [Server thread/INFO]: Preparing start region for level 4 (Seed: -2722062407111434060)
[14:38:43] [Server thread/INFO]: Preparing spawn area: 16%
[14:38:44] [Server thread/INFO]: Preparing start region for level 1 (Seed: 1903277843087402027)
[14:38:44] [Server thread/INFO]: Preparing start region for level 2 (Seed: 1903277843087402027)
[14:38:44] [Server thread/INFO]: Preparing start region for level 3 (Seed: 5456121802568991911)
[14:38:44] [Server thread/INFO]: Preparing start region for level 4 (Seed: -2722062407111434060)
[14:38:44] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v6.1.3;7a097ca
[14:38:45] [Thread-22/INFO]: UUID of player maky is fb4b81ce-6e74-3b1d-b35d-9d765122da0c
[14:38:45] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
[14:38:45] [Server thread/INFO]: [WorldEdit] Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_8_R3 as the Bukkit adapter
[14:38:45] [Server thread/INFO]: [AntiXRay] Enabling AntiXRay v1.8.5
[14:38:45] [Server thread/INFO]: [OpenInv] Enabling OpenInv v2.3.9
[14:38:45] [Server thread/INFO]: [OpenInv] [Config] Update not required.
[14:38:45] [Server thread/ERROR]: Error occurred while enabling OpenInv v2.3.9 (Is it up to date?)
java.lang.NoClassDefFoundError: net/minecraft/server/v1_10_R1/World
   at com.lishid.openinv.OpenInv.onEnable(OpenInv.java:66) ~[?:?]
   at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) ~[minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
   at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340) [minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
   at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
   at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:357) [minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
   at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:317) [minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
   at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:414) [minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
   at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:378) [minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
   at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:333) [minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
   at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:263) [minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
   at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
   at java.lang.Thread.run(Thread.java:745) [?:1.8.0_74]
Caused by: java.lang.ClassNotFoundException: net.minecraft.server.v1_10_R1.World
   at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:91) ~[minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
   at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
   at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_74]
   at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_74]
   ... 12 more
[14:38:45] [Server thread/INFO]: [Essentials] Enabling Essentials vTeamCity
[14:38:45] [Server thread/INFO]: Bukkit version format changed. Version not checked.
[14:38:45] [Server thread/INFO]: git-Spigot-e4d4710-e1ebe52 (MC: 1.8.8)
[14:38:45] [Server thread/INFO]: 1.8.8-R0.1-SNAPSHOT
[14:38:45] [Server thread/INFO]: Using locale en_US
[14:38:45] [Server thread/INFO]: Using locale en_US
[14:38:45] [Server thread/INFO]: [Vault][Economy] Essentials Economy hooked.
[14:38:45] [Server thread/INFO]: Essentials: Using config file enhanced permissions.
[14:38:45] [Server thread/INFO]: Permissions listed in as player-commands will be given to all users.
[14:38:45] [Server thread/INFO]: [ClearChat] Enabling ClearChat v2.0
[14:38:45] [Server thread/INFO]: [ClearChat] [CC 3.0]  <<<
[14:38:45] [Server thread/ERROR]: Permission node 'plugin.cc.cc' in plugin description file for ClearChat v2.0 is invalid
java.lang.IllegalArgumentException: Data cannot be null
   at org.apache.commons.lang.Validate.notNull(Validate.java:192) ~[minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
   at org.bukkit.permissions.Permission.loadPermission(Permission.java:284) ~[minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
   at org.bukkit.permissions.Permission.loadPermissions(Permission.java:233) [minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
   at org.bukkit.plugin.PluginDescriptionFile.getPermissions(PluginDescriptionFile.java:789) [minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
   at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:359) [minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
   at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:317) [minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
   at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:414) [minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
   at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:378) [minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
   at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:333) [minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
   at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:263) [minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
   at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
   at java.lang.Thread.run(Thread.java:745) [?:1.8.0_74]
[14:38:45] [Server thread/ERROR]: Permission node 'plugin.cc.clearchat' in plugin description file for ClearChat v2.0 is invalid
java.lang.IllegalArgumentException: Data cannot be null
   at org.apache.commons.lang.Validate.notNull(Validate.java:192) ~[minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
   at org.bukkit.permissions.Permission.loadPermission(Permission.java:284) ~[minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
   at org.bukkit.permissions.Permission.loadPermissions(Permission.java:233) [minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
   at org.bukkit.plugin.PluginDescriptionFile.getPermissions(PluginDescriptionFile.java:789) [minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
   at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:359) [minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
   at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:317) [minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
   at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:414) [minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
   at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:378) [minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
   at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:333) [minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
   at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:263) [minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
   at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [minecraft_server.jar:git-Spigot-e4d4710-e1ebe52]
   at java.lang.Thread.run(Thread.java:745) [?:1.8.0_74]
[14:38:45] [Server thread/INFO]: [LoginSecurity] Enabling LoginSecurity v2.1.2
[14:38:45] [Server thread/INFO]: [LoginSecurity] Connection to database....
[14:38:45] [Server thread/INFO]: DataSourcePool [LoginSecurityDB] autoCommit[false] transIsolation[SERIALIZABLE] min[2] max[20]
[14:38:45] [Server thread/INFO]: SubClassFactory parent ClassLoader [org.bukkit.plugin.java.PluginClassLoader]
[14:38:45] [Server thread/INFO]: Explicit Identity on com.lenis0012.bukkit.loginsecurity.storage.PlayerProfile but not supported by DB Platform - ignored
[14:38:45] [Server thread/INFO]: Explicit Identity on com.lenis0012.bukkit.loginsecurity.storage.Migration but not supported by DB Platform - ignored
[14:38:45] [Server thread/INFO]: Explicit Identity on com.lenis0012.bukkit.loginsecurity.storage.PlayerLocation but not supported by DB Platform - ignored
[14:38:45] [Server thread/INFO]: Explicit Identity on com.lenis0012.bukkit.loginsecurity.storage.ActionEntry but not supported by DB Platform - ignored
[14:38:45] [Server thread/INFO]: Explicit Identity on com.lenis0012.bukkit.loginsecurity.storage.PlayerInventory but not supported by DB Platform - ignored
[14:38:45] [Server thread/INFO]: Entities enhanced[0] subclassed[5]
[14:38:45] [Server thread/INFO]: [LoginSecurity] Checking database version...
[14:38:45] [Server thread/INFO]: [LoginSecurity] Applied 0 missing database upgrades.
[14:38:45] [Server thread/INFO]: [LoginSecurity] Registering commands...
[14:38:45] [Server thread/INFO]: [LoginSecurity] Registering listeners...
[14:38:45] [Server thread/INFO]: [PermissionsEx] Enabling PermissionsEx v1.23.4
[14:38:45] [Server thread/INFO]: [PermissionsEx] Initializing file backend
[14:38:45] [Server thread/INFO]: [PermissionsEx] Permissions file successfully reloaded
[14:38:45] [Server thread/INFO]: WEPIF: PermissionsEx detected! Using PermissionsEx for permissions.
[14:38:45] [Server thread/INFO]: [Vault][Permission] PermissionsEx hooked.
[14:38:45] [Server thread/INFO]: [Vault][Chat] PermissionsEx_Chat hooked.
[14:38:45] [Server thread/INFO]: Essentials: Using PermissionsEx based permissions.
[14:38:45] [Server thread/INFO]: [ClearLag] Enabling ClearLag v2.9.1
[14:38:45] [Server thread/INFO]: [ClearLag] Loading modules...
[14:38:46] [Server thread/INFO]: [ClearLag] Modules enabed, loading config values
[14:38:46] [Server thread/INFO]: [ClearLag] Modules have been loaded!
[14:38:46] [Server thread/INFO]: [ClearLag] Clearlag is now enabled!
[14:38:46] [Thread-27/INFO]: [ClearLag] Checking for updates...
[14:38:46] [Server thread/INFO]: [SetSpawn] Enabling SetSpawn v2.2.1
[14:38:46] [Server thread/INFO]: [MyHome] Enabling MyHome v2.3.2
[14:38:46] [Server thread/INFO]: [MyHome] 4 homes loaded
[14:38:46] [Server thread/INFO]: [MyHome] Using localization: English (en)
[14:38:46] [Server thread/INFO]: [MyHome] Access Control: Using PermissionsEx v1.23.4
[14:38:46] [Server thread/INFO]: [MyHome] MyHome 2.3.2 enabled
[14:38:46] [Server thread/INFO]: [Administration_Panel] Enabling Administration_Panel v1.1.0
[14:38:46] [Server thread/INFO]: [AdministrationPanel]: Administration_Panel v1.1.0 has been enabled!
[14:38:46] [Server thread/INFO]: [FakaHedaMinequery] Enabling FakaHedaMinequery v1.6
[14:38:46] [Server thread/INFO]: Starting FakaHedaMinequery server on 82.208.17.19:28879
[14:38:46] [Server thread/INFO]: [MyWarp] Enabling MyWarp v3.0-beta-3+jenkins-b98.git-623f42c
[14:38:46] [Server thread/INFO]: [MyWarp] Using Vault for group support.
[14:38:46] [Thread-29/INFO]: UUID of player Big_Apple is 77696973-14ab-3d0b-97b1-a37b95526eb5
[14:38:46] [Server thread/INFO]: Flyway 3.2.1 by Boxfuse
[14:38:46] [Server thread/INFO]: Database: jdbc:h2:/hlserver/27879/plugins/MyWarp/warps (H2 1.3)
[14:38:46] [Server thread/INFO]: Repair of failed migration in metadata table "mywarp"."schema_version" not necessary. No failed migration detected.
[14:38:46] [Server thread/INFO]: Metadata table "mywarp"."schema_version" successfully repaired (execution time 00:00.029s).
[14:38:46] [Server thread/INFO]: Manual cleanup of the remaining effects the failed migration may still be required.
[14:38:46] [Server thread/INFO]: Validated 2 migrations (execution time 00:00.012s)
[14:38:46] [Server thread/INFO]: Current version of schema "mywarp": 1
[14:38:46] [Server thread/INFO]: Schema "mywarp" is up to date. No migration necessary.
[14:38:47] [Thread-27/INFO]: [ClearLag] No updates found!
[14:38:47] [Server thread/INFO]: [MyWarp] Loading warps...
[14:38:47] [Server thread/INFO]: [Residence] Enabling Residence v2.6.7.0
[14:38:47] [Server thread/INFO]: [Residence] Found Vault using permissions plugin:PermissionsEx
[14:38:47] [Server thread/INFO]: [Residence] Failed to update language file: Polish.yml
[14:38:47] [Server thread/INFO]: [Residence] Scanning for economy systems...
[14:38:47] [Server thread/INFO]: [Residence] Found Vault using economy system: Essentials Economy
[14:38:47] [Server thread/INFO]: [Residence] Found WorldEdit
[14:38:47] [Server thread/INFO]: [Residence] Enabled! Version 2.6.7.0 by bekvon
[14:38:47] [Server thread/INFO]: [Jobs] Enabling Jobs v2.12.0
[14:38:47] [pool-12-thread-1/INFO]:
                                     
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@  @@        @@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@        @@@@@@@@@@
@@@@@@@@@@@@@@@@  @@  @@    @@@@@@@@@@
@@@@@@@@@@  @@@@  @@  @@    @@@@@@@@@@
@@@@@@@@@@        @@        @@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@        @@        @@@@@@@@@@
@@@@@@@@@@    @@  @@  @@@@  @@@@@@@@@@
@@@@@@@@@@    @@  @@  @@@@  @@@@@@@@@@
@@@@@@@@@@        @@  @  @  @@@@@@@@@@
@@@@@@@@@@        @@        @@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@  @@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@  Thank you for using jOOQ 3.6.2
                                     
[14:38:47] [Jobs-DatabaseSaveTask/INFO]: [Jobs] Started database save task
[14:38:47] [Server thread/INFO]: [Jobs] Plugin has been enabled succesfully.
[14:38:47] [Jobs-BufferedPaymentThread/INFO]: [Jobs] Started buffered payment thread
[14:38:47] [Server thread/INFO]: [ChatEx] Enabling ChatEx v1.4
[14:38:47] [Server thread/INFO]: [ChatEx] Loading updater by TheJeterLP. Project id: 65863
[14:38:47] [Server thread/INFO]: [ChatEx] Loading updater-config...
[14:38:47] [Server thread/INFO]: [ChatEx] Done!
[14:38:47] [Server thread/INFO]: [ChatEx] Updatechecker is enabled.
[14:38:47] [Server thread/INFO]: [ChatEx] Successfully hooked into: PermissionsEx
[14:38:47] [Server thread/INFO]: [ChatEx] Listener registered with Priority: LOWEST
[14:38:47] [Server thread/INFO]: [ChatEx] is now enabled!
[14:38:47] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
[14:38:47] [Server thread/INFO]: Done (5.230s)! For help, type "help" or "?"
[14:38:47] [Server thread/INFO]: [ASkyBlock] Checking for new updates...
[14:38:47] [Server thread/INFO]: [MyWarp] 4 warps loaded.
[14:38:47] [Server thread/INFO]: [Jobs] [Jobs] Successfully linked with Vault.
[14:38:47] [Craft Scheduler Thread - 11/INFO]: [Vault] Checking for Updates ...
[14:38:47] [Server thread/INFO]: [ASkyBlock] Loading island grid...
[14:38:47] [Server thread/INFO]: [ASkyBlock] Loading islands.yml
[14:38:47] [Server thread/INFO]: [ASkyBlock] Loading warps...
[14:38:48] [Craft Scheduler Thread - 11/INFO]: [Vault] No new version available
[14:38:48] [Server thread/INFO]: [ASkyBlock] All files loaded. Ready to play...
[14:38:48] [Server thread/INFO]: com.mojang.authlib.GameProfile@7097a304[id=fb4b81ce-6e74-3b1d-b35d-9d765122da0c,name=maky,properties={},legacy=false] (/178.255.168.28:59978) lost connection: Disconnected
[14:38:48] [Server thread/INFO]: Big_Apple[/90.178.208.26:54013] logged in with entity id 263 at ([Soul of Beast [CZ/SK]]74.30000001192093, 64.30421341792974, -112.30000001192093)
[14:38:48] [Server thread/INFO]: [ASkyBlock] No updates available.
[14:38:50] [Server thread/WARN]: [AutoSaveWorld] Plugin ChatEx attempted to establish connection https://api.curseforge.com/servermods/files?projectIds=65863 in main server thread
[14:38:51] [Server thread/INFO]: [ChatEx] There is no new version available. You are up-to-date!
[14:38:53] [Thread-31/INFO]: UUID of player meka is f1c49071-798c-3b51-82d9-20e74cb0493e
[14:38:53] [Server thread/INFO]: meka[/178.255.168.28:56986] logged in with entity id 270 at ([Soul of Beast [CZ/SK]]76.30000001192093, 65.0, -111.41843599946012)
[14:38:53] [Server thread/WARN]: [AutoSaveWorld] Plugin ChatEx attempted to establish connection https://api.curseforge.com/servermods/files?projectIds=65863 in main server thread
[14:38:54] [Server thread/INFO]: [ChatEx] There is no new version available. You are up-to-date!
[14:39:08] [Thread-34/INFO]: UUID of player maky is fb4b81ce-6e74-3b1d-b35d-9d765122da0c
[14:39:08] [Server thread/INFO]: maky[/178.255.168.28:55297] logged in with entity id 271 at ([Soul of Beast [CZ/SK]]76.69999998807907, 62.0, -110.30000001192093)
[14:39:15] [Async Chat Thread - #0/INFO]:  Hrac Big_Apple: jkt ze mi nejde nic pokladat a nicit ?
[14:39:23] [Async Chat Thread - #0/INFO]:  [ADMIN]meka: si na spawnu
[14:39:35] [Thread-35/INFO]: UUID of player ondarik235 is 0ebadb0d-3d06-3e7e-a4c0-72c44400b01b
[14:39:35] [Server thread/INFO]: ondarik235[/178.255.168.28:58805] logged in with entity id 290 at ([Soul of Beast [CZ/SK]]522.607168422672, 162.20000004768372, 6.5858008369616075)
[14:39:35] [Server thread/WARN]: [AutoSaveWorld] Plugin ChatEx attempted to establish connection https://api.curseforge.com/servermods/files?projectIds=65863 in main server thread
[14:39:35] [Server thread/WARN]: [AutoSaveWorld] Plugin ChatEx attempted to establish connection socket://api.curseforge.com:443 in main server thread
[14:39:35] [Server thread/INFO]: [ChatEx] There is no new version available. You are up-to-date!

Re: Residence se mi maže.

Napsal: 03 črc 2016, 15:30
od pitilon@seznam.cz
changeskin chce ProtocolLib
OpenInv aktualizuj
residence dolož jaké tam máš jazyky

Re: Residence se mi maže.

Napsal: 03 črc 2016, 15:45
od ondarik235
V Residenci mám tyto jazyky.

Re: Residence se mi maže.

Napsal: 03 črc 2016, 15:48
od pitilon@seznam.cz
A jaký jazyk chceš? česky?

Re: Residence se mi maže.

Napsal: 03 črc 2016, 16:23
od ondarik235
To mi je jedno, hlavně aby to jelo v pohodě. :)

Re: Residence se mi maže.

Napsal: 03 črc 2016, 23:16
od TheAmazingCave
máš aktualnu verziu pluginu? pripadne verzia serveru a verzie residence? pripadne odkial si sťahoval?

Re: Residence se mi maže.

Napsal: 04 črc 2016, 09:48
od ondarik235
Verzi pluginu mám aktuální,
Verze serveru je 1.8.8, Plugin mám na 1.8.8. A stahoval jsem ho ze stránek Fakahedy. :)

Re: Residence se mi maže.

Napsal: 04 črc 2016, 13:50
od pitilon@seznam.cz
A nepřenastavoval jsi nic v configu od doby co jsi nám ho tu dodal?