mirror of
https://github.com/DeveloLongScript/MHSF.git
synced 2026-05-09 09:55:02 -05:00
Compare commits
4 Commits
2af6af7d5f
...
e0a030879d
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e0a030879d | ||
|
|
b36815f5f6 | ||
|
|
efb9a908ea | ||
|
|
020cb20159 |
@ -45,7 +45,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"group": "Legal",
|
"group": "Legal",
|
||||||
"pages": ["legal/rules"]
|
"pages": ["legal/rules", "legal/compliance"]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|||||||
47
apps/docs/legal/compliance.mdx
Normal file
47
apps/docs/legal/compliance.mdx
Normal file
@ -0,0 +1,47 @@
|
|||||||
|
---
|
||||||
|
title: "Minehut Compliance"
|
||||||
|
icon: "truck"
|
||||||
|
---
|
||||||
|
|
||||||
|
<Info>
|
||||||
|
This document will be regularly updated in accordance with new information.
|
||||||
|
</Info>
|
||||||
|
|
||||||
|
Recently, we've been in contact with Minehut staff to ensure our compliance with users & server owners that use the platform.
|
||||||
|
We've decided to compile a list of important information to ensure you will not be punished.
|
||||||
|
|
||||||
|
## MHSF Communication
|
||||||
|
|
||||||
|
As said above, we've been in contact with Minehut staff. As said in a statement:
|
||||||
|
|
||||||
|
> **Please do not abuse the APIs** or collaborate with anyone using your APIs to compromise our systems in any way.
|
||||||
|
>
|
||||||
|
> _said privately from Tim at GamerSafer_
|
||||||
|
|
||||||
|
We'd like to share what abusing the APIs that are provided by Minehut really means.
|
||||||
|
|
||||||
|
### What is considered "abusing" Minehut APIs?
|
||||||
|
|
||||||
|
There are various different things this could mean. Here is an inclusive list of what is considered "abusing" Minehut APIs (or MHSF's):
|
||||||
|
|
||||||
|
- Spamming, "DDoS"-ing or repetitively requesting information from MHSF or Minehut's API[s]
|
||||||
|
- Using MHSF or Minehut's API[s] to violate rules stated in Minehut's ruleset:
|
||||||
|
1. Using it directly to grab information of player's who advertise your server
|
||||||
|
2. To get private information about another player or user that could be used in malicious intent
|
||||||
|
- Using MHSF or Minehut's API[s] to violate legal regulations
|
||||||
|
|
||||||
|
<Warning>
|
||||||
|
Remember, this list isn't exhaustive. There may be things that aren't listed
|
||||||
|
here that are considered "abusing" Minehut APIs.
|
||||||
|
</Warning>
|
||||||
|
|
||||||
|
## Other information
|
||||||
|
|
||||||
|
There is not a clear punishment for users using MHSF directly _if_ Minehut wasn't happy with our service. However, for avoidance of DMCA takedowns and
|
||||||
|
cease and desists, we will have to listen to Minehut's demands. We have no choice unfortunately.
|
||||||
|
|
||||||
|
Please make sure you are following API rules from both platforms to avoid MHSF being taken down.
|
||||||
|
|
||||||
|
## Have any questions?
|
||||||
|
|
||||||
|
Shoot us an email @ [support@mhsf.app](mailto:support@mhsf.app). And if you have an issue with a specific issue, [report it!](/guides/reporting-server)
|
||||||
@ -46,7 +46,7 @@
|
|||||||
"next": "15.1.6",
|
"next": "15.1.6",
|
||||||
"next-themes": "^0.4.4",
|
"next-themes": "^0.4.4",
|
||||||
"react": "^19.0.0",
|
"react": "^19.0.0",
|
||||||
"react-day-picker": "8.10.1",
|
"react-day-picker": "9.5.1",
|
||||||
"react-dom": "^19.0.0",
|
"react-dom": "^19.0.0",
|
||||||
"react-hook-form": "^7.54.2",
|
"react-hook-form": "^7.54.2",
|
||||||
"react-resizable-panels": "^2.1.7",
|
"react-resizable-panels": "^2.1.7",
|
||||||
|
|||||||
@ -46,7 +46,7 @@
|
|||||||
"next": "15.1.6",
|
"next": "15.1.6",
|
||||||
"next-themes": "^0.4.4",
|
"next-themes": "^0.4.4",
|
||||||
"react": "^19.0.0",
|
"react": "^19.0.0",
|
||||||
"react-day-picker": "8.10.1",
|
"react-day-picker": "9.5.1",
|
||||||
"react-dom": "^19.0.0",
|
"react-dom": "^19.0.0",
|
||||||
"react-hook-form": "^7.54.2",
|
"react-hook-form": "^7.54.2",
|
||||||
"react-resizable-panels": "^2.1.7",
|
"react-resizable-panels": "^2.1.7",
|
||||||
|
|||||||
@ -52,8 +52,10 @@ export default function Footer() {
|
|||||||
|
|
||||||
<p>© {new Date().getFullYear()} dvelo</p>
|
<p>© {new Date().getFullYear()} dvelo</p>
|
||||||
<strong className="text-sm">
|
<strong className="text-sm">
|
||||||
MHSF is built on open-source technologies and is not endorsed by or
|
MHSF is built with open-source technologies.{" "}
|
||||||
affiliated with GamerSafer or its subsidiaries.{" "}
|
<Link href="/docs/legal/compliance">
|
||||||
|
Please view our compliance documentation for more information.
|
||||||
|
</Link>
|
||||||
</strong>
|
</strong>
|
||||||
<br />
|
<br />
|
||||||
<span className="flex items-center">
|
<span className="flex items-center">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user