Loop all signs

Discussion in 'Plugin Development' started by Subtelny, Mar 6, 2015.

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

    How can i loop all signs in region/world and remove them?
     
  2. Offline

    pie_flavor

    If you mean find all signs in a region, you would have to iterate over every block in the region and check if they are signs. Another option, but viable only if the plugin is installed when the world is created, is to save each and every block location of a sign, delete the location if the sign is removed, and use the saved locations to delete the signs.

    Or, you could just use WorldEdit.
     
Thread Status:
Not open for further replies.

Share This Page