Question Entity UUID

Discussion in 'Bukkit Help' started by SpecificAlduin, May 17, 2015.

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

    SpecificAlduin

    I want to have a command block on my server kill all entities but players, minecarts, boats, paintings, and item frames. I just need to know the UUIDs of these entities, because I already have a command set up. /kill @e[type=!Player]
     
  2. Online

    timtower Administrator Administrator Moderator

  3. Offline

    SpecificAlduin

    I need them so players can place item frames without them being instantly killed. I have it set to kill everything but players.
     
  4. Offline

    Boomer

    uuids are generated uniquely for each one of each object as they are created, you can not manage to hardcode a list of 5000 uuids to identify the first 5000 frames, paintings, boats etc that will be placed because there is no way to even predict what those uuids will be. You will need to find a more generic way to identify paintings or frames
     
  5. Offline

    oceantheskatr

Thread Status:
Not open for further replies.

Share This Page