I was going to start to create a plugin to identify/despawn entities. I used GrabBag but it no longer works with the current API 0.13.1. So, I was going to make my own plugin that only detects and despawns entities. My specific needs where to be used to despawn shopkeeps from the GoldStd plugin. If you know a plugin that already does this without adding too much bloat, I am happy to hear about and test them for my needs. Thanks
GrabBag still works! I had to disable some of the options in the config though.One of the options corrupted due to netherreacter not found or something
nether reactor is causing my crash too. do you know what you disabled? or could you post your config file?
I just want to remind you that entity ID are temporary and reset every server restart. Try modifying the namedTag of the entity if you want to inject identifiers.
sorry for late response. Here's my confg Code: --- version: 2.3.0 serverlist: [] join-mgr: '# adminjoin': broadcast whenever an op joins adminjoin: false '# servermotd': show the server's motd when joining servermotd: false broadcast-tp: '# world': world broadcast setting. world: false '# local': local broadcast setting. local: 0 freeze-thaw: '# hard-freeze': how hard to freeze players. hard-freeze: false cmd-selector: '# max-commands': Limit the ammount of commands generated by @ prefixes max-commands: 100 features: players: false ops: true gm?: true as: true slay: false heal: true whois: false mute-unmute: false freeze-thaw: true showtimings: false seeinv-seearmor: false clearinv: true get: false shield: false srvmode: false opms-rpt: false entities: true after-at: false summon-dismiss: false pushtp-poptp: false prefix: false spawn: false burn: true blowup: true setarmor: false spectator: false followers: false rcon-client: false join-mgr: false repeater: false broadcast-tp: false crash: false pluginmgr: false permmgr: false throw: true regmgr: false invisible: true chat-utils: false query-hosts: false cmd-selector: false cmd-alias: false reop: false fly: false skinner: false blood-particles: true ... Might be hard to find half of mine is disabled