Looking for a plugin

Discussion in 'Archived: Plugin Requests' started by Braveras, Oct 19, 2012.

  1. Offline

    Braveras

    Im looking for a plugin that do an autotest of the rules to the newbies. I want that player answers questions by CLICKING sings. I also want that if they fail 3 times, the server automaticly tempban the player for 5 hours...
    Some plugin like that?
    Thanks
     
  2. Offline

    JazzaG

    Well, there's this, which Kiakaha can help you with.
     
  3. Offline

    Braveras

    Well this plugin is so hard to understand... Isnt there any other plugin more easy to use?
     
  4. Offline

    chakyl

    It's not difficult to understand if you actually put some time/effort into learning it.

    If you really wanted to be lazy, you could user ServerSigns and have question rooms.
     
  5. Offline

    Braveras

    Yes, its difficult to me, cause im spanish, and I ont know so much of english... I have to make a big effort understanding the whole things that the plugin makes and how it makes it
     
  6. Offline

    chakyl

    Fair enough. A simple solution would be like this:

    Y= Wrong answer N= Right answer R= Question Room
    [N]<--- Ban
    Exit --->[Y][R]
    [Y]<--- Exi [Y][R][N]<--- Ban
    [R][N]<--- [Ban][Y]
    [N] [R][N]<--- Ban
    [R][N][R] [Y][R][N]
    [Y] [Y] [N]
    [R][Y] [R]
    [N]
    [R][Y]<--- Exit
    [N]<--- Ban

    Actually, I think I just made it 20 times more complicated.
     
  7. Offline

    Braveras

    What plugin are you talking about?
     
  8. Offline

    chakyl

    Serversigns.

    Say you the person had answer 3 questions wrong, the last question wrong he answered would have a sign saying "Test Results" You would then use the command:
    Code:
     /svs add *tempban <player> 10
    , and the person would be temporary banned.
     
  9. Offline

    Braveras

    Sorry Its so hard to me to understand how to do question rooms and how to do all those things...
     
  10. Offline

    chakyl

    Yea, I made it a little more complex than intended :oops:
     
  11. Offline

    Braveras

    Ok, I know how to make signs which you click and do /warp [some_warp] and signs that teleports you to spawn... but now: How can I do that signs tempban a player if they click it 3 times?
     
  12. Offline

    Kiakaha

    Hey Braveras It must be very hard trying to operate plugins that aren't in your native language :(
    So I will tell you EXACTLY how to do it step by step

    1. Install Variable Triggers and give yourself operator (or the permissions)
    2. go upto the sign you want to add the ban thing too and hold a BONE then type....
    3. /vtc @ADDINT $<playername>.signcount (this counts up once each click)
    4. After each "/vtc" command you need to Right click the sign with the BONE
    5. /vtc @IF i $<playername>.signcount = 3 (if this is the 3rd click it will run the ban thing)
    6. /vtc @CMDCON Bancommand <playername> (replace the red writing with your servers ban command)
    7. /vtc @DELVAR i $<playername>.signcount
    8. /vtc @PAUSE 600 (this is how long the ban lasts in seconds)
    9. /vtc @CMDCON Unbancommand <playername> (replace the red writing with your unban command
    10. /vtc @ENDIF
    11. /vtc @PAUSE 10 (after 10 seconds their sign click count will revert to zero)
    12. /vtc @DELVAR i $<playername>.signcount
    Note that you should type <playername> exactly as i have. DONT replace with an actual name
    All the @ADDINT need to be in full CAPS as i have written it.
    Change the Red writing to the Ban commands you have on your server
    and if you can already do a TEMP BAN command. then remove lines 8 and 9 (you wont need)
     
    hawkfalcon and Braveras like this.
  13. Offline

    Braveras

    Yes, its so hard for me, but its also good because this way I can improve my english.
    Thanks very much for this minitutorial :) Is the best reply that someone has said me since im registered un bukkit forums.
     

Share This Page