Inactive [MISC] ChairCraft v1.2.7 - Seats in Minecraft [1.1-R4]

Discussion in 'Inactive/Unsupported Plugins' started by vildaberper, May 14, 2011.

  1. Offline

    vildaberper


    ChairCraft - Seats in Minecraft!
    Version: 1.2.7 - Download
    Source: Github

    ChairCraft makes it possible to make chairs in Minecraft!
    Permission-node: 'chaircraft.sit'
    You need to sneak and right click to sit!
    It is configureable to check for signs at the sides, and the max width of a chair (or sofa).
    A chair can be a stone or wood stair or a slab (any type):
    [​IMG]

    Heres a tutorial in German: (Thanks @TheGamePlaza !)
    Heres how it looks in-game: (Thanks @iffa !)


    Changelog:


    • Version 1.2.7 - Download
      • Updated to 1.1-R4 (works with 1.1-R5).
    • Version 1.2.6 - Download
      • Added config to use permissions, default false.
    • Version 1.2.5 - Download
      • Updated to MC 1.8.
      • Removed heal when seated.
      • Added support for the new stair blocks (not slabs).
      • Removed the exclude list, the player must now sneak to sit.
      • Possibly fixed the memory leak bug.
      • Dropped support for Permissions, now works with superperms.
    • Version 1.2.4 - Download
      • Updated to CB 928.
    • Version 1.2.3 - Download
      • Fixed arrows floating over the chairs!
    • Version 1.2.2 - Download
      • Fixed several bugs.
      • Added heal when seated, with config.
      • Added check if the block below is air, which would cause a glitch sitting inside the chair.
      • Added 44 to the default exception list, so you can now make doubleslabs as normal!
    • Version 1.2.1 - Download
      • Fixed the broken sign-check.
      • Added support for slabs.
      • Added config for arrow respawn-time. (Good for laggy servers)
    • Version 1.2.0 - Download
      • Added check for signs at the sides, with config.
      • Added Permissions-support.
      • Fixed the bug when the arrow despawns.
      • Fixed the bug when changing seats.
      • Only one player can be seated at one block at a time.
    • Version 1.1.0 - Download
      • Fixed seating when holding a block.
      • Fixed player beeing stuck when the stair is removed.
      • Added support for stone stairs.
      • Removed the check for signs on the sides.
      • Added check for the block above, it must be air. (Will add transparent blocks as ok)
    • Version 1.0.0 - Download
      • Initial release.
     
  2. Offline

    vildaberper

    Ok, redownload. (Wierd bukkit "bug" caused it).

    Pingas! :D
     
    Zynastor likes this.
  3. Offline

    lazerpickle

    Please add support for 1.1-R6+
     
  4. Offline

    Akadelvo

    Ok, no error occurs, but the problem that people are sitting "under" the chair is always there ^^
    like this:
     
  5. Offline

    fribbi898

    Umm please help, i downloaded it and put it in the plugins folder.
    When i launch the server it says Chaircraft 1.2.7 And when i try to sit in a chair nothing happens o.o
    I have put signs on the sides and still nothing happens...
    Btw yes i tried to go in it with nothing in my hand and both in creative and survival.
    Please help
     
  6. Offline

    Swang

    Are you sneaking and right clicking?
     
  7. Offline

    testing567

    Does the sitting under chair glitch still happen on 1.2.3?
     
  8. Offline

    vildaberper

    Yup. The Minecraft team sure is great at fixing bugs. xD
    Shoot an arrow when playing multiplayer -> the arrow floats up to the block above to the client only.
     
  9. Offline

    Cultist O

    Sorry if this has been asked before, my search seems to be broken, and I gave up looking after 3 pages of "ooh I'm stuck in the floor!"
    Have you moved / Do you plan to move to BukkitDev? If so a link would be nice
    Thanks
     
  10. Offline

    vildaberper

    I'll move it later today I if I get the time.
     
  11. Offline

    Royalgamer06

    is it fixed in 1.2.3? Greetz Roy
     
  12. Offline

    PlannedBoredom

    u should totes update....
     
  13. Offline

    Royalgamer06

    It that bug fixed in 1.2.3? And please update!
     
  14. Offline

    Liger_XT5

    As stated before, it is MC issue itself, as it cannot be fixed server/plugin side.

    If, might be possible, using spout, there could be a fix. But it's just a suggestion. It's the only thought I have of a work around. :/
     
  15. Offline

    Royalgamer06

    Don't ask him, ask Notch!
     
  16. Offline

    jasper580

    As already told, the glitch is that you're sitting one block below the stairs. But is it possible to adjust the Z axis (if that's the vertical one :p) of your player? How high he is? Just to edit it to +1 or something? I don't know.... But can it be possible, vildaberper ?
     
  17. Offline

    spoothie

  18. Offline

    vildaberper

    Y is the axis you mean.
    ChairCraft actually teleports the arrow one block down (inside the stair), hence the wierd sitting position when looking at seated players. But this is necessary to make it look right for the player who is sitting and to prevent suffocation damage. This is a client side bug (not sure why, the arrows location gets out of sync with the server).

    That looks pretty cool, I'll check out the source code!
     
  19. Offline

    spoothie

    I haven't uploaded the source yet as I am not very familiar with Git and Github, but I think I will manage to do it within the next days. :)
    Of course you can already decompile it if you want. ;)
     
  20. Offline

    vildaberper

    jd-gui, best decompiler ever. :)
    Looks good, a lot better than the messy source of ChairCraft. I'm going to rewrite it when the arrow bug is fixed.
     
    spoothie likes this.
  21. Offline

    dsmyth1915

    Arrow bug might be able to be fixed incode by adding 0.5F to the y coord... couldn't it?
     
  22. Offline

    KyleHix

    I am excited that this works with the new DevBuilds of Craftbukkit
     
  23. Offline

    biblelucas

    Or, use the minecart script for the chair. I know it is not that easy because i tried to program java before.... Its really hard.
     
  24. Offline

    vildaberper

    A minecart is an entity just like an arrow. Every entity can be ridden by players, but to sit in the minecart, there has to be a minecart. Just like with arrows.

    I actually set it to -1 right now so it looks right for the player who is sitting. If I change that to -0.5 instead, it would look wrong for everybody.
    0 = right for other players, -1 = right for the player who is sitting.
     
  25. Offline

    dsmyth1915

    Have you tried 0.5?
     
  26. Offline

    biblelucas

    I get it, try making the chairs usingthe half slabs that should work
     
  27. Offline

    dsmyth1915

    Aren't XP orbs entities? do XP orbs having a pickup function? Is it cancelable? Ideas helping?
     
  28. Offline

    biblelucas

    you see, the xp orbs move to the player, unlike the minecarts being stationary, the players will fly accross the place along the orb sitting down. It would look rediculus

    Also try fishing rod bobber as the entry, Hope it helps

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jul 16, 2016
  29. Offline

    dsmyth1915

  30. Offline

    vildaberper

    I tried with almost all entities, seems like it is not a bug with arrows but all entities.
    I'll try the fishing rod bobber thing though.
     
  31. Offline

    dsmyth1915

    Well then. Notch Jeb fix this now please!!!
     

Share This Page