Forum rules: Do not post bugs or feature requests here! Report bugs to our Issue Tracker and suggestions to Suggest a Feature.

This site is not for solicitation of services or 'purchasing' development. Please do not post requesting side mods/plugins and so on. Your thread will be removed, and you will receive a warning.
User avatar
By JamieS1211
#134289 Trying to get clear lag not to remove pokemon with mob removing commands. Problem is I can't find the entity names to put in. This is a sample of what I have tried and the auto set-up with vilagers. Nothing worked so far so I commented them out to know what I had tried.

Code: Select all#What type of entities SHOULD NOT be removed while doing /lagg area?
area-filter:
    - Itemframe
    - Painting
    - Villager
#    - pixelmon.Pokemon.*
#    - pixelmon.Pokemon.rattata
#    - pixelmon.Pokemon.Rattata
#    - Pokemon.Rattata
#    - Rattata
#    - 200
#    - Pokemon
#    - Pixelmon
#    - EntityRattata
#    - PixelmonIDList.rattataId
#    - Pixelmon.EntityRattata
#    - 232

User avatar
By MoeBoy76
#134292 it's likely that you'll need the fully qualified name, which is:
- com.pixelmonmod.pixelmon.entities.pixelmon.EntityPixelmon
otherwise try:
- EntityPixelmon
User avatar
By JamieS1211
#134294
MoeBoy76 » 06 Aug 2014 13:00 wrote:it's likely that you'll need the fully qualified name, which is:
- com.pixelmonmod.pixelmon.entities.pixelmon.EntityPixelmon
otherwise try:
- EntityPixelmon


Neither worked :(
JOIN THE TEAM