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

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

     
  1. Offline

    Paulpkyou

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    [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/

    This post has been edited 19 times. It was last edited by Paulpkyou Jun 3, 2013.
    Michaello98 likes this.
  2.  
  3. Offline

    cocoson

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    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
  4. Offline

    Paulpkyou

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    You right click the block, not left click.
  5. Offline

    cocoson

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    i did right click still wouldn't work
  6. Offline

    Paulpkyou

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Its been working for everyone else so your doing something wrong.
  7. Offline

    Dobbie93

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    I have exactly the same problem, have essentials and world edit on the server, but that is all
  8. Offline

    kamskywalker

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    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.
  9. Offline

    Paulpkyou

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    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.

    This post has been edited 1 time. It was last edited by Paulpkyou Nov 6, 2011.
    kamskywalker likes this.
  10. Offline

    revo96

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    its says i dont have perm to place secretsign even if i am a op
    :confused:
  11. Offline

    Paulpkyou

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    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.

    This post has been edited 1 time. It was last edited by Paulpkyou Nov 6, 2011.
  12. Offline

    revo96

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Thnxs it works now :D
  13. Offline

    bootscreen

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    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
  14. Offline

    Paulpkyou

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    I could maybe add something like that.
  15. Offline

    bootscreen

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    that would be great. let me know if you do this and if you do it, when i can test it =)
  16. Offline

    oCooter

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    you should ad add a secret redstone block, because it's really hard to wire with the sign in the way of the redstone..
  17. Offline

    Lextao

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Thanks! This helped a lot.
  18. Offline

    pvtjaime

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    i used your plugin and disabled half of my plugins i had :L
  19. Offline

    jkiejr

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    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
  20. Offline

    Paulpkyou

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Adf.ly isn't allowed here and its worse, some of its ads have viruses.
  21. Offline

    leitao85

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    i cant download, link off!!
  22. Offline

    Paulpkyou

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Its on and working, try again!
  23. Offline

    Don Redhorse

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    hmm can't access the link you posted either
  24. Offline

    Paulpkyou

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Strange, just tested and its working fine, ill check it out after school...
  25. Offline

    Don Redhorse

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    now it works...
  26. Offline

    FuturaEX

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    download not working....
  27. Offline

    Firekeeper

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    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?
  28. Offline

    Cha0sPudd1ng

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Hello Paulpkyou, :)

    can you Update SecretSwitch for CB 1818 ?
  29. Offline

    Paulpkyou

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME

    Sorry my website was down, its up now.

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

    Noah_Ivaldi

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    How up-to-date is this? Will it work with CB 1.1-R3?
  31. Offline

    Paulpkyou

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    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.
  32. Offline

    Noah_Ivaldi

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Oh, good! Thank you very much. Nice plugin. ^_^

Share This Page