Advertisement
Guest User

Untitled

a guest
Dec 22nd, 2014
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.54 KB | None | 0 0
  1. "Timer.Rankings"
  2. {
  3. //* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
  4. //Green, Rookie. Regular, Trained, Experienced, Skilled, Remarkable, Professional, Specialist, Amazing, Stunning, Fantastic, Magnificent, Wicked, Boss, Superior, Epic, Veteran, Hardcore, Godly
  5. //Command Definitions
  6. //- You can define your own commands here to access plugin features.
  7. //- Commands that are prefixed with "sm_" will automatically generate ! and / versions.
  8. //- Each command must be defined one of the actions below:
  9. //- Actions:
  10. // - 1: Show Top Players (Obeys timer_ranks_limit_top_players)
  11. // - 2: Show Current Rank (Obeys timer_ranks_global_messages)
  12. // - 3: Show All Positions
  13. // - 5: Show Next Players (Obeys timer_ranks_limit_top_players)
  14. "Commands"
  15. {
  16. "sm_ptop" "1"
  17. "ptop" "1"
  18.  
  19. "sm_prank" "2"
  20. "prank" "2"
  21.  
  22. "sm_ranks" "3"
  23. "ranks" "3"
  24.  
  25. "sm_next" "5"
  26. "next" "5"
  27. }
  28.  
  29. //* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
  30. //Special Loading Definition
  31. //- This entry is used whenever a client's data has not loaded from the server.
  32. //- Do not change the "Loading" entry, or delete it, as it'll break things. If you do not want
  33. // to utilize this feature, set values for "tag", "chat", and "text" to ""
  34. "Loading"
  35. {
  36. "tag" "[Loading]"
  37. "chat" ""
  38. "text" ""
  39. }
  40.  
  41. //* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
  42. //Rank Position Definition
  43. //- These entries obey the ConVar timer_ranks_position_method, determining whether the "ranks"
  44. // or "points" value is the one used.
  45. //
  46. //- The "chat" and "text" keys support using Colors (either colors.inc or morecolors.inc)
  47. // - Limit colors to 2 to 3 colors per entry; using more is not recommended.
  48. // - Supports custom values, such as #FFFFFF for WHITE
  49. // - Also supports using {color} tags, depending on which configuration is used.
  50. // - CS:GO == colors.inc
  51. // - CS:S == morecolors.inc
  52. //
  53. //- Functionality for timer_ranks_position_method
  54. // - Method: Points (timer_ranks_position_method 0)
  55. // - Compares client's total number of points against the "points" value for each definition.
  56. // - If a client has 50 points, and definitions are 10, 30, and 80, the client will use the
  57. // definition for 30 points, as > 30 but < 80.
  58. // - Method: Ranks (timer_ranks_position_method 1)
  59. // - Grabs the client's current rank within the server and determines what defintion to use.
  60. // - The "ranks" value for each definition is the highest rank to consider anyone for.
  61. // - If there are ranks 3 10 and 50, ranks 1-3 use the first definition, 4-10 use the second,
  62. // and anyone 11-50 will use the third definition. If no other definitions are defined,
  63. // all other players are considered out of rankings and receive no tag.
  64. //
  65. //- Special Out-Of-Ranking Positions
  66. // - If a definition is declare with a "points" value of "-1" or a "ranks" value of "-1" (depending
  67. // what timer_ranks_position_method is set to), any player that falls outside the defined rankings
  68. // will receive that special position.
  69. // - These entries will not appear within the View Rank Positions command.
  70.  
  71. //* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
  72.  
  73. //Out Of Rankings
  74. "0"
  75. {
  76. "info" "[Unranked]"
  77.  
  78. "tag" "[Unranked]"
  79. "chat" "[Unranked] "
  80. "text" ""
  81.  
  82. "stars" "0"
  83. "points" "-1"
  84. "ranks" "-1"
  85. }
  86.  
  87. //* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
  88. //Ranked
  89.  
  90. "1"
  91. {
  92. "info" "New"
  93. "tag" "New"
  94. "chat" "[New] "
  95. "points" ""
  96. "text" ""
  97. "stars" "0"
  98. "ranks" "500"
  99. }
  100.  
  101. "2"
  102. {
  103. "info" "Rabbit"
  104. "tag" "Rabbit"
  105. "chat" "[Rabbit] "
  106. "points" ""
  107. "text" ""
  108. "stars" "0"
  109. "ranks" "300"
  110. }
  111.  
  112. "3"
  113. {
  114. "info" "Default"
  115. "tag" "Default"
  116. "chat" "[Default] "
  117. "points" ""
  118. "text" ""
  119. "stars" "0"
  120. "ranks" "250"
  121. }
  122.  
  123. "4"
  124. {
  125. "info" "Green"
  126. "tag" "Green"
  127. "chat" "[Green] "
  128. "points" ""
  129. "text" ""
  130. "stars" "0"
  131. "ranks" "200"
  132. }
  133.  
  134. "5"
  135. {
  136. "info" "Rookie"
  137. "tag" "Rookie"
  138. "chat" "[Rookie] "
  139. "points" ""
  140. "text" ""
  141. "stars" "0"
  142. "ranks" "160"
  143. }
  144.  
  145. "6"
  146. {
  147. "info" "Recruit"
  148. "tag" "Recruit"
  149. "chat" "[Recruit] "
  150. "points" ""
  151. "text" ""
  152. "stars" "0"
  153. "ranks" "150"
  154. }
  155.  
  156. "7"
  157. {
  158. "info" "n00b"
  159. "tag" "n00b"
  160. "chat" "[n00b] "
  161. "points" ""
  162. "text" ""
  163. "stars" "0"
  164. "ranks" "140"
  165.  
  166. }
  167.  
  168. "8"
  169. {
  170. "info" "Lower grade"
  171. "tag" "Lower grade"
  172. "chat" "[Lower Grade] "
  173. "points" ""
  174. "text" ""
  175. "stars" "0"
  176. "ranks" "135"
  177. }
  178.  
  179. "9"
  180. {
  181. "info" "Regular"
  182. "tag" "Regular"
  183. "chat" "[Regular] "
  184. "points" ""
  185. "text" ""
  186. "stars" "0"
  187. "ranks" "130"
  188. }
  189.  
  190. "10"
  191. {
  192. "info" "Trained"
  193. "tag" "Trained"
  194. "chat" "[Trained] "
  195. "points" ""
  196. "text" ""
  197. "stars" "0"
  198. "ranks" "125"
  199. }
  200.  
  201. "11"
  202. {
  203. "info" "Growing"
  204. "tag" "Growing"
  205. "chat" "[Growing] "
  206. "points" ""
  207. "text" ""
  208. "stars" "0"
  209. "ranks" "120"
  210. }
  211.  
  212. "12"
  213. {
  214. "info" "Medium grade"
  215. "tag" "Medium grade"
  216. "chat" "[Medium Grade} "
  217. "points" ""
  218. "text" ""
  219. "stars" "0"
  220. "ranks" "115"
  221. }
  222.  
  223. "13"
  224. {
  225. "info" "Slave"
  226. "tag" "Slave"
  227. "chat" "[Slave] "
  228. "points" ""
  229. "text" ""
  230. "stars" "0"
  231. "ranks" "110"
  232. }
  233.  
  234. "14"
  235. {
  236. "info" "Slavemaster"
  237. "tag" "Slavemaster"
  238. "chat" "[Slavemaster] "
  239. "points" ""
  240. "text" ""
  241. "stars" "0"
  242. "ranks" "105"
  243. }
  244.  
  245. "15"
  246. {
  247. "info" "Amateur"
  248. "tag" "Amateur"
  249. "chat" "[Amateur] "
  250. "points" ""
  251. "text" ""
  252. "stars" "0"
  253. "ranks" "101"
  254. }
  255.  
  256. "16"
  257. {
  258. "info" "Qualified"
  259. "tag" "Qualified"
  260. "chat" "[Qualified] "
  261. "points" ""
  262. "text" ""
  263. "stars" "0"
  264. "ranks" "97"
  265. }
  266.  
  267. "17"
  268. {
  269. "info" "Experienced"
  270. "tag" "Experienced"
  271. "chat" "[Experienced] "
  272. "points" ""
  273. "text" ""
  274. "stars" "0"
  275. "ranks" "93"
  276. }
  277.  
  278. "18"
  279. {
  280. "info" "Good"
  281. "tag" "Good"
  282. "chat" "[Good] "
  283. "points" ""
  284. "text" ""
  285. "stars" "0"
  286. "ranks" "89"
  287. }
  288.  
  289. "19"
  290. {
  291. "info" "Like a Boss"
  292. "tag" "Like a Boss"
  293. "chat" "[Like a Boss] "
  294. "points" ""
  295. "text" ""
  296. "stars" "0"
  297. "ranks" "85"
  298. }
  299.  
  300. "20"
  301. {
  302. "info" "Upper grade"
  303. "tag" "Upper grade"
  304. "chat" "[Upper Grade] "
  305. "points" ""
  306. "text" ""
  307. "stars" "0"
  308. "ranks" "81"
  309. }
  310.  
  311. "21"
  312. {
  313. "info" "Professional"
  314. "tag" "Professional"
  315. "chat" "[Professional] "
  316. "points" ""
  317. "text" ""
  318. "stars" "0"
  319. "ranks" "77"
  320. }
  321.  
  322. "22"
  323. {
  324. "info" "Fantastic"
  325. "tag" "Fantastic"
  326. "chat" "[Fantastic] "
  327. "points" ""
  328. "text" ""
  329. "stars" "0"
  330. "ranks" "73"
  331. }
  332.  
  333. "23"
  334. {
  335. "info" "Commander"
  336. "tag" "Commander"
  337. "chat" "[Commander] "
  338. "points" ""
  339. "text" ""
  340. "stars" "0"
  341. "ranks" "69"
  342. }
  343.  
  344. "24"
  345. {
  346. "info" "Elder"
  347. "tag" "Elder"
  348. "chat" "[Elder] "
  349. "points" ""
  350. "text" ""
  351. "stars" "0"
  352. "ranks" "65"
  353. }
  354.  
  355. "25"
  356. {
  357. "info" "Excellent"
  358. "tag" "Excellent"
  359. "chat" "[Excellent] "
  360. "points" ""
  361. "text" ""
  362. "stars" "0"
  363. "ranks" "61"
  364. }
  365.  
  366. "26"
  367. {
  368. "info" "Amazing"
  369. "tag" "Amazing"
  370. "chat" "[Amazing] "
  371. "points" ""
  372. "text" ""
  373. "stars" "0"
  374. "ranks" "57"
  375. }
  376.  
  377. "27"
  378. {
  379. "info" "Hot Shot"
  380. "tag" "Hot Shot"
  381. "chat" "[Hot Shot] "
  382. "points" ""
  383. "text" ""
  384. "stars" "0"
  385. "ranks" "53"
  386.  
  387. }
  388.  
  389. "28"
  390. {
  391. "info" "Magnificant"
  392. "tag" "Magnificant"
  393. "chat" "[Magnificant] "
  394. "points" ""
  395. "text" ""
  396. "stars" "0"
  397. "ranks" "49"
  398. }
  399.  
  400. "29"
  401. {
  402. "info" "Technologist"
  403. "tag" "Technologist"
  404. "chat" "[Technologist] "
  405. "points" ""
  406. "text" ""
  407. "stars" "0"
  408. "ranks" "45"
  409. }
  410.  
  411. "30"
  412. {
  413. "info" "Skilled"
  414. "tag" "Skilled"
  415. "chat" "[Skilled] "
  416. "points" ""
  417. "text" ""
  418. "stars" "0"
  419. "ranks" "41"
  420. }
  421.  
  422. "31"
  423. {
  424. "info" "Elite"
  425. "tag" "Elite"
  426. "chat" "[Elite] "
  427. "points" ""
  428. "text" ""
  429. "stars" "0"
  430. "ranks" "37"
  431. }
  432.  
  433. "32"
  434. {
  435. "info" "Master"
  436. "tag" "Master"
  437. "chat" "[Master] "
  438. "points" ""
  439. "text" ""
  440. "stars" "0"
  441. "ranks" "34"
  442. }
  443.  
  444. "33"
  445. {
  446. "info" "Killer"
  447. "tag" "Killer"
  448. "chat" "[Killer] "
  449. "points" ""
  450. "text" ""
  451. "stars" "0"
  452. "ranks" "31"
  453. }
  454.  
  455. "34"
  456. {
  457. "info" "Specialist"
  458. "tag" "Specialist"
  459. "chat" "[Specialist] "
  460. "points" ""
  461. "text" ""
  462. "stars" "0"
  463. "ranks" "28"
  464. }
  465.  
  466. "35"
  467. {
  468. "info" "Prime"
  469. "tag" "Prime"
  470. "chat" "[Prime] "
  471. "points" ""
  472. "text" ""
  473. "stars" "0"
  474. "ranks" "25"
  475. }
  476.  
  477. "36"
  478. {
  479. "info" "Owner"
  480. "tag" "Owner"
  481. "chat" "[Owner] "
  482. "points" ""
  483. "text" ""
  484. "stars" "0"
  485. "ranks" "22"
  486. }
  487.  
  488. "37"
  489. {
  490. "info" "Epic"
  491. "tag" "Epic"
  492. "chat" "[Epic] "
  493. "points" ""
  494. "text" ""
  495. "stars" "0"
  496. "ranks" "20"
  497. }
  498.  
  499. "38"
  500. {
  501. "info" "Awesome"
  502. "tag" "Awesome"
  503. "chat" "[Awesome] "
  504. "points" ""
  505. "text" ""
  506. "stars" "0"
  507. "ranks" "18"
  508. }
  509.  
  510. "39"
  511. {
  512. "info" "Sensational"
  513. "tag" "Sensational"
  514. "chat" "[Sensational] "
  515. "points" ""
  516. "text" ""
  517. "stars" "0"
  518. "ranks" "16"
  519. }
  520.  
  521. "40"
  522. {
  523. "info" "Champion"
  524. "tag" "Champion"
  525. "chat" "[Champion] "
  526. "points" ""
  527. "text" ""
  528. "stars" "0"
  529. "ranks" "14"
  530. }
  531.  
  532. "41"
  533. {
  534. "info" "Awarded"
  535. "tag" "Awarded"
  536. "chat" "[Awarded] "
  537. "points" ""
  538. "text" ""
  539. "stars" "0"
  540. "ranks" "12"
  541. }
  542.  
  543. "42"
  544. {
  545. "info" "Oracle"
  546. "tag" "Oracle"
  547. "chat" "[Oracle] "
  548. "points" ""
  549. "text" ""
  550. "stars" "0"
  551. "ranks" "11"
  552. }
  553.  
  554. "43"
  555. {
  556. "info" "Senator"
  557. "tag" "Senator"
  558. "chat" "[Senator] "
  559. "points" ""
  560. "text" ""
  561. "stars" "0"
  562. "ranks" "10"
  563. }
  564.  
  565. "44"
  566. {
  567. "info" "Wicked"
  568. "tag" "Wicked"
  569. "chat" "[Wicked] "
  570. "points" ""
  571. "text" ""
  572. "stars" "0"
  573. "ranks" "9"
  574. }
  575.  
  576. "45"
  577. {
  578. "info" "Hardcore"
  579. "tag" "Hardcore"
  580. "chat" "[Hardcore] "
  581. "points" ""
  582. "text" ""
  583. "stars" "0"
  584. "ranks" "8"
  585. }
  586.  
  587. "46"
  588. {
  589. "info" "Fabolous"
  590. "tag" "Fabolous"
  591. "chat" "[Fabolous] "
  592. "points" ""
  593. "text" ""
  594. "stars" "0"
  595. "ranks" "7"
  596. }
  597.  
  598. "47"
  599. {
  600. "info" "Lightning"
  601. "tag" "Lightning"
  602. "chat" "[Lightning] "
  603. "points" ""
  604. "text" ""
  605. "stars" "0"
  606. "ranks" "6"
  607. }
  608.  
  609. "48"
  610. {
  611. "info" "Wicked Sick"
  612. "tag" "Wicked Sick"
  613. "chat" "[Wicked Sick] "
  614. "points" ""
  615. "text" ""
  616. "stars" "0"
  617. "ranks" "5"
  618. }
  619.  
  620. "49"
  621. {
  622. "info" "Supernova"
  623. "tag" "Supernova"
  624. "chat" "[Supernova] "
  625. "points" ""
  626. "text" ""
  627. "stars" "0"
  628. "ranks" "4"
  629. }
  630.  
  631. "50"
  632. {
  633. "info" "StarQQ"
  634. "tag" "StarQQ"
  635. "chat" "[StarQQ] "
  636. "points" ""
  637. "text" ""
  638. "stars" "0"
  639. "ranks" "3"
  640. }
  641.  
  642. "51"
  643. {
  644. "info" "Dirty Secret"
  645. "tag" "Dirty Secret"
  646. "chat" "[Dirty Secret] "
  647. "points" ""
  648. "text" ""
  649. "stars" "0"
  650. "ranks" "2"
  651. }
  652.  
  653. "52"
  654. {
  655. "info" "The One"
  656. "tag" "The One"
  657. "chat" "[The One] "
  658. "points" ""
  659. "text" ""
  660. "stars" "0"
  661. "ranks" "1"
  662. }
  663. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement