Advertisement
Guest User

Untitled

a guest
Apr 24th, 2016
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.95 KB | None | 0 0
  1. # price-brutto / numer / price-profit / price-netto
  2. # 0.62 / 70068 / 0.25 / 0.50
  3. # 1.23 / 71068 / 0.50 / 1
  4. # 2.46 / 72068 / 1.00 / 2
  5. # 3.69 / 73068 / 1.50 / 3
  6. # 4.92 / 74068 / 2.00 / 4
  7. # 6.15 / 75068 / 2.50 / 5
  8. # 7.38 / 76068 / 3.00 / 6
  9. # 11.07 / 79068 / 4.50 / 9
  10. # 12.30 / 91058 / 5.00 / 10
  11. # 20.91 / 91758 / 8.00 / 17
  12. # 23.37 / 91958 / 9.50 / 19
  13. # 24.60 / 92058 / 10.00 / 20
  14. # 30.75 / 92578 / 12.50 / 25
  15. #General settings
  16. settings:
  17. db-host: 151.80.108.15
  18. db-name: hardlive_skrypt
  19. db-user: hardlive_skrypt
  20. db-password: HASLO
  21. server-name: SURVIVAL
  22. # Your Dotpay client-specific ID
  23. client-id: 78801
  24. # Your service name
  25. code: MCPOL
  26. # Rows in shop menu. There are always 9 columns.
  27. menu-rows: 2
  28. # Whether use anvil GUI to check sms code or command
  29. anvil-checkout: true
  30. # Plugin chat messages prefixes. Colors are supported.
  31. chat-success-prefix: '&8[&cMC&r-&fPL&7.net&8]&a '
  32. chat-warning-prefix: '&8[&cMC&r-&fPL&7.net&8]&e '
  33. chat-error-prefix: '&8[&cMC&r-&fPL&7.net&8]&c '
  34.  
  35. # Products list
  36. products:
  37. '&8{ &6Konto VIP &8}':
  38. command:
  39. - set-vip _PLAYER_
  40. material: iron_ingot
  41. description:
  42. - ' '
  43. - '&7Ta oferta daje ci:'
  44. - ' &6Konto VIP'
  45. - ' '
  46. - '&7Informacje:'
  47. - ' &6/vip'
  48. - ' '
  49. - '&7Czas trwania:'
  50. - ' &6Na zawsze'
  51. - ' '
  52. price-netto: 4
  53. price-brutto: 4.92 zł
  54. price-profit: 2
  55. number: 74068
  56. text: "AP.MCPOL"
  57. page: 1
  58. pos-x: 0
  59. pos-y: 1
  60. free-inventory: 1
  61. single-use: true
  62. '&8{ &6Konto SVIP &8}':
  63. command:
  64. - set-svip _PLAYER_
  65. material: gold_ingot
  66. description:
  67. - ' '
  68. - '&7Ta oferta daje ci:'
  69. - ' &6Konto SVIP'
  70. - ' '
  71. - '&7Informacje:'
  72. - ' &6/svip'
  73. - ' '
  74. - '&7Czas trwania:'
  75. - ' &6Na zawsze'
  76. - ' '
  77. price-netto: 6
  78. price-brutto: 7.38 zł
  79. price-profit: 3
  80. number: 76068
  81. text: "AP.MCPOL"
  82. page: 1
  83. pos-x: 0
  84. pos-y: 2
  85. free-inventory: 1
  86. single-use: true
  87. '&8{ &6Event Robotnik &8}':
  88. command:
  89. - eventrobotnik _PLAYER_
  90. material: diamond_pickaxe
  91. description:
  92. - ' '
  93. - '&7Ta oferta daje ci:'
  94. - ' &6Event Robotnik dla calego serwera'
  95. - ' '
  96. - '&7Informacje:'
  97. - ' &6Kazdy gracz na serwerze dostaje haste 2'
  98. - ' '
  99. - '&7Czas trwania:'
  100. - ' &615 min'
  101. - ' '
  102. price-netto: 4
  103. price-brutto: 4.92 zł
  104. price-profit: 2
  105. number: 74068
  106. text: "AP.MCPOL"
  107. page: 1
  108. pos-x: 8
  109. pos-y: 1
  110. free-inventory: 1
  111. single-use: true
  112. '&8{ &6Event Drop &8}':
  113. command:
  114. - eventdrop _PLAYER_
  115. material: stone
  116. description:
  117. - ' '
  118. - '&7Ta oferta daje ci:'
  119. - ' &6Event Drop dla calego serwera'
  120. - ' '
  121. - '&7Informacje:'
  122. - ' &6Jest % na drop z kamienia'
  123. - ' '
  124. - '&7Czas trwania:'
  125. - ' &615 min'
  126. - ' '
  127. price-netto: 4
  128. price-brutto: 4.92 zł
  129. price-profit: 2
  130. number: 74068
  131. text: "AP.MCPOL"
  132. page: 1
  133. pos-x: 8
  134. pos-y: 2
  135. free-inventory: 1
  136. single-use: true
  137. '&8{ &6Event Enchant &8}':
  138. command:
  139. - eventenchant _PLAYER_
  140. material: enchanting_table
  141. description:
  142. - ' '
  143. - '&7Ta oferta daje ci:'
  144. - ' &6Event Enchant dla calego serwera'
  145. - ' '
  146. - '&7Informacje:'
  147. - ' &6Mozliwosc enchatnowania jednego itemku wiele razy'
  148. - ' '
  149. - '&7Czas trwania:'
  150. - ' &610 min'
  151. - ' '
  152. price-netto: 4
  153. price-brutto: 4.92 zł
  154. price-profit: 2
  155. number: 74068
  156. text: "AP.MCPOL"
  157. page: 1
  158. pos-x: 8
  159. pos-y: 3
  160. free-inventory: 1
  161. single-use: true
  162. '&8{ &6Event Exp &8}':
  163. command:
  164. - eventexp _PLAYER_
  165. material: experience_bottle
  166. description:
  167. - ' '
  168. - '&7Ta oferta daje ci:'
  169. - ' &6Event Exp dla calego serwera'
  170. - ' '
  171. - '&7Informacje:'
  172. - ' &6Z kamienia leci exp'
  173. - ' '
  174. - '&7Czas trwania:'
  175. - ' &615 min'
  176. - ' '
  177. price-netto: 4
  178. price-brutto: 4.92 zł
  179. price-profit: 2
  180. number: 74068
  181. text: "AP.MCPOL"
  182. page: 1
  183. pos-x: 8
  184. pos-y: 4
  185. free-inventory: 1
  186. single-use: true
  187. '&8{ &6Zestaw kluczy &8}':
  188. command:
  189. - set-klucze _PLAYER_
  190. material: tripwire_hook
  191. description:
  192. - ' '
  193. - '&7Ta oferta daje ci:'
  194. - ' &6Klucz Mroczna x2'
  195. - ' &6Klucz Anielska x2'
  196. - ' &6Klucz Legendarna x2'
  197. - ' '
  198. price-netto: 4
  199. price-brutto: 4.92 zł
  200. price-profit: 2
  201. number: 74068
  202. text: "AP.MCPOL"
  203. page: 1
  204. pos-x: 8
  205. pos-y: 5
  206. free-inventory: 3
  207. single-use: true
  208. '&8{ &6Koxy x5 &8}':
  209. command:
  210. - set-koxy _PLAYER_
  211. material: golden_apple:1
  212. description:
  213. - ' '
  214. - '&7Ta oferta daje ci:'
  215. - ' &65 koxow'
  216. - ' '
  217. price-netto: 6
  218. price-brutto: 7.38 zł
  219. price-profit: 3
  220. number: 76068
  221. text: "AP.MCPOL"
  222. page: 1
  223. pos-x: 2
  224. pos-y: 1
  225. free-inventory: 1
  226. single-use: true
  227. '&8{ &6Diamentowy KitTool &8}':
  228. command:
  229. - set-kittool _PLAYER_
  230. material: diamond_ingot
  231. description:
  232. - ' '
  233. - '&7Ta oferta daje ci:'
  234. - ' &6Diamentowa siekiere'
  235. - ' &6Diamentowy kilof'
  236. - ' &6Diamentowa lopate'
  237. - ' '
  238. price-netto: 2
  239. price-brutto: 2.46 zł
  240. price-profit: 1
  241. number: 72068
  242. text: "AP.MCPOL"
  243. page: 1
  244. pos-x: 3
  245. pos-y: 1
  246. free-inventory: 1
  247. single-use: true
  248. '&8{ &6Diamentowy KitTool &8}':
  249. command:
  250. - set-kittool _PLAYER_
  251. material: diamond_ingot
  252. description:
  253. - ' '
  254. - '&7Ta oferta daje ci:'
  255. - ' &6Diamentowa siekiere'
  256. - ' &6Diamentowy kilof'
  257. - ' &6Diamentowa lopate'
  258. - ' '
  259. price-netto: 2
  260. price-brutto: 2.46 zł
  261. price-profit: 1
  262. number: 72068
  263. text: "AP.MCPOL"
  264. page: 1
  265. pos-x: 3
  266. pos-y: 1
  267. free-inventory: 1
  268. single-use: true
  269. '&8{ &6Disco zbroja &8}':
  270. command:
  271. - set-disco _PLAYER_
  272. material: diamond_chestplate
  273. description:
  274. - ' '
  275. - '&7Ta oferta daje ci:'
  276. - ' &6Disco zbroje'
  277. - ' '
  278. - '&7Czas trwania:'
  279. - ' &6Do konca edycji'
  280. - ' '
  281. price-netto: 2
  282. price-brutto: 2.46 zł
  283. price-profit: 1
  284. number: 72068
  285. text: "AP.MCPOL"
  286. page: 1
  287. pos-x: 4
  288. pos-y: 1
  289. free-inventory: 1
  290. single-use: true
  291. '&8{ &6Efekty wizualne &8}':
  292. command:
  293. - set-wizualne _PLAYER_
  294. material: portal
  295. description:
  296. - ' '
  297. - '&7Ta oferta daje ci:'
  298. - ' &6Disco zbroje'
  299. - ' '
  300. - '&7Czas trwania:'
  301. - ' &6Do konca edycji'
  302. - ' '
  303. price-netto: 2
  304. price-brutto: 2.46 zł
  305. price-profit: 1
  306. number: 72068
  307. text: "AP.MCPOL"
  308. page: 1
  309. pos-x: 5
  310. pos-y: 1
  311. free-inventory: 1
  312. single-use: true
  313. '&8{ &6Zlota sakwa &8}':
  314. command:
  315. - set-zloto _PLAYER_
  316. material: gold_ingot
  317. description:
  318. - ' '
  319. - '&7Ta oferta daje ci:'
  320. - ' &664 zlota'
  321. - ' '
  322. price-netto: 6
  323. price-brutto: 7.38 zł
  324. price-profit: 3
  325. number: 76068
  326. text: "AP.MCPOL"
  327. page: 1
  328. pos-x: 6
  329. pos-y: 1
  330. free-inventory: 1
  331. single-use: true
  332. '&8{ &6Klucz Mroczna x1 &8}':
  333. command:
  334. - set-mroczna1 _PLAYER_
  335. material: tripwire_hook
  336. description:
  337. - ' '
  338. - '&7Ta oferta daje ci:'
  339. - ' &61 Mroczny Klucz'
  340. - ' '
  341. price-netto: 0.50
  342. price-brutto: 0.62 zł
  343. price-profit: 0.25
  344. number: 70068
  345. text: "AP.MCPOL"
  346. page: 1
  347. pos-x: 2
  348. pos-y: 3
  349. free-inventory: 1
  350. single-use: true
  351. '&8{ &6Klucz Legendarna x1 &8}':
  352. command:
  353. - set-legendarna1 _PLAYER_
  354. material: tripwire_hook
  355. description:
  356. - ' '
  357. - '&7Ta oferta daje ci:'
  358. - ' &61 Legendarny Klucz'
  359. - ' '
  360. price-netto: 1
  361. price-brutto: 1.23 zł
  362. price-profit: 0.50
  363. number: 71068
  364. text: "AP.MCPOL"
  365. page: 1
  366. pos-x: 3
  367. pos-y: 3
  368. free-inventory: 1
  369. single-use: true
  370. '&8{ &6Klucz Anielska x1 &8}':
  371. command:
  372. - set-anielska1 _PLAYER_
  373. material: tripwire_hook
  374. description:
  375. - ' '
  376. - '&7Ta oferta daje ci:'
  377. - ' &61 Anielski Klucz'
  378. - ' '
  379. price-netto: 2
  380. price-brutto: 2.46 zł
  381. price-profit: 1
  382. number: 72068
  383. text: "AP.MCPOL"
  384. page: 1
  385. pos-x: 2
  386. pos-y: 3
  387. free-inventory: 1
  388. single-use: true
  389. '&8{ &6Klucz Mroczna x3 &8}':
  390. command:
  391. - set-mroczna3 _PLAYER_
  392. material: tripwire_hook
  393. description:
  394. - ' '
  395. - '&7Ta oferta daje ci:'
  396. - ' &63 Mroczne Klucze'
  397. - ' '
  398. price-netto: 3
  399. price-brutto: 3.69 zł
  400. price-profit: 1.50
  401. number: 73068
  402. text: "AP.MCPOL"
  403. page: 1
  404. pos-x: 2
  405. pos-y: 4
  406. free-inventory: 1
  407. single-use: true
  408. '&8{ &6Klucz Legendarna x3 &8}':
  409. command:
  410. - set-legendarna3 _PLAYER_
  411. material: tripwire_hook
  412. description:
  413. - ' '
  414. - '&7Ta oferta daje ci:'
  415. - ' &63 Legendarne Klucze'
  416. - ' '
  417. price-netto: 4
  418. price-brutto: 4.92 zł
  419. price-profit: 2
  420. number: 74068
  421. text: "AP.MCPOL"
  422. page: 1
  423. pos-x: 3
  424. pos-y: 4
  425. free-inventory: 1
  426. single-use: true
  427. '&8{ &6Klucz Anielska x3 &8}':
  428. command:
  429. - set-anielska3 _PLAYER_
  430. material: tripwire_hook
  431. description:
  432. - ' '
  433. - '&7Ta oferta daje ci:'
  434. - ' &63 Anielskie Klucze'
  435. - ' '
  436. price-netto: 5
  437. price-brutto: 6.15 zł
  438. price-profit: 2.50
  439. number: 75068
  440. text: "AP.MCPOL"
  441. page: 1
  442. pos-x: 2
  443. pos-y: 3
  444. free-inventory: 1
  445. single-use: true
  446. '&8{ &6Zestaw kluczy &8}':
  447. command:
  448. - set-klucze _PLAYER_
  449. material: chest
  450. description:
  451. - ' '
  452. - '&7Ta oferta daje ci:'
  453. - ' &62 Mroczne klucze'
  454. - ' &62 Legendarne klucze'
  455. - ' &62 Anielskie klucze'
  456. - ' '
  457. price-netto: 6
  458. price-brutto: 7.38 zł
  459. price-profit: 3
  460. number: 76068
  461. text: "AP.MCPOL"
  462. page: 1
  463. pos-x: 4
  464. pos-y: 3
  465. free-inventory: 1
  466. single-use: true
  467. # Translations do NOT support color-codes! Some messages might support extra tags.
  468. translation:
  469. config-reloaded: 'DotCommand config file reloaded!'
  470. invalid-page: 'Invalid page number!'
  471. player-only-command: 'This command is available for players only!'
  472. buy-success-one: 'Kod poprawny! Brawo!' # Supported tags: _PRODUCT_
  473. buy-success-two: 'Otrzymales wybrany dodatek :)' # Supported tags: _PRODUCT_
  474. buy-badcode: 'Kod niepoprawny! Sprawdź wielkość liter!'
  475. buy-exception: 'Cos poszlo nie tak.. Powiadom admina!'
  476. buy-badprice: 'Wartość SMS nie równa sie wartości oferty! Zapisz ten komunikat i skontaktuj sie z administratorem!'
  477. product-unavailable: 'Given product is unavailable!' # Supported tags: _PRODUCT_
  478. no-product: 'You have not chosen any product to buy!'
  479. gui-price: 'Koszt SMS'
  480. gui-previous-page: 'Previous Page'
  481. gui-next-page: 'Next Page'
  482. processing: 'Sprawdzam kod.. Proszę poczekać!!'
  483. not-enough-space: 'Potrzebujesz _SLOTS_ wolne(go) miejsca w eq!!' # Supported tags: _SLOTS_
  484. sms-code: 'WPISZ KOD TUTAJ'
  485. gui-products: 'Produkty'
  486. gui-page: 'Strona'
  487. try-again: "Sorka.. coś poszło nie tak.. spróbuj ponownie!"
  488. guide:
  489. - '&3&lWybrano: &c_PRODUCT_'
  490. - ' &8&m----------------------- '
  491. - '&aAby otrzymać kod wyślij SMS'
  492. - '&ao treści &c_TEXT_ &ana numer &c_NUMBER_'
  493. - '&aOtrztmasz kod, który wpisz wyżej.'
  494. - '&2Potem kliknij na ksiązkę po prawej!'
  495. - ' &8&m----------------------- '
  496. - ' '
  497. - '&7REGULAMIN I REKLAMACJE'
  498. - '&8dotpay.pl/regulamin-serwisow-sms-premium/'
  499. - '&8www.dotpay.pl/reklamacje/'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement