RESIDENCE - Jak nastavit aby se dělala jiným ID

Technická podpora k herním serverům Minecraft a Tekkit
Message
Autor
Mc24
Příspěvky: 226
Registrován: 22 led 2015, 22:23
Reputation: 0

RESIDENCE - Jak nastavit aby se dělala jiným ID

#1 Příspěvekod Mc24 » 30 pro 2015, 14:58

82.208.17.38:27300

Mám server na 1.8.8, mám plugin "RESIDENCE"

RESIDENCI jsem byl zvyklej dělat dřevěnou sekerou, ale teď mi to nefunguje a residence jde dělat dřevěnou motykou, jak si změním aby se defaultně dělala residence dřevěnou sekerou...

Dodávám config "RESIDENCE"

Spoiler: zobrazit

Kód: Vybrat vše

#These are Global Settings for Residence.
Global:
    # This loads the <language>.yml file in the Residence Language folder
    # All Residence text comes from this file. (NOT DONE YET)
    Language: English
    # Wooden 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: 5
           # The maximum number of blocks a Residence can be, East to West (X).
           MaxEastWest: 70
           # The maximum number of blocks a Residence can be, North to South (Z).
           MaxNorthSouth: 70
           # 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: 16
          # The number of days to add to the lease following a '/res lease renew' command.
          RenewIncrement: 14
       #Options related to the rent system
       Rent:
           #determines how many residences can be rented by players of this group at once
           MaxRents: 3
           #determines how many residences can be set for rent by players of this group at once
           MaxRentables: 3
       # Options relating to the Residence Economy.
       Economy:
          # Whether or not players in this group can buy other Residences that are for sale.
          CanBuy: true
          # Whether or not players in this group can sell their Residences.
          CanSell: false
          # Whether or not to ignore the Residence size/count limits when buying a residence.
          IgnoreLimits: false
          # The cost, per block, of making a new Residence or adding a area to it.
          BuyCost: 0.05
          # The cost, per block, of renewing a Residence lease (if the lease system is enabled).
          RenewCost: 0.02
       # Flags are checked in the order:
       # 1: Player
       # 2: Group
       # 3: Owner
       # 4: If all others are undefined, reverts to default value (usually true).
       # Flag permissions default to false.
       # These flags settings override the globals.
       Flags:
          # Specifically allow or deny this group from changing certain flags.
          Permission:
               #build: true
          # Specifys the flags that are applied at residence creation for players of this group.
          Default:
              #build: true
          # Specifys the flags that are applied at to the creator at residence creation.
          CreatorDefault:
              #build: true
          # Specifys the flags that are applied to other groups for this residence, at creation.
          GroupDefault:
               #default: #group name
                   #build: false
          #these flags are applied specifically to this group whenever they are outside a residence
          #these flags will override the flags at the top, under the Global section.
          World:
                Global: #these flags will apply to all worlds
                     #build: false
                WorldNameHere: #or you can apply them by each individual world
                     #build: false

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

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

Uživatelský avatar
Misso
Příspěvky: 1201
Věk: 28
Registrován: 27 dub 2013, 17:20
Reputation: 0
Bydliště: Slovakia
Kontaktovat uživatele:

Re: RESIDENCE - Jak nastavit aby se dělala jiným ID

#2 Příspěvekod Misso » 30 pro 2015, 15:01

Kód: Vybrat vše

SelectionToolId: 290

ID drevenej motyky je 290

Mc24
Příspěvky: 226
Registrován: 22 led 2015, 22:23
Reputation: 0

Re: RESIDENCE - Jak nastavit aby se dělala jiným ID

#3 Příspěvekod Mc24 » 30 pro 2015, 15:14

Funguje to, díky moc

-- 30 pro 2015, 17:26 --

Změnil jsem to na dřevenou sekeru, ale stále to nefunguje...

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: 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
    # 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: 5
           # The maximum number of blocks a Residence can be, East to West (X).
           MaxEastWest: 70
           # The maximum number of blocks a Residence can be, North to South (Z).
           MaxNorthSouth: 70
           # 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: 16
          # The number of days to add to the lease following a '/res lease renew' command.
          RenewIncrement: 14
       #Options related to the rent system
       Rent:
           #determines how many residences can be rented by players of this group at once
           MaxRents: 3
           #determines how many residences can be set for rent by players of this group at once
           MaxRentables: 3
       # Options relating to the Residence Economy.
       Economy:
          # Whether or not players in this group can buy other Residences that are for sale.
          CanBuy: true
          # Whether or not players in this group can sell their Residences.
          CanSell: false
          # Whether or not to ignore the Residence size/count limits when buying a residence.
          IgnoreLimits: false
          # The cost, per block, of making a new Residence or adding a area to it.
          BuyCost: 0.05
          # The cost, per block, of renewing a Residence lease (if the lease system is enabled).
          RenewCost: 0.02
       # Flags are checked in the order:
       # 1: Player
       # 2: Group
       # 3: Owner
       # 4: If all others are undefined, reverts to default value (usually true).
       # Flag permissions default to false.
       # These flags settings override the globals.
       Flags:
          # Specifically allow or deny this group from changing certain flags.
          Permission:
               #build: true
          # Specifys the flags that are applied at residence creation for players of this group.
          Default:
              #build: true
          # Specifys the flags that are applied at to the creator at residence creation.
          CreatorDefault:
              #build: true
          # Specifys the flags that are applied to other groups for this residence, at creation.
          GroupDefault:
               #default: #group name
                   #build: false
          #these flags are applied specifically to this group whenever they are outside a residence
          #these flags will override the flags at the top, under the Global section.
          World:
                Global: #these flags will apply to all worlds
                     #build: false
                WorldNameHere: #or you can apply them by each individual world
                     #build: false

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

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


Residence dřevenou sekerou nejde dělat

Uživatelský avatar
ungurof
Příspěvky: 346
Registrován: 25 zář 2015, 20:44
Reputation: 0

Re: RESIDENCE - Jak nastavit aby se dělala jiným ID

#4 Příspěvekod ungurof » 30 pro 2015, 18:31

Restartoval jsi server? Nebo jsi dal reload? Popřípadě mohl by pomoci log po startu.

Mc24
Příspěvky: 226
Registrován: 22 led 2015, 22:23
Reputation: 0

Re: RESIDENCE - Jak nastavit aby se dělala jiným ID

#5 Příspěvekod Mc24 » 30 pro 2015, 18:50

ano, restart jsem dával

Já mám OP a residenci dřevěnou sekerou udělám přes /resadmin
ale hráčům už to dřevěnou sekerou nejde...

LOG po restartu

Kód: Vybrat vše

[spoiler][17:39:47] [Server thread/INFO]: Starting minecraft server version 1.8.8
[17:39:47] [Server thread/INFO]: Loading properties
[17:39:47] [Server thread/INFO]: Default game type: SURVIVAL
[17:39:48] [Server thread/INFO]: This server is running CraftBukkit version git-Spigot-db6de12-d3e0b6f (MC: 1.8.8) (Implementing API version 1.8.8-R0.1-SNAPSHOT)
[17:39:48] [Server thread/INFO]: Debug logging is disabled
[17:39:48] [Server thread/INFO]: Server Ping Player Sample Count: 12
[17:39:48] [Server thread/INFO]: Using 4 threads for Netty based IO
[17:39:48] [Server thread/INFO]: Generating keypair
[17:39:48] [Server thread/INFO]: Starting Minecraft server on 82.208.17.18:27252
[17:39:48] [Server thread/INFO]: Using epoll channel type
[17:39:48] [Server thread/INFO]: Set PluginClassLoader as parallel capable
[17:39:48] [Server thread/INFO]: [INFO][NoCheatPlus] Wed Dec 30 17:39:48 CET 2015
[17:39:48] [Server thread/INFO]: Player instances are stored for efficiency.
[17:39:48] [Server thread/ERROR]: Could not load 'plugins/DisguiseCraft.jar' in folder 'plugins'
org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: net/minecraft/server/v1_8_R2/Packet
     at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:135) ~[minecraft_server.jar:git-Spigot-db6de12-d3e0b6f]
     at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:329) ~[minecraft_server.jar:git-Spigot-db6de12-d3e0b6f]
     at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:251) [minecraft_server.jar:git-Spigot-db6de12-d3e0b6f]
     at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:292) [minecraft_server.jar:git-Spigot-db6de12-d3e0b6f]
     at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:198) [minecraft_server.jar:git-Spigot-db6de12-d3e0b6f]
     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [minecraft_server.jar:git-Spigot-db6de12-d3e0b6f]
     at java.lang.Thread.run(Thread.java:744) [?:1.7.0_51]
Caused by: java.lang.NoClassDefFoundError: net/minecraft/server/v1_8_R2/Packet
     at java.lang.Class.forName0(Native Method) ~[?:1.7.0_51]
     at java.lang.Class.forName(Class.java:270) ~[?:1.7.0_51]
     at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) ~[minecraft_server.jar:git-Spigot-db6de12-d3e0b6f]
     at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:131) ~[minecraft_server.jar:git-Spigot-db6de12-d3e0b6f]
... 6 more
Caused by: java.lang.ClassNotFoundException: net.minecraft.server.v1_8_R2.Packet
     at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:91) ~[minecraft_server.jar:git-Spigot-db6de12-d3e0b6f]
     at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[minecraft_server.jar:git-Spigot-db6de12-d3e0b6f]
     at java.lang.ClassLoader.loadClass(ClassLoader.java:425) ~[?:1.7.0_51]
     at java.lang.ClassLoader.loadClass(ClassLoader.java:358) ~[?:1.7.0_51]
     at java.lang.Class.forName0(Native Method) ~[?:1.7.0_51]
     at java.lang.Class.forName(Class.java:270) ~[?:1.7.0_51]
     at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) ~[minecraft_server.jar:git-Spigot-db6de12-d3e0b6f]
     at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:131) ~[minecraft_server.jar:git-Spigot-db6de12-d3e0b6f]
... 6 more
[17:39:48] [Server thread/ERROR]: Could not load 'plugins/GUIShop.jar' in folder 'plugins'
org.bukkit.plugin.InvalidPluginException: java.lang.UnsupportedClassVersionError: com/pablo67340/GUIShop/Main/Main : Unsupported major.minor version 52.0
     at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:135) ~[minecraft_server.jar:git-Spigot-db6de12-d3e0b6f]
     at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:329) ~[minecraft_server.jar:git-Spigot-db6de12-d3e0b6f]
     at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:251) [minecraft_server.jar:git-Spigot-db6de12-d3e0b6f]
     at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:292) [minecraft_server.jar:git-Spigot-db6de12-d3e0b6f]
     at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:198) [minecraft_server.jar:git-Spigot-db6de12-d3e0b6f]
     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [minecraft_server.jar:git-Spigot-db6de12-d3e0b6f]
     at java.lang.Thread.run(Thread.java:744) [?:1.7.0_51]
Caused by: java.lang.UnsupportedClassVersionError: com/pablo67340/GUIShop/Main/Main : Unsupported major.minor version 52.0
     at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.7.0_51]
     at java.lang.ClassLoader.defineClass(ClassLoader.java:800) ~[?:1.7.0_51]
     at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) ~[?:1.7.0_51]
     at java.net.URLClassLoader.defineClass(URLClassLoader.java:449) ~[?:1.7.0_51]
     at java.net.URLClassLoader.access$100(URLClassLoader.java:71) ~[?:1.7.0_51]
     at java.net.URLClassLoader$1.run(URLClassLoader.java:361) ~[?:1.7.0_51]
     at java.net.URLClassLoader$1.run(URLClassLoader.java:355) ~[?:1.7.0_51]
     at java.security.AccessController.doPrivileged(Native Method) ~[?:1.7.0_51]
     at java.net.URLClassLoader.findClass(URLClassLoader.java:354) ~[?:1.7.0_51]
     at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[minecraft_server.jar:git-Spigot-db6de12-d3e0b6f]
     at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[minecraft_server.jar:git-Spigot-db6de12-d3e0b6f]
     at java.lang.ClassLoader.loadClass(ClassLoader.java:425) ~[?:1.7.0_51]
     at java.lang.ClassLoader.loadClass(ClassLoader.java:358) ~[?:1.7.0_51]
     at java.lang.Class.forName0(Native Method) ~[?:1.7.0_51]
     at java.lang.Class.forName(Class.java:270) ~[?:1.7.0_51]
     at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) ~[minecraft_server.jar:git-Spigot-db6de12-d3e0b6f]
     at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:131) ~[minecraft_server.jar:git-Spigot-db6de12-d3e0b6f]
... 6 more
[17:39:48] [Server thread/ERROR]: Could not load 'plugins/NoLagg-1.90.4.jar' in folder 'plugins'
org.bukkit.plugin.UnknownDependencyException: BKCommonLib
     at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:219) [minecraft_server.jar:git-Spigot-db6de12-d3e0b6f]
     at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:292) [minecraft_server.jar:git-Spigot-db6de12-d3e0b6f]
     at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:198) [minecraft_server.jar:git-Spigot-db6de12-d3e0b6f]
     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [minecraft_server.jar:git-Spigot-db6de12-d3e0b6f]
     at java.lang.Thread.run(Thread.java:744) [?:1.7.0_51]
