How can I make it so if someone clicks a sign it will take them to a website?

Discussion in 'Bukkit Help' started by pointfit, Dec 20, 2012.

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

    pointfit

    Thanks
     
  2. Offline

    chaseoes

    Not possible.
     
  3. Offline

    pointfit

    Aw ok thanks
     
  4. Offline

    nhadobas

    No, that is possible. Default minecraft already has a auto link selector. All you need to plugin to do is make the player copy the URL and click the "yes" button. That process would be done in code. That is also against the terms and agreements of minecraft to make people go to a link.
     
  5. Offline

    chaseoes

    No, it's not. You can't open the link GUI, let alone force the player to click the yes button. Purely client sided.
     
  6. Offline

    nhadobas

    Yes you can, it's all in the code to click the yes button. Im not going to argue about something so frivolous though..
     
  7. Offline

    chaseoes

    Oh, really? Why don't we just use "the code" to force them to click their escape button, their disconnect button, their servers button, the direct connect button, then type in an IP address for them to have them connect to another server?
     
  8. Offline

    nhadobas

    God dammit you're really ignorant....There are plugins out there that can make players execute commands by using the scroll bar on a mouse.....
     
  9. Offline

    chaseoes

    Yes, that's possible. You know when someone uses the scroll wheel because the item they're holding changes, and commands are completely server-sided and it's possible to make players run them.
     
  10. Offline

    LaxWasHere

    Shut the Fck up and l3arn j4va.

    There ya go chaseoes
     
  11. Offline

    evilmidget38

    Could you show me where the "terms and agreements of minecraft" explicitly disallow this? And since you know how to do this in the code(you said it can be done after all, certainly you wouldn't make this claim without knowing how to program), do you mind providing an example?
     
  12. Offline

    nhadobas

    Never said i know how to code. I have multiple friends in school, he has actually created something close to this. When you type the command /website, it takes the players to a website. This is going to be my last reply since this argument is pointless. Im sure both parties agree on that part. If you truly must reply to this message, just send me a PM so were not using up the thread anymore.

    You would actually use a combination of coding languages to do this. L34rn m0r3 th4n 0n3 l4ngu4g3....

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

    LaxWasHere

    I only need to know one language to get rid of you and that's Java.
    Code:Java
    1.  
    2. if(player.getName().equalsIgnoreCase("nhadobas")) { player.kickPlayer("No noobobas allowed!"); } }

    Anyway, this has gotten off topic. So I'm gonna blow this up with some TnT
     
  14. Offline

    nhadobas

    Oh really, because a nice PHP shell script would be easier to do so.
     
  15. Offline

    Necrodoom

    then give us a link to this plugin.
    dont make statements without backing them up.
     
  16. Offline

    Puremin0rez

    You know, I think it actually is possible. I remember playing on a server where right clicking a sign opened up the "do you want to go to this site?" interface with the URL they set - unless that's not what this user meant.
     
    iChrille likes this.
  17. Offline

    Necrodoom

    he wants it to skip the entire URL/confirmation step.
     
  18. Offline

    iChrille

    LOL! -.-
     
Thread Status:
Not open for further replies.

Share This Page