-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreglas.php
36 lines (35 loc) · 1.84 KB
/
reglas.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/css/theme.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;700&display=swap" rel="stylesheet">
<script src="https://kit.fontawesome.com/89178b42f5.js" crossorigin="anonymous"></script>
<title>Reglas</title>
<style>
li {
padding: 2%;
}
</style>
</head>
<body>
<?php include("nav.php") ?>
<div id="content">
<h1>Reglas</h1>
<ol>
<li>No se permite Minecraft Técnico.</li>
<li>No se permiten granjas gigantes que afecten el rendimiento del servidor, provocando lag, solo se aceptarán unas cuantas personales aprobadas por el staff, esto en función de una mejor experiencia.</li>
<li>El uso de Redstone debe ser moderado y sólo para funciones específicas.</li>
<li>Los animales serán limitados por usuario (Max: 8 unidades por tipo de animal)</li>
<li>No se permiten griffeos ni robos de ningún tipo, en caso de hacerlo, este acto se paga con cárcel. Se considera grifeo destruir o alterar cualquier propiedad de otro jugador sin su consentimiento en cualquier área protegida.</li>
<li>No se permite hacer trampa de ninguna forma. Cualquier cosa que le dé una ventaja injusta sobre otros jugadores se considera trampa.</li>
<li>Ser respetuoso con el resto de usuarios, evitar la agresión verbal dentro del servidor ya sea por texto o voicechat.</li>
</ol>
</div>
<?php include("footer.php") ?>
</body>
</html>