Player Challenges

Allows titles to be set when certain criteria are met, with a UI Leader board

Total Downloads: 5,608 - First Release: Nov 11, 2015 - Last Update: May 5, 2018

5/5, 20 likes
  1. Smoosher submitted a new resource:

    Player Challenges - Allows titles to be set when certain criteria are met, or is a leader in a criteria

    Read more about this resource...
     
  2. Last edited by a moderator: Nov 12, 2015
  3. Wulf

    Wulf Community Admin

    That's not what that list is for. :p

    This plugin isn't a dependency of your plugin, your plugin is an optional dependency of it.
     
  4. Smoosher updated Player Challenges with a new update entry:

    1.4.24

     
  5. Maybe add Chathandler compactability?
     
  6. k. Then imma put it into the Overview. Or you can add a nother List for Plugins which use the plugin.
     
  7. Wulf

    Wulf Community Admin

    You can add it to the FAQ if you'd like, or on the Overview.
     
  8. At the moment you can get the titel :
    • Kills - Person with the most kills gets a title
    By killing themselfs a bunch of time, would be nice if you can fix that
     
  9. @SannyOK : Not a plugin im aware of i will take a peak and see if its something this will integrate into.

    @Speedy2M: !!!!! sometimes i wonder about players and their ability to abuse systems :p will look to get a fix in for that hopefully today
     
  10. how does it look?
     
  11. when i use BetterChat then the console say,
    Group 'Kill Group Name' doesn't exist

    must i put the groups manuel into the batterchat config?
     
  12. @Duderino Yes all the plugin essentially does is use your current/created Betterchat groups.

    The config has 3 lines which need to have whichever Oxide group you have created/want to use for them, essentially what i have done on my server is create 3 oxide groups, 3 betterchat groups and assigned the BC perms to the oxide groups.

    Then eneterd the Oxide group names into the Player Challenges Config
     
  13. Smoosher updated Player Challenges with a new update entry:

    1.6.23

     
  14. I will add a method to Better Chats API to give you the possibillity to add a group :)
     
  15. Smoosher updated Player Challenges with a new update entry:

    1.6.24

     
  16. thx you
     
  17. Great Laser that would be fantastic
     
  18. No problem dude :)
     
  19. is it possible to make a colored titel?
    i have change the Playertitle after the name can i also add a color here?

    private void SetChallangeTitleName(BasePlayer player, string type)
    {
    switch (type)
    {
    case "kills":
    string name = string.Format(player.displayName + KillTitle);
    displayName.SetValue(player, name);
    break;

    case "animals":
    string nameani = string.Format(player.displayName + animalKillTitle);
    displayName.SetValue(player, nameani);
    break;


    case "headshots":
    string namehs = string.Format(player.displayName + headshotTitle);
    displayName.SetValue(player, namehs);
    break;
     
  20. @Duderino
    You used to be able to change the color of the name, then they changed the way names are changed and since then ive not been able to find a successful way of changing the name color without intercepting the chat.

    As BetterChat already did this using groups, and the person that originally asked for this was using BetterChat rather than re-invent the wheel i put basic titles in, then added the BetterChat support which does the work for me :p

    So yes its possible, but you would have intercept and reprint the chat message adding your colors as you like, unless someone knows an easier way and if so ill throw it on the plugin :p

    Edit: If i get a chance ill add it in.
     
    Last edited by a moderator: Nov 12, 2015