Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!-- wp:html -->
- <!DOCTYPE html>
- <html>
- <head>
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <style>
- .alert {
- padding: 20px;
- background-color: #059bff;
- color: white;
- }
- .closebtn {
- margin-left: 15px;
- color: white;
- font-weight: bold;
- float: right;
- font-size: 22px;
- line-height: 20px;
- cursor: pointer;
- transition: 0.3s;
- }
- .closebtn:hover {
- color: black;
- }
- </style>
- </head>
- <body>
- <div class="alert">
- <span class="closebtn" onclick="this.parentElement.style.display='none';">×</span>
- <strong>Atenção!</strong> Este plugin não foi desenvolvido pelos programadores do <strong>ManiaPlugins.com</strong>!
- </div>
- </body>
- </html>
- <!-- /wp:html -->
- <!-- wp:paragraph -->
- <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>
- <!-- /wp:paragraph -->
- <!-- wp:separator -->
- <hr class="wp-block-separator"/>
- <!-- /wp:separator -->
- <!-- wp:paragraph -->
- <p><strong>Comandos:</strong><br><em>/rules</em> <página> | Mostra as regras configuradas e o <página> é o número da página caso tenham muitas regras.</p>
- <!-- /wp:paragraph -->
- <!-- wp:paragraph -->
- <p><strong>Permissões:</strong> rules. Veja o exemplo abaixo:</p>
- <!-- /wp:paragraph -->
- <!-- wp:code -->
- <pre class="wp-block-code"><code><Group>
- <Id>RocketRules</Id>
- <DisplayName>ManiaPlugins</DisplayName>
- <Prefix />
- <Suffix />
- <Color>white</Color>
- <Members />
- <Priority>100</Priority>
- <Permissions>
- <Permission Cooldown="0">rules</Permission>
- </Permissions>
- </Group></code></pre>
- <!-- /wp:code -->
- <!-- wp:paragraph -->
- <p><strong>Configuração:</strong></p>
- <!-- /wp:paragraph -->
- <!-- wp:code -->
- <pre class="wp-block-code"><code><?xml version="1.0" encoding="utf-8"?>
- <RocketRulesConfiguration xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
- <DisplayOnConnect>false</DisplayOnConnect>
- <Rules>
- <Rule>
- <configText>Example Rule 1</configText>
- <configColor>FFFF00</configColor>
- </Rule>
- <Rule>
- <configText>Example Rule 2</configText>
- <configColor>00FF00</configColor>
- </Rule>
- <Rule>
- <configText>Example Rule 3</configText>
- <configColor>FF0000</configColor>
- </Rule>
- <Rule>
- <configText>Example Rule 4</configText>
- <configColor>0000FF</configColor>
- </Rule>
- </Rules>
- </RocketRulesConfiguration></code></pre>
- <!-- /wp:code -->
- <!-- wp:paragraph -->
- <p><strong>Tradução:</strong></p>
- <!-- /wp:paragraph -->
- <!-- wp:code -->
- <pre class="wp-block-code"><code><?xml version="1.0" encoding="utf-8"?>
- <Translations xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
- <Translation Id="rule" Value="{0}" />
- <Translation Id="pages" Value="Next page: &quot;/rules {0}&quot;." />
- <Translation Id="endofrules" Value="You have reached the end of the rules." />
- </Translations></code></pre>
- <!-- /wp:code -->
- <!-- wp:separator -->
- <hr class="wp-block-separator"/>
- <!-- /wp:separator -->
- <!-- wp:button {"backgroundColor":"vivid-cyan-blue","borderRadius":20,"align":"center"} -->
- <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>
- <!-- /wp:button -->
- <!-- wp:embed-block-for-github/repository {"github_url":"https://github.com/RocketModPlugins/PublicRocketmodPlugins"} /-->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement