Advertisement
Guest User

Untitled

a guest
Jan 28th, 2020
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.11 KB | None | 0 0
  1. local titles = {
  2. usernames = {
  3.  
  4.  
  5. --- Advanced Jedi Knight ---
  6. [93732518] = "Sentinel Overseer"; -- PRESTIGEMIXLOT
  7. [76002300] = "Consular Overseer"; -- Lightnium
  8. [301535189] = "Guardian Overseer"; -- NESSAMIXLOT
  9.  
  10. [51337439] = "Head Historian"; -- YouFoundVxsual
  11.  
  12. --- Developer ---
  13. [20039140] = "Head Jedi Architect"; -- RambeusVein
  14. [1431122658] = "Jedi Engineer"; -- TJO_Engineering
  15. [132484505] = "Jedi Architect"; -- KieranRen
  16. [84799651] = "Jedi Engineer"; -- SandvichEater553
  17. [1285872793] = "Jedi Architect"; -- TayDivinity
  18.  
  19. --- Master of Lower Councils ---
  20. [173949357] = "Master of Reassignment"; -- CORLITOMIXLOT
  21. [57431376] = "Master of Reconciliation"; -- BlasiusZone
  22. [58340036] = "Master of First Knowledge"; -- NemesisVykrinya
  23.  
  24. --- Councillors of Lower Councils ---
  25. [176566720] = "Council of Reassignment"; --PRIMEMIXLOT
  26. [192915032] = "Council of Reassignment"; -- Who else
  27.  
  28. --- Assistants of Lower Councils ---
  29. [1361650424] = "Assistant of Reassignment"; -- ColtyMulty
  30. --- Temple Guard ---
  31. [185971128]= "Temple Guard Overseer"; -- TUNMIXLOT
  32.  
  33. [54457607] = "Temple Guard Vanguard"; -- SUPREMEMIXLOT
  34.  
  35. [35225542] = "Officer of Quality"; -- valk33
  36.  
  37. [24675607] = "Temple Guard Student"; -- hugeflowergia
  38. [35563827] = "Temple Guard Student"; -- AlastairTorres
  39. [427799388] = "Temple Guard Student"; -- pilots1223
  40.  
  41. --- Tournament Titles ---
  42. [185299198] = "Jedi Lore Master"; -- CrypticAyres
  43.  
  44. --- Donators ---
  45. [69871526] = "Jedi Sugar Daddy";
  46. [20375501] = "Jedi Sugar Daddy";
  47.  
  48.  
  49. };
  50.  
  51. team_titles = {
  52.  
  53. ["Temple Guard"] = {group = 5448020, role = "Temple Guard Student", name = "Temple Guard Student"};
  54. ["Temple Guard"] = {group = 5448020, role = "Temple Guard", name = "Jedi Temple Guard"};
  55. ["Temple Guard"] = {group = 5448020, role = "Overseer", name = "Temple Guard Overseer"};
  56. ["Temple Guard"] = {group = 5448020, role = "Commander", name = "Temple Guard Commandant"}
  57.  
  58. --["Name of the team that gets a title"] = {group = GroupIDHere, role = "Name of the rank in the group that gets the title", name = "Title name"}
  59.  
  60. }
  61. }
  62.  
  63. return titles
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement