[REQ] Censorship (Mature Content Filter)

Discussion in 'Archived: Plugin Requests' started by TrinaryAtom, Apr 13, 2012.

  1. Offline

    TrinaryAtom

    Looking for plugins that would keep selected chunks from loading to selected PEX groups.

    One idea would be to devise a way to replace the section with obsidian in some fashion.

    The uses might be:
    Planing a suprise
    Censoring mature content for children players

    The current method of preventing a visual of the censored content is to create a region as far as the players can see from the object and refusing entrance to it. But the problem i'm having, is that method is wasting a lot of space for one object. And if someone decided to build something cool within that region it would cause issues.
     
  2. Offline

    1cec0ld

    1. select region
    2. I assume youre using worldguard?
    3. //expand vert
    4. //walls 7
    5. //outset 5
    6. /region define iDontWantThemToSee
    7. /region flag iDontWantThemToSee entry deny

    The bedrock prevents sight, and the 5 outset region prevents pillaring up to 255 and trying to sprint jump over the giant bedrock wall.


    But if a dev wants to do this, i guess you could pass a fake blockchange to to the groups constantly.
     
  3. Offline

    TrinaryAtom

    ?

    ... That method does not fix the region volume issue. The issue is that other constructions can be contained in it that don't need to be filtered.
     

Share This Page