TrustPoints

Discussion in 'Plugin Requests' started by Mudkip97, Nov 24, 2018.

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

    Mudkip97

    Minecraft version: Spigot 1.8.8

    Suggested name: TrustPoints

    What I want: I'd like a plugin that you can give out points and take points from players and when they reach a specific number of points it will execute commands

    Ideas for commands:
    /TrustPoints give
    /TrustPoints take

    Ideas for permissions:
    TrustPoints.give
    TrustPoints.take

    When I'd like it by: ASAP
     
  2. Online

    timtower Administrator Administrator Moderator

    @Mudkip97 Do you have command arguments? Do you have an example config? Do commands repeat when a point is taken and given again?
     
  3. Offline

    Mudkip97

    maybe like this:

    Points:
    Code:
    0
    - pex user %player% group set 0points
    10
    - tell %player% you have reached 10 points!
    - pex user %player% group set 10points
    20
    - tell %player% you have reached 20 points!
    - pex user %player% group set 20points
    if they have 5 points and i add 5 they will get the 10 points
    and if they have 10 points and i take 5 it will execute the 0 points
     
  4. Online

    timtower Administrator Administrator Moderator

  5. Offline

    Mudkip97

  6. Offline

    johnny boy

    and if they have 10 points and i take 5 it will execute the 0 points

    How does that work?!

    I will attempt this if you rewrite/give actual detail on what you want this plugin to do.
     
  7. Online

    timtower Administrator Administrator Moderator

    Well, you are saying this:
    Where do you specify the player? Where do you specify the amount?

    And please don't use abbreviations, they don't make your text more readable.
     
  8. Offline

    Mudkip97

    if they have like 12 points and they are in the group pro (the one that you get when u have over 10 points) and then i take 5 points they will have 7 points which means he have less than 10 points so it will execute the 0 points command which puts him to example noob group

    and heres the command:
    Trustpoints give <player> <points>
    Trustpoints take <player> <points>
     
  9. Offline

    johnny boy

    Ok I will try it as I'm using 1.8 and it doesn't seem too hard.

    EDIT: 2/3 of the way finished.
     
    Last edited by a moderator: Nov 24, 2018
  10. Offline

    Mudkip97

    Thank you :3
     
  11. Offline

    Mudkip97

    Is it done?
     
  12. Offline

    johnny boy

    Sorry haven't had a chance to finish, I can upload my current code though and let someone else do it if they want.. (I also think I have an ear infection so I'd rather not work on it as well).
     
  13. I'll start working on it! :)
     
Thread Status:
Not open for further replies.

Share This Page