[17:39:49] [Server thread/INFO]: [SignColorz] Loading SignColorz v2.1
[17:39:49] [Server thread/INFO]: [NoCheatPlus] Loading NoCheatPlus v3.13.4-BETA-sMD5NET-b901
[17:39:49] [Server thread/INFO]: onLoad: Early set up of static API, configuration, logging.
[17:39:49] [Server thread/INFO]: [NoCheatPlus] Logging system initialized.
[17:39:49] [Server thread/INFO]: [NoCheatPlus] Detected Minecraft version: 1.8.8
[17:39:49] [Server thread/INFO]: [FakaHedaMinequery] Loading FakaHedaMinequery v1.3
[17:39:49] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v6.1;no_git_id
[17:39:49] [Server thread/INFO]: [csm] Loading CustomServerMessages v5.2
[17:39:49] [Server thread/INFO]: [MassiveCore] Loading MassiveCore v2.8.2
[17:39:49] [Server thread/INFO]: TimeUnit.MILLIS_PER_MINUTE: 60000
[17:39:49] [Server thread/INFO]: [Vault] Loading Vault v1.5.6-b49
[17:39:49] [Server thread/INFO]: [PermissionsEx] Loading PermissionsEx v1.23.3
[17:39:49] [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*!
[17:39:49] [Server thread/INFO]: [PlayerHeads] Loading PlayerHeads v3.10-SNAPSHOT-jenkins-PlayerHeads-1-61-g39b94b4
[17:39:49] [Server thread/INFO]: [MyCommand] Loading MyCommand v5.1.6
[17:39:49] [Server thread/INFO]: [EchoPet] Loading EchoPet v2.8.0-b52
[17:39:49] [Server thread/INFO]: [Paintball] Loading Paintball v1.3.4
[17:39:49] [Server thread/INFO]: [TreeAssist] Loading TreeAssist v5.8.90
[17:39:49] [Server thread/INFO]: [HeadDrops] Loading HeadDrops v2.0
[17:39:49] [Server thread/INFO]: [AutoMessage] Loading AutoMessage v2.5.4
[17:39:49] [Server thread/INFO]: [LightVote] Loading LightVote v1.73
[17:39:49] [Server thread/INFO]: [AntiCreeper] Loading AntiCreeper v4.18.1
[17:39:49] [Server thread/INFO]: [iConomy] Loading iConomy v7.0
[17:39:49] [Server thread/INFO]: [CoreProtect] Loading CoreProtect v2.12.0
[17:39:49] [Server thread/INFO]: [Trampoline] Loading Trampoline v1.0
[17:39:49] [Server thread/INFO]: [iDisguise] Loading iDisguise v5.0.4
[17:39:49] [Server thread/INFO]: [TitleManager] Loading TitleManager v1.2
[17:39:49] [Server thread/INFO]: [OpenInv] Loading OpenInv v2.3.4
[17:39:49] [Server thread/INFO]: [NametagEdit] Loading NametagEdit v2.4
[17:39:49] [Server thread/INFO]: [AntiTNT] Loading AntiTNT v1.1
[17:39:49] [Server thread/INFO]: [MobArena] Loading MobArena v0.97.1
[17:39:49] [Server thread/INFO]: [Essentials] Loading Essentials vTeamCity
[17:39:49] [Server thread/INFO]: [Jobs] Loading Jobs v2.12.0
[17:39:49] [Server thread/INFO]: [Citizens] Loading Citizens v2.0.16-SNAPSHOT (build 1267)
[17:39:49] [Server thread/INFO]: [EssentialsProtect] Loading EssentialsProtect vTeamCity
[17:39:49] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn vTeamCity
[17:39:49] [Server thread/INFO]: [CreativeGates] Loading CreativeGates v2.8.2
[17:39:49] [Server thread/INFO]: [Ultrabans] Loading Ultrabans v3.1.0
[17:39:49] [Server thread/INFO]: [LWC] Loading LWC v4.5.0-SNAPSHOT
[17:39:49] [Server thread/INFO]: [AuthMe] Loading AuthMe v5.0-SNAPSHOT
[17:39:49] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat vTeamCity
[17:39:49] [Server thread/INFO]: [Timeismoney] Loading Timeismoney v1.5
[17:39:49] [Server thread/INFO]: [Residence] Loading Residence v2.6.7.0
[17:39:49] [Server thread/INFO]: [Factions] Loading Factions v2.8.2
[17:39:49] [Server thread/INFO]: [ScoreboardStats] Loading ScoreboardStats v0.9.1
[17:39:49] [Server thread/INFO]: [MassiveCore] Enabling MassiveCore v2.8.2
[17:39:49] [Server thread/INFO]: [MassiveCore 2.8.2] === ENABLE START ===
[17:39:49] [Server thread/INFO]: [MassiveCore 2.8.2] Loading Cachefile datas...
[17:39:49] [Server thread/INFO]: [MassiveCore 2.8.2] Loading Onlineplayer datas...
[17:39:49] [Server thread/INFO]: [MassiveCore 2.8.2] Loading Registry datas...
[17:39:49] [Server thread/INFO]: [MassiveCore 2.8.2] Saving Cachefile...
[17:39:49] [Server thread/INFO]: [MassiveCore 2.8.2] Setup of IdUtil took 23ms.
[17:39:49] [Server thread/INFO]: [MassiveCore 2.8.2] === ENABLE COMPLETE (Took 107ms) ===
[17:39:49] [Server thread/INFO]: [Vault] Enabling Vault v1.5.6-b49
[17:39:49] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
[17:39:49] [Server thread/WARN]: iConomy - If you are using Flatfile storage be aware that versions 6, 7 and 8 have a CRITICAL bug which can wipe ALL iconomy data.
[17:39:49] [Server thread/WARN]: if you're using Votifier, or any other plugin which handles economy data in a threaded manner your server is at risk!
[17:39:49] [Server thread/WARN]: it is highly suggested to use SQL with iCo6 or to use an alternative economy plugin!
[17:39:49] [Server thread/INFO]: [Vault] [Economy] iConomy 6 found: Waiting
[17:39:49] [Server thread/INFO]: [Vault] [Permission] PermissionsEx found: Waiting
[17:39:49] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
[17:39:49] [Server thread/INFO]: [Vault] [Chat] PermissionsEx found: Waiting
[17:39:49] [Server thread/INFO]: [Vault] Enabled Version 1.5.6-b49
[17:39:49] [Server thread/INFO]: [MassiveCore 2.8.2] Activated integration with Vault
[17:39:49] [Server thread/INFO]: [LWC] Enabling LWC v4.5.0-SNAPSHOT
[17:39:49] [Server thread/INFO]: [LWC] Connecting to SQLite
[17:39:49] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
[17:39:49] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
[17:39:49] [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.
[17:39:49] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
[17:39:49] [Server thread/INFO]: **** Beginning UUID conversion, this may take A LONG time ****
[17:39:49] [Server thread/INFO]: Preparing level "world"
[17:39:49] [Server thread/INFO]: -------- World Settings For [world] --------
[17:39:49] [Server thread/INFO]: Mob Spawn Range: 4
[17:39:49] [Server thread/INFO]: Anti X-Ray: true
[17:39:49] [Server thread/INFO]: Engine Mode: 1
[17:39:49] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[17:39:49] [Server thread/INFO]: Replace Blocks: [1, 5]
[17:39:49] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[17:39:49] [Server thread/INFO]: Cactus Growth Modifier: 100%
[17:39:49] [Server thread/INFO]: Cane Growth Modifier: 100%
[17:39:49] [Server thread/INFO]: Melon Growth Modifier: 100%
[17:39:49] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[17:39:49] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[17:39:49] [Server thread/INFO]: Sapling Growth Modifier: 100%
[17:39:49] [Server thread/INFO]: Wheat Growth Modifier: 100%
[17:39:49] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[17:39:49] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[17:39:49] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[17:39:49] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[17:39:49] [Server thread/INFO]: Random Lighting Updates: false
[17:39:49] [Server thread/INFO]: Structure Info Saving: true
[17:39:49] [Server thread/INFO]: Sending up to 10 chunks per packet
[17:39:49] [Server thread/INFO]: Max Entity Collisions: 8
[17:39:49] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
[17:39:49] [Server thread/INFO]: Max TNT Explosions: 100
[17:39:49] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[17:39:49] [Server thread/INFO]: Item Despawn Rate: 6000
[17:39:49] [Server thread/INFO]: Item Merge Radius: 2.5
[17:39:49] [Server thread/INFO]: Arrow Despawn Rate: 1200
[17:39:49] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[17:39:49] [Server thread/INFO]: View Distance: 7
[17:39:49] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[17:39:49] [Server thread/INFO]: Experience Merge Radius: 3.0
[17:39:49] [Server thread/INFO]: Chunks to Grow per Tick: 650
[17:39:49] [Server thread/INFO]: Clear tick list: false
[17:39:49] [Server thread/INFO]: -------- World Settings For [world_nether] --------
[17:39:49] [Server thread/INFO]: Mob Spawn Range: 4
[17:39:49] [Server thread/INFO]: Anti X-Ray: true
[17:39:49] [Server thread/INFO]: Engine Mode: 1
[17:39:49] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[17:39:49] [Server thread/INFO]: Replace Blocks: [1, 5]
[17:39:49] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[17:39:49] [Server thread/INFO]: Cactus Growth Modifier: 100%
[17:39:49] [Server thread/INFO]: Cane Growth Modifier: 100%
[17:39:49] [Server thread/INFO]: Melon Growth Modifier: 100%
[17:39:49] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[17:39:49] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[17:39:49] [Server thread/INFO]: Sapling Growth Modifier: 100%
[17:39:49] [Server thread/INFO]: Wheat Growth Modifier: 100%
[17:39:49] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[17:39:49] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[17:39:49] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[17:39:49] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[17:39:49] [Server thread/INFO]: Random Lighting Updates: false
[17:39:49] [Server thread/INFO]: Structure Info Saving: true
[17:39:49] [Server thread/INFO]: Sending up to 10 chunks per packet
[17:39:49] [Server thread/INFO]: Max Entity Collisions: 8
[17:39:49] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
[17:39:49] [Server thread/INFO]: Max TNT Explosions: 100
[17:39:49] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[17:39:49] [Server thread/INFO]: Item Despawn Rate: 6000
[17:39:49] [Server thread/INFO]: Item Merge Radius: 2.5
[17:39:49] [Server thread/INFO]: Arrow Despawn Rate: 1200
[17:39:49] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[17:39:49] [Server thread/INFO]: View Distance: 7
[17:39:49] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[17:39:49] [Server thread/INFO]: Experience Merge Radius: 3.0
[17:39:49] [Server thread/INFO]: Chunks to Grow per Tick: 650
[17:39:49] [Server thread/INFO]: Clear tick list: false
[17:39:49] [Server thread/INFO]: -------- World Settings For [world_the_end] --------
[17:39:49] [Server thread/INFO]: Mob Spawn Range: 4
[17:39:49] [Server thread/INFO]: Anti X-Ray: true
[17:39:49] [Server thread/INFO]: Engine Mode: 1
[17:39:49] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[17:39:49] [Server thread/INFO]: Replace Blocks: [1, 5]
[17:39:49] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[17:39:49] [Server thread/INFO]: Cactus Growth Modifier: 100%
[17:39:49] [Server thread/INFO]: Cane Growth Modifier: 100%
[17:39:49] [Server thread/INFO]: Melon Growth Modifier: 100%
[17:39:49] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[17:39:49] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[17:39:49] [Server thread/INFO]: Sapling Growth Modifier: 100%
[17:39:49] [Server thread/INFO]: Wheat Growth Modifier: 100%
[17:39:49] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[17:39:49] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[17:39:49] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[17:39:49] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[17:39:49] [Server thread/INFO]: Random Lighting Updates: false
[17:39:49] [Server thread/INFO]: Structure Info Saving: true
[17:39:49] [Server thread/INFO]: Sending up to 10 chunks per packet
[17:39:49] [Server thread/INFO]: Max Entity Collisions: 8
[17:39:49] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
[17:39:49] [Server thread/INFO]: Max TNT Explosions: 100
[17:39:49] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[17:39:49] [Server thread/INFO]: Item Despawn Rate: 6000
[17:39:49] [Server thread/INFO]: Item Merge Radius: 2.5
[17:39:49] [Server thread/INFO]: Arrow Despawn Rate: 1200
[17:39:49] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[17:39:49] [Server thread/INFO]: View Distance: 7
[17:39:49] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[17:39:49] [Server thread/INFO]: Experience Merge Radius: 3.0
[17:39:49] [Server thread/INFO]: Chunks to Grow per Tick: 650
[17:39:49] [Server thread/INFO]: Clear tick list: false
[17:39:49] [Server thread/INFO]: Preparing start region for level 0 (Seed: 2859951157019800401)
[17:39:50] [Server thread/INFO]: Preparing start region for level 1 (Seed: 2859951157019800401)
[17:39:51] [Thread-11/INFO]: UUID of player Pa3kkkk is c7029e47-1354-31a9-9cec-c99b0d38e4a7
[17:39:51] [Server thread/INFO]: Preparing start region for level 2 (Seed: 2859951157019800401)
[17:39:51] [Server thread/INFO]: [SignColorz] Enabling SignColorz v2.1
[17:39:51] [Server thread/INFO]: [SignColorz] v2.1enabled!
[17:39:51] [Server thread/INFO]: [NoCheatPlus] Enabling NoCheatPlus v3.13.4-BETA-sMD5NET-b901
[17:39:51] [Server thread/INFO]: [NoCheatPlus] McAccess set to: 1.8.4-1.8.8 / Spigot-CB-1.8_R3
[17:39:51] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.5 blocks.
[17:39:51] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.6.1 blocks.
[17:39:51] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.7.2 blocks.
[17:39:51] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.8 blocks.
[17:39:51] [Server thread/INFO]: [NoCheatPlus] Inventory checks: FastConsume is available, disabled InstantEat.
[17:39:51] [Server thread/INFO]: [NoCheatPlus] Packet level access: ProtocolLib is not available.
[17:39:51] [Server thread/INFO]: [NoCheatPlus] Version 3.13.4-BETA-sMD5NET-b901 is enabled.
[17:39:51] [Server thread/INFO]: [FakaHedaMinequery] Enabling FakaHedaMinequery v1.3
[17:39:51] [Server thread/INFO]: Starting FakaHedaMinequery server on 82.208.17.18:28252
[17:39:51] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v6.1;no_git_id
[17:39:51] [Thread-14/INFO]: UUID of player FiFoTV is 18e66ce8-a40f-35b7-9a90-69eaceb0cdb2
[17:39:51] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
[17:39:52] [Server thread/INFO]: [WorldEdit] Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_8_R3 as the Bukkit adapter
[17:39:52] [Server thread/INFO]: [csm] Enabling CustomServerMessages v5.2
[17:39:52] [Server thread/INFO]: [CSM] Enabled Custom Server Messages!
[17:39:52] [Server thread/INFO]: [PermissionsEx] Enabling PermissionsEx v1.23.3
[17:39:52] [Server thread/INFO]: [PermissionsEx] Initializing file backend
[17:39:52] [Server thread/INFO]: [PermissionsEx] Permissions file successfully reloaded
[17:39:52] [Server thread/INFO]: WEPIF: PermissionsEx detected! Using PermissionsEx for permissions.
[17:39:52] [Server thread/INFO]: [Vault][Permission] PermissionsEx hooked.
[17:39:52] [Server thread/INFO]: [Vault][Chat] PermissionsEx_Chat hooked.
[17:39:52] [Server thread/INFO]: [PlayerHeads] Enabling PlayerHeads v3.10-SNAPSHOT-jenkins-PlayerHeads-1-61-g39b94b4
[17:39:52] [Thread-15/INFO]: [CSM] No update available.
[17:39:52] [Server thread/INFO]: [MyCommand] Enabling MyCommand v5.1.6
[17:39:52] [Server thread/INFO]: =-=-=-=-=-=-=-=-=-=-=-MyCommand-=-=-=-=-=-=-=-=-=-=-=-=
[17:39:52] [Server thread/INFO]: = Vault : Ok. Hooked MyCommand Vault 1.5.6-b49
[17:39:52] [Server thread/INFO]: = Spout : Not detected BarAPI : Not detected
[17:39:52] [Server thread/INFO]: = Config : Ok
[17:39:52] [Server thread/INFO]: = Custom commands loaded : 32
[17:39:52] [Server thread/INFO]: = Version: 5.1.6
[17:39:52] [Server thread/INFO]: = Author : MRI a.k.a Ivanpro
[17:39:52] [Server thread/INFO]: = Status : Active
[17:39:52] [Server thread/INFO]: =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
[17:39:52] [Server thread/INFO]: [EchoPet] Enabling EchoPet v2.8.0-b52
[17:39:53] [Thread-18/INFO]: UUID of player Beesst is d3a96815-5ce3-3465-893d-ccb4ef853134
[17:39:54] [Server thread/INFO]: [Paintball] Enabling Paintball v1.3.4
[17:39:54] [Server thread/INFO]: [Paintball] Loading the default language: enUS.txt
[17:39:54] [Server thread/INFO]: [Paintball] Scanned lines: 379 | Skipped lines: 0
[17:39:54] [Server thread/INFO]: [Paintball] Using the default language now: enUS.txt
[17:39:54] [Server thread/INFO]: [Paintball] Loading the specified melody now: win.txt
[17:39:54] [Server thread/INFO]: [Paintball] Scanned .txt melody sucessfully. Lines: 20
[17:39:54] [Server thread/INFO]: [Paintball] Loading the specified melody now: defeat.txt
[17:39:54] [Server thread/INFO]: [Paintball] Scanned .txt melody sucessfully. Lines: 43
[17:39:54] [Server thread/INFO]: [Paintball] Loading the specified melody now: draw.txt
[17:39:54] [Server thread/INFO]: [Paintball] Scanned .txt melody sucessfully. Lines: 29
[17:39:54] [Server thread/INFO]: [Paintball] Loading ranks..
[17:39:54] [Server thread/INFO]: [Paintball] Plugin 'InSigns' not found. Additional sign features disabled.
[17:39:54] [Server thread/INFO]: [Paintball] Plugin 'TagAPI' not found. Additional tag features disabled.
[17:39:54] [Server thread/INFO]: [Paintball] Plugin 'Votifier' not found. Additional vote features disabled.
[17:39:54] [Server thread/INFO]: [Paintball] By blablubbabc enabled.
[17:39:55] [Server thread/INFO]: [TreeAssist] Enabling TreeAssist v5.8.90
[17:39:55] [Server thread/INFO]: [TreeAssist] debugging: off
[17:39:55] [Server thread/INFO]: [HeadDrops] Enabling HeadDrops v2.0
[17:39:55] [Server thread/INFO]: [AutoMessage] Enabling AutoMessage v2.5.4
[17:39:55] [Server thread/INFO]: [LightVote] Enabling LightVote v1.73
[17:39:55] [Server thread/INFO]: [LightVote:1.73] Initialised
[17:39:55] [Server thread/INFO]: [LightVote:1.73] Scanning properties file.
[17:39:55] [Server thread/INFO]: [LightVote:1.73] Properties loaded. Debug messages: false
[17:39:55] [Server thread/INFO]: [LightVote] Permissions not enabled in config.
[17:39:55] [Server thread/INFO]: [AntiCreeper] Enabling AntiCreeper v4.18.1
[17:39:55] [Server thread/INFO]: [AntiCreeper] brought to you by Filbert66
[17:39:55] [Server thread/INFO]: [iConomy] Enabling iConomy v7.0
[17:39:55] [Server thread/INFO]: [iConomy - April Fools] Enabled (9 ms)
[17:39:55] [Server thread/INFO]: [iConomy] Hello, I'm Nijikokun. Yes, this is an April Fools joke, but '/money top' was fixed! Enjoy :) - Rare Version!
[17:39:55] [Server thread/INFO]: [Vault][Economy] iConomy 7 hooked.
[17:39:55] [Thread-21/INFO]: [iConomy - April Fools] Purged accounts with default balance.
[17:39:55] [Server thread/INFO]: [CoreProtect] Enabling CoreProtect v2.12.0
[17:39:55] [Server thread/INFO]: CoreProtect version 2.12.0 is enabled!
[17:39:55] [Server thread/INFO]: [CoreProtect] Using SQLite for data storage.
[17:39:55] [Server thread/INFO]: [Trampoline] Enabling Trampoline v1.0
[17:39:55] [Server thread/INFO]: [iDisguise] Enabling iDisguise v5.0.4
[17:39:55] [Thread-19/INFO]: [HeadDrops] Updater: You have the newest version installed
[17:39:55] [Server thread/INFO]: [iDisguise] iDisguise 5.0.4 enabled!
[17:39:55] [Thread-25/INFO]: Disconnecting com.mojang.authlib.GameProfile@2a2f5008[id=c7029e47-1354-31a9-9cec-c99b0d38e4a7,name=Pa3kkkk,properties={},legacy=false] (/78.98.55.162:34895): Server start/reload has not finished yet
[17:39:55] [Server thread/INFO]: [TitleManager] Enabling TitleManager v1.2
[17:39:55] [Server thread/INFO]: [TitleManager] Re-checking 8 players.
[17:39:55] [Server thread/INFO]: [TitleManager] Player 'FiFoTV' not online.
[17:39:55] [Server thread/INFO]: [TitleManager] Player 'Vlaso123' not online.
[17:39:55] [Server thread/INFO]: [TitleManager] Player 'Pa3kkkk' not online.
[17:39:55] [Server thread/INFO]: [TitleManager] Player 'Prstik' not online.
[17:39:55] [Server thread/INFO]: [TitleManager] Player 'tomi123' not online.
[17:39:55] [Server thread/INFO]: [TitleManager] Player 'Vita100' not online.
[17:39:55] [Server thread/INFO]: [TitleManager] Player 'Beesst' not online.
[17:39:55] [Server thread/INFO]: [TitleManager] Player 'TheDarlock' not online.
[17:39:55] [Server thread/INFO]: [TitleManager] == ENABLED ==
[17:39:55] [Server thread/INFO]: [OpenInv] Enabling OpenInv v2.3.4
[17:39:55] [Server thread/INFO]: [OpenInv] [Config] Update not required.
[17:39:55] [Server thread/INFO]: [NametagEdit] Enabling NametagEdit v2.4
[17:39:55] [Server thread/INFO]: An update is available: NametagEdit v2.4, a release for CB 1.7.9-R0.1 available at http://servermods.cursecdn.com/files/790/383/NametagEdit.jar
[17:39:55] [Server thread/INFO]: Update by executing: /ne update
[17:39:55] [Server thread/INFO]: [AntiTNT] Enabling AntiTNT v1.1
[17:39:55] [Server thread/INFO]: AntiTNT has been enabled!
[17:39:55] [Server thread/INFO]: [MobArena] Enabling MobArena v0.97.1
[17:39:55] [Server thread/INFO]: [MobArena] Vault found; economy rewards enabled.
[17:39:55] [Server thread/INFO]: [MobArena] Loaded arena 'default'
[17:39:55] [Server thread/INFO]: [MobArena] v0.97.1 enabled.
[17:39:55] [Server thread/INFO]: [Essentials] Enabling Essentials vTeamCity
[17:39:55] [Server thread/INFO]: Bukkit version format changed. Version not checked.
[17:39:55] [Server thread/INFO]: git-Spigot-db6de12-d3e0b6f (MC: 1.8.8)
[17:39:55] [Server thread/INFO]: 1.8.8-R0.1-SNAPSHOT
[17:39:55] [Server thread/INFO]: Using locale en_US
[17:39:55] [Server thread/INFO]: Using locale en_US
[17:39:55] [Server thread/INFO]: [Vault][Economy] Essentials Economy hooked.
[17:39:55] [Server thread/INFO]: Essentials: Using PermissionsEx based permissions.
[17:39:55] [Server thread/INFO]: [Essentials] Payment method found (Vault - Economy: iConomy 7 version: 1.5.6-b49)
[17:39:55] [Server thread/INFO]: [Jobs] Enabling Jobs v2.12.0
[17:39:56] [Jobs-DatabaseSaveTask/INFO]: [Jobs] Started database save task
[17:39:56] [Jobs-BufferedPaymentThread/INFO]: [Jobs] Started buffered payment thread
[17:39:56] [Server thread/INFO]: [Jobs] Plugin has been enabled succesfully.
[17:39:56] [Server thread/INFO]: [Citizens] Enabling Citizens v2.0.16-SNAPSHOT (build 1267)
[17:39:56] [Server thread/INFO]: [EssentialsProtect] Enabling EssentialsProtect vTeamCity
[17:39:56] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn vTeamCity
[17:39:56] [Server thread/INFO]: [CreativeGates] Enabling CreativeGates v2.8.2
[17:39:56] [Server thread/INFO]: [CreativeGates 2.8.2] === ENABLE START ===
[17:39:56] [Server thread/INFO]: [CreativeGates 2.8.2] === ENABLE COMPLETE (Took 33ms) ===
[17:39:56] [Server thread/INFO]: [Ultrabans] Enabling Ultrabans v3.1.0
[17:39:57] [Server thread/INFO]: [Ultrabans] No Updates found on dev.bukkit.org.
[17:39:57] [Server thread/INFO]: [Ultrabans] Loaded. 0 secs.
[17:39:57] [Server thread/INFO]: [AuthMe] Enabling AuthMe v5.0-SNAPSHOT
[17:39:57] [Server thread/INFO]: [AuthMe] Loading Configuration File...
[17:39:57] [Server thread/INFO]: [AuthMe] Set Language: en
[17:39:57] [Server thread/INFO]: [AuthMe] Metrics started successfully!
[17:39:57] [Server thread/INFO]: [AuthMe] Vault plugin detected, hook with PermissionsEx system
[17:39:57] [Server thread/INFO]: [AuthMe] Hook with Essentials plugin
[17:39:57] [Server thread/INFO]: [AuthMe] Hook with EssentialsSpawn plugin
[17:39:57] [Server thread/INFO]: [AuthMe] SQLite driver loaded
[17:39:57] [Server thread/INFO]: [AuthMe] SQLite Setup finished
[17:39:57] [Server thread/INFO]: [AuthMe] [LICENSE] This product includes GeoLite data created by MaxMind, available from http://www.maxmind.com
[17:39:57] [Server thread/INFO]: [AuthMe] AuthMe hook perfectly with server hosting VERYGAMES
[17:39:57] [Server thread/INFO]: [AuthMe] Authme 5.0-SNAPSHOT enabled
[17:39:57] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat vTeamCity
[17:39:57] [Server thread/INFO]: [Timeismoney] Enabling Timeismoney v1.5
[17:39:57] [Server thread/INFO]: [Timeismoney] Vault dependency found. Economy plugin found: iConomy 7
[17:39:57] [Server thread/INFO]: Timeismoney is now enabled
[17:39:57] [Server thread/INFO]: [Residence] Enabling Residence v2.6.7.0
[17:39:57] [Server thread/INFO]: [Residence] Found Vault using permissions plugin:PermissionsEx
[17:39:57] [Server thread/INFO]: [Residence] Failed to update language file: Polish.yml
[17:39:57] [Server thread/INFO]: [Residence] Scanning for economy systems...
[17:39:57] [Server thread/INFO]: [Residence] Found Vault using economy system: iConomy 7
[17:39:57] [Server thread/INFO]: [Residence] Found WorldEdit
[17:39:58] [Server thread/INFO]: [Residence] Enabled! Version 2.6.7.0 by bekvon
[17:39:58] [Server thread/INFO]: [Factions] Enabling Factions v2.8.2
[17:39:58] [Server thread/INFO]: [Factions 2.8.2] === ENABLE START ===
[17:39:58] [Server thread/INFO]: [Factions 2.8.2] Activated integration with LWC
[17:39:58] [Server thread/INFO]: [Factions 2.8.2] === ENABLE COMPLETE (Took 199ms) ===
[17:39:58] [Server thread/INFO]: [ScoreboardStats] Enabling ScoreboardStats v0.9.1
[17:39:58] [Server thread/INFO]: [ScoreboardStats] Registered replacers: [VaultVariables, PlayerPingVariable, BukkitGlobalVariables, FactionsVariables, GeneralVariables, BukkitVariables]
[17:39:58] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
[17:39:58] [Server thread/INFO]: Done (9.015s)! For help, type "help" or "?"
[17:39:58] [Server thread/INFO]: Starting GS4 status listener
[17:39:58] [Query Listener #1/INFO]: Query running on 82.208.17.18:27252
[17:39:58] [Server thread/INFO]: Starting remote control listener
[17:39:58] [Server thread/WARN]: No rcon password set in '/hlserver/27252/server.properties', rcon disabled!
[17:39:58] [Server thread/INFO]: [NoCheatPlus] Post-enable running...
[17:39:59] [Server thread/INFO]: [NoCheatPlus] Post-enable finished.
[17:39:59] [Server thread/INFO]: [NametagEdit] Hooked into PermissionsEx!
[17:39:59] [Server thread/INFO]: [Jobs] [Jobs] Successfully linked with Vault.
[17:39:59] [Craft Scheduler Thread - 15/INFO]: [NoCheatPlus] Added hook: AllViolations(NCP) [1.0].
[17:39:59] [Craft Scheduler Thread - 17/INFO]: [Paintball] --------- Serverlist ----------
[17:39:59] [Craft Scheduler Thread - 17/INFO]: [Paintball] Wasn't able to post server: casa8: casa8: Name or service not known
[17:39:59] [Craft Scheduler Thread - 17/INFO]: [Paintball] Maybe the master server is down or has bad latency.
[17:39:59] [Craft Scheduler Thread - 17/INFO]: [Paintball] --------- ---------------- ----------
[17:39:59] [Server thread/INFO]: [Citizens] Loaded 2 NPCs.
[17:39:59] [Craft Scheduler Thread - 4/INFO]: [Vault] Checking for Updates ...
[17:39:59] [Server thread/INFO]: com.mojang.authlib.GameProfile@68b78a67[id=c7029e47-1354-31a9-9cec-c99b0d38e4a7,name=Pa3kkkk,properties={},legacy=false] (/78.98.55.162:34891) lost connection: Disconnected
[17:39:59] [Craft Scheduler Thread - 4/INFO]: [Vault] No new version available
[17:40:00] [Server thread/INFO]: [Ultrabans] Logged FiFoTV connecting from ip:82.144.151.9
[17:40:00] [Server thread/INFO]: Failed to send packet for player (Packet209SetScoreboardTeam) :
[17:40:00] [Server thread/WARN]: java.lang.IllegalArgumentException: Can not set java.util.Collection field net.minecraft.server.v1_8_R3.PacketPlayOutScoreboardTeam.g to java.lang.Integer
[17:40:00] [Server thread/WARN]: at sun.reflect.UnsafeFieldAccessorImpl.throwSetIllegalArgumentException(UnsafeFieldAccessorImpl.java:164)
[17:40:00] [Server thread/WARN]: at sun.reflect.UnsafeFieldAccessorImpl.throwSetIllegalArgumentException(UnsafeFieldAccessorImpl.java:168)
[17:40:00] [Server thread/WARN]: at sun.reflect.UnsafeObjectFieldAccessorImpl.set(UnsafeObjectFieldAccessorImpl.java:81)
[17:40:00] [Server thread/WARN]: at java.lang.reflect.Field.set(Field.java:741)
[17:40:00] [Server thread/WARN]: at ca.wacos.nametagedit.PacketPlayOut.setField(PacketPlayOut.java:110)
[17:40:00] [Server thread/WARN]: at ca.wacos.nametagedit.PacketPlayOut.<init>(PacketPlayOut.java:66)
[17:40:00] [Server thread/WARN]: at ca.wacos.nametagedit.NametagManager.sendTeamsToPlayer(NametagManager.java:369)
[17:40:00] [Server thread/WARN]: at ca.wacos.nametagedit.NametagEventHandler.onPlayerJoin(NametagEventHandler.java:38)
[17:40:00] [Server thread/WARN]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[17:40:00] [Server thread/WARN]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
[17:40:00] [Server thread/WARN]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[17:40:00] [Server thread/WARN]: at java.lang.reflect.Method.invoke(Method.java:606)
[17:40:00] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306)
[17:40:00] [Server thread/WARN]: at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
[17:40:00] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502)
[17:40:00] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487)
[17:40:00] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.PlayerList.onPlayerJoin(PlayerList.java:298)
[17:40:00] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.PlayerList.a(PlayerList.java:157)
[17:40:00] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.LoginListener.b(LoginListener.java:144)
[17:40:00] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.LoginListener.c(LoginListener.java:54)
[17:40:00] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.NetworkManager.a(NetworkManager.java:231)
[17:40:00] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.ServerConnection.c(ServerConnection.java:148)
[17:40:00] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:814)
[17:40:00] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374)
[17:40:00] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654)
[17:40:00] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557)
[17:40:00] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:744)
[17:40:00] [Server thread/INFO]: Failed to send packet for player (Packet209SetScoreboardTeam) :
[17:40:00] [Server thread/WARN]: java.lang.IllegalArgumentException: Can not set java.util.Collection field net.minecraft.server.v1_8_R3.PacketPlayOutScoreboardTeam.g to java.lang.Integer
[17:40:00] [Server thread/WARN]: at sun.reflect.UnsafeFieldAccessorImpl.throwSetIllegalArgumentException(UnsafeFieldAccessorImpl.java:164)
[17:40:00] [Server thread/WARN]: at sun.reflect.UnsafeFieldAccessorImpl.throwSetIllegalArgumentException(UnsafeFieldAccessorImpl.java:168)
[17:40:00] [Server thread/WARN]: at sun.reflect.UnsafeObjectFieldAccessorImpl.set(UnsafeObjectFieldAccessorImpl.java:81)
[17:40:00] [Server thread/WARN]: at java.lang.reflect.Field.set(Field.java:741)
[17:40:00] [Server thread/WARN]: at ca.wacos.nametagedit.PacketPlayOut.setField(PacketPlayOut.java:110)
[17:40:00] [Server thread/WARN]: at ca.wacos.nametagedit.PacketPlayOut.<init>(PacketPlayOut.java:66)
[17:40:00] [Server thread/WARN]: at ca.wacos.nametagedit.NametagManager.sendPacketsAddTeam(NametagManager.java:395)
[17:40:00] [Server thread/WARN]: at ca.wacos.nametagedit.NametagManager.register(NametagManager.java:48)
[17:40:00] [Server thread/WARN]: at ca.wacos.nametagedit.NametagManager.declareTeam(NametagManager.java:280)
[17:40:00] [Server thread/WARN]: at ca.wacos.nametagedit.NametagManager.get(NametagManager.java:312)
[17:40:00] [Server thread/WARN]: at ca.wacos.nametagedit.NametagManager.update(NametagManager.java:163)
[17:40:00] [Server thread/WARN]: at ca.wacos.nametagedit.NametagCommand.setNametagSoft(NametagCommand.java:287)
[17:40:00] [Server thread/WARN]: at ca.wacos.nametagedit.NametagEventHandler.onPlayerJoin(NametagEventHandler.java:86)
[17:40:00] [Server thread/WARN]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[17:40:00] [Server thread/WARN]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
[17:40:00] [Server thread/WARN]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[17:40:00] [Server thread/WARN]: at java.lang.reflect.Method.invoke(Method.java:606)
[17:40:00] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306)
[17:40:00] [Server thread/WARN]: at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
[17:40:00] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502)
[17:40:00] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487)
[17:40:00] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.PlayerList.onPlayerJoin(PlayerList.java:298)
[17:40:00] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.PlayerList.a(PlayerList.java:157)
[17:40:00] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.LoginListener.b(LoginListener.java:144)
[17:40:00] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.LoginListener.c(LoginListener.java:54)
[17:40:00] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.NetworkManager.a(NetworkManager.java:231)
[17:40:00] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.ServerConnection.c(ServerConnection.java:148)
[17:40:00] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:814)
[17:40:00] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374)
[17:40:00] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654)
[17:40:00] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557)
[17:40:00] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:744)[/spoiler]

