GET PAID CUBICLE JOBS

Discussion in 'Archived: Plugin Requests' started by rats1233455, Jan 10, 2013.

  1. Offline

    rats1233455

    A plugin where you go and left click a sign once an hour and get paid a set amount there would be multiple signs so you would only be aloud click ONE every hour
     
  2. Offline

    penguinben

    This is not the plugin, but you cold set a kit that they can use once an hour to get a block (say a sponge) which when they use /sell hand it is worth the set amount
     
  3. Offline

    LaxWasHere

  4. Did you read what he said? He want's a plugin that allows someone to hit a block and the amount of timed he play'd is the amount of money he gets.
    You should check out Timeismoney.
     
  5. Offline

    penguinben

    He said once an hour they can hit the block, I was simply suggesting a different long winded method.

    My method works equally well, and was the simplest idea without needing to create or find a plugin.

    Dod you read what he said? He wants a plugin that allows someone to hit a block once an hour and get a set amount of money which he decides.
     
  6. Yes i did, He simply wants players to get money for every hour on multiple signs.
     
  7. Offline

    Scipione

    would be a bit oversized, but you can also check phatloots. But this will be assigned to a chest instead of a sign.
     
  8. Offline

    penguinben

    Evidently you did not.

    He wants:
    Every hour, a player can click on a sign and get say $100. Not related to how many hours he plays.
     
  9. Now your just lieing, You didn't read my Post correctly, I never said "how many hours he plays."
     
  10. Offline

    penguinben

    You stated:
    and the amount of timed he play'd is the amount of money he gets.

    - I am correct, and you are wrong, accept this. i cannot be bothered to carry on this petty argument when you will not accept that you are wrong.
     
  11. Offline

    LexLaiden

    rats1233455

    Easy with VariableTriggers.

    Place your sign and put whatever words on it you want. Now using the Bone type the following and left click the sign after each line.

    /vtclick @IF i $<this>.<playername> < <secondticks:0>
    /vtclick @CMDCON eco give <playername> 500
    /vtclick @SETINT $<this>.<playername> <secondticks:3600>
    /vtclick else
    /vtclick Player Sorry you cannot use this sign yet.
    /vtclick @ENDIF

    Done. you can do this for each sing you want to have and you can change the amount 500 to different amounts on each sign or you could give them items instead of money.

    eco give IS an essentials command. If you use another economy plugin just use its command in place of eco. 3600 seconds is 1 hour

    This will be per player per sign. If you want this to be per player for ALL signs then change all $<this>.<playername> to $signs.<playername> and then they can only click one sign each hour.

    EDIT: by the way any @something must be all caps ELSE PLAYER
     
  12. LexLaiden LexLaiden LexLaiden

    Woops! I was testing the TahG button Lol

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

    LexLaiden

Share This Page