Players losing their inventories

Discussion in 'Bukkit Help' started by Kzkas, May 4, 2012.

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

    Kzkas

    Hello, I have a issue with my server. Players who are online before server restart keep losing their items. Items doesn't disappear, other players who wasn't on the server gets their items. My plugin list:
    AntiAdvertising
    AntiRelog
    AuthMe
    AutoMessage
    autosaveworld
    BankCraft
    BKCommonLib
    ChestShop
    DisableMobs
    Essentials
    EssentialsSpawn
    Factions
    FalseBookBlock
    FalseBookCore
    GMlist
    GroupBasedPVP
    HeroChat
    HideStream
    iConomy
    Infected
    LWC
    MagicSpells
    mcMMO
    MyCommand
    MoneyDrop
    NoCheat+
    NoLagg
    Orebfuscator
    PaidRanks
    PermissionsEx
    PluginList
    Residence
    SimpleReserve
    SpamGuard
    UltraBan
    Vault
    WorldBorder
    WorldEdit
    WorldGuard

    Any help to solve this issue would be very appreciated. Thanks.
     
  2. Offline

    ZeroZX4

  3. Offline

    andrewpo

    A tip:

    You have the 'disablemobs' plugin, but you also have the 'worldguard' plugin.

    WorldGuard offers the same functionality as 'disablemobs'

    Add a deny-spawn flag to a region like so:
    Code:
    /region flag __global__ deny-spawn creeper,skeleton,zombie,spider
    to block the spawning of creepers, skeletons, zombies and spiders.
     
  4. Offline

    rfsantos1996

    You can try InventorySQL, I was having the same problem as you, a lot of players crying for their items, I know that feeling!
     
Thread Status:
Not open for further replies.

Share This Page