Uživatelský avatar
ungurof
Příspěvky: 346
Registrován: 25 zář 2015, 20:44
Reputation: 0

Re: RESIDENCE - Jak nastavit aby se dělala jiným ID

#6 Příspěvekod ungurof » 30 pro 2015, 18:58

A dal jsi hráčům pemisi?

- residence.create

Mc24
Příspěvky: 226
Registrován: 22 led 2015, 22:23
Reputation: 0

Re: RESIDENCE - Jak nastavit aby se dělala jiným ID

#7 Příspěvekod Mc24 » 30 pro 2015, 18:59

ano mám

-- 30 pro 2015, 18:03 --

PLUGINY

Spoiler: zobrazit

Kód: Vybrat vše

 AntiCreeper
 AntiTNT
 AuthMe
 AutoMessage
 Citizens
 CoreProtect
 CustomServerMessages
 EchoPet
 Essentials
 HeadDrops
 Jobs
 LWC
 LightVote
 MassiveCore
 MobArena
 Multiverse-Core
 MyCommand
 NametagEdit
 NoCheatPlus
 OpenInv
 Paintball
 PermissionsEx
 PlayerHeads
 PluginMetrics
 Residence
 ScoreboardStats
 SignColorz
 Timeismoney
 TitleManager
 TreeAssist
 Ultrabans
 Updater
 Vault
 WorldEdit
 iConomy
 iDisguise
 AntiCreeper.jar 87.2 KB28. 12. 00:00
 AntiTNT.jar 13.4 KB28. 12. 00:00
 AuthMe-5.0-beta1.jar 1.1 MB27. 12. 23:50
 AutoMessage.jar 51.4 KB27. 12. 23:52
 Citizens.jar 1 MB28. 12. 00:06
 CoreProtect_2.12.0.jar 248.1 KB28. 12. 00:00
 CreativeGates.jar 63.5 KB28. 12. 14:30
 CustomServerMessages.jar 36 KB27. 12. 23:59
 DisguiseCraft.jar 137.2 KB27. 12. 23:56
 EchoPet_v2.8.0.jar 1.5 MB28. 12. 00:06
 Essentials.jar 1010.5 KB27. 12. 23:45
 EssentialsChat.jar 12.5 KB27. 12. 23:45
 EssentialsProtect.jar 19 KB27. 12. 23:57
 EssentialsSpawn.jar 16.5 KB28. 12. 19:02
 Factions.jar 553.4 KB28. 12. 00:01
 FakaHedaMinequery.jar 12 KB30. 12. 17:39
 GUIShop.jar 38.1 KB30. 12. 14:31
 HeadDrops.jar 55.4 KB28. 12. 00:05
 Jobs.jar 141.1 KB27. 12. 23:53
 LWC.jar 453.9 KB27. 12. 23:54
 LightVote.jar 17.2 KB27. 12. 23:57
 MassiveCore.jar 2.4 MB28. 12. 14:30
 MobArena.jar 412.7 KB27. 12. 23:55
 MyCommand.jar 204.1 KB28. 12. 00:07
 NametagEdit.jar 68.2 KB27. 12. 23:52
 NoCheatPlus.jar 976.3 KB28. 12. 00:05
 NoLagg-1.90.4.jar 280.3 KB28. 12. 00:00
 OpenInv.jar 48 KB27. 12. 23:58
 Paintballv1.3.4.jar 446.4 KB28. 12. 00:05
 PermissionsEx-1.23.3.jar 705 KB27. 12. 23:47
 PlayerHeads.jar 92.5 KB28. 12. 00:02
 Residence.jar 1.7 MB28. 12. 00:07
 ScoreboardStats.jar 121.6 KB28. 12. 00:07
 SignColorz-2.1.jar 4.1 KB27. 12. 23:59
 Timeismoney.jar 15.4 KB27. 12. 23:53
 TitleManager-v1.2.jar 19 KB30. 12. 17:29
 TreeAssist.jar 105.9 KB28. 12. 00:01
 Ultrabans.jar 137.1 KB27. 12. 23:58
 Vault.jar 290 KB27. 12. 23:59
 iConomy.jar 162.3 KB27. 12. 23:53
 iDisguise-5.0.4.jar 430.5 KB28. 12. 00:02
 trampoline_V1.0.jar 6.7 KB28. 12. 00:02
 worldedit-bukkit-6.1.jar     1.5 MB28. 12. 00:07


