[MECH/MISC/FUN] SecretSwitch - Create a hidden switch on any block. [BukkitDev]

Discussion in 'Archived: Plugin Releases' started by Paulpkyou, Sep 30, 2011.

  1. Offline

    Paulpkyou

    [​IMG]
    SecretSwitch - Create a hidden switch on any block:

    This plugin will allow you to create a hidden button or lever on any block, this is very easy to do and can be useful in many ways. I'm not sure if I'm going to add permissions to this but if someone requests that i do i will. Please post any (constructive) suggestions and ideas here.

    Tutorial:
    1. Place any block where you want your switch to be.
    2. Place a sign on the back of the block, on the second line of the sign put "[SecretSwitch]", on the third line put the word "Button" or "Lever", if you did this properly you will get a message saying you created a SecretSwitch sign.
    3. Connect redstone to the sign and to your piston / door / other block.
    4. Right click the block to activate your switch.
    Features:
    • Create a hidden Button on any block.
    • Create a hidden Lever on any block.
    • Allow hidden switches to be used by some or all groups.
    Permissions:
    • SecretSwitch.create => Allows you to create a SecretSwitch.
    Download:

    http://dev.bukkit.org/server-mods/secret-switch/
     
    Michaello98 likes this.
  2. Offline

    cocoson

    you plugin don't seem to work.
    i do it jsut like it says
    []:___(piston)
    but it don't seem to work
    []= block
    := sign
    _= redstone
    i'm using bukkit 1337 and i get no errors just when i click the block nothing happens
     
  3. Offline

    Paulpkyou

    You right click the block, not left click.
     
  4. Offline

    cocoson

    i did right click still wouldn't work
     
  5. Offline

    Paulpkyou

    Its been working for everyone else so your doing something wrong.
     
  6. Offline

    Dobbie93

    I have exactly the same problem, have essentials and world edit on the server, but that is all
     
  7. Offline

    kamskywalker

    I have the same problem. I set up the switch, and get the message that a switch was made, but no matter what I do the circuit will not turn on.
     
  8. Offline

    Paulpkyou

    I just took a look at the source again and i found the problem.

    I was doing:
    PHP:
    if (block == block2)
    When i should of done:
    PHP:
    if (block.equals(block2))
    The problem has been solved, re-download the plugin and it will work now.
     
    kamskywalker likes this.
  9. Offline

    revo96

    its says i dont have perm to place secretsign even if i am a op
    :confused:
     
  10. Offline

    Paulpkyou

    Make sure you've added the permission node to your user / group. I'm going to add the check for op right now (Don't know why I didn't add this before, I thought I did :p).

    EDIT:

    Updated, re-download the plugin.
     
  11. Offline

    revo96

    Thnxs it works now :D
     
  12. Offline

    bootscreen

    hy, is it possible to get an option vor a Pressure Plate ?
    an example: i wrote in the third line "plate" and then your plugin look at the block over the sign and look if a player stands on it or not
    §
    [ ]
    =__________ Do somewthing

    § = Player
    [ ] = Block
    = = Sign
    _ = Redstone
     
  13. Offline

    Paulpkyou

    I could maybe add something like that.
     
  14. Offline

    bootscreen

    that would be great. let me know if you do this and if you do it, when i can test it =)
     
  15. Offline

    oCooter

    you should ad add a secret redstone block, because it's really hard to wire with the sign in the way of the redstone..
     
  16. Offline

    Lextao

    Thanks! This helped a lot.
     
  17. Offline

    pvtjaime

    i used your plugin and disabled half of my plugins i had :L
     
  18. Offline

    jkiejr

    would any one be able to up load this to adfly or what ever because i disabled both adblock and the anti banner in kaspersky and still can download
     
  19. Offline

    Paulpkyou

    Adf.ly isn't allowed here and its worse, some of its ads have viruses.
     
  20. Offline

    leitao85

    i cant download, link off!!
     
  21. Offline

    Paulpkyou

    Its on and working, try again!
     
  22. Offline

    Don Redhorse

    hmm can't access the link you posted either
     
  23. Offline

    Paulpkyou

    Strange, just tested and its working fine, ill check it out after school...
     
  24. Offline

    Don Redhorse

    now it works...
     
  25. Offline

    FuturaEX

    download not working....
     
  26. Offline

    Firekeeper

    I can't get the download to work either. I click the link, it opens a new tab, but it is a blank page and it isn't downloading anything. I have Firefox and NoScript, and yes I allowed the script for the page. Help please?
     
  27. Offline

    Cha0sPudd1ng

    Hello Paulpkyou, :)

    can you Update SecretSwitch for CB 1818 ?
     
  28. Offline

    Paulpkyou


    Sorry my website was down, its up now.

    Sure, it should work but if it isn't ill fix it.
     
  29. Offline

    Noah_Ivaldi

    How up-to-date is this? Will it work with CB 1.1-R3?
     
  30. Offline

    Paulpkyou

    The reason why it hasn't been updated is because it hasn't been reported broken, I've tested it and it works with the latest version.
     
  31. Offline

    Noah_Ivaldi

    Oh, good! Thank you very much. Nice plugin. ^_^
     

Share This Page