Plugin Request Fake Blocks

Discussion in 'Plugin Help/Development/Requests' started by Solaris_88, Jan 28, 2015.

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

    Solaris_88

    Hello!
    First off, I do not know if this is still/currently possible.
    *DISCRIPTION*
    I would like a plugin, where I can make it so players can walk through blocks. I will be using this to make a "Crawling" effect in certain areas.

    *HOW TO TURN A BLOCK INTO A FAKE BLOCK*
    You do /fakeblock and right click the block that you would like to turn fake.

    *COMMANDS*
    /fakeblock (Turns a block fake) /realblock (Turns a block real again)

    *PERMISSIONS*
    fakeblock.create realblock.create

    *NOTE*
    I've already tried the few "FakeBlock" plugins that are out there. They either do not work or spam the console with errors (And also don't work)
    Like I said, I do not know if this is still possible.

    Thank you.
     
  2. Offline

    EpicCraft21

    What does a fakeblock look like?
     
  3. Offline

    Solaris_88

    Like an actual block:p
    You place a regular block on the ground, type /fakeblock, right click the block and you can now walk through it.
     
  4. Offline

    567legodude

    @Solaris_88 I'm just gonna say that this would probably require packets. So your developer would have to know how to use packets. This is a little more advanced than your average plugin.
     
  5. Offline

    Solaris_88

    How difficult would it be?
    Would you be able to trick the block into thinking that it's falling sand or TNT? As those blocks can be walked through.
     
  6. Offline

    mrCookieSlime

    @Solaris_88
    There was a plugin for this a while ago. However it was so resource consuming that noone could use it.
    Just so you get an idea of how horrible that would be

    e = n * 20
    where e represents the number of entities you would have being spawned and killed per second.
    n represents the amount of fakeblocks you have.
    The lag will grow severely as if it was a vine climbing up.
     
  7. Offline

    timtower Administrator Administrator Moderator

    @Solaris_88 Walking through a block is not possible, both client and server make collision calculations.
    I made BlockHider to make fake areas, link is in my signature, requires ProtocolLib.
     
  8. Offline

    Solaris_88

    @timtower When I type /HideRails hidearea {Material} I get an internal error.
    http://pastebin.com/9EvNtkU9 (Sorry if the log is kind of messy, I tested it on my test server and I have a lot of plugins on it)
    *EDIT*
    If I was to do this, and have only about 15 of those at the MAX, how much lag would this cause?
     
  9. Offline

    timtower Administrator Administrator Moderator

    Moved to Bukkit alternatives.
    @Solaris_88 Don't know the specifics about lag.
     
  10. Offline

    Solaris_88

    @timtower Doesn't matter, that method doesn't seem to want to work on a server :p
    I'll keep trying new ways.
     
  11. Offline

    timtower Administrator Administrator Moderator

    @Solaris_88 That would probably be this one:
    • Changed Multi Block Change to using packed block ids
    • Changed Block Change to using packed block ids
    From version: 14w26c
     
Thread Status:
Not open for further replies.

Share This Page