PEX

Spoiler: zobrazit

Kód: Vybrat vše

groups:
  Hrac:
    permissions:
    - commandbook.help
    - essentials.kit
    - essentials.balance
    - essentials.balancetop
    - essentials.pay
    - essentials.worth
    - essentials.afk
    - essentials.afk.auto
    - essentials.help
    - essentials.helpop.receive
    - essentials.list
    - essentials.mail
    - essentials.mail.send
    - essentials.me
    - essentials.free
    - essentials.msg
    - essentials.rules
    - essentials.spawn
    - essentials.build.*
    - essentials.delhome
    - essentials.home
    - essentials.home.bed
    - essentials.sethome
    - essentials.sethome.bed
    - essentials.tpa
    - essentials.tpaccept
    - essentials.tpahere
    - essentials.tpdeny
    - essentials.warp
    - essentials.warp.list
    - essentials.warps.*
    - residence.create
    - essentials.motd
    - essentials.signs.use.free
    - automessage.receive.vip
    - creativegates.use
    - mycommand.block.all.use
    - mycommand.cmd.paintball
    - mycommand.cmd.1
    - mycommand.cmd.all
    - mycommand.cmd.20
    - mycommand.cmd.aktivacevip
    - mobarena.use.join
    - mobarena.use.leave
    - mobarena.use.spectate
    - mobarena.use.arenalist
    - mobarena.use.playerlist
    - marry.default
    - shop.buy
    - shop.sell
    - shop.enchantments
    - shop.tab.*
    - marriage.*
    - sg.arena.join.*
    - sg.arena.join
    - sg.player.vote.*
    - sg.lobby.join
    - bukkit.command.plugins
    - nametag.group.hrac
    options:
      prefix: '&6&l[&2&lHrac&6&l] &e'
      default: true
  MAJITEL:
    inheritance:
    - Hrac
    permissions:
    - permissions.*
    - '*'
    - automessage.receive.vip
    - creativegates.use
    - nametag.group.majitel
    - resadmin.*
    options:
      prefix: '&1&l[&6&lMajitel&1&l] &4'
  SP.MAJITEL:
    inheritance:
    - Hrac
    permissions:
    - permissions.*
    - automessage.receive.vip
    - creativegates.use
    - nametag.group.SP.MAJITEL
    options:
      prefix: '&c&l[&e&lSp.Majitel&c&l]'
  HL.ADMIN:
    inheritance:
    - Hrac
    permissions:
    - permissions.*
    - essentials.back
    - essentials.gamemode
    - essentials.bigtree
    - essentials.god
    - essentials.heal
    - essentials.repair
    - essentials.seen
    - essentials.suicide
    - essentials.bcast
    - essentials.back
    - essentials.jump
    - essentials.feed
    - essentials.hat
    - essentials.speed
    - essentials.workbench
    - essentials.compass
    - essentials.depth
    - essentials.ignore
    - essentials.near
    - essentials.signs.use.free
    - automessage.receive.vip
    - nametag.group.HL.ADMIN
    - essentials.fly
    - essentials.day
    - essentials.night
    - essentials.sun
    - essentials.storm
    - essentials.ban
    - essentials.tempban
    - essentials.tp
    - essentials.kick
    - essentials.tphere
    - essentials.resadmin
    - essentials.setwarp
    - essentials.enchant
    - disguisecraft.mob.*
    - essentials.time
    - essentials.time
    - essentials.time.set
    - essentials.weather
    options:
      prefix: '&6&l[Hl.Admin] &4'
  ADMIN:
    inheritance:
    - Hrac
    permissions:
    - permissions.*
    - essentials.back
    - essentials.gamemode
    - essentials.bigtree
    - essentials.god
    - essentials.heal
    - essentials.repair
    - essentials.seen
    - essentials.suicide
    - essentials.bcast
    - essentials.back
    - essentials.jump
    - essentials.feed
    - essentials.hat
    - essentials.speed
    - essentials.workbench
    - essentials.compass
    - essentials.depth
    - essentials.ignore
    - essentials.near
    - essentials.signs.use.free
    - automessage.receive.vip
    - creativegates.use
    - nametag.group.ADMIN
    - essentials.fly
    - essentials.day
    - essentials.night
    - essentials.sun
    - essentials.storm
    - essentials.tp
    - essentials.kick
    - essentials.tphere
    - essentials.resadmin
    - essentials.setwarp
    - essentials.enchant
    - disguisecraft.mob.*
    - essentials.invsee
    - essentials.exp.others
    - essentials.spawner
    - essentials.enderchest
    - essentials.socialspy
    - essentials.nick
    - essentials.stack
    - essentials.say
    - essentials.time
    - essentials.time
    - essentials.time.set
    - essentials.weather
    options:
      prefix: '&6&l[&c&lAdmin&6&l] &4'
  BUILDER:
    inheritance:
    - Hrac
    permissions:
    - permissions.*
    - essentials.back
    - essentials.gamemode
    - essentials.bigtree
    - essentials.god
    - essentials.heal
    - essentials.repair
    - essentials.seen
    - essentials.suicide
    - essentials.bcast
    - essentials.back
    - essentials.jump
    - essentials.feed
    - essentials.hat
    - essentials.speed
    - essentials.workbench
    - essentials.compass
    - essentials.depth
    - essentials.ignore
    - essentials.near
    - essentials.signs.use.free
    - automessage.receive.vip
    - creativegates.use
    - nametag.group.builder
    - essentials.fly
    - essentials.day
    - essentials.night
    - essentials.sun
    - essentials.storm
    - essentials.tp
    - essentials.kick
    - essentials.tphere
    - essentials.resadmin
    - essentials.setwarp
    - essentials.enchant
    - disguisecraft.mob.*
    - worldedit.*
    - essentials.invsee
    - essentials.exp.others
    - essentials.spawner
    - essentials.enderchest
    - essentials.socialspy
    - essentials.nick
    - essentials.stack
    - essentials.say
    - essentials.time
    - essentials.time
    - essentials.time.set
    - essentials.weather
    - ultraban.kick
    - ultraban.warn
    - residence.admin
    - -CreativeControl.Commands.NoDrop
    - -CreativeControl.OwnBlock.Bypass
    - essentials.broadcast
    options:
      prefix: '&0&l[&6&lBuilder&0&l] &4'
  HELPER:
    inheritance:
    - Hrac
    permissions:
    - permissions.*
    - essentials.back
    - essentials.gamemode
    - essentials.bigtree
    - essentials.god
    - essentials.heal
    - essentials.repair
    - essentials.seen
    - essentials.suicide
    - essentials.bcast
    - essentials.back
    - essentials.jump
    - essentials.feed
    - essentials.hat
    - essentials.speed
    - essentials.workbench
    - essentials.compass
    - essentials.depth
    - essentials.ignore
    - essentials.near
    - essentials.signs.use.free
    - nametag.group.HELPER
    - automessage.receive.vip
    - creativegates.use
    - nametag.group.helper
    - essentials.fly
    - essentials.day
    - essentials.night
    - essentials.sun
    - essentials.storm
    - essentials.tp
    - essentials.kick
    - essentials.tphere
    - essentials.resadmin
    - essentials.setwarp
    - essentials.enchant
    - disguisecraft.mob.*
    - essentials.invsee
    - essentials.exp.others
    - essentials.spawner
    - essentials.enderchest
    - essentials.socialspy
    - essentials.nick
    - essentials.stack
    - essentials.say
    - essentials.time
    - essentials.time
    - essentials.time.set
    - essentials.weather
    - ultraban.kick
    - ultraban.warn
    - residence.amin
    - essentials.broadcast
    options:
      prefix: '&9&l[&d&lHelperka&9&l] &4'
  YT:
    inheritance:
    - Hrac
    permissions:
    - permissions.*
    - essentials.back
    - essentials.gamemode
    - essentials.bigtree
    - essentials.god
    - essentials.heal
    - essentials.repair
    - essentials.seen
    - essentials.suicide
    - essentials.bcast
    - essentials.back
    - essentials.jump
    - essentials.feed
    - essentials.hat
    - essentials.speed
    - essentials.workbench
    - essentials.compass
    - essentials.depth
    - essentials.ignore
    - essentials.near
    - essentials.signs.use.free
    - automessage.receive.vip
    - creativegates.use
    - nametag.group.YT
    - essentials.fly
    - essentials.day
    - essentials.night
    - essentials.sun
    - essentials.storm
    - essentials.tp
    - essentials.kick
    - essentials.tphere
    - essentials.resadmin
    - essentials.setwarp
    - essentials.enchant
    - disguisecraft.mob.*
    - essentials.invsee
    - essentials.exp.others
    - essentials.spawner
    - essentials.enderchest
    - essentials.socialspy
    - essentials.nick
    - essentials.stack
    - essentials.say
    - essentials.time
    - essentials.time
    - essentials.time.set
    - essentials.weather
    options:
      prefix: '&6Youtuber &4'
  VIP:
    inheritance:
    - Hrac
    permissions:
    - permissions.*
    - essentials.back
    - essentials.fly
    - essentials.heal
    - essentials.seen
    - essentials.suicide
    - essentials.back
    - essentials.feed
    - essentials.workbench
    - essentials.compass
    - essentials.depth
    - essentials.near
    - essentials.signs.use.free
    - automessage.receive.vip
    - creativegates.use
    - nametag.group.vip
    - essentials.fly
    - essentials.day
    - essentials.sun
    options:
      prefix: '&6&l[Vip] &4'
  EXTRAVIP:
    inheritance:
    - Hrac
    permissions:
    - permissions.*
    - essentials.back
    - essentials.gamemode
    - essentials.bigtree
    - essentials.god
    - essentials.heal
    - essentials.seen
    - essentials.suicide
    - essentials.back
    - essentials.jump
    - essentials.feed
    - essentials.hat
    - essentials.speed
    - essentials.workbench
    - essentials.compass
    - essentials.depth
    - essentials.ignore
    - essentials.near
    - essentials.signs.use.free
    - automessage.receive.vip
    - creativegates.use
    - nametag.group.extravip
    - essentials.fly
    - essentials.day
    - essentials.night
    - essentials.sun
    - essentials.storm
    - essentials.time
    - essentials.time
    - essentials.time.set
    - essentials.weather
    options:
      prefix: '&6&l[ExtraVip] &4'
  SPONZOR:
    inheritance:
    - Hrac
    permissions:
    - permissions.*
    - essentials.back
    - essentials.gamemode
    - essentials.bigtree
    - essentials.god
    - essentials.heal
    - essentials.repair
    - essentials.seen
    - essentials.suicide
    - essentials.broadcast
    - essentials.back
    - essentials.jump
    - essentials.feed
    - essentials.hat
    - essentials.speed
    - essentials.workbench
    - essentials.compass
    - essentials.depth
    - essentials.ignore
    - essentials.near
    - essentials.signs.use.free
    - automessage.receive.vip
    - creativegates.use
    - essentials.setwarp
    - nametag.group.sponzor
    - essentials.fly
    - essentials.day
    - essentials.night
    - essentials.sun
    - essentials.storm
    - disguisecraft.mob.*
    - essentials.tp
    - essentials.invsee
    - essentials.exp.others
    - essentials.spawner
    - essentials.enderchest
    - essentials.socialspy
    - essentials.nick
    - essentials.stack
    - essentials.say
    - essentials.time
    - essentials.time
    - essentials.time.set
    - essentials.weather
    - essentials.balancetop
    options:
      prefix: '&6&l[Sponzor] &4'
