Stránka 1 z 1

Problémy s Residence

Napsal: 14 lis 2014, 12:09
od MartYn767
Server: 93.91.250.110:27904)

Zdravím,
mám problémy s residence pluginem...
Na spawnu mám stejnojmenou residenci na které jsem povolil use, container atd.. a zákazal build. Stejně ovšem mohou hráči ničit a stavět bloky. Zkusil jsem zakázat place, destroy, zkusil jsem i nastavit build false skupině default (gset) ale nic nepomohlo.
Nevím co napsat do permissions, na stránkách pluginu jsem to nenašel, tak jsem Hráčovi napsal: residence.* a residence.create Tak nevím.
Na začátku mám chybové hlášení, ale jen ohledně server icon, ale stejně raději přidělám log, permissions a residence config a ještě config samotné res spawn.
verze residence: 2.6.6.6
verze permissionsEX: 1.21.3

permissions:
Spoiler: zobrazit

Kód: Vybrat vše

groups:
  Hrac:
    default: true
    permissions:
    - essentials.tpahere
    - essentials.tpdeny
    - essentials.tpaccept
    - essentials.tpa
    - easyelevator.stop.sign
    - easyelevator.call.sign
    - easyelevator.call.*
    - essentials.sethome
    - essentials.home.bed
    - essentials.home
    - essentials.sethome.bed
    - lwc.protect
    - essentials.delhome
    - essentials.warp.list
    - essentials.warp
    - essentials.signs.use.sell
    - essentials.signs.use.buy
    - modifyworld.*
    - essentials.spawn
    - essentials.afk
    - essentials.help
    - essentials.list
    - essentials.signs.use.sell
    - essentials.signs.use.buy
    - essentials.kit
    - essentials.kits.naradi
    - essentials.back
    - shop.use
    - shop.create
    - residence.create
    - residence.*
    - essentials.balance
    - essentials.balancetop
    - essentials.pay
    - essentials.sell
    - essentials.worth
    - essentials.afk
    - magiccarpet.*
    prefix: '&6[&7Hrac&6]'
  VIP:
    inheritance:
    - Hrac
    permissions:
    - essentials.setwarp
    - essentials.kits.vip
    - essentials.fly
    - essentials.firework
    - essentials.hat
    - essentials.heal
    - essentials.speed.walk
    - essentials.spawner.*
    - essentials.fireball
    - just.paths
    prefix: '&6[&aVIP&6]'
    suffix: '&c'
  EVIP:
    inheritance:
    - VIP
    permissions:
    - essentials.god
    - essentials.repair
    - essentials.repair.all
    - essentials.repair.armor
    - essentials.repair.enchanted
    - essentials.spawner.*
    - essentials.spawnmob.*
    - essentials.jump
    - essentials.joinfullserver
    - essentials.protect.damage.fall
    - essentials.protect.damage.creeper
    - essentials.protect.damage.lava
    - essentials.setwarp
    - essentials.kits.EVIP
    - easyelevator.admin
    - essentials.tptoggle
    - iDisguise.*
    - essentials.bigtree
    - essentials.workbench
    - essentials.book
    - essentials.suicide
    - essentials.clearinventory
    - essentials.enderchest
    prefix: '&6[&aEXTRAVIP&6]'
    suffix: '&e'
  SPONZOR:
    inheritance:
    - EVIP
    permissions:
    - essentials.kits.sponzor
    - essentials.fly
    - essentials.speed.fly
    - essentials.firework
    - essentials.hat
    - essentials.spawnmob.*
    - essentials.jump
    - essentials.tp
    - essentials.joinfullserver
    - essentials.protect.damage.fall
    - essentials.protect.damage.tnt
    - essentials.signs.color
    - essentials.protect.damage.creeper
    - essentials.protect.damage.lava
    - essentials.setwarp
    - essentials.gamemode
    - essentials.feed
    - edplus.create
    - edplus.riding.fireball
    - edplus.riding.ride
    - essentials.vanish
    - essentials.more
    - essentials.invsee
    - essentials.lightning
    - essentials.weather
    prefix: '&6[&aSPONZOR&6]'
    suffix: '&9'
  Admin:
    permissions:
    - '*'
    prefix: '&6[&9ADMIN&6]&4'
    suffix: '&3'
  Builder:
    permissions:
    - '*'
    prefix: '&6[&bBUILDER&6]&4'
    suffix: '&3'
  Majitel:
    permissions:
    - '*'
    prefix: '&1&lDOCTOR&b_&9'
    suffix: '&3'
  Marcel:
    permissions:
    - '*'
    prefix: '&6&lHlavniBuilder&9_&4'
    suffix: '&3'
