Advertisement
Guest User

KRAINAPIKSELI SMILEY CHAT BY MELLONEG

a guest
Oct 7th, 2017
397
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.81 KB | None | 0 0
  1. # Default Config for SmileyChat
  2.  
  3. Update-check: true
  4.  
  5. Async: true
  6.  
  7. chat: true
  8.  
  9. Use-signs: true
  10.  
  11. Use-commands: true
  12.  
  13. #Other plugins?
  14.  
  15. Herochat: false
  16.  
  17. #+++++++++++++++++++++++++++++++++++++++#
  18.  
  19. # #
  20.  
  21. # Smiley Inputs #
  22.  
  23. # #
  24.  
  25. # #
  26.  
  27. #+++++++++++++++++++++++++++++++++++++++#
  28.  
  29. #check for names:
  30.  
  31. smileys:
  32.  
  33. misc:
  34.  
  35. happy: ':)'
  36.  
  37. happyreverse: '(:'
  38.  
  39. unhappy: ':('
  40.  
  41. unhappyreverse: '):'
  42.  
  43. love: '<3'
  44.  
  45. male: '*male'
  46.  
  47. female: '*female'
  48.  
  49. music: '*music'
  50.  
  51. checkmark: '*check'
  52.  
  53. multiplication: '*x'
  54.  
  55. copyright: '*copy'
  56.  
  57. registered: '*reg'
  58.  
  59. hourglass: '*waiting'
  60.  
  61. star: '*star'
  62.  
  63. phone: '*phone'
  64.  
  65. yingyang: '*yingyang'
  66.  
  67. skull: '*skull'
  68.  
  69. radioactive: '*radioactive'
  70.  
  71. biohazard: '*bio'
  72.  
  73. airplane: '*airplane'
  74.  
  75. envelop: '*envelop'
  76.  
  77. arrow: '*arrow'
  78.  
  79. armystar: '*armystar'
  80.  
  81. scissors: '*scissors'
  82.  
  83. peace: '*peace'
  84.  
  85. shade: '*shade'
  86.  
  87. mediumshade: '*medium'
  88.  
  89. darkshade: '*dark*'
  90.  
  91. uncheckedbox: '*box'
  92.  
  93. checkedbox: '*cbox'
  94.  
  95. markedbox: '*markedbox'
  96.  
  97. triangle: '*triangle'
  98.  
  99. square: '*square'
  100.  
  101. circle: '*circle'
  102.  
  103. weather:
  104.  
  105. sun: '*sun'
  106.  
  107. sun2: '*asun'
  108.  
  109. moon: '*moon'
  110.  
  111. moon2: '*amoon'
  112.  
  113. clouds: '*clouds'
  114.  
  115. snowman: '*snowman'
  116.  
  117. umbrella: '*umbrella'
  118.  
  119. flower: '*flower'
  120.  
  121. flower2: '*aflower'
  122.  
  123. comet: '*comet'
  124.  
  125. zap: '*zap'
  126.  
  127. snowflake: '*snow'
  128.  
  129. cards:
  130.  
  131. heart: '*heart'
  132.  
  133. spade: '*spade'
  134.  
  135. diamond: '*diamond'
  136.  
  137. club: '*club'
  138.  
  139. blackheart: '*bheart'
  140.  
  141. blackspade: '*bspade'
  142.  
  143. blackdiamond: '*bdiamond'
  144.  
  145. blackclub: '*bclub'
  146.  
  147. directions:
  148.  
  149. left: '*left'
  150.  
  151. right: '*right'
  152.  
  153. up: '*up'
  154.  
  155. down: '*down'
  156.  
  157. chess:
  158.  
  159. king: '*king'
  160.  
  161. queen: '*queen'
  162.  
  163. rook: '*rook'
  164.  
  165. bishop: '*bishop'
  166.  
  167. knight: '*knight'
  168.  
  169. pawn: '*pawn'
  170.  
  171. blackking: '*bking'
  172.  
  173. blackqueen: '*bqueen'
  174.  
  175. blackrook: '*brook'
  176.  
  177. blackbishop: '*bbishop'
  178.  
  179. blackknight: '*bknight'
  180.  
  181. blackpawn: '*bpawn'
  182.  
  183. zodiac:
  184.  
  185. ram: '*ram'
  186.  
  187. bull: '*bull'
  188.  
  189. twins: '*twins'
  190.  
  191. crab: '*crab'
  192.  
  193. lion: '*lion'
  194.  
  195. maiden: '*maiden'
  196.  
  197. scale: '*scale'
  198.  
  199. scorpion: '*scorpion'
  200.  
  201. archer: '*archer'
  202.  
  203. mergoat: '*mergoat'
  204.  
  205. waterbearer: '*waterbearer'
  206.  
  207. fish: '*fish'
  208.  
  209.  
  210. #+++++++++++++++++++++++++++++++++++++++#
  211.  
  212. # #
  213.  
  214. # 1-line ascii art #
  215.  
  216. # #
  217.  
  218. # #
  219.  
  220. #+++++++++++++++++++++++++++++++++++++++#
  221.  
  222. ascii-art:
  223.  
  224. tableflip: '*tbf'
  225.  
  226. disapproval: '*disp'
  227.  
  228. headphones: '*hp'
  229.  
  230. troubled: '*troubled'
  231.  
  232. embarressed: '*embarressed'
  233.  
  234. sleeping: '*sleep'
  235.  
  236. bomb: '*bomb'
  237.  
  238. amazed: '*amazed'
  239.  
  240. skrillex: '*skrillex'
  241.  
  242. coffee: '*coffee'
  243.  
  244. rifle: '*rifle'
  245.  
  246.  
  247. #+++++++++++++++++++++++++++++++++++++++#
  248.  
  249. # Custom smileys #
  250.  
  251. # example: #
  252.  
  253. # input: '*troubled' #
  254.  
  255. # output: '(>_<)' #
  256.  
  257. #+++++++++++++++++++++++++++++++++++++++#
  258.  
  259. custom:
  260.  
  261. smiley1:
  262.  
  263. input1: 'empty'
  264.  
  265. output1: 'empty'
  266.  
  267. smiley2:
  268.  
  269. input2: 'empty'
  270.  
  271. output2: 'empty'
  272.  
  273. smiley3:
  274.  
  275. input3: 'empty'
  276.  
  277. output3: 'empty'
  278.  
  279. smiley4:
  280.  
  281. input4: 'empty'
  282.  
  283. output4: 'empty'
  284.  
  285. smiley5:
  286.  
  287. input5: 'empty'
  288.  
  289. output5: 'empty'
  290.  
  291. smiley6:
  292.  
  293. input6: 'empty'
  294.  
  295. output6: 'empty'
  296.  
  297. smiley7:
  298.  
  299. input7: 'empty'
  300.  
  301. output7: 'empty'
  302.  
  303. smiley8:
  304.  
  305. input8: 'empty'
  306.  
  307. output8: 'empty'
  308.  
  309. smiley9:
  310.  
  311. input9: 'empty'
  312.  
  313. output9: 'empty'
  314.  
  315. smiley10:
  316.  
  317. input10: 'empty'
  318.  
  319. output10: 'empty'
  320.  
  321. smiley11:
  322.  
  323. input11: 'empty'
  324.  
  325. output11: 'empty'
  326.  
  327. smiley12:
  328.  
  329. input12: 'empty'
  330.  
  331. output12: 'empty'
  332.  
  333. smiley13:
  334.  
  335. input13: 'empty'
  336.  
  337. output13: 'empty'
  338.  
  339. smiley14:
  340.  
  341. input14: 'empty'
  342.  
  343. output14: 'empty'
  344.  
  345. smiley15:
  346.  
  347. input15: 'empty'
  348.  
  349. output15: 'empty'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement