bPermissions problems

Discussion in 'Bukkit Help' started by Charly_ZA, Oct 5, 2012.

Thread Status:
Not open for further replies.
  1. Offline

    Charly_ZA

    Nobody has access to anything except OP's. I tried copying the permissions file into all the worlds' groups file and only putting it into the main permissions file.

    Permissions:
    Code:
    default: default
    groups:
      default:
        permissions:
        - ChestShop.shop.*
        - bPermissions.build
        - multiverse.access.survival
        - multiverse.access.creative
        - multiverse.portal.access.survival1
        - multiverse.portal.access.survival2
        - multiverse.portal.access.creative2
        - multiverse.portal.access.creative1
        - multiverse.portal.access.help1
        - multiverse.portal.access.help2
        - essentials.me
        - essentials.worth
        - essentials.sell
        - essentials.realname
        - essentials.clearinventory
        - essentials.ping
        - multiverse.portal.access.help2
        - multiverse.access.creative
        - multiverse.access.survival
        - multiverse.access.Cathedral
        - multiverse.access.spawn_nether
        - multiverse.access.spawn_the_end
        - modifyworld.*
        - lwc.protect
        - essentials.afk
        - essentials.help
        - essentials.ignore
        - essentials.info
        - essentials.mail
        - essentials.mail.send
        - essentials.motd
        - essentials.motd
        - essentials.msg
        - essentials.seen
        - essentials.seen
        - essentials.suicide
        - essentials.delhome
        - essentials.home
        - essentials.delhome
        - essentials.home
        - essentials.sethome
        - essentials.signs.use.*
        - plotme.use
        - plotme.limit.2
        - factions.create
        - factions.create
        - factions.kit.halfplayer
        - essentials.spawn
        - essentials.rules
        - essentials.seen
        - essentials.tpaccept
        - essentials.tpdeny
        - essentials.balance
        - essentials.pay
        - essentials.worth
        - essentials.afk
        - essentials.sell
        meta:
          prefix: '?8[Guest]&7'
      trusted:
        meta:
          prefix: '?b[Trusted]&7'
        groups:
        - default
        permissions:
        - multiverse.portal.access.vip1
      admin:
        prefix: '&4[Admin]&f'
        permissions:
        - '*'
      owner:
        prefix: '&4[Owner]&f'
        permissions:
        - '*'
    players:
      Charly:
        - default
        permissions:
        - commandbook.time
        - commandbook.motd
    
     
  2. Offline

    Deonasoto

  3. Offline

    Necrodoom

  4. Offline

    Deonasoto

    I'm just trying to make every server easy to setup with permissions, I think every person should have the opportunity to know how to set up permissions in a server. I'm just helping this guy with permissions. If you are going to tell me to not help someone, sorry for you.
     
  5. Offline

    Necrodoom

    then give the correct guide for the permission plugin.
     
  6. Offline

    Deonasoto

    I'm encouraging him to change to a easier and better permissions plugin.
     
  7. Offline

    Necrodoom

    by your definition. you are simply confusing someone who adapted to one permission plugin to dump everything he did and move to another, which doesnt have much difference on the users end.
     
  8. Offline

    TnT

    This is not the appropriate response. PEX is fundamentally broken, and this response does NOT help when trying to use bPermissions. Don't suggest other plugins when someone asks for help with a specific plugin.

    You can not get any easier than bPermissions with the corresponding bPermissionsGUI.

    Show us your config.yml as well please.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 29, 2016
  9. Offline

    Charly_ZA

    with pleasure :)
    Code:
    auto-save: true
    track-type: multi
    debug-mode: false
    allow-offline-mode: false
    use-global-files: false
    track-limit: false
    
     
  10. Offline

    TnT

    Try this: http://pastebin.com/UQWemq2Q

    Note: I removed the '*' nodes. You really don't need them, you can just OP the player. If you don't want to OP them, give the owner/admin all the nodes you want to give. It may take more time, but you will be happy you took that time.

    I highly suggest you get this plugin for use with bPermissions (comes with a plugin, and a program to use on your desktop): http://dev.bukkit.org/server-mods/bpermissionswebgui/ as it eliminates the problems you were having with yml files. If not, at least run your config through: http://yaml-online-parser.appspot.com/

    Also, you need to put your users into the users.yml, and your groups into the groups.yml.

    If you edit them right in your bPermissions folder, you need to change that "use-global-files: false" to true, otherwise edit them in your corresponding world folder.
     
    Charly_ZA likes this.
  11. Offline

    Charly_ZA

    Thank you very much, I will try soon and will report back.

    Anyone else having trouble accessing Paste bucket?

    EDIT: seems to be back up now.

    Working perfectly, thank you. Must the groups file be the same format?

    Working perfectly, thank you. Must the groups file be the same format as I already had it? The prefixes don't seem to be working.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 29, 2016
  12. Offline

    TnT

    What plugin are you using for prefixes? I use ChatSuite, which does not make use of bPermissions metadata. bChatManager, however, will make use of it.
     
  13. Offline

    Charly_ZA

    I've installed it and now all players have the same prefix: [global] PlayerName
     
  14. Offline

    Gunnerrrrr

    Send your bChatManager config.yml
     
  15. Offline

    Charly_ZA

    Perms:
    Code:
    default: default
    groups:
      default:
        permissions:
        - ChestShop.shop.*
        - bPermissions.build
        - multiverse.access.survival
        - essentials.ignore
        - essentials.helpop
        - multiverse.access.creative
        - multiverse.access.spawn_the_end
        - multiverse.access.spawn_nether
        - multiverse.portal.access.survival1
        - multiverse.portal.access.survival2
        - multiverse.portal.access.creative2
        - multiverse.portal.access.endnether1
        - multiverse.portal.access.endnether2
        - multiverse.portal.access.creative1
        - multiverse.portal.access.help1
        - multiverse.portal.access.help2
        - essentials.me
        - essentials.worth
        - essentials.sell
        - essentials.realname
        - essentials.clearinventory
        - essentials.ping
        - multiverse.portal.access.help2
        - multiverse.access.creative
        - multiverse.access.survival
        - multiverse.access.Cathedral
        - multiverse.access.spawn_nether
        - multiverse.access.spawn_the_end
        - modifyworld.*
        - lwc.protect
        - essentials.afk
        - essentials.help
        - essentials.ignore
        - essentials.info
        - essentials.mail
        - essentials.mail.send
        - essentials.motd
        - essentials.motd
        - essentials.msg
        - essentials.seen
        - essentials.seen
        - essentials.suicide
        - essentials.delhome
        - essentials.home
        - essentials.delhome
        - essentials.home
        - essentials.sethome
        - essentials.signs.use.*
        - plotme.use
        - plotme.limit.2
        - factions.create
        - factions.create
        - factions.kit.halfplayer
        - essentials.spawn
        - essentials.rules
        - essentials.seen
        - essentials.tpaccept
        - essentials.tpdeny
        - essentials.balance
        - essentials.pay
        - essentials.worth
        - essentials.afk
        - essentials.sell
        - bchatmanager.chat.global
        - bchatmanager.chat.message
        meta:
        - prefix: '&8[Guest]&7'
      trusted:
        meta:
        - prefix: '&b[Trusted]&7'
        groups:
        - default
        permissions:
        - multiverse.portal.access.vip1
      admin:
        meta:
        - prefix: '&4[Admin]&f'
      owner:
        meta:
        - prefix: '&4[Owner]&f'
    players:
        Charly:
        - default
        permissions:
        - commandbook.time
        - commandbook.motd
    Config:
    Code:
    formats:
        display-name-format: '%prefix %player %message'
        message-format: '%prefix %player: &f%message'
        local-message-format: '[LOCAL] %prefix %player: &f%message'
        personal-message-format: '[MSG] [%player -> %reciever] &f%message'
        alert-format: '&c[ALERT] &f%message'
        me-format: '* %player %message'
        op-message-format: '&c[OPS ONLY] %player: &f%message'
    toggles:
        control-me: true
        ranged-mode: false
        chat-channels: true
        filter-ips: true
    other:
        chat-range: 100.0
    channels:
        default-channel: "global"
        channel-limit: 0
        channel-chat-format: '&2[%channel] %prefix %player: &f%message'
     
  16. Offline

    Gunnerrrrr

    Charly_ZA
    Change
    Code:
    chat-channels: true
    to
    Code:
    chat-channels: false
     
  17. Offline

    Charly_ZA

    Thanks for the help but now it only shows the player's name.
     
  18. Offline

    Gunnerrrrr

    Strange, any errors?
     
  19. Offline

    Charly_ZA

  20. Offline

    Gunnerrrrr

    Do you have EssentialsChat installed? If so, remove it.
     
  21. Offline

    Charly_ZA

    Removed it and still nothing, perhaps I should change something in the config?
    Code:
    ############################################################
    # +------------------------------------------------------+ #
    # |                      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: 'c'
     
    # 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: 5
     
    # 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: 5
     
    # 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: 60
     
    # 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: 10
     
    # 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.tools
      - 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:
      dtools:
        delay: 10
        items:
          - 277 1 efficiency:1
          - 278 1
          - 279:780 1
      tools:
        delay: 10
        items:
          - 272 1
          - 273 1
          - 274 1
          - 275 1
          - 6 4
     
    # 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: de_DE
     
    # 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: 400
     
    # 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: true
     
    # 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: false
     
    # 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: 2
      # 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: 20
     
    ############################################################
    # +------------------------------------------------------+ #
    # |                  EssentialsEco                      | #
    # +------------------------------------------------------+ #
    ############################################################
     
    # Defines the balance with which new players begin.  Defaults to 0.
    starting-balance: 400
     
    # 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:
      # /example costs $1000 PER USE
      #example: 1000
      # /kit tools costs $1500 PER USE
      #kit-tools: 1500
     
    # Set this to a currency symbol you want to use.
    currency-symbol: 'Z'
     
    # 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: '{WORLDNAME} &c[{GROUP}]&f {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: 10,11,46,327
        on-use: 327
        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: false
        tnt-playerdamage: false
        fireball-explosion: false
        fireball-fire: false
        fireball-playerdamage: false
        creeper-explosion: false
        creeper-playerdamage: false
        creeper-blockdamage: false
        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: '&dWelcome {DISPLAYNAME}&d to the server!'
     
      # 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: ''
      kit: tools
     
    # 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: false
     
    # End of File <-- No seriously, you're done with configuration.
    
     
  22. Offline

    Gunnerrrrr

    Send your server on startup
     
  23. Offline

    Charly_ZA

    Sorry, do you mean I must restart it? I've done that like 5 times
     
  24. Offline

    Gunnerrrrr

    Yes, restart it and send me the log on startup.
     
  25. Offline

    Charly_ZA

    ok

    Code:
    2012-10-06 20:07:32 [INFO] Starting minecraft server version 1.3.2
    2012-10-06 20:07:32 [INFO] Loading properties
    2012-10-06 20:07:32 [INFO] Default game type: SURVIVAL
    2012-10-06 20:07:32 [INFO] Generating keypair
    2012-10-06 20:07:32 [INFO] Starting Minecraft server on *:25565
    2012-10-06 20:07:32 [INFO] This server is running CraftBukkit version git-Bukkit-1.3.2-R1.0-b2377jnks (MC: 1.3.2) (Implementing API version 1.3.2-R1.0)
    2012-10-06 20:07:33 [SEVERE] Could not load 'plugins/ChatManager.jar' in folder 'plugins'
    org.bukkit.plugin.UnknownDependencyException: PermissionsEx
        at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:195)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:223)
        at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:199)
        at net.minecraft.server.ServerConfigurationManagerAbstract.<init>(ServerConfigurationManagerAbstract.java:50)
        at net.minecraft.server.ServerConfigurationManager.<init>(SourceFile:11)
        at net.minecraft.server.DedicatedServer.init(DedicatedServer.java:105)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:377)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:539)
    2012-10-06 20:07:33 [SEVERE] Could not load 'plugins/OnTime_v3.3.1.jar' in folder 'plugins'
    org.bukkit.plugin.UnknownDependencyException: Vault
        at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:195)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:223)
        at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:199)
        at net.minecraft.server.ServerConfigurationManagerAbstract.<init>(ServerConfigurationManagerAbstract.java:50)
        at net.minecraft.server.ServerConfigurationManager.<init>(SourceFile:11)
        at net.minecraft.server.DedicatedServer.init(DedicatedServer.java:105)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:377)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:539)
    2012-10-06 20:07:33 [SEVERE] Could not load 'plugins/Modifyworld.jar' in folder 'plugins'
    org.bukkit.plugin.UnknownDependencyException: PermissionsEx
        at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:195)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:223)
        at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:199)
        at net.minecraft.server.ServerConfigurationManagerAbstract.<init>(ServerConfigurationManagerAbstract.java:50)
        at net.minecraft.server.ServerConfigurationManager.<init>(SourceFile:11)
        at net.minecraft.server.DedicatedServer.init(DedicatedServer.java:105)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:377)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:539)
    2012-10-06 20:07:33 [INFO] [LagMeter] Loading LagMeter v1.9.0
    2012-10-06 20:07:33 [INFO] [bPermissionsWebGUI] Loading bPermissionsWebGUI v2.0
    2012-10-06 20:07:33 [INFO] [LinksOnSigns] Loading LinksOnSigns v1.5
    2012-10-06 20:07:33 [INFO] [CreeperHeal] Loading CreeperHeal v5.0.1
    2012-10-06 20:07:33 [INFO] [Ptweaks] Loading Ptweaks v4.2
    2012-10-06 20:07:33 [INFO] [WorldEdit] Loading WorldEdit v5.4.2
    2012-10-06 20:07:33 [INFO] [Buycraft] Loading Buycraft v4.7
    2012-10-06 20:07:33 [INFO] [Multiverse-Core] Loading Multiverse-Core v2.4-b527
    2012-10-06 20:07:33 [INFO] [PlotMe] Loading PlotMe v0.9
    2012-10-06 20:07:33 [INFO] [CombatTag] Loading CombatTag v5.0
    2012-10-06 20:07:33 [INFO] [LWC] Loading LWC v4.3.0 (b736-git-1b1150b1) (August 08, 2012)
    2012-10-06 20:07:33 [INFO] [WorldGuard] Loading WorldGuard v644-6df9c36
    2012-10-06 20:07:33 [INFO] [DisguiseCraft] Loading DisguiseCraft v3.5
    2012-10-06 20:07:33 [INFO] [SafeCreative] Loading SafeCreative v2.0.3
    2012-10-06 20:07:33 [INFO] [BanManager] Loading BanManager v1.71
    2012-10-06 20:07:33 [INFO] [ClearLag] Loading ClearLag v1.4
    2012-10-06 20:07:33 [INFO] [MobArena] Loading MobArena v0.94.4.81
    2012-10-06 20:07:33 [INFO] [Essentials] Loading Essentials v2.9.4
    2012-10-06 20:07:33 [INFO] [Factions] Loading Factions v1.6.9.1
    2012-10-06 20:07:33 [INFO] [bPermissions] Loading bPermissions v2.9.24
    2012-10-06 20:07:33 [INFO] [EssentialsProtect] Loading EssentialsProtect v2.9.4
    2012-10-06 20:07:33 [INFO] MLog clients using java 1.4+ standard logging.
    2012-10-06 20:07:33 [INFO] [EssentialsSpawn] Loading EssentialsSpawn v2.9.4
    2012-10-06 20:07:33 [INFO] [Multiverse-Portals] Loading Multiverse-Portals v2.4-b548
    2012-10-06 20:07:33 [INFO] [Multiverse-Inventories] Loading Multiverse-Inventories v2.5-b207
    2012-10-06 20:07:33 [INFO] [bChatManager] Loading bChatManager v2.0
    2012-10-06 20:07:33 [INFO] [ChestShop] Loading ChestShop v3.46
    2012-10-06 20:07:33 [INFO] [PlotMe] Enabling PlotMe v0.9
    2012-10-06 20:07:33 [INFO] ?9[PlotMe] 5 plots loaded
    2012-10-06 20:07:33 [INFO] [LWC] Enabling LWC v4.3.0 (b736-git-1b1150b1) (August 08, 2012)
    2012-10-06 20:07:33 [INFO] [LWC] Loaded 209 locale strings (0 overrides)
    2012-10-06 20:07:33 [INFO] [LWC] Permissions API: ?4bPermissions
    2012-10-06 20:07:33 [INFO] [LWC] Currency API: ?4EssentialsCurrency
    2012-10-06 20:07:33 [INFO] [LWC] Connecting to SQLite
    2012-10-06 20:07:33 [INFO] [LWC] Performing any necessary database updates
    2012-10-06 20:07:33 [INFO] [LWC] Using database: Native
    2012-10-06 20:07:33 [INFO] [LWC] Precached 15 protections
    2012-10-06 20:07:33 [INFO] [LWC] Enabled plugin support for MobArena
    2012-10-06 20:07:33 [INFO] Preparing level "spawn"
    2012-10-06 20:07:34 [INFO] Preparing start region for level 0 (Seed: 3402794820586351300)
    2012-10-06 20:07:34 [INFO] Preparing start region for level 1 (Seed: 3402794820586351300)
    2012-10-06 20:07:34 [INFO] Preparing start region for level 2 (Seed: 3402794820586351300)
    2012-10-06 20:07:34 [INFO] [LagMeter] Enabling LagMeter v1.9.0
    2012-10-06 20:07:34 [INFO] [LagMeter] Not using logs folder.
    2012-10-06 20:07:34 [INFO] [LagMeter 1.9.0] Enabled!  Polling every 40 server ticks.  Logging to /root/Big/plugins/LagMeter/lag.log
    2012-10-06 20:07:34 [INFO] [bPermissionsWebGUI] Enabling bPermissionsWebGUI v2.0
    2012-10-06 20:07:34 [INFO] [bPermissionsWebGUI 2.0] bPermissions 2.9.24 detected, hooking in.
    2012-10-06 20:07:34 [INFO] [bPermissionsWebGUI 2.0] Enabled
    2012-10-06 20:07:34 [INFO] [LinksOnSigns] Enabling LinksOnSigns v1.5
    2012-10-06 20:07:34 [INFO] [LinksOnSigns] loading LinksOnSigns v1.5
    2012-10-06 20:07:34 [WARNING] [LinksOnSigns] Info: No Permission-System hooked. Plugin will use Op-State to consider Permissions.
    2012-10-06 20:07:34 [INFO] [CreeperHeal] Enabling CreeperHeal v5.0.1
    2012-10-06 20:07:35 [INFO] [CreeperHeal] Successfully hooked in bPermissions
    2012-10-06 20:07:35 [INFO] [CreeperHeal] Successfully hooked in LWC
    2012-10-06 20:07:35 [INFO] [CreeperHeal] Successfully hooked in MobArena
    2012-10-06 20:07:35 [INFO] [Ptweaks] Enabling Ptweaks v4.2
    2012-10-06 20:07:35 [INFO] [PTweaks] Ram logger v2.0 enabled.
    2012-10-06 20:07:35 [INFO] [PTweaks] Version 4.2 enabled.
    2012-10-06 20:07:35 [INFO] [PTweaks] Set auto save interval to 50000 in world "spawn"
    2012-10-06 20:07:35 [INFO] [PTweaks] Set auto save interval to 50000 in world "spawn_nether"
    2012-10-06 20:07:35 [INFO] [PTweaks] Set auto save interval to 50000 in world "spawn_the_end"
    2012-10-06 20:07:35 [INFO] [PTweaks] Chunk Life Time: 100000ms
    2012-10-06 20:07:35 [INFO] [PTweaks] Chunk Prune Time: 3000ms
    2012-10-06 20:07:35 [INFO] [PTweaks] Monster Limit set to 1000
    2012-10-06 20:07:35 [INFO] [ChunkEdits] Disabled for now!, Persistance still on!
    2012-10-06 20:07:35 [INFO] [WorldEdit] Enabling WorldEdit v5.4.2
    2012-10-06 20:07:35 [INFO] WEPIF: bPermissions detected! Using bPermissions for permissions
    2012-10-06 20:07:35 [INFO] [Buycraft] Enabling Buycraft v4.7
    2012-10-06 20:07:36 [INFO] [Buycraft] Loaded 1 package(s) into the cache.
    2012-10-06 20:07:36 [INFO] [Buycraft] Plugin has been successfully enabled.
    2012-10-06 20:07:36 [INFO] [Multiverse-Core] Enabling Multiverse-Core v2.4-b527
    2012-10-06 20:07:36 [INFO] [Multiverse-Core] - Version 2.4-b527 (API v14) Enabled - By Rigby, fernferret, lithium3141 and main--
    2012-10-06 20:07:36 [INFO] [AllPay] - Version 10.0 - hooked into Essentials Economy for Multiverse-Core v2.4-b527
    2012-10-06 20:07:36 [INFO] [Multiverse-Core] Loading World & Settings - 'spawn' - Env: NORMAL - Type: NORMAL & seed: 3402794820586351300
    2012-10-06 20:07:37 [INFO] [Multiverse-Core] Loading World & Settings - 'spawn_nether' - Env: NETHER - Type: NORMAL & seed: 3402794820586351300
    2012-10-06 20:07:37 [INFO] [Multiverse-Core] Loading World & Settings - 'spawn_the_end' - Env: THE_END - Type: NORMAL & seed: 3402794820586351300
    2012-10-06 20:07:37 [INFO] [Multiverse-Core] Loading World & Settings - 'Cathedral' - Env: NORMAL - Type: NORMAL & seed: 6045815156744108356
    2012-10-06 20:07:37 [INFO] Preparing start region for level 3 (Seed: 6045815156744108356)
    2012-10-06 20:07:38 [INFO] [Multiverse-Core] Loading World & Settings - 'plotworld' - Env: NORMAL - Type: NORMAL & seed: 7818491814003583811 & generator: PlotMe
    2012-10-06 20:07:38 [INFO] Preparing start region for level 4 (Seed: 7818491814003583811)
    2012-10-06 20:07:38 [INFO] [Multiverse-Core] Loading World & Settings - 'survival' - Env: NORMAL - Type: NORMAL & seed: 96387
    2012-10-06 20:07:38 [INFO] Preparing start region for level 5 (Seed: 96387)
    2012-10-06 20:07:38 [INFO] [Multiverse-Core] Loading World & Settings - '1' - Env: NORMAL - Type: FLAT & seed: 4370748503642866800
    2012-10-06 20:07:38 [INFO] Preparing start region for level 6 (Seed: 4370748503642866800)
    2012-10-06 20:07:39 [INFO] [Multiverse-Core] Loading World & Settings - 'Arena' - Env: NORMAL - Type: NORMAL & seed: 8964776638662629568
    2012-10-06 20:07:39 [INFO] Preparing start region for level 7 (Seed: 8964776638662629568)
    2012-10-06 20:07:39 [INFO] [Multiverse-Core] 8 - World(s) loaded.
    2012-10-06 20:07:39 [INFO] [CombatTag] Enabling CombatTag v5.0
    2012-10-06 20:07:39 [INFO] [CombatTag] has loaded with a tag time of 10 seconds
    2012-10-06 20:07:39 [INFO] [WorldGuard] Enabling WorldGuard v644-6df9c36
    2012-10-06 20:07:39 [INFO] [WorldGuard] (spawn) TNT ignition is PERMITTED.
    2012-10-06 20:07:39 [INFO] [WorldGuard] (spawn) Lighters are PERMITTED.
    2012-10-06 20:07:39 [INFO] [WorldGuard] (spawn) Lava fire is blocked.
    2012-10-06 20:07:39 [INFO] [WorldGuard] (spawn) Fire spread is UNRESTRICTED.
    2012-10-06 20:07:39 [INFO] [WorldGuard] Loaded configuration for world 'spawn'
    2012-10-06 20:07:39 [INFO] [WorldGuard] (spawn_nether) TNT ignition is PERMITTED.
    2012-10-06 20:07:39 [INFO] [WorldGuard] (spawn_nether) Lighters are PERMITTED.
    2012-10-06 20:07:39 [INFO] [WorldGuard] (spawn_nether) Lava fire is blocked.
    2012-10-06 20:07:39 [INFO] [WorldGuard] (spawn_nether) Fire spread is UNRESTRICTED.
    2012-10-06 20:07:39 [INFO] [WorldGuard] Loaded configuration for world 'spawn_nether'
    2012-10-06 20:07:39 [INFO] [WorldGuard] (spawn_the_end) TNT ignition is PERMITTED.
    2012-10-06 20:07:39 [INFO] [WorldGuard] (spawn_the_end) Lighters are PERMITTED.
    2012-10-06 20:07:39 [INFO] [WorldGuard] (spawn_the_end) Lava fire is blocked.
    2012-10-06 20:07:39 [INFO] [WorldGuard] (spawn_the_end) Fire spread is UNRESTRICTED.
    2012-10-06 20:07:39 [INFO] [WorldGuard] Loaded configuration for world 'spawn_the_end'
    2012-10-06 20:07:39 [INFO] [WorldGuard] (Cathedral) TNT ignition is PERMITTED.
    2012-10-06 20:07:39 [INFO] [WorldGuard] (Cathedral) Lighters are PERMITTED.
    2012-10-06 20:07:39 [INFO] [WorldGuard] (Cathedral) Lava fire is blocked.
    2012-10-06 20:07:39 [INFO] [WorldGuard] (Cathedral) Fire spread is UNRESTRICTED.
    2012-10-06 20:07:39 [INFO] [WorldGuard] Loaded configuration for world 'Cathedral'
    2012-10-06 20:07:39 [INFO] [WorldGuard] (plotworld) TNT ignition is PERMITTED.
    2012-10-06 20:07:39 [INFO] [WorldGuard] (plotworld) Lighters are PERMITTED.
    2012-10-06 20:07:39 [INFO] [WorldGuard] (plotworld) Lava fire is blocked.
    2012-10-06 20:07:39 [INFO] [WorldGuard] (plotworld) Fire spread is UNRESTRICTED.
    2012-10-06 20:07:39 [INFO] [WorldGuard] Loaded configuration for world 'plotworld'
    2012-10-06 20:07:39 [INFO] [WorldGuard] (survival) TNT ignition is PERMITTED.
    2012-10-06 20:07:39 [INFO] [WorldGuard] (survival) Lighters are PERMITTED.
    2012-10-06 20:07:39 [INFO] [WorldGuard] (survival) Lava fire is blocked.
    2012-10-06 20:07:39 [INFO] [WorldGuard] (survival) Fire spread is UNRESTRICTED.
    2012-10-06 20:07:39 [INFO] [WorldGuard] Loaded configuration for world 'survival'
    2012-10-06 20:07:39 [INFO] [WorldGuard] (1) TNT ignition is PERMITTED.
    2012-10-06 20:07:39 [INFO] [WorldGuard] (1) Lighters are PERMITTED.
    2012-10-06 20:07:39 [INFO] [WorldGuard] (1) Lava fire is blocked.
    2012-10-06 20:07:39 [INFO] [WorldGuard] (1) Fire spread is UNRESTRICTED.
    2012-10-06 20:07:39 [INFO] [WorldGuard] Loaded configuration for world '1'
    2012-10-06 20:07:39 [INFO] [WorldGuard] (Arena) TNT ignition is PERMITTED.
    2012-10-06 20:07:39 [INFO] [WorldGuard] (Arena) Lighters are PERMITTED.
    2012-10-06 20:07:39 [INFO] [WorldGuard] (Arena) Lava fire is blocked.
    2012-10-06 20:07:39 [INFO] [WorldGuard] (Arena) Fire spread is UNRESTRICTED.
    2012-10-06 20:07:39 [INFO] [WorldGuard] Loaded configuration for world 'Arena'
    2012-10-06 20:07:39 [INFO] [WorldGuard] 1 regions loaded for 'spawn'
    2012-10-06 20:07:39 [INFO] [WorldGuard] 1 regions loaded for 'spawn_nether'
    2012-10-06 20:07:39 [INFO] [WorldGuard] 0 regions loaded for 'spawn_the_end'
    2012-10-06 20:07:39 [INFO] [WorldGuard] 2 regions loaded for 'Cathedral'
    2012-10-06 20:07:39 [INFO] [WorldGuard] 2 regions loaded for 'plotworld'
    2012-10-06 20:07:39 [INFO] [WorldGuard] 2 regions loaded for 'survival'
    2012-10-06 20:07:39 [INFO] [WorldGuard] 0 regions loaded for '1'
    2012-10-06 20:07:39 [INFO] [WorldGuard] 3 regions loaded for 'Arena'
    2012-10-06 20:07:39 [INFO] [DisguiseCraft] Enabling DisguiseCraft v3.5
    2012-10-06 20:07:39 [INFO] [DisguiseCraft] Version 3.5 is enabled!
    2012-10-06 20:07:39 [INFO] [SafeCreative] Enabling SafeCreative v2.0.3
    2012-10-06 20:07:39 [INFO] [SafeCreative] v.2.0.3 is now enabled
    2012-10-06 20:07:39 [INFO] [BanManager] Enabling BanManager v1.71
    2012-10-06 20:07:39 [INFO] Error in SQL query: No database selected
    2012-10-06 20:07:39 [INFO] Error in SQL query: No database selected
    2012-10-06 20:07:39 [INFO] Error in SQL query: No database selected
    2012-10-06 20:07:39 [INFO] Error in SQL query: No database selected
    2012-10-06 20:07:39 [INFO] Error in SQL query: No database selected
    2012-10-06 20:07:39 [INFO] Error in SQL query: No database selected
    2012-10-06 20:07:39 [INFO] Error in SQL query: No database selected
    2012-10-06 20:07:39 [INFO] [BanManager] Version:1.71 has been enabled
    2012-10-06 20:07:40 [INFO] [ClearLag] Enabling ClearLag v1.4
    2012-10-06 20:07:40 [INFO] ClearLag is now enabled.
    2012-10-06 20:07:40 [INFO] [MobArena] Enabling MobArena v0.94.4.81
    2012-10-06 20:07:40 [WARNING] [MobArena] Vault was not found. Economy rewards will not work!
    2012-10-06 20:07:40 [INFO] [MobArena] v0.94.4.81 enabled.
    2012-10-06 20:07:40 [INFO] [Essentials] Enabling Essentials v2.9.4
    2012-10-06 20:07:41 [INFO] Essentials: Using config file enhanced permissions.
    2012-10-06 20:07:41 [INFO] Permissions listed in as player-commands will be given to all users.
    2012-10-06 20:07:41 [INFO] [Factions] Enabling Factions v1.6.9.1
    2012-10-06 20:07:41 [INFO] [Factions v1.6.9.1] === ENABLE START ===
    2012-10-06 20:07:41 [INFO] [Factions v1.6.9.1] Loading board from disk
    2012-10-06 20:07:41 [INFO] [Factions v1.6.9.1] Economy integration is disabled, and the plugin "Vault" is not installed.
    2012-10-06 20:07:41 [INFO] [Factions v1.6.9.1] Successfully hooked into LWC!
    2012-10-06 20:07:41 [INFO] [Factions v1.6.9.1] Successfully hooked to WorldGuard.
    2012-10-06 20:07:41 [INFO] [Factions v1.6.9.1] === ENABLE DONE (Took 105ms) ===
    2012-10-06 20:07:41 [INFO] [bPermissions] Enabling bPermissions v2.9.24
    2012-10-06 20:07:41 [INFO] [bPermissions] Loading world: spawn
    2012-10-06 20:07:41 [INFO] [bPermissions] Loading world: spawn_nether
    2012-10-06 20:07:41 [INFO] [bPermissions] Loading world: spawn_the_end
    2012-10-06 20:07:41 [INFO] [bPermissions] Loading world: Cathedral
    2012-10-06 20:07:41 [INFO] [bPermissions] Loading world: plotworld
    2012-10-06 20:07:41 [INFO] [bPermissions] Loading world: survival
    2012-10-06 20:07:41 [INFO] [bPermissions] Loading world: 1
    2012-10-06 20:07:41 [INFO] [bPermissions] Loading world: Arena
    2012-10-06 20:07:41 [INFO] WEPIF: bPermissions detected! Using bPermissions for permissions
    2012-10-06 20:07:41 [INFO] Essentials: Using bPermissions2 based permissions.
    2012-10-06 20:07:41 [INFO] [EssentialsProtect] Enabling EssentialsProtect v2.9.4
    2012-10-06 20:07:41 [INFO] Initializing c3p0-0.9.1.2 [built 21-May-2007 15:04:56; debug? true; trace: 10]
    2012-10-06 20:07:41 [INFO] [EssentialsSpawn] Enabling EssentialsSpawn v2.9.4
    2012-10-06 20:07:41 [INFO] [Multiverse-Portals] Enabling Multiverse-Portals v2.4-b548
    2012-10-06 20:07:41 [INFO] [Multiverse-Portals] - Version 2.4-b548 Enabled - By Rigby and fernferret
    2012-10-06 20:07:42 [INFO] [Multiverse-Portals]  14 - Portals(s) loaded
    2012-10-06 20:07:42 [INFO] [Multiverse-Inventories] Enabling Multiverse-Inventories v2.5-b207
    2012-10-06 20:07:42 [INFO] [Multiverse-Inventories 2.5-b207] enabled.
    2012-10-06 20:07:42 [INFO] [bChatManager] Enabling bChatManager v2.0
    2012-10-06 20:07:42 [INFO] [bChatManager] bChatManager enabled! Have a nice day :)
    2012-10-06 20:07:42 [INFO] [ChestShop] Enabling ChestShop v3.46
    2012-10-06 20:07:42 [INFO] [ChestShop] LWC version 4.3.0 (b736-git-1b1150b1) (August 08, 2012) loaded.
    2012-10-06 20:07:42 [INFO] [ChestShop] Essentials version 2.8.2 loaded.
    2012-10-06 20:07:43 [INFO] Server permissions file permissions.yml is empty, ignoring it
    2012-10-06 20:07:43 [INFO] Done (9.375s)! For help, type "help" or "?"
    2012-10-06 20:07:43 [WARNING] [Multiverse-Inventories] World: world_nether is not loaded.
    2012-10-06 20:07:43 [WARNING] [Multiverse-Inventories] World: world is not loaded.
    2012-10-06 20:07:43 [WARNING] [Multiverse-Inventories] World: world_the_end is not loaded.
    2012-10-06 20:07:43 [INFO] /197.87.72.146:60934 lost connection
    2012-10-06 20:07:57 [INFO] Error in SQL query: No database selected
    2012-10-06 20:07:57 [SEVERE] Could not pass event AsyncPlayerPreLoginEvent to BanManager
    org.bukkit.event.EventException
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:341)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
        at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:459)
        at net.minecraft.server.ThreadLoginVerifier.run(ThreadLoginVerifier.java:47)
    Caused by: java.lang.NullPointerException
        at me.confuserr.banmanager.DbLogger.isBanned(DbLogger.java:51)
        at me.confuserr.banmanager.listeners.AsyncPreLogin.onPlayerLogin(AsyncPreLogin.java:42)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:616)
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:339)
        ... 4 more
    2012-10-06 20:07:57 [INFO] CarlOlinger[/197.87.72.146:60938] logged in with entity id 323 at ([Cathedral] -3.4041489780856464, 74.0, 11.329589477700592)
    2012-10-06 20:07:58 [SEVERE] [ChestShop] You lack the necessary HTML files in your plugins/ChestShop/HTML folder!
    
     
  26. Offline

    Gunnerrrrr

    Try installing vault.
     
  27. Offline

    Charly_ZA

    I already have bpermissions and essentials
     
  28. Offline

    TnT

    You have two plugins that explicitly require PEX for some unknown reason, and one that requires Vault.

    I'd suggest changing those plugins that require PEX to plugins that work regardless of the permissions manager. As for Vault, you'll likely need it for some plugin sooner or later.
     
  29. Offline

    Charly_ZA

    So it's bchatmanager and what other one? I'm struggling to find a good prefix plugin
     
  30. Offline

    Gunnerrrrr

    You only need one chat plugin, and that will work.
     
Thread Status:
Not open for further replies.

Share This Page