Advertisement
carlosdorelli

ManiaPlugins Template

Apr 1st, 2020
334
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.97 KB | None | 0 0
  1. <!-- wp:html -->
  2. <!DOCTYPE html>
  3. <html>
  4. <head>
  5. <meta name="viewport" content="width=device-width, initial-scale=1">
  6. <style>
  7. .alert {
  8. padding: 20px;
  9. background-color: #059bff;
  10. color: white;
  11. }
  12.  
  13. .closebtn {
  14. margin-left: 15px;
  15. color: white;
  16. font-weight: bold;
  17. float: right;
  18. font-size: 22px;
  19. line-height: 20px;
  20. cursor: pointer;
  21. transition: 0.3s;
  22. }
  23.  
  24. .closebtn:hover {
  25. color: black;
  26. }
  27. </style>
  28. </head>
  29. <body>
  30.  
  31. <div class="alert">
  32. <span class="closebtn" onclick="this.parentElement.style.display='none';">&times;</span>
  33. <strong>Atenção!</strong> Este plugin não foi desenvolvido pelos programadores do <strong>ManiaPlugins.com</strong>!
  34. </div>
  35.  
  36. </body>
  37. </html>
  38. <!-- /wp:html -->
  39.  
  40. <!-- wp:paragraph -->
  41. <p><strong>Nome:</strong> RocketRules<br><strong>Descrição:</strong> Mostra as regras do seu servidor<br><strong>Desenvolvedor:</strong> <a href="https://github.com/DaemonnChumakhidze">Daemonn Chumakhidze</a><br><strong>Mantido por:</strong> <a href="https://github.com/DaemonnChumakhidze">Daemonn Chumakhidze</a></p>
  42. <!-- /wp:paragraph -->
  43.  
  44. <!-- wp:separator -->
  45. <hr class="wp-block-separator"/>
  46. <!-- /wp:separator -->
  47.  
  48. <!-- wp:paragraph -->
  49. <p><strong>Comandos:</strong><br><em>/rules</em> &lt;página&gt; | Mostra as regras configuradas e o &lt;página&gt; é o número da página caso tenham muitas regras.</p>
  50. <!-- /wp:paragraph -->
  51.  
  52. <!-- wp:paragraph -->
  53. <p><strong>Permissões:</strong> rules. Veja o exemplo abaixo:</p>
  54. <!-- /wp:paragraph -->
  55.  
  56. <!-- wp:code -->
  57. <pre class="wp-block-code"><code>&lt;Group>
  58. &lt;Id>RocketRules&lt;/Id>
  59. &lt;DisplayName>ManiaPlugins&lt;/DisplayName>
  60. &lt;Prefix />
  61. &lt;Suffix />
  62. &lt;Color>white&lt;/Color>
  63. &lt;Members />
  64. &lt;Priority>100&lt;/Priority>
  65. &lt;Permissions>
  66. &lt;Permission Cooldown="0">rules&lt;/Permission>
  67. &lt;/Permissions>
  68. &lt;/Group></code></pre>
  69. <!-- /wp:code -->
  70.  
  71. <!-- wp:paragraph -->
  72. <p><strong>Configuração:</strong></p>
  73. <!-- /wp:paragraph -->
  74.  
  75. <!-- wp:code -->
  76. <pre class="wp-block-code"><code>&lt;?xml version="1.0" encoding="utf-8"?>
  77. &lt;RocketRulesConfiguration xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  78. &lt;DisplayOnConnect>false&lt;/DisplayOnConnect>
  79. &lt;Rules>
  80. &lt;Rule>
  81. &lt;configText>Example Rule 1&lt;/configText>
  82. &lt;configColor>FFFF00&lt;/configColor>
  83. &lt;/Rule>
  84. &lt;Rule>
  85. &lt;configText>Example Rule 2&lt;/configText>
  86. &lt;configColor>00FF00&lt;/configColor>
  87. &lt;/Rule>
  88. &lt;Rule>
  89. &lt;configText>Example Rule 3&lt;/configText>
  90. &lt;configColor>FF0000&lt;/configColor>
  91. &lt;/Rule>
  92. &lt;Rule>
  93. &lt;configText>Example Rule 4&lt;/configText>
  94. &lt;configColor>0000FF&lt;/configColor>
  95. &lt;/Rule>
  96. &lt;/Rules>
  97. &lt;/RocketRulesConfiguration></code></pre>
  98. <!-- /wp:code -->
  99.  
  100. <!-- wp:paragraph -->
  101. <p><strong>Tradução:</strong></p>
  102. <!-- /wp:paragraph -->
  103.  
  104. <!-- wp:code -->
  105. <pre class="wp-block-code"><code>&lt;?xml version="1.0" encoding="utf-8"?>
  106. &lt;Translations xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  107. &lt;Translation Id="rule" Value="{0}" />
  108. &lt;Translation Id="pages" Value="Next page: &amp;quot;/rules {0}&amp;quot;." />
  109. &lt;Translation Id="endofrules" Value="You have reached the end of the rules." />
  110. &lt;/Translations></code></pre>
  111. <!-- /wp:code -->
  112.  
  113. <!-- wp:separator -->
  114. <hr class="wp-block-separator"/>
  115. <!-- /wp:separator -->
  116.  
  117. <!-- wp:button {"backgroundColor":"vivid-cyan-blue","borderRadius":20,"align":"center"} -->
  118. <div class="wp-block-button aligncenter"><a class="wp-block-button__link has-background has-vivid-cyan-blue-background-color" href="/download/RocketRules.zip" style="border-radius:20px">FAZER DOWNLOAD</a></div>
  119. <!-- /wp:button -->
  120.  
  121. <!-- wp:embed-block-for-github/repository {"github_url":"https://github.com/RocketModPlugins/PublicRocketmodPlugins"} /-->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement