Essentials + PermissionsEX

Technická podpora k herním serverům Minecraft a Tekkit
Message
Autor
Uživatelský avatar
ThEJohnEver
Příspěvky: 19
Registrován: 23 dub 2013, 21:49
Reputation: 0

Essentials + PermissionsEX

#1 Příspěvekod ThEJohnEver » 08 led 2014, 17:23

Server: 93.91.250.137:37836

Ahoj, takže mám dosť, vážny problém. Na servery mi nejak blbne essentials. Hráčom vôbec nejdu príkazy ako /home, /warp a pod., pritom ich mám zapísané v PermissionsEX

Essentials:
Spoiler: zobrazit

Kód: Vybrat vše

############################################################
# +------------------------------------------------------+ #
# |                       Notes                          | #
# +------------------------------------------------------+ #
############################################################

# If you want to use special characters in this document, such as accented letters, you MUST save the file as UTF-8, not ANSI.
# If you receive an error when Essentials loads, ensure that:
#   - No tabs are present: YAML only allows spaces
#   - Indents are correct: YAML hierarchy is based entirely on indentation
#   - You have "escaped" all apostrophes in your text: If you want to write "don't", for example, write "don''t" instead (note the doubled apostrphe)
#   - List items are prefixed with a hyphen and indented:
#       lists:
#         - look like this
#       not:
#       - like this
#   - Text with symbols is enclosed in single or double quotation marks
#   - CraftBukkit and Permissions have been updated: CraftBukkit and Essentials almost always line up, but sometimes other plugins fall behind CraftBukkit's multiple daily updates
#   - You have saved the document as UTF-8, NOT the default, ANSI

############################################################
# +------------------------------------------------------+ #
# |                 Essentials (Global)                  | #
# +------------------------------------------------------+ #
############################################################

# A color code between 0-9 or a-f. Set to 'none' to disable.
ops-name-color: 'none'

# The character(s) to prefix all nicknames, so that you know they are not true usernames.
nickname-prefix: '~'

# Disable this if you have any other plugin, that modifies the displayname of a user.
change-displayname: true

# When this option is enabled, the (tab) player list will be updated with the displayname.
# The value of change-displayname (above) has to be true.
change-playerlist: true

# Adds the prefix and suffix to the displayname of the player, so it will be displayed in messages and lists.
# The prefix/suffix can be set using Permissions, Group Manager or PermissionsEx.
# The value of change-displayname (above) has to be true.
# If you don't set this, it will default to true if essentials chat is installed.
# Don't forget to remove the # in front of the line
#add-prefix-suffix: false

# The delay, in seconds, required between /home, /tp, etc.
teleport-cooldown: 0

# The delay, in seconds, before a user actually teleports.  If the user moves or gets attacked in this timeframe, the teleport never occurs.
teleport-delay: 0

# The delay, in seconds, a player can't be attacked by other players after he has been teleported by a command
# This will also prevent that the player can attack other players
teleport-invulnerability: 2

# The delay, in seconds, required between /heal attempts
heal-cooldown: 36000

# What to prevent from /i /give
# e.g item-spawn-blacklist: 46,11,10
item-spawn-blacklist:

# Set this to true if you want permission based item spawn rules
# Note: The blacklist above will be ignored then.
# Permissions:
#  - essentials.itemspawn.item-all
#  - essentials.itemspawn.item-[itemname]
#  - essentials.itemspawn.item-[itemid]
#  - essentials.give.item-all
#  - essentials.give.item-[itemname]
#  - essentials.give.item-[itemid]
permission-based-item-spawn: false

# Mob limit on spawnmob
spawnmob-limit: 50

# Shall we notify users when using /lightning
warn-on-smite: true

# motd and rules are now configured in the files motd.txt and rules.txt

# When a command conflicts with another plugin, by default, Essentials will try to force the OTHER plugin to take
# priority.  If a command is in this list, Essentials will try to give ITSELF priority.  This does not always work:
# usually whichever plugin was updated most recently wins out.  However, the full name of the command will always work.
# For example, if WorldGuard and Essentials are both enabled, and WorldGuard takes control over /god, /essentials:god
# will still map to Essentials, whereas it might normally get forced upon WorldGuard.  Commands prefixed with an "e",
# such as /egod, will always grant Essentials priority.
# We should try to take priority over /god.  If this doesn't work, use
# /essentials:god or /egod.  If god is set using WorldGuard, use /ungod to remove then use whichever you see fit.
overridden-commands:
  - god

# Disabled commands will be completely unavailable on the server.
disabled-commands:
# - nick

# Restricted commands have been removed.
# Now we have a whitelist, all commands not on this list are only available to ops.
# These will have NO EFFECT if you have Permissions installed!
# They are here only if you want something simpler than Permissions.
# These are the permissions without the "essentials." part.
player-commands:
  - afk
  - back
  - back.ondeath
  - balance
  - balance.others
  - balancetop
  - chat.color
  - chat.format
  - chat.shout
  - chat.question
  - clearinventory
  - compass
  - depth
  - delhome
  - getpos
  - geoip.show
  - help
  - helpop
  - home
  - home.others
  - ignore
  - info
  - itemdb
  - kit
  - kit.start
  - list
  - mail
  - mail.send
  - me
  - motd
  - msg
  - msg.color
  - nick
  - near
  - pay
  - ping
  - powertool
  - powertooltoggle
  - protect
  - r
  - rules
  - realname
  - seen
  - sell
  - sethome
  - setxmpp
  - signs.create.protection
  - signs.create.trade
  - signs.break.protection
  - signs.break.trade
  - signs.use.balance
  - signs.use.buy
  - signs.use.disposal
  - signs.use.enchant
  - signs.use.free
  - signs.use.gamemode
  - signs.use.heal
  - signs.use.info
  - signs.use.kit
  - signs.use.mail
  - signs.use.protection
  - signs.use.repair
  - signs.use.sell
  - signs.use.time
  - signs.use.trade
  - signs.use.warp
  - signs.use.weather
  - spawn
  - suicide
  - time
  - tpa
  - tpaccept
  - tpahere
  - tpdeny
  - warp
  - warp.list
  - world
  - worth
  - xmpp

# Note: All items MUST be followed by a quantity!
# All kit names should be lower case, and will be treated as lower in permissions/costs.
# Syntax: - itemID[:DataValue] Amount [Enchantment:Level]..
# 'delay' refers to the cooldown between how often you can use each kit, measured in seconds.
kits:
  ironvip:
    delay: 10000000
    items:
      - 256 1
      - 257 1
      - 258 1
      - 267 1
      - 306 1
      - 307 1
      - 308 1
      - 309 1
      - 1 64
      - 5 64
  diavip:
    delay: 216000
    items:
      - 276 1
      - 277 1
      - 278 1
      - 279 1
      - 310 1
      - 311 1
      - 312 1
      - 313 1
      - 1 128
      - 5 128
  start:
    delay: 366000000
    items:
      - 272 1
      - 273 1
      - 274 1
      - 275 1
      - 298 1
      - 299 1
      - 300 1
      - 301 1
      - 260 10
      - 329 1
      - 420 1
      - 421 1
      - 170 10

# Essentials Sign Control
# See http://ess.khhq.net/wiki/Sign_Tutorial for instructions on how to use these.
# To enable signs, remove # symbol. To disable all signs, comment/remove each sign.
# Essentials Colored sign support will be enabled when any sign types are enabled.
# We recommend not enabling chest protection signs if you don't intend to use them, (or are using LWC/Lockette).

enabledSigns:
  - color
  - balance
  - buy
  - sell
  - trade
  - free
  - disposal
  - warp
  - kit
  - mail
  - enchant
  - gamemode
  - heal
  - info
  - spawnmob
  - repair
  - time
  - weather
  - protection
 
 
# How many times per second can Essentials signs be interacted with.
# Values should be between 1-20, 20 being virtually no lag protection.s
# Lower numbers will reduce the possibility of lag, but may annoy players.
sign-use-per-second: 4

# Backup runs a command while saving is disabled
backup:
  # Interval in minutes
  interval: 30
  # Unless you add a valid backup command or script here, this feature will be useless.
  # Use 'save-all' to simply force regular world saving without backup.
  #command: 'rdiff-backup World1 backups/World1'

# Set this true to enable permission per warp.
per-warp-permission: false

# Sort output of /list command by groups
sort-list-by-groups: false

# More output to the console
debug: false

# Set the locale for all messages
# If you don't set this, the default locale of the server will be used.
# Don't forget to remove the # infront of the line
locale: cs

# Turn off god mode when people exit
remove-god-on-disconnect: false

# Use the permission system of bukkit
# This only works if no other permission plugins are installed
use-bukkit-permissions: false

# Auto-AFK
# After this timeout in seconds, the user will be set as afk.
# Set to -1 for no timeout.
auto-afk: 300

# Auto-AFK Kick
# After this timeout in seconds, the user will be kicked from the server.
# Set to -1 for no timeout.
auto-afk-kick: 700

