mirror of
https://github.com/DeveloLongScript/MHSF.git
synced 2026-05-09 11:44:58 -05:00
Compare commits
1 Commits
e0a030879d
...
2af6af7d5f
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2af6af7d5f |
@ -45,7 +45,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"group": "Legal",
|
"group": "Legal",
|
||||||
"pages": ["legal/rules", "legal/compliance"]
|
"pages": ["legal/rules"]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|||||||
@ -1,47 +0,0 @@
|
|||||||
---
|
|
||||||
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)
|
|
||||||
@ -52,10 +52,8 @@ 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 with open-source technologies.{" "}
|
MHSF is built on open-source technologies and is not endorsed by or
|
||||||
<Link href="/docs/legal/compliance">
|
affiliated with GamerSafer or its subsidiaries.{" "}
|
||||||
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