-
Notifications
You must be signed in to change notification settings - Fork 199
Expand file tree
/
Copy pathterms.html
More file actions
59 lines (59 loc) · 4.46 KB
/
Copy pathterms.html
File metadata and controls
59 lines (59 loc) · 4.46 KB
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="Tiny World Builder Terms of Service" />
<title>Terms of Service - Tiny World Builder</title>
<link rel="icon" href="assets/twlogo.png" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap" />
<link rel="stylesheet" href="styles/landing.css" />
<style>
.legal-main { width:min(980px, calc(100vw - 32px)); margin:0 auto; padding:132px 16px 56px; }
.legal-card { background:rgba(255,255,255,.76); border:1px solid rgba(255,255,255,.62); border-radius:var(--radius-xl); box-shadow:var(--shadow); backdrop-filter:blur(20px) saturate(180%); -webkit-backdrop-filter:blur(20px) saturate(180%); padding:clamp(22px,4vw,42px); color:#1c2533; }
.legal-card h1 { font-family:var(--display-font); font-size:clamp(32px,5vw,52px); margin:0 0 6px; }
.legal-card h2 { margin:28px 0 10px; font-size:20px; }
.legal-card p, .legal-card li { color:#404a5c; line-height:1.65; }
.legal-card a { color:var(--accent); font-weight:700; text-decoration:none; }
.legal-card a:hover { text-decoration:underline; }
.legal-note { margin-top:22px; padding:14px 16px; border-radius:var(--radius-lg); background:rgba(58,114,200,.09); border:1px solid rgba(58,114,200,.18); }
</style>
</head>
<body class="landing-page">
<header class="site-header" aria-label="Tiny World Builder">
<a class="site-logo" href="/" aria-label="Tiny World Builder home"><img src="assets/twlogo-wordmark.png" alt="Tiny World Builder" width="1064" height="403" /></a>
<nav class="site-nav" aria-label="Primary">
<a href="/">Home</a><a href="/worlds">Worlds</a><a href="/docs">Docs</a><a href="/features">Suggest</a><a href="/news">News</a><a class="nav-cta" href="/tiny-world-builder">Start building</a>
</nav>
</header>
<main class="legal-main">
<article class="legal-card">
<h1>Terms of Service</h1>
<p><strong>Last updated:</strong> June 2026</p>
<p>These terms govern access to Tiny World Builder, TinyWorld community features, chat, profiles, worlds, and game access. By using the service you agree to these terms and the <a href="/code-of-conduct">Code of Conduct</a>.</p>
<h2>1. Community access</h2>
<p>You may need to sign in, complete a human-verification check, and provide required profile details such as a Twitter/X handle before posting, messaging, joining rooms, or playing community-connected game modes.</p>
<h2>2. Zero-tolerance rules</h2>
<p>No selling or promoting other contract addresses, meme coins, coins, tokens, presales, airdrops, or similar financial schemes. No abuse, harassment, foul language, hateful content, sexual/nude content, spam, or intentionally negative sentiment toward the community.</p>
<h2>3. Enforcement ladder</h2>
<ul>
<li>First violation: 4-hour suspension from community and game access.</li>
<li>Second violation: 24-hour suspension from community and game access.</li>
<li>Third violation: permanent ban from community and game access.</li>
</ul>
<p>Moderators may remove messages, restrict accounts, and apply stronger action where needed to protect users or the service.</p>
<h2>4. Moderation and automation</h2>
<p>TinyWorld may use automated moderation, including AI-assisted classification, rate limits, spam controls, reports/downvotes, and human review. Automated systems may trigger suspensions when policy violations are detected.</p>
<h2>5. User content</h2>
<p>You are responsible for your profile, messages, worlds, and other content. Do not upload or submit anything unlawful, abusive, infringing, unsafe, or misleading. Preset avatars may be used to keep profile images safe.</p>
<h2>6. Availability</h2>
<p>The service may change, pause, or be unavailable. Features may be experimental and may be removed or adjusted without notice.</p>
<h2>7. Contact</h2>
<p>For questions, use the contact channel provided by the project owner. If no contact is listed, open an issue or reach out through the project community.</p>
<p class="legal-note">These lightweight terms are written for the TinyWorld community experience and are not a substitute for formal legal advice.</p>
</article>
</main>
</body>
</html>