users:
  bc6d6d7d-f9e4-3036-b777-607114da982b:
    group:
    - Majitel
    options:
      name: MartYnCz
  05df731c-3175-38f5-92a1-bf9d6288135e:
    options:
      group: Builder
      name: Marcelko1
    group:
    - Marcel
  2c0a476a-d812-3499-9a1f-1b9dbcec8fe6:
    group:
    - Admin
    options:
      name: Rambo
  0eaac2a5-430e-3f49-88dc-d479d303729c:
    group:
    - Hrac
    options:
      name: SadowKillerG1


residence config:
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
    # 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: 16
           # The maximum number of blocks a Residence can be, North to South (Z).
           MaxNorthSouth: 16
           # The maximum number of blocks a Residence can be, High to Low (Y).
           MaxUpDown: 256
           # The lowest altitude this group is allowed to protect.
           MinHeight: 0
           # The highest altitude this group is allowed to protect.
           MaxHeight: 255
            # The maximum recursive depth that subzones can go.
            # A subzone within a subzone within the Residence zone would be a depth of 2.
            # Set to 0 to disable subzones.
           SubzoneDepth: 3
           # Whether or not to allow teleporting to Residences.
           CanTeleport: true
           # Allow or Disallow the use of /res unstuck, to get yourself out of a residence if stuck in one somehow
           Unstuck: true
           # Allow or Disallow the use of the /res select command, if disabled they can only use the selection tool.
           SelectCommandAccess: true
           # Allow or Disallow the group to access the Blacklist/Ignorelist for residences they own.
           ItemListAccess: true
       # Options relating to enter and leave messages on the residence.
       Messaging:
           # Whether or not the player can change the Residence enter and leave messages.
           CanChange: true
           # The default enter message to apply to new Residences created by players in this group.
           # Leaving the message blank will disable it.
           DefaultEnter: Welcome %player to %residence, owned by %owner.
           # The default leave message to apply to new Residences created by players in this group.
           # Leaving the message blank will disable it.
           DefaultLeave: Now leaving %residence.
       # Options relating to the Lease system.
       Lease:
          # The maximum number of days to allow leases.
          MaxDays: 16
          # The number of days to add to the lease following a '/res lease renew' command.
          RenewIncrement: 14
       #Options related to the rent system
       Rent:
           #determines how many residences can be rented by players of this group at once
           MaxRents: 3
           #determines how many residences can be set for rent by players of this group at once
           MaxRentables: 3
       # Options relating to the Residence Economy.
       Economy:
          # Whether or not players in this group can buy other Residences that are for sale.
          CanBuy: true
          # Whether or not players in this group can sell their Residences.
          CanSell: false
          # Whether or not to ignore the Residence size/count limits when buying a residence.
          IgnoreLimits: false
          # The cost, per block, of making a new Residence or adding a area to it.
          BuyCost: 0.05
          # The cost, per block, of renewing a Residence lease (if the lease system is enabled).
          RenewCost: 0.02
       # Flags are checked in the order:
       # 1: Player
       # 2: Group
       # 3: Owner
       # 4: If all others are undefined, reverts to default value (usually true).
       # Flag permissions default to false.
       # These flags settings override the globals.
       Flags:
          # Specifically allow or deny this group from changing certain flags.
          Permission:
               #build: true
          # Specifys the flags that are applied at residence creation for players of this group.
          Default:
              #build: true
          # Specifys the flags that are applied at to the creator at residence creation.
          CreatorDefault:
              #build: true
          # Specifys the flags that are applied to other groups for this residence, at creation.
          GroupDefault:
               #default: #group name
                   #build: false
          #these flags are applied specifically to this group whenever they are outside a residence
          #these flags will override the flags at the top, under the Global section.
          World:
                Global: #these flags will apply to all worlds
                     #build: false
                WorldNameHere: #or you can apply them by each individual world
                     #build: false

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

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


residence spawn:
Spoiler: zobrazit

Kód: Vybrat vše

Version: 1
Seed: -3568352555680908063
Residences:
  spawn:
    EnterMessage: Vitej %player na spawnu, vytvoreno majitelem MartYnemCz.
    BlackList:
      Type: BLACKLIST
      ItemList: []
    LeaveMessage: Opoustis %residence.
    IgnoreList:
      Type: IGNORELIST
      ItemList: []
    Areas:
      main:
        X1: 240
        Y1: 255
        Z1: 233
        X2: -205
        Y2: 0
        Z2: -311
    Subzones: {}
    Permissions:
      PlayerFlags:
        martyncz:
          container: true
          ignite: true
          use: true
          build: true
          move: true
      GroupFlags:
        default:
          build: false
      AreaFlags:
        pvp: true
        firespread: false
        container: true
        tnt: false
        ignite: false
        piston: false
        use: true
        creeper: false
        flow: true
        healing: true
        build: false
        move: false
        waterflow: true
        lavaflow: true
        note: true
        pressure: true
        lever: true
        button: true
        diode: true
        monsters: false
        destroy: false
        place: false
      Owner: MartYnCz
      World: world
    StoredMoney: 0


log startu serveru:
Spoiler: zobrazit

Kód: Vybrat vše

[11:06:24] [Server thread/INFO]: Starting minecraft server version 1.7.2
[11:06:24] [Server thread/INFO]: Loading properties
[11:06:24] [Server thread/INFO]: Default game type: SURVIVAL
[11:06:24] [Server thread/INFO]: Generating keypair
[11:06:24] [Server thread/INFO]: Starting Minecraft server on 93.91.250.110:27904
[11:06:24] [Server thread/INFO]: This server is running CraftBukkit version git-Bukkit-1.7.2-R0.3-2-g85f5776-b3024jnks (MC: 1.7.2) (Implementing API version 1.7.2-R0.4-SNAPSHOT)
[11:06:24] [Server thread/WARN]: Couldn't load server icon
java.lang.IllegalArgumentException: Must be 64 pixels wide
   at org.apache.commons.lang.Validate.isTrue(Validate.java:157) ~[minecraft_server.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3024jnks]
   at org.bukkit.craftbukkit.v1_7_R1.CraftServer.loadServerIcon0(CraftServer.java:1603) ~[minecraft_server.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3024jnks]
   at org.bukkit.craftbukkit.v1_7_R1.CraftServer.loadServerIcon0(CraftServer.java:1591) ~[minecraft_server.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3024jnks]
   at org.bukkit.craftbukkit.v1_7_R1.CraftServer.loadIcon(CraftServer.java:781) [minecraft_server.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3024jnks]
   at org.bukkit.craftbukkit.v1_7_R1.CraftServer.<init>(CraftServer.java:303) [minecraft_server.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3024jnks]
   at net.minecraft.server.v1_7_R1.PlayerList.<init>(PlayerList.java:63) [minecraft_server.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3024jnks]
   at net.minecraft.server.v1_7_R1.DedicatedPlayerList.<init>(SourceFile:14) [minecraft_server.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3024jnks]
   at net.minecraft.server.v1_7_R1.DedicatedServer.init(DedicatedServer.java:126) [minecraft_server.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3024jnks]
   at net.minecraft.server.v1_7_R1.MinecraftServer.run(MinecraftServer.java:424) [minecraft_server.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3024jnks]
   at net.minecraft.server.v1_7_R1.ThreadServerApplication.run(SourceFile:617) [minecraft_server.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3024jnks]