# Set this to true, if you want to freeze the player, if he is afk.
# Other players or monsters can't push him out of afk mode then.
# This will also enable temporary god mode for the afk player.
# The player has to use the command /afk to leave the afk mode.
freeze-afk-players: false

# When the player is afk, should he be able to pickup items?
# Enable this, when you don't want people idling in mob traps.
disable-item-pickup-while-afk: false

# Should we automatically remove afk status when the player moves?
# Player will be removed from afk on chat/command reguardless of this setting.
# Disable this to reduce server lag.
cancel-afk-on-move: true

# You can disable the death messages of minecraft here
death-messages: true

# Add worlds to this list, if you want to automatically disable god mode there
no-god-in-worlds:
#  - world_nether

# Set to true to enable per-world permissions for teleporting between worlds with essentials commands
# This applies to /world, /back, /tp[a|o][here|all], but not warps.
# Give someone permission to teleport to a world with essentials.world.<worldname>
world-teleport-permissions: false

# The number of items given if the quantity parameter is left out in /item or /give.
# If this number is below 1, the maximum stack size size is given. If oversized stacks
# is not enabled, any number higher then the maximum stack size results in more than one stack.
default-stack-size: -1

# Oversized stacks are stacks that ignore the normal max stacksize.
# They can be obtained using /give and /item, if the player has essentials.oversizedstacks permission.
# How many items should be in an oversized stack?
oversized-stacksize: 64

# Do you allow to repair enchanted weapons and armor?
# If you set this to false, you can still allow it for certain players using the permission
# essentials.repair.enchanted
repair-enchanted: true

#Do you want essentials to keep track of previous location for /back in the teleport listener?
#If you set this to true any plugin that uses teleport will have the previous location registered.
register-back-in-listener: false

#Delay to wait before people can cause attack damage after logging in
login-attack-delay: 5

############################################################
# +------------------------------------------------------+ #
# |                   EssentialsHome                     | #
# +------------------------------------------------------+ #
############################################################

# If no home is set, send players to spawn when /home is used
spawn-if-no-home: true

# Allows people to set their bed at daytime
update-bed-at-daytime: true

# Set to true to enable per-world permissions for using homes to teleport between worlds
# This applies to the /home only.
# Give someone permission to teleport to a world with essentials.world.<worldname>
world-home-permissions: false

# Allow players to have multiple homes.
# Players need essentials.sethome.multiple before they can have more than 1 home, default to 'default' below.
# Define different amounts of multiple homes for different permissions, e.g. essentials.sethome.multiple.vip
# People with essentials.sethome.multiple.unlimited are not limited by these numbers.
sethome-multiple: 
  default: 3
  # essentials.sethome.multiple.vip
  vip: 5
  # essentials.sethome.multiple.staff
  staff: 10

# Set timeout in seconds for players to accept tpa before request is cancelled.
# Set to 0 for no timeout
tpa-accept-cancellation: 0

############################################################
# +------------------------------------------------------+ #
# |                   EssentialsEco                      | #
# +------------------------------------------------------+ #
############################################################

# Defines the balance with which new players begin.  Defaults to 0.
starting-balance: 100

# worth-# defines the value of an item when it is sold to the server via /sell.
# These are now defined in worth.yml

# Defines the cost to use the given commands PER USE
command-costs:
  /heal costs $1500 PER hrac
  #kit-tools: 1500

# Set this to a currency symbol you want to use.
currency-symbol: '$'

# Set the maximum amount of money a player can have
# The amount is always limited to 10 trillions because of the limitations of a java double
max-money: 10000000000000

# Set the minimum amount of money a player can have (must be above the negative of max-money).
# Setting this to 0, will disable overdrafts/loans completely.  Users need 'essentials.eco.loan' perm to go below 0.
min-money: -10000

# Enable this to log all interactions with trade/buy/sell signs and sell command
economy-log-enabled: false

############################################################
# +------------------------------------------------------+ #
# |                   EssentialsHelp                     | #
# +------------------------------------------------------+ #
############################################################

# Show other plugins commands in help
non-ess-in-help: true

# Hide plugins which do not give a permission
# You can override a true value here for a single plugin by adding a permission to a user/group.
# The individual permission is: essentials.help.<plugin>, anyone with essentials.* or '*' will see all help this setting reguardless.
# You can use negitive permissions to remove access to just a single plugins help if the following is enabled.
hide-permissionless-help: true

############################################################
# +------------------------------------------------------+ #
# |                   EssentialsChat                     | #
# +------------------------------------------------------+ #
############################################################

chat:

  # If EssentialsChat is installed, this will define how far a player's voice travels, in blocks.  Set to 0 to make all chat global.
  # Note that users with the "essentials.chat.spy" permission will hear everything, regardless of this setting.
  # Users with essentials.chat.shout can override this by prefixing text with an exclamation mark (!)
  # Or with essentials.chat.question can override this by prefixing text with a question mark (?)
  # You can add command costs for shout/question by adding chat-shout and chat-question to the command costs section."
  radius: 0

  # Chat formatting can be done in two ways, you can either define a standard format for all chat
  # Or you can give a group specific chat format, to give some extra variation.
  # If set to the default chat format which "should" be compatible with ichat.
  # For more information of chat formatting, check out the wiki: http://ess.khhq.net/wiki/Chat_Formatting 

  format: '{DISPLAYNAME}: {MESSAGE}'
  #format: '&7[{GROUP}]&f {DISPLAYNAME}&7:&f {MESSAGE}'

  group-formats:
  #  Default: '{WORLDNAME} {DISPLAYNAME}&7:&f {MESSAGE}'
  #  Admins: '{DISPLAYNAME}&7:&c {MESSAGE}'

  # If you are using group formats make sure to remove the '#' to allow the setting to be read.

############################################################
# +------------------------------------------------------+ #
# |                 EssentialsProtect                    | #
# +------------------------------------------------------+ #
############################################################

protect:
  # Database settings for sign/rail protection

  # mysql or sqlite
  # We strongly recommend against using mysql here, unless you have a good reason.
  # Sqlite seems to be faster in almost all cases, and in some cases mysql can be much slower.
  datatype: 'sqlite'

  # If you specified MySQL above, you MUST enter the appropriate details here.
  # If you specified SQLite above, these will be IGNORED.
  username: 'root'
  password: 'root'
  mysqlDb: 'jdbc:mysql://localhost:3306/minecraft'

  # For which block types would you like to be alerted?
  # You can find a list of IDs in plugins/Essentials/items.csv after loading Essentials for the first time.
  # 10 = lava :: 11 = still lava :: 46 = TNT :: 327 = lava bucket
  alert:
    on-placement: 46,327
    on-use: 327,46
    on-break:

  blacklist:

    # Which blocks should people be prevented from placing
    placement: 10,11,46,327

    # Which items should people be prevented from using
    usage: 327

    # Which blocks should people be prevented from breaking
    break:

    # Which blocks should not be pushed by pistons
    piston:

  # General physics/behavior modifications
  prevent:
    lava-flow: false
    water-flow: false
    water-bucket-flow: false
    fire-spread: true
    lava-fire-spread: true
    flint-fire: false
    lightning-fire-spread: true
    portal-creation: false
    tnt-explosion: true
    tnt-playerdamage: true
    fireball-explosion: true
    fireball-fire: true
    fireball-playerdamage: false
    creeper-explosion: true
    creeper-playerdamage: false
    creeper-blockdamage: true
    enderdragon-blockdamage: true
    enderman-pickup: false
    villager-death: false
    # Monsters won't follow players
    # permission essentials.protect.entitytarget.bypass disables this
    entitytarget: false
    # Prevent the spawning of creatures
    spawn:
      creeper: false
      skeleton: false
      spider: false
      giant: false
      zombie: false
      slime: false
      ghast: false
      pig_zombie: false
      enderman: false
      cave_spider: false
      silverfish: false
      blaze: false
      magma_cube: false
      ender_dragon: false
      pig: false
      sheep: false
      cow: false
      chicken: false
      squid: false
      wolf: false
      mushroom_cow: false
      snowman: false
      ocelot: false
      iron_golem: false
      villager: false

  # Maximum height the creeper should explode. -1 allows them to explode everywhere.
  # Set prevent.creeper-explosion to true, if you want to disable creeper explosions.
  creeper:
    max-height: -1

  # Protect various blocks.
  protect:
    # Protect all signs
    signs: true

    # Prevent users from destroying rails
    rails: true

    # Blocks below rails/signs are also protected if the respective rail/sign is protected.
    # This makes it more difficult to circumvent protection, and should be enabled.
    # This only has an effect if "rails" or "signs" is also enabled.
    block-below: true

    # Prevent placing blocks above protected rails, this is to stop a potential griefing
    prevent-block-on-rails: false

    # Store blocks / signs in memory before writing
    memstore: false

  # Disable various default physics and behaviors
  disable:
    # Should fall damage be disabled?
    fall: false

    # Users with the essentials.protect.pvp permission will still be able to attack each other if this is set to true.
    # They will be unable to attack users without that same permission node.
    pvp: false

    # Should drowning damage be disabled?
    # (Split into two behaviors; generally, you want both set to the same value)
    drown: false
    suffocate: false

    # Should damage via lava be disabled?  Items that fall into lava will still burn to a crisp. ;)
    lavadmg: false

    # Should arrow damage be disabled
    projectiles: false

    # This will disable damage from touching cacti.
    contactdmg: false

    # Burn, baby, burn!  Should fire damage be disabled?
    firedmg: false

    # Should the damage after hit by a lightning be disabled?
    lightning: false

    # Should people with build: false in permissions be allowed to build
    # Set true to disable building for those people
    build: true

    # Should people with build: false in permissions be allowed to use items
    # Set true to disable using for those people
    use: true

    # Should we tell people they are not allowed to build
    warn-on-build-disallow: true

    # Disable weather options
    weather:
      storm: false
      thunder: false
      lightning: false

