I'm having a really strange issue involving paintings. Some paintings, around the world, spam dropped painting items endlessly. These entities quickly add up, causing high server load (with up to 44,000 entities reported by /gc) - causing general instability and a pretty much daily crash. WorldEdit's /remove doesn't seen to be able to remove all the paintings properly. Any idea what could be causing this? Output of uname -a && java -version: Linux nas-server 2.6.26-2-amd64 #1 SMP Tue Jan 25 05:59:43 UTC 2011 x86_64 GNU/Linux java version "1.6.0_18" OpenJDK Runtime Environment (IcedTea6 1.8.3) (6b18-1.8.3-2~lenny1) OpenJDK 64-Bit Server VM (build 16.0-b13, mixed mode) I'm on CraftBukkit build 863 (updated from 860 to see if it was specific to that build). I can't really afford to run it vanilla at this stage; but I'm assuming it's not plugin related - I have the following plugins in use: Essentials, AutoMessage, MultiVerse, GroupManager, OnlineUsers, WorldGuard, LogBlockQuestioner, BukkitContrib, MidiBanks, BMR, FalseBookCore, WorldEdit, Permissions, FalseBookExtra, FalseBookIC, MinecartManiaCore, FalseBookBlock, EssentialsChat, CraftIRC, EssentialsSpawn, Lockette, MultiInv, RealAdminTools, LogBlock, MinecartManiaStation, EssentialsGeoIP, MinecartManiaAutocart, MinecartManiaAutomations, MinecartManiaChestControl, MinecartManiaSignCommands, NoCheat, MinecartManiaAdminControls The entity spam looks much like this, using an entity list plugin: org.bukkit.craftbukkit.entity.CraftItem,19083,321,world,270,66,758 Any chance of some help?