Random Event from key phrase sent in chat.

Discussion in 'Plugin Requests' started by D_Rainey, Mar 22, 2020.

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

    D_Rainey

    The plugin I would like to implement runs as follows.

    Someone says "vibe check" in chat. (Not as a slash command)

    25% of the time, the server kills the player and announces they have failed the vibe check.
    The other 75% the server only announces they have passed the vibe check.

    I'm new to plugin creation and have become frustrated trying to make what seems to be a simple plugin. I just hope someone out there is happy to make this for the world to enjoy.

    Thanks.
     
  2. Offline

    Stellrow

    A specific version? A specific key phrase(or you want to have a customizable message in the config),you also want a message telling that the player failed n stuff? It's pretty easy to make..

    Finished
    Source:
    https://github.com/Stellrow/VibeCheck
    Jar:
    Download <-Reedited,forgot to broadcast instead of sending to the player
    ^Dumb how i can't straight upload jar files

    Builded with 1.14.4(api-version 1.13 for compatibility)

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited: Mar 22, 2020
  3. Offline

    D_Rainey

    Hey thanks this is so cool, I was just wondering 2 things.

    If I am reading your source code correctly, the chance to pass the vibe check is 25% and fail is the other 75%?

    Plus, is there a way for the player chat to post before the response happens?
    It's strange to see this happen

    Player u passed the Vibe Check!
    [Player] Will I pass the Vibe Check?
     
    Last edited: Mar 23, 2020
  4. Offline

    Stellrow

    Done
    GitHub also updated
     
  5. Offline

    D_Rainey

    Perfect Thank you so much!
     
  6. Offline

    Dai_Kunai

    Mark as filled.
     
Thread Status:
Not open for further replies.

Share This Page