schema-version: 1
users:
  3cf1aabe-2121-36dc-8ed6-c9999f735438:
    group:

Uživatelský avatar
ungurof
Příspěvky: 346
Registrován: 25 zář 2015, 20:44
Reputation: 0

Re: RESIDENCE - Jak nastavit aby se dělala jiným ID

#8 Příspěvekod ungurof » 30 pro 2015, 20:08

Přidej ještě hráčům permisi

Kód: Vybrat vše

- residence.select


{Nevěděl jsem že je to pro server na 1.8.8 myslel jsem že se jedná o server na 1.5.2}

Mc24
Příspěvky: 226
Registrován: 22 led 2015, 22:23
Reputation: 0

Re: RESIDENCE - Jak nastavit aby se dělala jiným ID

#9 Příspěvekod Mc24 » 30 pro 2015, 20:15

1.8.8 :D

Bohužel ani to nejde.. Já už fakt nevím co stím je.

Uživatelský avatar
ungurof
Příspěvky: 346
Registrován: 25 zář 2015, 20:44
Reputation: 0

Re: RESIDENCE - Jak nastavit aby se dělala jiným ID

#10 Příspěvekod ungurof » 30 pro 2015, 20:18

Hm....očividně je problém s PEX, dal bys je sem prosím znovu? (i stou poslední úpravou)


Zpět na „Minecraft, Tekkit“

Kdo je online

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