MoominSha

votingp2

Jun 26th, 2021
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.33 KB | None | 0 0
  1. #
  2. # Reward for any site
  3. # Similar to AnySiteReward
  4. # This requires the site to be configured in order to get the reward.
  5. VoteSites:
  6. ExampleVoteSite:
  7. Enabled: false
  8. ForceOffline: false
  9. Hidden: false
  10. Name: ExampleVoteSite
  11. Priority: 12
  12. ServiceSite: PlanetMinecraft_com
  13. VoteDelay: 24
  14. VoteDelayDaily: false
  15. VoteURL: "link to vote URL here, used in /vote"
  16. WaitUntilVoteDelay: false
  17. DisplayItem:
  18. Material: DIAMOND
  19. Amount: 1
  20. Rewards:
  21. Commands:
  22. - say hello
  23. Messages:
  24. planetminecraft_com:
  25. # Enable voteSite
  26. # If false, votesite will not be loaded by plugin
  27. # Default: false
  28. Enabled: true
  29.  
  30. # Display name of voting site
  31. Name: 'planetminecraft'
  32.  
  33. # Priority of this site
  34. # Used for sorted list
  35. # High prority, higher on the list
  36. Priority: 1
  37.  
  38. # The serviceName from the vote, has to be correct to work correctly
  39. # Gotten from voting on the site (will be in console/log)
  40. # Usually is the main part of the url(e.g. PlanetMinecraft.com), but not always
  41. # See console when you vote (it will notify you if the plugin didn't find a votingsite matching the service site
  42. ServiceSite: 'planetminecraft_com'
  43.  
  44. # vote url for /vote
  45. # Format for this can be set in Format.yml
  46. # Do not include colors here
  47. # If you need to force a url set the url as this:
  48. # VoteURL: '[Text="ANY TEXT TO CLICK ON HERE",url="URLHERE"]'
  49. VoteURL: 'https://www.planetminecraft.com/server/piper-survival-3842308/vote/'
  50.  
  51. # Time between votes in hours (used for /vote next)
  52. # Most sites are 24 hours
  53. VoteDelay: 24
  54.  
  55. # Use to have a minute votedelay
  56. #VoteDelayMin: 30
  57.  
  58. # Require waiting until votedelay time has pasted in order to accept vote
  59. # Recommend: false
  60. WaitUntilVoteDelay: false
  61.  
  62. # Reset vote delay each day (for certain sites that do this)
  63. # Recommend: false
  64. VoteDelayDaily: false
  65.  
  66. # If true, rewards can be executed offline (requires ForceOffline to be true in the reward)
  67. # Setting this to true will execute the reward offline while the player is offline
  68. # This basiclly disables offline voting if set to true, don't misinterpret this option
  69. ForceOffline: false
  70.  
  71. # VoteSite Material for some GUI's
  72. # Removing this may result in an error, required on each site
  73. DisplayItem:
  74. Material: 'DIAMOND'
  75. Amount: 1
  76.  
  77. # Rewards to give
  78. # https://github.com/Ben12345rocks/AdvancedCore/wiki/Rewards
  79. Rewards:
  80. # Execute console commands
  81. Commands:
  82. - 'Cr give to %player% vote 1'
  83. - 'eco give %player% 100'
  84. # Send player a message
  85. Messages:
  86. Player: 'You voted!'
  87. minecraftservers_org:
  88. # Enable voteSite
  89. # If false, votesite will not be loaded by plugin
  90. # Default: false
  91. Enabled: true
  92.  
  93. # Display name of voting site
  94. Name: 'minecraftservers_org'
  95.  
  96. # Priority of this site
  97. # Used for sorted list
  98. # High prority, higher on the list
  99. Priority: 4
  100.  
  101. # The serviceName from the vote, has to be correct to work correctly
  102. # Gotten from voting on the site (will be in console/log)
  103. # Usually is the main part of the url(e.g. PlanetMinecraft.com), but not always
  104. # See console when you vote (it will notify you if the plugin didn't find a votingsite matching the service site
  105. ServiceSite: 'minecraftservers_org'
  106.  
  107. # vote url for /vote
  108. # Format for this can be set in Format.yml
  109. # Do not include colors here
  110. # If you need to force a url set the url as this:
  111. # VoteURL: '[Text="ANY TEXT TO CLICK ON HERE",url="URLHERE"]'
  112. VoteURL: 'https://minecraftservers.org/vote/598293'
  113.  
  114. # Time between votes in hours (used for /vote next)
  115. # Most sites are 24 hours
  116. VoteDelay: 24
  117.  
  118. # Use to have a minute votedelay
  119. #VoteDelayMin: 30
  120.  
  121. # Require waiting until votedelay time has pasted in order to accept vote
  122. # Recommend: false
  123. WaitUntilVoteDelay: false
  124.  
  125. # Reset vote delay each day (for certain sites that do this)
  126. # Recommend: false
  127. VoteDelayDaily: false
  128.  
  129. # If true, rewards can be executed offline (requires ForceOffline to be true in the reward)
  130. # Setting this to true will execute the reward offline while the player is offline
  131. # This basiclly disables offline voting if set to true, don't misinterpret this option
  132. ForceOffline: false
  133.  
  134. # VoteSite Material for some GUI's
  135. # Removing this may result in an error, required on each site
  136. DisplayItem:
  137. Material: 'DIAMOND'
  138. Amount: 1
  139.  
  140. # Rewards to give
  141. # https://github.com/Ben12345rocks/AdvancedCore/wiki/Rewards
  142. Rewards:
  143. # Execute console commands
  144. Commands:
  145. - 'Cr give to %player% vote 1'
  146. - 'eco give %player% 100'
  147. # Send player a message
  148. Messages:
  149.  
  150. minecraft-tracker_com:
  151. # Enable voteSite
  152. # If false, votesite will not be loaded by plugin
  153. # Default: false
  154. Enabled: true
  155.  
  156. # Display name of voting site
  157. Name: 'Minecraft-Tracker_com'
  158.  
  159. # Priority of this site
  160. # Used for sorted list
  161. # High prority, higher on the list
  162. Priority: 5
  163.  
  164. # The serviceName from the vote, has to be correct to work correctly
  165. # Gotten from voting on the site (will be in console/log)
  166. # Usually is the main part of the url(e.g. PlanetMinecraft.com), but not always
  167. # See console when you vote (it will notify you if the plugin didn't find a votingsite matching the service site
  168. ServiceSite: 'Minecraft-Tracker_com'
  169.  
  170. # vote url for /vote
  171. # Format for this can be set in Format.yml
  172. # Do not include colors here
  173. # If you need to force a url set the url as this:
  174. # VoteURL: '[Text="ANY TEXT TO CLICK ON HERE",url="URLHERE"]'
  175. VoteURL: 'https://minecraft-tracker.com/server/5837/vote/'
  176.  
  177. # Time between votes in hours (used for /vote next)
  178. # Most sites are 24 hours
  179. VoteDelay: 24
  180.  
  181. # Use to have a minute votedelay
  182. #VoteDelayMin: 30
  183.  
  184. # Require waiting until votedelay time has pasted in order to accept vote
  185. # Recommend: false
  186. WaitUntilVoteDelay: false
  187.  
  188. # Reset vote delay each day (for certain sites that do this)
  189. # Recommend: false
  190. VoteDelayDaily: false
  191.  
  192. # If true, rewards can be executed offline (requires ForceOffline to be true in the reward)
  193. # Setting this to true will execute the reward offline while the player is offline
  194. # This basiclly disables offline voting if set to true, don't misinterpret this option
  195. ForceOffline: false
  196.  
  197. # VoteSite Material for some GUI's
  198. # Removing this may result in an error, required on each site
  199. DisplayItem:
  200. Material: 'DIAMOND'
  201. Amount: 1
  202.  
  203. # Rewards to give
  204. # https://github.com/Ben12345rocks/AdvancedCore/wiki/Rewards
  205. Rewards:
  206. # Execute console commands
  207. Commands:
  208. - 'Cr give to %player% vote 1'
  209. - 'eco give %player% 100'
  210. # Send player a message
  211. Messages:
  212. Player: 'You voted!'
  213. minecraftservers_biz:
  214. # Enable voteSite
  215. # If false, votesite will not be loaded by plugin
  216. # Default: false
  217. Enabled: true
  218.  
  219. # Display name of voting site
  220. Name: 'minecraftservers_biz'
  221.  
  222. # Priority of this site
  223. # Used for sorted list
  224. # High prority, higher on the list
  225. Priority: 3
  226.  
  227. # The serviceName from the vote, has to be correct to work correctly
  228. # Gotten from voting on the site (will be in console/log)
  229. # Usually is the main part of the url(e.g. PlanetMinecraft.com), but not always
  230. # See console when you vote (it will notify you if the plugin didn't find a votingsite matching the service site
  231. ServiceSite: 'MinecraftServers_biz'
  232.  
  233. # vote url for /vote
  234. # Format for this can be set in Format.yml
  235. # Do not include colors here
  236. # If you need to force a url set the url as this:
  237. # VoteURL: '[Text="ANY TEXT TO CLICK ON HERE",url="URLHERE"]'
  238. VoteURL: 'https://minecraftservers.biz/servers/143551/#vote_now'
  239.  
  240. # Time between votes in hours (used for /vote next)
  241. # Most sites are 24 hours
  242. VoteDelay: 24
  243.  
  244. # Use to have a minute votedelay
  245. #VoteDelayMin: 30
  246.  
  247. # Require waiting until votedelay time has pasted in order to accept vote
  248. # Recommend: false
  249. WaitUntilVoteDelay: false
  250.  
  251. # Reset vote delay each day (for certain sites that do this)
  252. # Recommend: false
  253. VoteDelayDaily: false
  254.  
  255. # If true, rewards can be executed offline (requires ForceOffline to be true in the reward)
  256. # Setting this to true will execute the reward offline while the player is offline
  257. # This basiclly disables offline voting if set to true, don't misinterpret this option
  258. ForceOffline: false
  259.  
  260. # VoteSite Material for some GUI's
  261. # Removing this may result in an error, required on each site
  262. DisplayItem:
  263. Material: 'DIAMOND'
  264. Amount: 1
  265.  
  266. # Rewards to give
  267. # https://github.com/Ben12345rocks/AdvancedCore/wiki/Rewards
  268. Rewards:
  269. # Execute console commands
  270. Commands:
  271. - 'Cr give to %player% vote 1'
  272. - 'eco give %player% 100'
  273. # Send player a message
  274. Messages:
  275. Player: 'You voted!'
  276. minebrowse_com:
  277. # Enable voteSite
  278. # If false, votesite will not be loaded by plugin
  279. # Default: false
  280. Enabled: true
  281.  
  282. # Display name of voting site
  283. Name: 'Minebrowse_com'
  284.  
  285. # Priority of this site
  286. # Used for sorted list
  287. # High prority, higher on the list
  288. Priority: 2
  289.  
  290. # The serviceName from the vote, has to be correct to work correctly
  291. # Gotten from voting on the site (will be in console/log)
  292. # Usually is the main part of the url(e.g. PlanetMinecraft.com), but not always
  293. # See console when you vote (it will notify you if the plugin didn't find a votingsite matching the service site
  294. ServiceSite: 'Minebrowse_com'
  295.  
  296. # vote url for /vote
  297. # Format for this can be set in Format.yml
  298. # Do not include colors here
  299. # If you need to force a url set the url as this:
  300. # VoteURL: '[Text="ANY TEXT TO CLICK ON HERE",url="URLHERE"]'
  301. VoteURL: 'https://minebrowse.com/server/1088'
  302.  
  303. # Time between votes in hours (used for /vote next)
  304. # Most sites are 24 hours
  305. VoteDelay: 24
  306.  
  307. # Use to have a minute votedelay
  308. #VoteDelayMin: 30
  309.  
  310. # Require waiting until votedelay time has pasted in order to accept vote
  311. # Recommend: false
  312. WaitUntilVoteDelay: false
  313.  
  314. # Reset vote delay each day (for certain sites that do this)
  315. # Recommend: false
  316. VoteDelayDaily: false
  317.  
  318. # If true, rewards can be executed offline (requires ForceOffline to be true in the reward)
  319. # Setting this to true will execute the reward offline while the player is offline
  320. # This basiclly disables offline voting if set to true, don't misinterpret this option
  321. ForceOffline: false
  322.  
  323. # VoteSite Material for some GUI's
  324. # Removing this may result in an error, required on each site
  325. DisplayItem:
  326. Material: 'DIAMOND'
  327. Amount: 1
  328.  
  329. # Rewards to give
  330. # https://github.com/Ben12345rocks/AdvancedCore/wiki/Rewards
  331. Rewards:
  332. # Execute console commands
  333. Commands:
  334. - 'Cr give to %player% vote 1'
  335. - 'eco give %player% 100'
  336. # Send player a message
  337. Messages:
  338. Player: 'You voted!'
  339. minecraft_mp:
  340. # Enable voteSite
  341. # If false, votesite will not be loaded by plugin
  342. # Default: false
  343. Enabled: true
  344.  
  345. # Display name of voting site
  346. Name: 'minecraft_mp'
  347.  
  348. # Priority of this site
  349. # Used for sorted list
  350. # High prority, higher on the list
  351. Priority: 6
  352.  
  353. # The serviceName from the vote, has to be correct to work correctly
  354. # Gotten from voting on the site (will be in console/log)
  355. # Usually is the main part of the url(e.g. PlanetMinecraft.com), but not always
  356. # See console when you vote (it will notify you if the plugin didn't find a votingsite matching the service site
  357. ServiceSite: 'minecraft_mp_com'
  358.  
  359. # vote url for /vote
  360. # Format for this can be set in Format.yml
  361. # Do not include colors here
  362. # If you need to force a url set the url as this:
  363. # VoteURL: '[Text="ANY TEXT TO CLICK ON HERE",url="URLHERE"]'
  364. VoteURL: 'https://minecraft-mp.com/server/272124/vote/'
  365.  
  366. # Time between votes in hours (used for /vote next)
  367. # Most sites are 24 hours
  368. VoteDelay: 24
  369.  
  370. # Use to have a minute votedelay
  371. #VoteDelayMin: 30
  372.  
  373. # Require waiting until votedelay time has pasted in order to accept vote
  374. # Recommend: false
  375. WaitUntilVoteDelay: false
  376.  
  377. # Reset vote delay each day (for certain sites that do this)
  378. # Recommend: false
  379. VoteDelayDaily: false
  380.  
  381. # If true, rewards can be executed offline (requires ForceOffline to be true in the reward)
  382. # Setting this to true will execute the reward offline while the player is offline
  383. # This basiclly disables offline voting if set to true, don't misinterpret this option
  384. ForceOffline: false
  385.  
  386. # VoteSite Material for some GUI's
  387. # Removing this may result in an error, required on each site
  388. DisplayItem:
  389. Material: 'DIAMOND'
  390. Amount: 1
  391.  
  392. # Rewards to give
  393. # https://github.com/Ben12345rocks/AdvancedCore/wiki/Rewards
  394. Rewards:
  395. # Execute console commands
  396. Commands:
  397. - 'Cr give to %player% vote 1'
  398. - 'eco give %player% 100'
  399. # Send player a message
  400. Messages:
  401. Player: 'You voted!'
  402. topminecraftservers:
  403. # Enable voteSite
  404. # If false, votesite will not be loaded by plugin
  405. # Default: false
  406. Enabled: true
  407.  
  408. # Display name of voting site
  409. Name: 'topminecraftservers'
  410.  
  411. # Priority of this site
  412. # Used for sorted list
  413. # High prority, higher on the list
  414. Priority: 7
  415.  
  416. # The serviceName from the vote, has to be correct to work correctly
  417. # Gotten from voting on the site (will be in console/log)
  418. # Usually is the main part of the url(e.g. PlanetMinecraft.com), but not always
  419. # See console when you vote (it will notify you if the plugin didn't find a votingsite matching the service site
  420. ServiceSite: 'topminecraftservers'
  421.  
  422. # vote url for /vote
  423. # Format for this can be set in Format.yml
  424. # Do not include colors here
  425. # If you need to force a url set the url as this:
  426. # VoteURL: '[Text="ANY TEXT TO CLICK ON HERE",url="URLHERE"]'
  427. VoteURL: 'https://topminecraftservers.org/server/2675/'
  428.  
  429. # Time between votes in hours (used for /vote next)
  430. # Most sites are 24 hours
  431. VoteDelay: 24
  432.  
  433. # Use to have a minute votedelay
  434. #VoteDelayMin: 30
  435.  
  436. # Require waiting until votedelay time has pasted in order to accept vote
  437. # Recommend: false
  438. WaitUntilVoteDelay: false
  439.  
  440. # Reset vote delay each day (for certain sites that do this)
  441. # Recommend: false
  442. VoteDelayDaily: false
  443.  
  444. # If true, rewards can be executed offline (requires ForceOffline to be true in the reward)
  445. # Setting this to true will execute the reward offline while the player is offline
  446. # This basiclly disables offline voting if set to true, don't misinterpret this option
  447. ForceOffline: false
  448.  
  449. # VoteSite Material for some GUI's
  450. # Removing this may result in an error, required on each site
  451. DisplayItem:
  452. Material: 'DIAMOND'
  453. Amount: 1
  454.  
  455. # Rewards to give
  456. # https://github.com/Ben12345rocks/AdvancedCore/wiki/Rewards
  457. Rewards:
  458. # Execute console commands
  459. Commands:
  460. - 'Cr give to %player% vote 1'
  461. - 'eco give %player% 100'
  462. # Send player a message
  463. Messages:
  464. Player: 'You voted!'
  465. TopG_org:
  466. # Enable voteSite
  467. # If false, votesite will not be loaded by plugin
  468. # Default: false
  469. Enabled: true
  470.  
  471. # Display name of voting site
  472. Name: 'TopG_org'
  473.  
  474. # Priority of this site
  475. # Used for sorted list
  476. # High prority, higher on the list
  477. Priority: 8
  478.  
  479. # The serviceName from the vote, has to be correct to work correctly
  480. # Gotten from voting on the site (will be in console/log)
  481. # Usually is the main part of the url(e.g. PlanetMinecraft.com), but not always
  482. # See console when you vote (it will notify you if the plugin didn't find a votingsite matching the service site
  483. ServiceSite: 'TopG_org'
  484.  
  485. # vote url for /vote
  486. # Format for this can be set in Format.yml
  487. # Do not include colors here
  488. # If you need to force a url set the url as this:
  489. # VoteURL: '[Text="ANY TEXT TO CLICK ON HERE",url="URLHERE"]'
  490. VoteURL: 'https://topg.org/minecraft-servers/server-607812/'
  491.  
  492. # Time between votes in hours (used for /vote next)
  493. # Most sites are 24 hours
  494. VoteDelay: 24
  495.  
  496. # Use to have a minute votedelay
  497. #VoteDelayMin: 30
  498.  
  499. # Require waiting until votedelay time has pasted in order to accept vote
  500. # Recommend: false
  501. WaitUntilVoteDelay: false
  502.  
  503. # Reset vote delay each day (for certain sites that do this)
  504. # Recommend: false
  505. VoteDelayDaily: false
  506.  
  507. # If true, rewards can be executed offline (requires ForceOffline to be true in the reward)
  508. # Setting this to true will execute the reward offline while the player is offline
  509. # This basiclly disables offline voting if set to true, don't misinterpret this option
  510. ForceOffline: false
  511.  
  512. # VoteSite Material for some GUI's
  513. # Removing this may result in an error, required on each site
  514. DisplayItem:
  515. Material: 'DIAMOND'
  516. Amount: 1
  517.  
  518. # Rewards to give
  519. # https://github.com/Ben12345rocks/AdvancedCore/wiki/Rewards
  520. Rewards:
  521. # Execute console commands
  522. Commands:
  523. - 'Cr give to %player% vote 1'
  524. - 'eco give %player% 100'
  525. # Send player a message
  526. Messages:
  527. Player: 'You voted!'
  528. minecraftlist_org:
  529. # Enable voteSite
  530. # If false, votesite will not be loaded by plugin
  531. # Default: false
  532. Enabled: true
  533.  
  534. # Display name of voting site
  535. Name: 'minecraftList_org'
  536.  
  537. # Priority of this site
  538. # Used for sorted list
  539. # High prority, higher on the list
  540. Priority: 9
  541.  
  542. # The serviceName from the vote, has to be correct to work correctly
  543. # Gotten from voting on the site (will be in console/log)
  544. # Usually is the main part of the url(e.g. PlanetMinecraft.com), but not always
  545. # See console when you vote (it will notify you if the plugin didn't find a votingsite matching the service site
  546. ServiceSite: 'MSCL'
  547.  
  548. # vote url for /vote
  549. # Format for this can be set in Format.yml
  550. # Do not include colors here
  551. # If you need to force a url set the url as this:
  552. # VoteURL: '[Text="ANY TEXT TO CLICK ON HERE",url="URLHERE"]'
  553. VoteURL: 'https://minecraftlist.org/server/7918/'
  554.  
  555. # Time between votes in hours (used for /vote next)
  556. # Most sites are 24 hours
  557. VoteDelay: 24
  558.  
  559. # Use to have a minute votedelay
  560. #VoteDelayMin: 30
  561.  
  562. # Require waiting until votedelay time has pasted in order to accept vote
  563. # Recommend: false
  564. WaitUntilVoteDelay: false
  565.  
  566. # Reset vote delay each day (for certain sites that do this)
  567. # Recommend: false
  568. VoteDelayDaily: false
  569.  
  570. # If true, rewards can be executed offline (requires ForceOffline to be true in the reward)
  571. # Setting this to true will execute the reward offline while the player is offline
  572. # This basiclly disables offline voting if set to true, don't misinterpret this option
  573. ForceOffline: false
  574.  
  575. # VoteSite Material for some GUI's
  576. # Removing this may result in an error, required on each site
  577. DisplayItem:
  578. Material: 'DIAMOND'
  579. Amount: 1
  580.  
  581. # Rewards to give
  582. # https://github.com/Ben12345rocks/AdvancedCore/wiki/Rewards
  583. Rewards:
  584. # Execute console commands
  585. Commands:
  586. - 'Cr give to %player% vote 1'
  587. - 'eco give %player% 100'
  588. # Send player a message
  589. Messages:
  590. Player: 'You voted!'
  591. minecraftserverslist:
  592. # Enable voteSite
  593. # If false, votesite will not be loaded by plugin
  594. # Default: false
  595. Enabled: true
  596.  
  597. # Display name of voting site
  598. Name: 'minecraftserverslist'
  599.  
  600. # Priority of this site
  601. # Used for sorted list
  602. # High prority, higher on the list
  603. Priority: 10
  604.  
  605. # The serviceName from the vote, has to be correct to work correctly
  606. # Gotten from voting on the site (will be in console/log)
  607. # Usually is the main part of the url(e.g. PlanetMinecraft.com), but not always
  608. # See console when you vote (it will notify you if the plugin didn't find a votingsite matching the service site
  609. ServiceSite: 'minecraftserverslist'
  610.  
  611. # vote url for /vote
  612. # Format for this can be set in Format.yml
  613. # Do not include colors here
  614. # If you need to force a url set the url as this:
  615. # VoteURL: '[Text="ANY TEXT TO CLICK ON HERE",url="URLHERE"]'
  616. VoteURL: 'https://minecraft-server-list.com/server/377849//'
  617.  
  618. # Time between votes in hours (used for /vote next)
  619. # Most sites are 24 hours
  620. VoteDelay: 24
  621.  
  622. # Use to have a minute votedelay
  623. #VoteDelayMin: 30
  624.  
  625. # Require waiting until votedelay time has pasted in order to accept vote
  626. # Recommend: false
  627. WaitUntilVoteDelay: false
  628.  
  629. # Reset vote delay each day (for certain sites that do this)
  630. # Recommend: false
  631. VoteDelayDaily: false
  632.  
  633. # If true, rewards can be executed offline (requires ForceOffline to be true in the reward)
  634. # Setting this to true will execute the reward offline while the player is offline
  635. # This basiclly disables offline voting if set to true, don't misinterpret this option
  636. ForceOffline: false
  637.  
  638. # VoteSite Material for some GUI's
  639. # Removing this may result in an error, required on each site
  640. DisplayItem:
  641. Material: 'DIAMOND'
  642. Amount: 1
  643.  
  644. # Rewards to give
  645. # https://github.com/Ben12345rocks/AdvancedCore/wiki/Rewards
  646. Rewards:
  647. # Execute console commands
  648. Commands:
  649. - 'Cr give to %player% vote 1'
  650. - 'eco give %player% 100'
  651. # Send player a message
  652. Messages:
  653. Player: 'You voted!'
  654.  
  655.  
  656. # Reward for any site
  657. # Similar to AnySiteReward
  658. # This requires the site to be configured in order to get the reward.
  659. EverySiteReward: []
Advertisement
Add Comment
Please, Sign In to add comment