############################################################
# +------------------------------------------------------+ #
# |            Essentials Spawn / New Players            | #
# +------------------------------------------------------+ #
############################################################

newbies:
  # Should we announce to the server when someone logs in for the first time?
  # If so, use this format, replacing {DISPLAYNAME} with the player name.
  # If not, set to ''
  #announce-format: ''
  announce-format: '&dVitaj {DISPLAYNAME}&d na servery!'

  # When we spawn for the first time, which spawnpoint do we use?
  # Set to "none" if you want to use the spawn point of the world.
  spawnpoint: newbies
 
  # Do we want to give users anything on first join? Set to '' to disable
  # This kit will be given regardless  of cost, and permissions.
  #kit: 'start'
  kit: start

# Set this to lowest, if you want Multiverse to handle the respawning
# Set this to high, if you want EssentialsSpawn to handle the respawning
# Set this to highest, if you want to force EssentialsSpawn to handle the respawning
respawn-listener-priority: high

# When users die, should they respawn at their first home or bed, instead of the spawnpoint?
respawn-at-home: true

# End of File <-- No seriously, you're done with configuration.


PermissionsEX:
Spoiler: zobrazit

Kód: Vybrat vše

groups:
  Default:
    default: true
    prefix: '&4[&6Hrac&4] &b'
    permissions:
    - modifyworld.*
    - essentials.signs.use.*
    - essentials.msg
    - essentials.home
    - essentials.sethome
    - essentials.delhome
    - essentials.tpa
    - essentials.tpaccept
    - essentials.tpdeny
    - essentials.warp
    - essentials.kit.start
    - essentials.pay
    - essentials.warp.list
    - essentials.sethome.multiple
    - essentials.helpop
    - essentials.signs.create.disposal
    - essentials.signs.create.mail
    - essentials.signs.create.protection
    - essentials.signs.create.trade
    - essentials.signs.break.disposal
    - essentials.signs.break.mail
    - essentials.signs.break.protection
    - essentials.signs.break.trade
    - essentials.suicide
    - essentials.ignore
    - marry.default
    - iConomy.help
    - iConomy.holdings
    - iConomy.payment
    - xauth.login
    - xauth.register
    - res.create
    - res.remove
    - residence.create
    options:
      build: true
      rank: '300'
  VIP:
    prefix: '&4[&eVIP&4] &a'
    permissions:
    - modifyworld.*
    - essentials.feed
    - essentials.fly
    - essentials.hat
    - essentials.heal
    - essentials.god
    - essentials.vanish
    - essentials.kit.ironvip
    - essentials.kit.diavip
    - essentials.mail
    - essentials.kit
    - essentials.workbench
    - essentials.clearinventory
    - essentials.back
    - essentials.sethome.multiple.3
    - essentials.chat.color
    - essentials.signs.use.*
    - essentials.msg
    - essentials.tp
    - essentials.weather
    - essentials.home
    - essentials.sethome
    - essentials.delhome
    - essentials.tpa
    - essentials.tpaccept
    - essentials.tpdeny
    - essentials.warp
    - essentials.kit.start
    - essentials.warp.list
    - essentials.sethome.multiple
    - essentials.helpop
    - essentials.signs.create.disposal
    - essentials.signs.create.mail
    - essentials.signs.create.protection
    - essentials.signs.create.trade
    - essentials.signs.break.disposal
    - essentials.signs.break.mail
    - essentials.signs.break.protection
    - essentials.signs.break.trade
    - essentials.suicide
    - essentials.ignore
    - iConomy.help
    - iConomy.holdings
    - iConomy.payment
    - xauth.login
    - xauth.register
    - res.create
    - res.remove
    - residence.create
    - marry.*
    inheritance:
    - default
    options:
      build: true
      rank: '500'
    worlds:
      CREATIVE:
        permissions:
        - plotme.limit.5
        - plotme.use
  Majitel:
    prefix: '&4[&aMajitel&4] &6'
    permissions:
    - '*'
    options:
      build: true
      rank: '1000'
  Majitelka:
    prefix: '&4[&aMajitelka&4] &6'
    permissions:
    - '*'
    options:
      build: true
      rank: '1000'
  Hladmin:
    prefix: '&4[&aHl.Admin&4] &6'
    permissions:
    - '*'
    options:
      build: true
      rank: '1000'
  Admin:
    prefix: '&4[&aAdmin&4] &6'
    permissions:
    - '*'
    options:
      build: true
      rank: '1000'
  Adminka:
    prefix: '&4[&aAdminka&4] &6'
    permissions:
    - '*'
    options:
      build: true
      rank: '1000'
  VIP+:
    prefix: '&4[&eVIP+&4] &a'
    permissions:
    - modifyworld.*
    - essentials.feed
    - essentials.fly
    - essentials.hat
    - essentials.heal
    - essentials.god
    - essentials.kit
    - essentials.gamemode
    - essentials.kit.diavip
    - essentials.kit.ironvip
    - essentials.workbench
    - essentials.clearinventory
    - essentials.back
    - essentials.sethome.multiple.5
    - essentials.chat.color
    - essentials.signs.use.*
    - essentials.msg
    - essentials.tp
    - essentials.home
    - essentials.sethome
    - essentials.delhome
    - essentials.tpa
    - essentials.tpaccept
    - essentials.tpdeny
    - essentials.warp
    - essentials.kit.start
    - essentials.vanish
    - essentials.warp.list
    - essentials.sethome.multiple
    - essentials.helpop
    - essentials.signs.create.disposal
    - essentials.signs.create.mail
    - essentials.signs.create.protection
    - essentials.signs.create.trade
    - essentials.signs.break.disposal
    - essentials.signs.break.mail
    - essentials.signs.break.protection
    - essentials.signs.break.trade
    - essentials.suicide
    - essentials.god
    - essentials.ignore
    - iConomy.help
    - iConomy.holdings
    - iConomy.payment
    - xauth.login
    - xauth.register
    - res.create
    - res.remove
    - residence.create
    - marry.*
    inheritance:
    - default
    options:
      build: true
      rank: '700'
users:
  ThEJohnEver:
    group:
    - Majitel
  TheEpicPrejta:
    group:
    - Majitelka
  andrej951:
    group:
    - Admin
  goby64:
    group:
    - Admin
  stefri:
    group:
    - VIP
  Supermaaslo:
    group:
    - Hladmin
  wigleg:
    group:
    - Default
  SamerLP:
    group:
    - Default
  Luxey:
    group:
    - Adminka
  Laura2011:
    group:
    - Adminka
    worlds:
      :D:
        group:
        - Majitelka
  MinecraftMom:
    group:
    - Default
  NesQik_001:
    group:
    - VIP
  stavko555:
    group:
    - Default
  snehulienka:
    group:
    - Default
  kanoo:
    group:
    - Default
  Joreus:
    group:
    - Admin
  NeaxusCZ:
    group:
    - VIP
  Felix:
    group:
    - Default
  mak:
    group:
    - Default
  pat987:
    group:
    - VIP+
  zusik:
    group:
    - VIP
  HEROXD123:
    group:
    - VIP+
  ItsHarry:
    group:
    - VIP
  R13co:
    group:
    - Default
  Treefy:
    group:
    - Default
  NesQuiK:
    group:
    - Default
  Fandi:
    group:
    - Default
  FreakyPlayerin:
    group:
    - Default
  Dazzy_Gamer:
    group:
    - Default
  mr__bombastic:
    group:
    - VIP+
  martin1710:
    group:
    - VIP+
  LopolCZ:
    group:
    - Default
  trum:
    group:
    - Default
  MonsterEnergy17:
    group:
    - Default
  Cr4sh:
    group:
    - Default
  Ashyx3:
    group:
    - VIP+
  elektro:
    group:
    - Default
  turbomanLP:
    group:
    - Default
  LoLManTV:
    group:
    - Default
  Xf1reLP:
    group:
    - Default
  DefektIV:
    group:
    - Default
  T0miMaster22:
    group:
    - VIP+
  lolololl:
    group:
    - Default
  kammet007:
    group:
    - Default
  mr_bombastic:
    group:
    - Default
  PETER:
    group:
    - VIP
  pkmenSK:
    group:
    - VIP
  Its_Harry:
    group:
    - Default
  Arwusor:
    group:
    - VIP
  leonistg0tt:
    group:
    - VIP
  jamebondn:
    group:
    - VIP
  lolliteddy:
    group:
    - VIP
  jula505:
    group:
    - VIP
  Mr_Stanley_B:
    group:
    - VIP+
  Cuggi99:
    group:
    - VIP
  zoomdawg:
    group:
    - VIP
Obrázek

Uživatelský avatar
BigwebSvK
Příspěvky: 572
Registrován: 24 zář 2013, 18:16
Reputation: 6
Kontaktovat uživatele:

Re: Essentials + PermissionsEX

#2 Příspěvekod BigwebSvK » 08 led 2014, 18:26

Aktualizuj pluginy, zoznam pluginov.
Obrázek

Uživatelský avatar
zdenda204
Příspěvky: 3617
Věk: 36
Registrován: 23 kvě 2012, 21:38
Reputation: 0

Re: Essentials + PermissionsEX

#3 Příspěvekod zdenda204 » 08 led 2014, 18:30

A taky přilož server.log (Pokud máš 1.7.* tak latest.log) při startu a při použití příkazu?
Co mu to píše za chybu?
Přijímám zakázky na skripty/pluginy v PHP/Javě za malý poplatky! A kup mi sušenku :) Obrázek Obrázek
⇨Projekt Market⇦

Uživatelský avatar
ThEJohnEver
Příspěvky: 19
Registrován: 23 dub 2013, 21:49
Reputation: 0

Re: Essentials + PermissionsEX

#4 Příspěvekod ThEJohnEver » 08 led 2014, 18:45

Nemám server.log ale hs_err_pid18071.log ....nič iné :D
Zoznam pluginov je v prílohe dole, a tu je výpis z konzole pri štarte :)
Spoiler: zobrazit

Kód: Vybrat vše

[FakaHeda] Successfully authorized 78.99.108.66!
Loading libraries, please wait...
> [17:44:34 INFO]: Starting minecraft server version 1.7.2
> [17:44:34 INFO]: Loading properties
> [17:44:34 INFO]: Default game type: SURVIVAL
> [17:44:34 INFO]: Generating keypair
> [17:44:34 INFO]: Starting Minecraft server on 93.91.250.137:37836
> [17:44:34 INFO]: This server is running CraftBukkit version git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2982jnks (MC: 1.7.2) (Implementing API version 1.7.2-R0.3-SNAPSHOT)
> [17:44:35 INFO]: ----- Bukkit Auto Updater -----
> [17:44:35 INFO]: It appears that you're running a Development Build, when you've specified in bukkit.yml that you prefer to run Recommended Builds.
> [17:44:35 INFO]: If you would like to be kept informed about new Development Build releases, it is recommended that you change 'preferred-channel' in your bukkit.yml to 'dev'.
> [17:44:35 INFO]: With that set, you will be told whenever a new version is available for download, so that you can always keep up to date and secure with the latest fixes.
> [17:44:35 INFO]: If you would like to disable this warning, simply set 'suggest-channels' to false in bukkit.yml.
> [17:44:35 INFO]: ----- ------------------- -----
> [17:44:35 INFO]: [PermissionsEx] sql backend registered!
> [17:44:35 INFO]: [PermissionsEx] file backend registered!
> [17:44:35 INFO]: [PermissionsEx] PermissionEx plugin initialized.
> [17:44:35 INFO]: [LagMeter] Loading LagMeter v1.9.0
> [17:44:35 INFO]: [WorldEdit] Loading WorldEdit v5.5.8
> [17:44:35 INFO]: [FakaHedaMinequery] Loading FakaHedaMinequery v1.3
> [17:44:35 INFO]: [PlgSetspawn] Loading PlgSetspawn v5.0
> [17:44:35 INFO]: [Horse Bodyguard] Loading Horse Bodyguard v1.0
> [17:44:35 INFO]: [Vault] Loading Vault v1.2.25-b333
> [17:44:35 INFO]: [PermissionsEx] Loading PermissionsEx v1.19.3
> [17:44:35 INFO]: [PermissionsEx] Initializing file backend
> [17:44:35 INFO]: ultiverse-Core] Loading Multiverse-Core v2.4-b527
> [17:44:35 INFO]: [Trampolin] Loading Trampolin v0.6
> [17:44:35 INFO]: [WorldGuard] Loading WorldGuard v5.8
> [17:44:35 INFO]: [TreeAssist] Loading TreeAssist v5.0
> [17:44:35 INFO]: [SignColours] Loading SignColours v1.5
> [17:44:35 INFO]: [AutoMessage] Loading AutoMessage v1.5
> [17:44:35 INFO]: [EasyEnchant] Loading EasyEnchant v1.2.2c
> [17:44:35 INFO]: [iConomy] Loading iConomy v7.0
> [17:44:35 INFO]: arriage] Loading Marriage v1.2.3
> [17:44:35 INFO]: [CoreProtect] Loading CoreProtect v2.04
> [17:44:35 INFO]: [CraftBookCommon] Loading CraftBookCommon v1190-7f92388
> [17:44:35 INFO]: [ClearLag] Loading ClearLag v2.6.0
> [17:44:35 INFO]: [DeathMessages] Loading DeathMessages v2.1.0
> [17:44:35 INFO]: [NoCheat] Loading NoCheat v3.5.0
> [17:44:35 INFO]: [CraftBookCircuits] Loading CraftBookCircuits v1190-7f92388
> [17:44:35 INFO]: [Essentials] Loading Essentials v2.11.1
> [17:44:35 INFO]: [Lift] Loading Lift v41
> [17:44:35 INFO]: [Jobs] Loading Jobs v2.9.0
> [17:44:35 INFO]: [CraftBookMechanisms] Loading CraftBookMechanisms v1190-7f92388
> [17:44:35 INFO]: [EssentialsProtect] Loading EssentialsProtect v2.11.1
> [17:44:35 INFO]: [EssentialsSpawn] Loading EssentialsSpawn v2.11.1
> [17:44:35 INFO]: [CreativeGates] Loading CreativeGates v1.3.5
> [17:44:35 INFO]: [ScoreboardStats] Loading ScoreboardStats v0.5.9
> [17:44:35 INFO]: [ScoreboardStats] The Plugin isn't compatible with your craftbukkit version. It will now try to use Reflections
> [17:44:35 INFO]: [LWC] Loading LWC v4.3.1 (b767-git-MANUAL) (November 15, 2012)
> [17:44:35 INFO]: [EssentialsAntiBuild] Loading EssentialsAntiBuild v2.11.1
> [17:44:35 INFO]: [CraftBookVehicles] Loading CraftBookVehicles v1190-7f92388
> [17:44:35 INFO]: [xAuth] Loading xAuth v2.0.26
> [17:44:35 INFO]: [ChestShop] Loading ChestShop v3.46
> [17:44:35 INFO]: [EssentialsChat] Loading EssentialsChat v2.11.1
> [17:44:35 INFO]: [Residence] Loading Residence v2.6.6.2
> [17:44:35 INFO]: [CreativeControl] Loading CreativeControl v6.4
> [17:44:35 INFO]: [ResidenceSigns] Loading ResidenceSigns v2.9
> [17:44:35 INFO]: [Vault] Enabling Vault v1.2.25-b333
> [17:44:35 INFO]: [Vault][Economy] Essentials Economy found: Waiting
> [17:44:35 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:44:35 WARN]: if you're using Votifier, or any other plugin which handles economy data in a threaded manner your server is at risk!
> [17:44:35 WARN]: it is highly suggested to use SQL with iCo6 or to use an alternative economy plugin!
> [17:44:35 INFO]: [Vault][Economy] iConomy 6 found: Waiting
> [17:44:35 INFO]: [Vault][Permission] PermissionsEx found: Waiting
> [17:44:35 INFO]: [Vault][Permission] SuperPermissions loaded as backup permission system.
> [17:44:35 INFO]: [Vault][Chat] PermissionsEx found: Waiting
> [17:44:35 INFO]: [Vault] Enabled Version 1.2.25-b333
> [17:44:35 INFO]: [Vault][Economy] Essentials Economy hooked.
> [17:44:35 INFO]: [Vault][Economy] iConomy 7 hooked.
> [17:44:35 INFO]: [Vault][Permission] PermissionsEx hooked.
> [17:44:35 INFO]: [LWC] Enabling LWC v4.3.1 (b767-git-MANUAL) (November 15, 2012)
> [17:44:35 INFO]: [LWC] Loaded 209 locale strings (0 overrides)
> [17:44:35 INFO]: [LWC] Permissions API: §4VaultPermissions
> [17:44:35 INFO]: [LWC] Currency API: §4VaultCurrency
> [17:44:35 INFO]: [LWC] Connecting to SQLite
> [17:44:35 INFO]: [LWC] Performing any necessary database updates
> [17:44:36 INFO]: [LWC] Using database: Native
> [17:44:36 INFO]: [LWC] Precached 10000 protections
> [17:44:36 WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
> [17:44:36 WARN]: The server will make no attempt to authenticate usernames. Beware.
> [17:44:36 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:44:36 WARN]: To change this, set "online-mode" to "true" in the server.properties file.
> [17:44:36 INFO]: Preparing level "SingleWorld2"
> [17:44:36 INFO]: Preparing start region for level 0 (Seed: -7726312429327125985)
> [17:44:37 INFO]: Preparing start region for level 1 (Seed: -7063389090816864736)
> [17:44:37 INFO]: Preparing start region for level 2 (Seed: 6505452161968527335)
> [17:44:37 INFO]: [LagMeter] Enabling LagMeter v1.9.0
> [17:44:37 INFO]: [LagMeter] Not using logs folder.
> [17:44:37 ERROR]: Error occurred while enabling LagMeter v1.9.0 (Is it up to date?)
java.lang.IllegalArgumentException: Plugin already initialized!
at org.bukkit.plugin.java.PluginClassLoader.initialize(PluginClassLoader.java:98) ~inecraft_server.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2982jnks]
at org.bukkit.plugin.java.JavaPlugin.<init>(JavaPlugin.java:59) ~inecraft_server.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2982jnks]
at com.webkonsept.minecraft.lagmeter.LagMeter.<init>(LagMeter.java:19) ~[?:?]
at com.webkonsept.minecraft.lagmeter.LagMeterLogger.log(LagMeterLogger.java:162) ~[?:?]
at com.webkonsept.minecraft.lagmeter.LagMeterLogger.beginLogging(LagMeterLogger.java:138) ~[?:?]
at com.webkonsept.minecraft.lagmeter.LagMeterLogger.enable(LagMeterLogger.java:43) ~[?:?]
at com.webkonsept.minecraft.lagmeter.LagMeterLogger.enable(LagMeterLogger.java:48) ~[?:?]
at com.webkonsept.minecraft.lagmeter.LagMeter.onEnable(LagMeter.java:81) ~[?:?]
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:250) ~inecraft_server.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2982jnks]
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:350) inecraft_server.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2982jnks]
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:384) inecraft_server.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2982jnks]
at org.bukkit.craftbukkit.v1_7_R1.CraftServer.loadPlugin(CraftServer.java:298) inecraft_server.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2982jnks]
at org.bukkit.craftbukkit.v1_7_R1.CraftServer.enablePlugins(CraftServer.java:280) inecraft_server.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2982jnks]
at net.minecraft.server.v1_7_R1.MinecraftServer.m(MinecraftServer.java:342) inecraft_server.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2982jnks]
at net.minecraft.server.v1_7_R1.MinecraftServer.g(MinecraftServer.java:319) inecraft_server.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2982jnks]
at net.minecraft.server.v1_7_R1.MinecraftServer.a(MinecraftServer.java:275) inecraft_server.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2982jnks]
at net.minecraft.server.v1_7_R1.DedicatedServer.init(DedicatedServer.java:175) inecraft_server.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2982jnks]
at net.minecraft.server.v1_7_R1.MinecraftServer.run(MinecraftServer.java:424) inecraft_server.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2982jnks]
at net.minecraft.server.v1_7_R1.ThreadServerApplication.run(SourceFile:617) inecraft_server.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2982jnks]
Caused by: java.lang.IllegalStateException: Initial initialization
at org.bukkit.plugin.java.PluginClassLoader.initialize(PluginClassLoader.java:101) ~inecraft_server.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2982jnks]
at org.bukkit.plugin.java.JavaPlugin.<init>(JavaPlugin.java:59) ~inecraft_server.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2982jnks]
at com.webkonsept.minecraft.lagmeter.LagMeter.<init>(LagMeter.java:19) ~[?:?]
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.7.0_40]
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57) ~[?:1.7.0_40]
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.7.0_40]
at java.lang.reflect.Constructor.newInstance(Constructor.java:526) ~[?:1.7.0_40]
at java.lang.Class.newInstance(Class.java:374) ~[?:1.7.0_40]
at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:52) ~inecraft_server.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2982jnks]
at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:133) ~inecraft_server.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2982jnks]
at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:308) ~inecraft_server.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2982jnks]
at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:231) ~inecraft_server.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2982jnks]
at org.bukkit.craftbukkit.v1_7_R1.CraftServer.loadPlugins(CraftServer.java:255) ~inecraft_server.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2982jnks]
at org.bukkit.craftbukkit.v1_7_R1.CraftServer.<init>(CraftServer.java:233) ~inecraft_server.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2982jnks]
at net.minecraft.server.v1_7_R1.PlayerList.<init>(PlayerList.java:63) ~inecraft_server.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2982jnks]
at net.minecraft.server.v1_7_R1.DedicatedPlayerList.<init>(SourceFile:14) ~inecraft_server.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2982jnks]
at net.minecraft.server.v1_7_R1.DedicatedServer.init(DedicatedServer.java:126) ~inecraft_server.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2982jnks]
... 2 more
> [17:44:37 INFO]: [WorldEdit] Enabling WorldEdit v5.5.8
> [17:44:37 INFO]: WEPIF: Using the Bukkit Permissions API.
> [17:44:37 INFO]: [FakaHedaMinequery] Enabling FakaHedaMinequery v1.3
> [17:44:37 INFO]: Starting FakaHedaMinequery server on 93.91.250.137:38836
> [17:44:37 INFO]: [PlgSetspawn] Enabling PlgSetspawn v5.0
> [17:44:37 INFO]: PlgSetspawn version 5.0 is enabled!
> [17:44:37 INFO]: [Horse Bodyguard] Enabling Horse Bodyguard v1.0
> [17:44:37 INFO]: [PermissionsEx] Enabling PermissionsEx v1.19.3
> [17:44:37 INFO]: [PermissionsEx] Superperms support enabled.
> [17:44:37 INFO]: [PermissionsEx] v1.19.3 enabled
> [17:44:37 INFO]: WEPIF: PermissionsEx detected! Using PermissionsEx for permissions.
> [17:44:37 INFO]: [Vault][Chat] PermissionsEx_Chat hooked.
> [17:44:37 INFO]: ultiverse-Core] Enabling Multiverse-Core v2.4-b527
> [17:44:37 INFO]: ultiverse-Core] - Version 2.4-b527 (API v14) Enabled - By Rigby, fernferret, lithium3141 and main--
> [17:44:37 INFO]: [AllPay] - Version 10.0 - hooked into iConomy 6 for Multiverse-Core v2.4-b527
> [17:44:37 INFO]: ultiverse-Core] Loading World & Settings - 'PvParena' - Env: NORMAL - Type: FLAT & seed: 2192281
> [17:44:37 INFO]: Preparing start region for level 3 (Seed: 2192281)
> [17:44:38 INFO]: ultiverse-Core] Loading World & Settings - 'Jumpworld' - Env: NORMAL - Type: NORMAL & seed: 8081775607304789112
> [17:44:38 INFO]: Preparing start region for level 4 (Seed: 8081775607304789112)
> [17:44:38 INFO]: ultiverse-Core] Loading World & Settings - 'NovySvet' - Env: NORMAL - Type: NORMAL & seed: 1259840660400030265
> [17:44:38 INFO]: Preparing start region for level 5 (Seed: 1259840660400030265)
> [17:44:39 INFO]: Preparing spawn area for NovySvet, 20%
> [17:44:40 INFO]: ultiverse-Core] Loading World & Settings - 'SingleWorld2' - Env: NORMAL - Type: NORMAL & seed: -7726312429327125985
> [17:44:40 INFO]: ultiverse-Core] Loading World & Settings - 'SingleWorld2_nether' - Env: NETHER - Type: NORMAL & seed: -7063389090816864736
> [17:44:40 INFO]: ultiverse-Core] Loading World & Settings - 'SingleWorld2_the_end' - Env: THE_END - Type: NORMAL & seed: 6505452161968527335
> [17:44:40 INFO]: ultiverse-Core] Loading World & Settings - 'EnderTrapka' - Env: THE_END - Type: NORMAL & seed: -3561483247160496430
> [17:44:40 INFO]: Preparing start region for level 6 (Seed: -3561483247160496430)
> [17:44:40 INFO]: ultiverse-Core] Loading World & Settings - 'Parkour' - Env: NORMAL - Type: FLAT & seed: 2980767274148524031
> [17:44:40 INFO]: Preparing start region for level 7 (Seed: 2980767274148524031)
> [17:44:40 INFO]: ultiverse-Core] 8 - World(s) loaded.
> [17:44:40 INFO]: [Trampolin] Enabling Trampolin v0.6
> [17:44:40 INFO]: [WorldGuard] Enabling WorldGuard v5.8
> [17:44:40 INFO]: [WorldGuard] (SingleWorld2) TNT ignition is PERMITTED.
> [17:44:40 INFO]: [WorldGuard] (SingleWorld2) Lighters are PERMITTED.
> [17:44:40 INFO]: [WorldGuard] (SingleWorld2) Lava fire is blocked.
> [17:44:40 INFO]: [WorldGuard] (SingleWorld2) Fire spread is UNRESTRICTED.
> [17:44:40 INFO]: [WorldGuard] Loaded configuration for world 'SingleWorld2'
> [17:44:40 INFO]: [WorldGuard] (SingleWorld2_nether) TNT ignition is PERMITTED.
> [17:44:40 INFO]: [WorldGuard] (SingleWorld2_nether) Lighters are PERMITTED.
> [17:44:40 INFO]: [WorldGuard] (SingleWorld2_nether) Lava fire is blocked.
> [17:44:40 INFO]: [WorldGuard] (SingleWorld2_nether) Fire spread is UNRESTRICTED.
> [17:44:40 INFO]: [WorldGuard] Loaded configuration for world 'SingleWorld2_nether'
> [17:44:40 INFO]: [WorldGuard] (SingleWorld2_the_end) TNT ignition is PERMITTED.
> [17:44:40 INFO]: [WorldGuard] (SingleWorld2_the_end) Lighters are PERMITTED.
> [17:44:40 INFO]: [WorldGuard] (SingleWorld2_the_end) Lava fire is blocked.
> [17:44:40 INFO]: [WorldGuard] (SingleWorld2_the_end) Fire spread is UNRESTRICTED.
> [17:44:40 INFO]: [WorldGuard] Loaded configuration for world 'SingleWorld2_the_end'
> [17:44:40 INFO]: [WorldGuard] (PvParena) TNT ignition is PERMITTED.
> [17:44:40 INFO]: [WorldGuard] (PvParena) Lighters are PERMITTED.
> [17:44:40 INFO]: [WorldGuard] (PvParena) Lava fire is blocked.
> [17:44:40 INFO]: [WorldGuard] (PvParena) Fire spread is UNRESTRICTED.
> [17:44:40 INFO]: [WorldGuard] Loaded configuration for world 'PvParena'
> [17:44:40 INFO]: [WorldGuard] (Jumpworld) TNT ignition is PERMITTED.
> [17:44:40 INFO]: [WorldGuard] (Jumpworld) Lighters are PERMITTED.
> [17:44:40 INFO]: [WorldGuard] (Jumpworld) Lava fire is blocked.
> [17:44:40 INFO]: [WorldGuard] (Jumpworld) Fire spread is UNRESTRICTED.
> [17:44:40 INFO]: [WorldGuard] Loaded configuration for world 'Jumpworld'
> [17:44:40 INFO]: [WorldGuard] (NovySvet) TNT ignition is PERMITTED.
> [17:44:40 INFO]: [WorldGuard] (NovySvet) Lighters are PERMITTED.
> [17:44:40 INFO]: [WorldGuard] (NovySvet) Lava fire is blocked.
> [17:44:40 INFO]: [WorldGuard] (NovySvet) Fire spread is UNRESTRICTED.
> [17:44:40 INFO]: [WorldGuard] Loaded configuration for world 'NovySvet'
> [17:44:40 INFO]: [WorldGuard] (EnderTrapka) TNT ignition is PERMITTED.
> [17:44:40 INFO]: [WorldGuard] (EnderTrapka) Lighters are PERMITTED.
> [17:44:40 INFO]: [WorldGuard] (EnderTrapka) Lava fire is blocked.
> [17:44:40 INFO]: [WorldGuard] (EnderTrapka) Fire spread is UNRESTRICTED.
> [17:44:40 INFO]: [WorldGuard] Loaded configuration for world 'EnderTrapka'
> [17:44:40 INFO]: [WorldGuard] (Parkour) TNT ignition is PERMITTED.
> [17:44:40 INFO]: [WorldGuard] (Parkour) Lighters are PERMITTED.
> [17:44:40 INFO]: [WorldGuard] (Parkour) Lava fire is blocked.
> [17:44:40 INFO]: [WorldGuard] (Parkour) Fire spread is UNRESTRICTED.
> [17:44:40 INFO]: [WorldGuard] Loaded configuration for world 'Parkour'
> [17:44:40 INFO]: [WorldGuard] 1 regions loaded for 'SingleWorld2'
> [17:44:40 INFO]: [WorldGuard] 2 regions loaded for 'SingleWorld2_nether'
> [17:44:40 INFO]: [WorldGuard] 0 regions loaded for 'SingleWorld2_the_end'
> [17:44:40 INFO]: [WorldGuard] 8 regions loaded for 'PvParena'
> [17:44:40 INFO]: [WorldGuard] 3 regions loaded for 'Jumpworld'
> [17:44:40 INFO]: [WorldGuard] 62 regions loaded for 'NovySvet'
> [17:44:40 INFO]: [WorldGuard] 2 regions loaded for 'EnderTrapka'
> [17:44:40 INFO]: [WorldGuard] 1 regions loaded for 'Parkour'
> [17:44:40 INFO]: [TreeAssist] Enabling TreeAssist v5.0
> [17:44:40 INFO]: [SignColours] Enabling SignColours v1.5
> [17:44:40 INFO]: SignColours version 1.5 by ichingpow enabled.
> [17:44:40 INFO]: [AutoMessage] Enabling AutoMessage v1.5
> [17:44:40 INFO]: [AutoMessage] version [1.5] loaded
> [17:44:40 INFO]: [EasyEnchant] Enabling EasyEnchant v1.2.2c
> [17:44:40 INFO]: [EasyEnchant] Version 1.2.2c Is Enabled!
> [17:44:40 INFO]: [iConomy] Enabling iConomy v7.0
> [17:44:40 INFO]: [iConomy - April Fools] Enabled (16 ms)
> [17:44:40 INFO]: [iConomy] Hello, I'm Nijikokun. Yes, this is an April Fools joke, but '/money top' was fixed! Enjoy :) - Rare Version!
> [17:44:41 INFO]: arriage] Enabling Marriage v1.2.3
> [17:44:41 ERROR]: arriage] Marriage is not compatible with the version of minecraft you are using!
> [17:44:41 ERROR]: Marriage kissing will be disabled!
> [17:44:41 INFO]: arriage] Hooked with iConomy 7 using Vault
> [17:44:41 INFO]: [iConomy - April Fools] Purged accounts with default balance.
> [17:44:41 INFO]: [CoreProtect] Enabling CoreProtect v2.04
> [17:44:41 INFO]: CoreProtect version 2.04 is enabled!
> [17:44:41 INFO]: [CoreProtect] Using SQLite for data storage.
> [17:44:41 INFO]: [CraftBookCommon] Enabling CraftBookCommon v1190-7f92388
> [17:44:41 INFO]: CraftBookCommon: Default configuration file written: en_US.txt
> [17:44:41 INFO]: CraftBookCommon 1190-7f92388 enabled.
> [17:44:42 INFO]: [ClearLag] Enabling ClearLag v2.6.0
> [17:44:42 ERROR]: Error occurred while enabling ClearLag v2.6.0 (Is it up to date?)
java.lang.NoClassDefFoundError: net/minecraft/server/v1_6_R3/Entity
at me.minebuilders.clearlag.Clearlag.addListeners(Clearlag.java:114) ~[?:?]
at me.minebuilders.clearlag.Clearlag.onEnable(Clearlag.java:67) ~[?:?]
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:250) ~inecraft_server.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2982jnks]
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:350) inecraft_server.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2982jnks]
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:384) inecraft_server.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2982jnks]
at org.bukkit.craftbukkit.v1_7_R1.CraftServer.loadPlugin(CraftServer.java:298) inecraft_server.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2982jnks]
at org.bukkit.craftbukkit.v1_7_R1.CraftServer.enablePlugins(CraftServer.java:280) inecraft_server.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2982jnks]
at net.minecraft.server.v1_7_R1.MinecraftServer.m(MinecraftServer.java:342) inecraft_server.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2982jnks]
at net.minecraft.server.v1_7_R1.MinecraftServer.g(MinecraftServer.java:319) inecraft_server.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2982jnks]
at net.minecraft.server.v1_7_R1.MinecraftServer.a(MinecraftServer.java:275) inecraft_server.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2982jnks]
at net.minecraft.server.v1_7_R1.DedicatedServer.init(DedicatedServer.java:175) inecraft_server.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2982jnks]
at net.minecraft.server.v1_7_R1.MinecraftServer.run(MinecraftServer.java:424) inecraft_server.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2982jnks]
at net.minecraft.server.v1_7_R1.ThreadServerApplication.run(SourceFile:617) inecraft_server.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2982jnks]
Caused by: java.lang.ClassNotFoundException: net.minecraft.server.v1_6_R3.Entity
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:67) ~inecraft_server.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2982jnks]
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:62) ~inecraft_server.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2982jnks]
at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.7.0_40]
at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.7.0_40]
... 13 more
> [17:44:42 INFO]: [DeathMessages] Enabling DeathMessages v2.1.0
> [17:44:42 INFO]: <<[ DeathMessages ]>> [ Version ]=[ 2.1.0 ] [ Cargada Correctamente ]
> [17:44:42 INFO]: [NoCheat] Enabling NoCheat v3.5.0
> [17:44:42 ERROR]: Error occurred while enabling NoCheat v3.5.0 (Is it up to date?)
java.lang.VerifyError: Bad type on operand stack
Exception Details:
Location:
cc/co/evenprime/bukkit/nocheat/checks/chat/ChatCheckListener.commandPreprocess(Lorg/bukkit/event/player/PlayerCommandPreprocessEvent;)V @2: invokevirtual
Reason:
Type 'org/bukkit/event/player/PlayerCommandPreprocessEvent' (current frame, stack[1]) is not assignable to 'org/bukkit/event/player/PlayerChatEvent'
Current Frame:
bci: @2
flags: { }
locals: { 'cc/co/evenprime/bukkit/nocheat/checks/chat/ChatCheckListener', 'org/bukkit/event/player/PlayerCommandPreprocessEvent' }
stack: { 'cc/co/evenprime/bukkit/nocheat/checks/chat/ChatCheckListener', 'org/bukkit/event/player/PlayerCommandPreprocessEvent' }
Bytecode:
0000000: 2a2b b600 09b1

at cc.co.evenprime.bukkit.nocheat.NoCheat.onEnable(NoCheat.java:90) ~[?:?]
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:250) ~inecraft_server.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2982jnks]
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:350) inecraft_server.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2982jnks]
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:384) inecraft_server.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2982jnks]
at org.bukkit.craftbukkit.v1_7_R1.CraftServer.loadPlugin(CraftServer.java:298) inecraft_server.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2982jnks]
at org.bukkit.craftbukkit.v1_7_R1.CraftServer.enablePlugins(CraftServer.java:280) inecraft_server.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2982jnks]
at net.minecraft.server.v1_7_R1.MinecraftServer.m(MinecraftServer.java:342) inecraft_server.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2982jnks]
at net.minecraft.server.v1_7_R1.MinecraftServer.g(MinecraftServer.java:319) inecraft_server.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2982jnks]
at net.minecraft.server.v1_7_R1.MinecraftServer.a(MinecraftServer.java:275) inecraft_server.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2982jnks]
at net.minecraft.server.v1_7_R1.DedicatedServer.init(DedicatedServer.java:175) inecraft_server.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2982jnks]
at net.minecraft.server.v1_7_R1.MinecraftServer.run(MinecraftServer.java:424) inecraft_server.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2982jnks]
at net.minecraft.server.v1_7_R1.ThreadServerApplication.run(SourceFile:617) inecraft_server.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2982jnks]
> [17:44:42 INFO]: [CraftBookCircuits] Enabling CraftBookCircuits v1190-7f92388
> [17:44:42 INFO]: CraftBookCircuits: Default configuration file written: en_US.txt
> [17:44:42 INFO]: CraftBookCircuits 1190-7f92388 enabled.
> [17:44:42 INFO]: CraftBook: Enumerating chunks for self-triggered components...
> [17:44:42 WARN]: [WorldEdit] No compatible nms block class found.
> [17:44:42 INFO]: CraftBook Circuits: 5074 chunk(s) for 8 world(s) processed (0s elapsed)
> [17:44:42 INFO]: [Essentials] Enabling Essentials v2.11.1
> [17:44:42 INFO]: Using locale cs
> [17:44:42 INFO]: Using locale cs
> [17:44:42 INFO]: Essentials: Using PermissionsEx based permissions.
> [17:44:42 INFO]: [Essentials] Payment method found (Vault - Economy: iConomy 7 version: 1.2.25-b333)
> [17:44:42 INFO]: [Lift] Enabling Lift v41
> [17:44:42 INFO]: Lift v41 is now enabled!
> [17:44:42 INFO]: [Jobs] Enabling Jobs v2.9.0
> [17:44:42 INFO]: [Jobs] Started database save task
> [17:44:42 INFO]: [Jobs] Started buffered payment thread
> [17:44:42 INFO]: [Jobs] [Jobs] Successfully linked with Vault.
> [17:44:42 INFO]: [Jobs] Buffered payment thread shutdown
> [17:44:42 INFO]: [Jobs] Database save task shutdown
> [17:44:42 INFO]: [Jobs] Started database save task
> [17:44:42 INFO]: [Jobs] Plugin has been enabled succesfully.
> [17:44:42 INFO]: [Jobs] Started buffered payment thread
> [17:44:42 INFO]: [Jobs] Login manager started
> [17:44:43 INFO]: [CraftBookMechanisms] Enabling CraftBookMechanisms v1190-7f92388
> [17:44:43 INFO]: CraftBookMechanisms: Default configuration file written: en_US.txt
> [17:44:43 INFO]: CraftBookMechanisms 1190-7f92388 enabled.
> [17:44:43 INFO]: CraftBook: Enumerating chunks for INSTANCE-triggered components...
> [17:44:43 INFO]: CraftBook: 5074 chunk(s) for 8 world(s) processed (0s elapsed)
> [17:44:43 INFO]: [EssentialsProtect] Enabling EssentialsProtect v2.11.1
> [17:44:43 INFO]: [EssentialsSpawn] Enabling EssentialsSpawn v2.11.1
> [17:44:43 INFO]: [CreativeGates] Enabling CreativeGates v1.3.5
> [17:44:43 INFO]: [CreativeGates v1.3.5] === ENABLE START ===
> [17:44:43 INFO]: [CreativeGates v1.3.5] === ENABLE DONE (Took 227ms) ===
> [17:44:43 INFO]: [ScoreboardStats] Enabling ScoreboardStats v0.5.9
> [17:44:43 INFO]: DataSourcePool [ScoreboardStats] autoCommit[false] transIsolation[SERIALIZABLE] min[2] max[250]
> [17:44:43 INFO]: DatabasePlatform name:ScoreboardStats platform:sqlite
> [17:44:43 INFO]: SubClassFactory parent ClassLoader [org.bukkit.plugin.java.PluginClassLoader]
> [17:44:44 INFO]: Entities enhanced[0] subclassed[1]
> [17:44:44 INFO]: --------------------
> [17:44:44 INFO]: [CoreProtect] Version 2.08 now available.
> [17:44:44 INFO]: [CoreProtect] Download: Type "/co version" in-game.
> [17:44:44 INFO]: --------------------
> [17:44:44 INFO]: [Sponsor] Unlimited MC Hosting: www.hosthorde.com
> [17:44:44 INFO]: --------------------
> [17:44:44 INFO]: [EssentialsAntiBuild] Enabling EssentialsAntiBuild v2.11.1
> [17:44:44 INFO]: [CraftBookVehicles] Enabling CraftBookVehicles v1190-7f92388
> [17:44:44 INFO]: CraftBookVehicles: Default configuration file written: en_US.txt
> [17:44:44 INFO]: CraftBookVehicles 1190-7f92388 enabled.
> [17:44:44 INFO]: [xAuth] Enabling xAuth v2.0.26
> [17:44:44 WARN]: [xAuth] -------- xAuth Updater --------
> [17:44:44 WARN]: [xAuth] This server appears to be running an older version
> [17:44:44 WARN]: [xAuth] of xAuth. Version 2.4.4 is now available.
> [17:44:44 WARN]: [xAuth]
> [17:44:44 WARN]: [xAuth] Priority: HIGH
> [17:44:44 WARN]: [xAuth] Details: http://github.com/lycano/xAuth/
> [17:44:44 WARN]: [xAuth] Download: http://dev.bukkit.org/server-mods/xAuth/
> [17:44:44 WARN]: [xAuth] -------------------------------
> [17:44:44 INFO]: [xAuth] PermissionAlias backend: 'pex' registered!
> [17:44:44 INFO]: [xAuth] PermissionAlias backend: 'gm' registered!
> [17:44:44 INFO]: [xAuth] PermissionAlias backend: 'bukkit' registered!
> [17:44:44 INFO]: [xAuth] Attempting to use supported permissions plugin 'GroupManager'
> [17:44:44 WARN]: [xAuth] This plugin is not ready yet.
> [17:44:44 INFO]: [xAuth] Initializing bukkit backend
> [17:44:44 INFO]: [xAuth] Attempting to use supported permissions plugin 'PermissionsEx'
> [17:44:44 WARN]: [xAuth] This plugin is not ready yet.
> [17:44:44 INFO]: [xAuth] Initializing bukkit backend
> [17:44:44 INFO]: [xAuth] Config node permissions.backend changed to 'pex'
> [17:44:44 INFO]: [xAuth] Initializing pex backend
> [17:44:44 WARN]: [xAuth] This plugin is not ready yet.
> [17:44:44 INFO]: [xAuth] Attached to PermissionsEx version 1.19.3
> [17:44:45 INFO]: [xAuth] Successfully established connection to H2 database
> [17:44:45 INFO]: [xAuth] v2.0.26 Enabled!
> [17:44:45 INFO]: [ChestShop] Enabling ChestShop v3.46
> [17:44:45 INFO]: [ChestShop] LWC version 4.3.1 (b767-git-MANUAL) (November 15, 2012) loaded.
> [17:44:45 INFO]: [ChestShop] Vault loaded - using iConomy 7
> [17:44:45 INFO]: [EssentialsChat] Enabling EssentialsChat v2.11.1
> [17:44:45 INFO]: [Residence] Enabling Residence v2.6.6.2
> [17:44:45 INFO]: [Residence] Found Vault using permissions plugin:PermissionsEx
> [17:44:45 INFO]: [Residence] Scanning for economy systems...
> [17:44:45 INFO]: [Residence] Found Vault using economy system: iConomy 7
> [17:44:45 INFO]: [Residence] Found WorldEdit
> [17:44:45 INFO]: [Residence] Enabled! Version 2.6.6.2 by bekvon
> [17:44:46 INFO]: [CreativeControl] Enabling CreativeControl v6.4
> [17:44:46 INFO]: [CreativeControl]: Initializing configurations...
> [17:44:46 INFO]: [CreativeControl]: Loading Modules...
> [17:44:46 INFO]: [CreativeControl]: Connecting to the SQLite database...
> [17:44:46 INFO]: [CreativeControl]: SQLite database connected Successfuly!
> [17:44:46 INFO]: [CreativeControl]: Registring Events...
> [17:44:46 INFO]: [CreativeControl]: CoreProtect hooked as logging plugin
> [17:44:46 INFO]: [CreativeControl]: Vault hooked as permissions plugin
> [17:44:46 INFO]: [CreativeControl]: CreativeControl v6.4 loaded in 868 ms!
> [17:44:48 INFO]: [ResidenceSigns] Enabling ResidenceSigns v2.9
> [17:44:48 INFO]: [ResidenceSigns] Successfully Enabled.
> [17:44:48 INFO]: Server permissions file permissions.yml is empty, ignoring it
> [17:44:50 INFO]: Done (13.581s)! For help, type "help" or "?"
> [17:44:50 INFO]: Starting GS4 status listener
> [17:44:50 INFO]: Starting remote control listener
> [17:44:50 INFO]: Query running on 93.91.250.137:37836
> [17:44:50 WARN]: No rcon password set in '/hlserver/37836/server.properties', rcon disabled!
> [17:44:50 INFO]: Accepted EditSessionFactory of type net.coreprotect.worldedit.CoreProtectEditSessionFactory from net.coreprotect.worldedit
> [17:44:50 INFO]: Accepted EditSessionFactory of type me.FurH.CreativeControl.integration.worldedit.CreativeEditSessionFactory from me.FurH.CreativeControl.integration.worldedit
> [17:44:50 INFO]: [CreativeControl]: Cached 3,899 protections
> [17:44:50 INFO]: [CreativeControl]: Loaded 0 regions
> [17:44:50 INFO]: [CreativeControl]: 125,314 blocks protected
> [17:44:50 WARN]: [PermissionsEx] Unknown server implementation being used!
> [17:44:50 WARN]: [PermissionsEx] No Permissible injector found for your server implementation!
> [17:44:50 INFO]: TheEpicPrejta[/78.99.108.66:50722] logged in with entity id 1754 at ([NovySvet] 1343.597662657497, 70.12386393346766, 1231.1831887715853)
> [17:44:50 INFO]: /93.93.33.7:1456 lost connection: Disconnected
> [17:44:50 WARN]: [PermissionsEx] Unknown server implementation being used!
> [17:44:50 WARN]: [PermissionsEx] No Permissible injector found for your server implementation!
> [17:44:51 INFO]: jakubbag[/95.103.142.119:49738] logged in with entity id 1756 at ([NovySvet] 321.87920504755834, 77.0, 1099.6848582444939)
> [17:44:51 INFO]: /95.103.26.200:10571 lost connection: Disconnected
> [17:44:51 INFO]: /93.93.33.7:1461 lost connection: Disconnected
> [17:44:52 WARN]: [PermissionsEx] Unknown server implementation being used!
> [17:44:52 WARN]: [PermissionsEx] No Permissible injector found for your server implementation!
> [17:44:52 INFO]: pavel115[/93.93.33.7:1470] logged in with entity id 3088 at ([NovySvet] 320.74951634360923, 76.0, 1103.6221884875938)
> [17:44:55 WARN]: [PermissionsEx] Unknown server implementation being used!
> [17:44:55 WARN]: [PermissionsEx] No Permissible injector found for your server implementation!
Přílohy
fdafs.jpg
fdafs.jpg (245.72 KiB) Zobrazeno 5065 x
Obrázek

Uživatelský avatar
zdenda204
Příspěvky: 3617
Věk: 36
Registrován: 23 kvě 2012, 21:38
Reputation: 0

Re: Essentials + PermissionsEX

#5 Příspěvekod zdenda204 » 08 led 2014, 18:54

Aktualizuj LagMeter, ClearLag, NoCheat (Lépe nahraď za NoCheatPlus), smaž EssentialsAntiBuild.
O essentialsu ani zmínka, přilož to ještě log když použijou ten příkaz.
Přijímám zakázky na skripty/pluginy v PHP/Javě za malý poplatky! A kup mi sušenku :) Obrázek Obrázek
⇨Projekt Market⇦

Uživatelský avatar
ThEJohnEver
Příspěvky: 19
Registrován: 23 dub 2013, 21:49
Reputation: 0

Re: Essentials + PermissionsEX

#6 Příspěvekod ThEJohnEver » 08 led 2014, 19:02

Aktualizované :)
A toto je výpis z konzole, keď hráč napíše /home

Kód: Vybrat vše

> [17:59:37 INFO]: jakubbag issued server command: /home
> [17:59:37 INFO]: Hraci jakubbag byl zablokovan prikaz.


Samozrejme OPckam to ide :D :D
Obrázek

marty_
Příspěvky: 1191
Věk: 54
Registrován: 27 srp 2012, 10:10
Reputation: 0
Bydliště: Hranice na Morave
Kontaktovat uživatele:

Re: Essentials + PermissionsEX

#7 Příspěvekod marty_ » 08 led 2014, 22:21

zeby se to hadalo s pluginem plSetSpawn?
Všechny své servery jsem sloučil pomocí BungeeCordu na jediny multiserver play.hero-craft.cz a jsem maximálně spokojenej :)
Jsou to tyto:
Lobby (1.11), Creativ(1.12), Skyblock(1.12), Planet(1.12), Games(1.9.4), Hranice(1.11), Classic(1.12), , Seniorcraft (1.12), a dalsi pripravuji... (aktualne RPG 1.12)

Uživatelský avatar
ThEJohnEver
Příspěvky: 19
Registrován: 23 dub 2013, 21:49
Reputation: 0

Re: Essentials + PermissionsEX

#8 Příspěvekod ThEJohnEver » 09 led 2014, 00:53

Noooo dobrý nápad. Ak je v Essentials prikaz /setspawn tak sme asi našli problém :) ...
Obrázek

Uživatelský avatar
zdenda204
Příspěvky: 3617
Věk: 36
Registrován: 23 kvě 2012, 21:38
Reputation: 0

Re: Essentials + PermissionsEX

#9 Příspěvekod zdenda204 » 09 led 2014, 01:02

To je tim, ze na server rvete pluginy o kterych ani nevite co delaji.
Samozrejme ze Essentials ma prikaz /setspawn, k cemu myslis ze tam mas plugin EssentialsSpawn.
Přijímám zakázky na skripty/pluginy v PHP/Javě za malý poplatky! A kup mi sušenku :) Obrázek Obrázek
⇨Projekt Market⇦

Uživatelský avatar
ThEJohnEver
Příspěvky: 19
Registrován: 23 dub 2013, 21:49
Reputation: 0

Re: Essentials + PermissionsEX

#10 Příspěvekod ThEJohnEver » 09 led 2014, 17:49

No vymazal som ten plugin, a žiadna zmena ... :/
Ináč ten plugin slúžil na /setspawn v každom svete samostatne nie jak v Essentials že je jeden spawn pre všetky svety

-- 09 led 2014, 16:51 --

aaaaaaaaaaaaaa už som to vyriešil ...stačilo aktualizovat PermissionsEx :D
Obrázek


Zpět na „Minecraft, Tekkit“

Kdo je online

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