[MECH/TP] QuizBlock v0.5.1 Door opens when correct block is broken [953]

Discussion in 'Inactive/Unsupported Plugins' started by Codisimus, May 21, 2011.

  1. Offline

    Codisimus

    This page will no longer be updated. Please follow this project at the Bukkit Dev Page

    QuizBlock - Door opens when correct block is broken:
    Version: 0.5.1 (7/16/2011)
    Supports Permissions
    Download Page

    With this plugin, You setup blocks so if a player destroys certain blocks they are teleported to a set location, or if they destroy other certain blocks a passage opens (hard to explain, especially at 4am, just watch the video if you don't understand)

    Commands:
    Commands can be written as /quizblock or /qb
    • /qb make [Name] - Makes Quiz at target location
    • /qb link right [Name] - Links target block with Quiz
    • /qb link door [Name] - Links target block with Quiz
    • /qb link wrong [Name] - Links target block with Quiz
    • /qb msg right [Name] [msg] - Sets right msg for Quiz
    • /qb msg wrong [Name] [msg] - Sets wrong msg for Quiz
    • /qb unlink [Name] - Unlinks target block from Quiz
    • /qb delete [Name] - Deletes Quiz and unlinks blocks
    • /qb list - Lists all Quizes
    • /qb r - Repeats last command
    • /qb help - Displays list of commands
    Permission Nodes:
    • quizblock.make
    Tutorial:


    Changelog:
    Old Versions + ChangeLog can be found at Download Page
    Show Spoiler

    Version 0.5.1 (7/16/2011)
    • Added color support for all customizable messages
    Version 0.5 (6/26/2011)
    • Improved OP options
    • Add message customization
    • Add repeat command
    Version 0.4 (6/12/2011)
    • Cleaned up code/fixed errors
    Version 0.3 (5/25/2011)
    • Added config file
    Version 0.2 (5/23/2011)
    • Added support for colored wool
    • Fixed loading multiple blocks
    Version 0.1 (5/21/2011)
    • Initial Release
     
    Lead2Life, iNewB and kahlilnc like this.
  2. Offline

    kahlilnc

    Oh my this is perfect. Thank you for fulfulling my request. 100% appreciated.
     
  3. Offline

    Fr0zenfr0g

    i mybe try this it can be fun
     
  4. Offline

    WooJoo

    is it possible to link the right answer to a torch?
    i want to create a dungeon with secret passages that would totaly create a dnd feeling
     
  5. Offline

    Codisimus

    Like light a torch when the right block is broken?
     
  6. Offline

    WooJoo

    more like if the torch is broken the passage opens and after some seconds it gets replaced

    since the torch is not a block

    but also i find the idea behinde 2 states for a room quite interesting

    to set a space and then set 2 values where one is one form of maze and the other a different form
     
  7. Offline

    kahlilnc

    I think a torch is a block.
    ID's
     
  8. Offline

    Codisimus

    If you try linking a try I'm sure you'll find that it works
     
  9. Offline

    kahlilnc

    It works, But can you make it open wood doors and iron doors too?
     
  10. Offline

    Codisimus

    I'm trying but as I told you before there isn't a setRedstone() method or something like that so I gotta ask around for how to do that
     
  11. Offline

    kahlilnc

    Kay I forgot. haha, but this works too.
     
  12. Offline

    Codisimus

    I'll be working on this though for both this and Turnstile
     
    kahlilnc likes this.
  13. Offline

    kahlilnc

    Yeah so I tested this with a torch, and it works.
     
  14. Offline

    Nitnelave

    For redstone, for now, you canset a door block so that it blocks a signal going down, but when the door disappears the signal can cross. ex:
    Show Spoiler
    _ redstone wire
    X dirt block
    D dirt door block

    X D _ _
    _ _ X X
    X X X X
    (side view)

    If the door block disappears, the signal crosses.
     
  15. Offline

    moonjokes

    If I use colored wool it comes back as normal wool :(

    Also with protected regions with worldguard this still allows you to delete the block and use the door.
     
  16. Offline

    kahlilnc

    Thanks for sharing, I will try too.
     
  17. Offline

    Codisimus

    ill fix the wool issue... but I'm not sure wut you mean by your second statement

    @moonjokes
    UPDATE:
    Version 0.2 (5/23/2011)
    • Added support for colored wool
    • Fixed loading multiple blocks

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 15, 2016
  18. Offline

    kahlilnc

    Why don't you put Quizblock under My Plugins: ?
     
  19. Offline

    Codisimus

    I'm changing the whole site around, unless you mean in my signature bc I forgot about that.
     
    kahlilnc likes this.
  20. Offline

    moonjokes

    when using worldguard I have a defined protected region. This plugin allows others to use doors within the region by deleting the block that opens the door. The block comes back but the door opens.
     
  21. Offline

    Nitnelave

    For the redstone, otherwise, you can set a redstone torch to disappear (door block?) (haven't tested this, though)
     
  22. Offline

    Codisimus

    ok so i just have to check if blockBreak event isCancelled(). I can add that soon
     
  23. Offline

    dak393

    Awesome job :)
     
  24. Offline

    iNewB

    How do you change the timer? Changing the config in the .jar file does not work.
     
  25. Offline

    kahlilnc

    Your not suppose to change anything in the .jar. Ask for that to be a feature. Configurable time the block reappear please.
     
  26. Offline

    Codisimus

    oops, forgot to make it copy the config file out of the .jar I'll do that now

    @iNewB
    @kahlilnc
    UPDATE!

    Version 0.3 - Added config file

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 15, 2016
  27. Offline

    kahlilnc

    Kay thank you.
     
  28. Offline

    Codisimus

    no problem, all I had to add was
    Code:
    loadConfig();
    which I forgot in the initial release.
     
    kahlilnc likes this.
  29. Offline

    Elvis

    wow this is what i freaking wanted omg thanks
    its possible im sure but can you make something like this except say a right word?
     
  30. Offline

    kahlilnc

    triggerword? is what you mean pretty sure. NPCX has a similar function but I bet this is really hard. I would like to see if this is possible. :D
     

Share This Page