[11:06:25] [Thread-7/WARN]: Could not get information about this CraftBukkit version; perhaps you are running a custom one?: IOException
[11:06:25] [Thread-7/WARN]: Could not get latest artifact information: IOException
[11:06:25] [Server thread/INFO]: [DigitalClock] Preparing DigitalClock for loading... :)
[11:06:25] [Server thread/INFO]: [MultiWorld] Loading MultiWorld v5.1.1
[11:06:25] [Server thread/INFO]: [DigitalClock] Loading DigitalClock v1.7
[11:06:25] [Server thread/INFO]: [PcColoredSigns] Loading PcColoredSigns v12.1.13
[11:06:25] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v5.6.1
[11:06:25] [Server thread/INFO]: [FakaHedaMinequery] Loading FakaHedaMinequery v1.3
[11:06:25] [Server thread/INFO]: [EasyElevator] Loading EasyElevator v1.2
[11:06:25] [Server thread/INFO]: [MotdManager] Loading MotdManager v1.41-b20
[11:06:25] [Server thread/INFO]: [Vault] Loading Vault v1.2.31-b411
[11:06:25] [Server thread/INFO]: [PermissionsEx] Loading PermissionsEx v1.21.3
[11:06:25] [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*!
[11:06:25] [Server thread/INFO]: [LWC] Loading LWC v4.4.0 (b881) (July 11, 2013)
[11:06:25] [Server thread/INFO]: [JustPaths] Loading JustPaths v1.1
[11:06:25] [Server thread/INFO]: [CoreProtect] Loading CoreProtect v2.0.8
[11:06:25] [Server thread/INFO]: [iDisguise] Loading iDisguise v3.0.3
[11:06:25] [Server thread/INFO]: [CraftBook] Loading CraftBook v3.8-SNAPSHOT:3803-e037f90,master
[11:06:25] [Server thread/INFO]: [OpenInv] Loading OpenInv v2.2.4
[11:06:25] [Server thread/INFO]: [BlingTrees] Loading BlingTrees v0.1
[11:06:25] [Server thread/INFO]: [Essentials] Loading Essentials vPre2.13.1.7
[11:06:25] [Server thread/INFO]: [Residence] Loading Residence v2.6.6.6
[11:06:25] [Server thread/INFO]: [MagicCarpet] Loading MagicCarpet v2.4.3
[11:06:25] [Server thread/INFO]: [Citizens] Loading Citizens v2.0.11-SNAPSHOT (build 1053)
[11:06:25] [Server thread/INFO]: [EssentialsProtect] Loading EssentialsProtect vPre2.13.1.7
[11:06:25] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn vPre2.13.1.7
[11:06:25] [Server thread/INFO]: [EssentialsGeoIP] Loading EssentialsGeoIP vPre2.13.1.7
[11:06:25] [Server thread/INFO]: [AuthMe] Loading AuthMe v3.4
[11:06:25] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat vPre2.13.1.7
[11:06:25] [Server thread/INFO]: [Vault] Enabling Vault v1.2.31-b411
[11:06:25] [Server thread/INFO]: [Vault] [Vault][Economy] Essentials Economy found: Waiting
[11:06:25] [Server thread/INFO]: [Vault] [Vault][Permission] PermissionsEx found: Waiting
[11:06:25] [Server thread/INFO]: [Vault] [Vault][Permission] SuperPermissions loaded as backup permission system.
[11:06:25] [Server thread/INFO]: [Vault] [Vault][Chat] PermissionsEx found: Waiting
[11:06:25] [Server thread/INFO]: [Vault] [Vault] Enabled Version 1.2.31-b411
[11:06:25] [Server thread/INFO]: [LWC] Enabling LWC v4.4.0 (b881) (July 11, 2013)
[11:06:25] [Server thread/INFO]: [LWC] Connecting to SQLite
[11:06:25] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
[11:06:25] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
[11:06:25] [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.
[11:06:25] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
[11:06:25] [Server thread/INFO]: Preparing level "world"
[11:06:25] [Server thread/INFO]: Preparing start region for level 0 (Seed: -3568352555680908063)
[11:06:26] [Server thread/INFO]: Preparing start region for level 1 (Seed: -719681854353425761)
[11:06:26] [Server thread/INFO]: Preparing start region for level 2 (Seed: -719681854353425761)
[11:06:26] [Server thread/INFO]: [MultiWorld] Enabling MultiWorld v5.1.1
[11:06:26] [Server thread/INFO]: Preparing start region for level 3 (Seed: 2297473057991024833)
[11:06:27] [Server thread/INFO]: worlds.HRAD
[11:06:27] [Server thread/INFO]: worlds.world
[11:06:27] [Server thread/INFO]: worlds.world_nether
[11:06:27] [Server thread/INFO]: worlds.world_the_end
[11:06:27] [Server thread/INFO]: [MultiWorld] v5.1.1 enabled.
[11:06:27] [Server thread/INFO]: [DigitalClock] Enabling DigitalClock v1.7
[11:06:27] [Server thread/INFO]: [DigitalClock] Plugin has been enabled!
[11:06:27] [Server thread/INFO]: [PcColoredSigns] Enabling PcColoredSigns v12.1.13
[11:06:27] [Server thread/INFO]: [PcColoredSigns] Version 12.1.13 has been enabled!
[11:06:27] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v5.6.1
[11:06:27] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
[11:06:27] [Server thread/INFO]: [FakaHedaMinequery] Enabling FakaHedaMinequery v1.3
[11:06:27] [Server thread/INFO]: Starting FakaHedaMinequery server on 93.91.250.110:28904
[11:06:27] [Server thread/INFO]: [EasyElevator] Enabling EasyElevator v1.2
[11:06:27] [Server thread/INFO]: [MotdManager] Enabling MotdManager v1.41-b20
[11:06:27] [Server thread/INFO]: [MotdManager] version 1.41-b20 is enabled!
[11:06:27] [Server thread/INFO]: [PermissionsEx] Enabling PermissionsEx v1.21.3
[11:06:27] [Server thread/INFO]: [PermissionsEx] Initializing file backend
[11:06:27] [Server thread/INFO]: [PermissionsEx] Permissions file successfully reloaded
[11:06:27] [Server thread/INFO]: WEPIF: PermissionsEx detected! Using PermissionsEx for permissions.
[11:06:27] [Server thread/INFO]: [Vault][Permission] PermissionsEx hooked.
[11:06:27] [Server thread/INFO]: [Vault][Chat] PermissionsEx_Chat hooked.
[11:06:27] [Server thread/INFO]: [JustPaths] Enabling JustPaths v1.1
[11:06:27] [Server thread/INFO]: [CoreProtect] Enabling CoreProtect v2.0.8
[11:06:27] [Server thread/INFO]: CoreProtect version 2.0.8 is enabled!
[11:06:27] [Server thread/INFO]: [CoreProtect] Using SQLite for data storage.
[11:06:27] [Server thread/INFO]: [iDisguise] Enabling iDisguise v3.0.3
[11:06:27] [Server thread/INFO]: [iDisguise] iDisguise v3.0.3 enabled!
[11:06:27] [Server thread/INFO]: [CraftBook] Enabling CraftBook v3.8-SNAPSHOT:3803-e037f90,master
[11:06:27] [Server thread/INFO]: [CraftBook] Loading persistent data from YAML!
[11:06:27] [Server thread/INFO]: [CraftBook] Enumerating chunks for self-triggered components...
[11:06:27] [Server thread/INFO]: [WorldEdit] Using external NmsBlock for this version: CBXNmsBlock_172
[11:06:28] [Server thread/INFO]: [CraftBook] 2500 chunk(s) for 4 world(s) processed (69ms elapsed)
[11:06:28] [Thread-13/WARN]: [PermissionsEx] An update to PermissionsEx version 1.22.6 is available to download from http://dev.bukkit.org/bukkit-plugins/permissionsex/. Please review the changes and update as soon as possible!
[11:06:28] [Server thread/INFO]: [CraftBook] CraftBook v3.9 Beta 4 is the latest version available, and the updatability of it is: UPDATE_AVAILABLE. You currently have version CraftBook v3.9 Beta 4 installed.
[11:06:28] [Server thread/INFO]: [OpenInv] Enabling OpenInv v2.2.4
[11:06:28] [Server thread/INFO]: [BlingTrees] Enabling BlingTrees v0.1
[11:06:28] [Server thread/INFO]: [BlingTrees] BlingTrees has been loaded.
[11:06:28] [Server thread/INFO]: [Essentials] Enabling Essentials vPre2.13.1.7
[11:06:29] [Server thread/INFO]: [Vault][Economy] Essentials Economy hooked.
[11:06:29] [Server thread/INFO]: Essentials: Using PermissionsEx based permissions.
[11:06:29] [Server thread/INFO]: [Residence] Enabling Residence v2.6.6.6
[11:06:29] [Server thread/INFO]: [Residence] Found Vault using permissions plugin:PermissionsEx
[11:06:29] [Server thread/INFO]: [Residence] Scanning for economy systems...
[11:06:29] [Server thread/INFO]: [Residence] Found Vault using economy system: Essentials Economy
[11:06:29] [Server thread/INFO]: [Residence] Found WorldEdit
[11:06:29] [Server thread/INFO]: [Residence] Enabled! Version 2.6.6.6 by bekvon
[11:06:29] [Server thread/INFO]: [MagicCarpet] Enabling MagicCarpet v2.4.3
[11:06:29] [Server thread/WARN]: [MagicCarpet] Config error; Invaild carpet material.
[11:06:29] [Server thread/INFO]: [MagicCarpet] Loading carpets...
[11:06:29] [Server thread/INFO]: [MagicCarpet] is now enabled!
[11:06:29] [Server thread/INFO]: [Citizens] Enabling Citizens v2.0.11-SNAPSHOT (build 1053)
[11:06:29] [Server thread/INFO]: [EssentialsProtect] Enabling EssentialsProtect vPre2.13.1.7
[11:06:29] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn vPre2.13.1.7
[11:06:29] [Server thread/INFO]: [EssentialsGeoIP] Enabling EssentialsGeoIP vPre2.13.1.7
[11:06:29] [Server thread/INFO]: [EssentialsGeoIP] This product includes GeoLite data created by MaxMind, available from http://www.maxmind.com/.
[11:06:29] [Server thread/INFO]: [AuthMe] Enabling AuthMe v3.4
[11:06:29] [Server thread/INFO]: [AuthMe] Loading Configuration File...
[11:06:29] [Server thread/INFO]: [AuthMe] Set Language: en
[11:06:29] [Server thread/INFO]: [AuthMe] Vault plugin detected, hook with PermissionsEx system
[11:06:29] [Server thread/INFO]: [AuthMe] Hook with Essentials plugin
[11:06:29] [Server thread/INFO]: [AuthMe] Hook with EssentialsSpawn plugin
[11:06:29] [Server thread/INFO]: [AuthMe] LICENSE : This product includes GeoLite data created by MaxMind, available from http://www.maxmind.com
[11:06:29] [Server thread/INFO]: [AuthMe] Authme 3.4 enabled
[11:06:29] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat vPre2.13.1.7
[11:06:29] [Server thread/INFO]: Done (4.032s)! For help, type "help" or "?"
[11:06:29] [Server thread/INFO]: Starting GS4 status listener
[11:06:29] [Server thread/INFO]: Starting remote control listener
[11:06:29] [Query Listener #1/INFO]: Query running on 93.91.250.110:27904
[11:06:29] [Server thread/WARN]: No rcon password set in '/hlserver/27904/server.properties', rcon disabled!
[11:06:29] [Server thread/ERROR]: Couldn't load server icon
java.lang.IllegalStateException: Must be 64 pixels wide
   at net.minecraft.util.org.apache.commons.lang3.Validate.validState(Validate.java:826) ~[minecraft_server.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3024jnks]
   at net.minecraft.server.v1_7_R1.MinecraftServer.a(MinecraftServer.java:513) [minecraft_server.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3024jnks]
   at net.minecraft.server.v1_7_R1.MinecraftServer.run(MinecraftServer.java:430) [minecraft_server.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3024jnks]
   at net.minecraft.server.v1_7_R1.ThreadServerApplication.run(SourceFile:617) [minecraft_server.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3024jnks]
[11:06:29] [Server thread/INFO]: Accepted EditSessionFactory of type net.coreprotect.worldedit.CoreProtectEditSessionFactory from net.coreprotect.worldedit
[11:06:29] [Server thread/INFO]: [DigitalClock] Loaded 0 clock(s).
[11:06:29] [Server thread/INFO]: [Citizens] Loaded 4 NPCs.
[11:06:30] [Thread-14/INFO]: --------------------
[11:06:30] [Thread-14/INFO]: [CoreProtect] Version 2.0.9 now available.
[11:06:30] [Thread-14/INFO]: [CoreProtect] Download: Type "/co version" in-game.
[11:06:30] [Thread-14/INFO]: --------------------
[11:06:30] [Thread-14/INFO]: [Sponsor] Unlimited MC Hosting: www.hosthorde.com
[11:06:30] [Thread-14/INFO]: --------------------
[11:06:30] [pool-3-thread-10/INFO]: [Vault] Checking for Updates:
[11:06:30] [pool-3-thread-10/WARN]: [Vault] Stable Version: 1.4.1 is out! You are still running version: 1.2.31
[11:06:30] [pool-3-thread-10/WARN]: [Vault] Update at: http://dev.bukkit.org/server-mods/vault
[11:06:30] [Server thread/WARN]: [CraftBook] §cWarning! You have no mechanics enabled, the plugin will appear to do nothing until a feature is enabled!
[11:06:38] [Server thread/INFO]: CONSOLE: Stopping the server..
[11:06:38] [Server thread/INFO]: Stopping server
[11:06:38] [Server thread/INFO]: [EssentialsChat] Disabling EssentialsChat vPre2.13.1.7
[11:06:38] [Server thread/INFO]: [AuthMe] Disabling AuthMe v3.4
[11:06:38] [Server thread/INFO]: [EssentialsGeoIP] Disabling EssentialsGeoIP vPre2.13.1.7
[11:06:38] [Server thread/INFO]: [EssentialsSpawn] Disabling EssentialsSpawn vPre2.13.1.7
[11:06:38] [Server thread/INFO]: [EssentialsProtect] Disabling EssentialsProtect vPre2.13.1.7
[11:06:38] [Server thread/INFO]: [Citizens] Disabling Citizens v2.0.11-SNAPSHOT (build 1053)
[11:06:38] [Server thread/INFO]: [MagicCarpet] Disabling MagicCarpet v2.4.3
[11:06:38] [Server thread/INFO]: [MagicCarpet] Saving carpets...
[11:06:38] [Server thread/INFO]: [MagicCarpet] is now disabled!
[11:06:38] [Server thread/INFO]: [Residence] Disabling Residence v2.6.6.6
[11:06:38] [Server thread/INFO]: [Residence] Disabled!
[11:06:38] [Server thread/INFO]: [Essentials] Disabling Essentials vPre2.13.1.7
[11:06:38] [Server thread/INFO]: [Vault][Economy] Essentials Economy unhooked.
[11:06:38] [Server thread/INFO]: [BlingTrees] Disabling BlingTrees v0.1
[11:06:38] [Server thread/INFO]: [BlingTrees] BlingTrees has been unloaded.
[11:06:38] [Server thread/INFO]: [OpenInv] Disabling OpenInv v2.2.4
[11:06:38] [Server thread/INFO]: [CraftBook] Disabling CraftBook v3.8-SNAPSHOT:3803-e037f90,master
[11:06:38] [Server thread/INFO]: [CraftBook] Saving persistent data to YAML!
[11:06:38] [Server thread/INFO]: [iDisguise] Disabling iDisguise v3.0.3
[11:06:38] [Server thread/INFO]: [iDisguise] iDisguise v3.0.3 disabled!
[11:06:38] [Server thread/INFO]: [CoreProtect] Disabling CoreProtect v2.0.8
[11:06:38] [Server thread/INFO]: [JustPaths] Disabling JustPaths v1.1
[11:06:38] [Server thread/INFO]: [LWC] Disabling LWC v4.4.0 (b881) (July 11, 2013)
[11:06:38] [Server thread/INFO]: [LWC] Flushing protection updates (0)
[11:06:38] [Server thread/INFO]: [PermissionsEx] Disabling PermissionsEx v1.21.3
[11:06:38] [Server thread/INFO]: [Vault] Disabling Vault v1.2.31-b411
[11:06:38] [Server thread/INFO]: [MotdManager] Disabling MotdManager v1.41-b20
[11:06:38] [Server thread/INFO]: [MotdManager] version 1.41-b20 is disabled!
[11:06:38] [Server thread/INFO]: [EasyElevator] Disabling EasyElevator v1.2
[11:06:38] [Server thread/INFO]: [FakaHedaMinequery] Disabling FakaHedaMinequery v1.3
[11:06:38] [Server thread/INFO]: [WorldEdit] Disabling WorldEdit v5.6.1
[11:06:38] [Thread-10/INFO]: Stopping FakaHedaMinequery server
[11:06:38] [Server thread/INFO]: [PcColoredSigns] Disabling PcColoredSigns v12.1.13
[11:06:38] [Server thread/INFO]: [PcColoredSigns] Version 12.1.13 has been disabled!
[11:06:38] [Server thread/INFO]: [DigitalClock] Disabling DigitalClock v1.7
[11:06:38] [Server thread/INFO]: [DigitalClock] Plugin has been disabled!
[11:06:38] [Server thread/INFO]: [MultiWorld] Disabling MultiWorld v5.1.1
[11:06:38] [Server thread/INFO]: [MultiWorld] Disabled.
[11:06:38] [Server thread/INFO]: Saving players
[11:06:38] [Server thread/INFO]: Saving worlds
[11:06:38] [Server thread/INFO]: Saving chunks for level 'world'/Overworld
[11:06:39] [Server thread/INFO]: Saving chunks for level 'world_nether'/Nether
[11:06:39] [Server thread/INFO]: Saving chunks for level 'world_the_end'/The End
[11:06:39] [Server thread/INFO]: Saving chunks for level 'HRAD'/Overworld
[11:06:39] [Thread-4/INFO]: Stopping server
[11:06:39] [Thread-4/INFO]: Saving players
[11:06:39] [Thread-4/INFO]: Saving worlds
[11:06:39] [Thread-4/INFO]: Saving chunks for level 'world'/Overworld


seznam pluginů:
Spoiler: zobrazit
AuthMe
Multiworld
digitalclock
PcColoredSigns
WorldEdit
FakahedaMinequery
EasyElevator
MotdManager
Vault
PermissionsEX
LWC
JustPaths
CoreProtect
iDisguise
CraftBook
OpenInv
Blingtrees
Essentials
Residence
MagicCarpet
Citizens
EssentialsProtect
EssentialsSpawn
EssentialsGeoIP
Essentialschat

Re: Problémy s Residence

Napsal: 14 lis 2014, 12:30
od Smexhy
Ešte sem hoď zoznam pluginov...a určite zmaž hráčom permissu residence.* ...ta im povoluje všetko, aj admin príkazy

Re: Problémy s Residence

Napsal: 14 lis 2014, 12:52
od MartYn767
Smexhy píše:Ešte sem hoď zoznam pluginov...a určite zmaž hráčom permissu residence.* ...ta im povoluje všetko, aj admin príkazy


OK, přidal jsem tam seznam pluginů

Re: Problémy s Residence

Napsal: 14 lis 2014, 15:47
od Chytrolin
Jaj. Nechceš sem ještě hodit nějaké další soubory? Nebo rovnou dát údaje od FTP? :D

K residencím jsou dvě permisse:
residence.admin - ignorace všech flagů a možnost používat /resadmin příkazy
residence.create - povoluje vytvářet residence
Tím, že jsi dal hráčům residence.*, jsi jim vlastně dal obě tyto práva. Tudíž, jak na to kápnul Smexhy, odstraň tuto permissi a nahraď ji pouze residence.create

Seznam pluginů je dle mně na nic. Neznám žádný plugin, který by uživatelům povoloval ničit v residenci. Ale Smexhy tomu rozumí víc

(btw někdy se taky šikne si každý plugin, který dáváš na server, prostudovat. Jaké má příkazy, práva a co vlastně dělá. http://residencebukkitmod.wikispaces.com/)

Re: Problémy s Residence

Napsal: 15 lis 2014, 12:00
od MartYn767
Chytrolin píše:Jaj. Nechceš sem ještě hodit nějaké další soubory? Nebo rovnou dát údaje od FTP? :D

K residencím jsou dvě permisse:
residence.admin - ignorace všech flagů a možnost používat /resadmin příkazy
residence.create - povoluje vytvářet residence
Tím, že jsi dal hráčům residence.*, jsi jim vlastně dal obě tyto práva. Tudíž, jak na to kápnul Smexhy, odstraň tuto permissi a nahraď ji pouze residence.create

Seznam pluginů je dle mně na nic. Neznám žádný plugin, který by uživatelům povoloval ničit v residenci. Ale Smexhy tomu rozumí víc

(btw někdy se taky šikne si každý plugin, který dáváš na server, prostudovat. Jaké má příkazy, práva a co vlastně dělá. http://residencebukkitmod.wikispaces.com/)



Jestli chceš další soubory, řekni jaký. Jestli poradíš tak, že se pokusíš to opravit tak si mě přidej na skype burney657 a já ti půjčím FTP údaje