Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Giving Titles to Offline Players #370

Closed
SwiftSwamp opened this issue Nov 2, 2016 · 4 comments
Closed

Giving Titles to Offline Players #370

SwiftSwamp opened this issue Nov 2, 2016 · 4 comments

Comments

@SwiftSwamp
Copy link
Contributor

Add the ability to give offline players titles, we spoke about it and decided to just make it a scheduling system.

@cyberpwnn
Copy link
Owner

new Task()
{
    public void run()
    {
         if(swiftOnline)
         {
              new S()
              {
                   giveTitle(swift, "Bad");
              };
         }
    }
};

@SwiftSwamp
Copy link
Contributor Author

I found that more funny than I probably should of xD

@SwiftSwamp SwiftSwamp assigned cyberpwnn and unassigned SwiftSwamp Nov 5, 2016
@cyberpwnn
Copy link
Owner

You might need the uuid

@cyberpwnn
Copy link
Owner

cyberpwnn/Titles@07ced77

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants