Integrated Legacy Minecraft Ban System: Difference between revisions
Noggisoggi (talk | contribs) (Added "can't modify own ban") |
Noggisoggi (talk | contribs) (Formatted ban information to be a table & used the gallery tag.) |
||
Line 1: | Line 1: | ||
[[Category:Server internals]] | [[Category:Server internals]] | ||
The '''Integrated Legacy Minecraft Ban System''' ('''LMBS'''), formerly '''Johny Bans''' ('''JBans'''), is a centralized, cross-server ban system for Minecraft servers runnning on legacy versions.<br /> | The '''Integrated Legacy Minecraft Ban System''' ('''LMBS'''), formerly '''Johny Bans''' ('''JBans'''), is a centralized, cross-server ban system for Minecraft servers runnning on legacy versions.<br /> | ||
Its primary interface, the '''Legacy Minecraft Ban Database''' ('''LMBD'''; [https://bans.johnymuffin.com/ https://bans.johnymuffin.com]) is a public list of banned players on servers using the LMBS. | Its primary interface, the '''Legacy Minecraft Ban Database''' ('''LMBD'''; [https://bans.johnymuffin.com/ https://bans.johnymuffin.com]) is a public list of banned players on servers using the LMBS. | ||
Players banned on one server using the LMBS can't join others using it. | Players banned on one server using the LMBS can't join others using it. | ||
<gallery> | |||
File:LMBD-1.png|The main page of the LMBD. | |||
File:LMBD-2.png|A player's ({{user|Noggisoggi}}'s) page. | |||
File:LMBD-6.png|The disconnect message a banned player sees if they connect to a server using the LMBS. | |||
</gallery> | |||
== Commands == | == Commands == | ||
* <code>/jban <username> (reason) (duration)</code> - Ban a username on the LMBS. | * <code>/jban <username> (reason) (duration)</code> - Ban a username on the LMBS. | ||
Line 16: | Line 18: | ||
<nowiki>https://bans.johnymuffin.com/b/xxxxxE</nowiki> | <nowiki>https://bans.johnymuffin.com/b/xxxxxE</nowiki> | ||
where <code>x</code> is a placeholder value. | where <code>x</code> is a placeholder value. | ||
== | {| class="wikitable" style="margin:auto" | ||
|+ Ban information | |||
! Attribute !! Comments | |||
|- | |||
| Username || | |||
|- | |||
| Admin || The player who issued the ban (and the one with <code>/jban</code>) | |||
|- | |||
| Reason || Fallback value is "<code>Ban Reason Not Specified</code>". | |||
|- | |||
| Expiry || Default value is "<code>Permanent</code>". | |||
|- | |||
|| Server || | |||
|- | |||
| ID || | |||
|- | |||
| Time Issued || The time zone of the LMBD server is UTC -05. | |||
|- | |||
| Pardoned || It'll be set to "<code>Yes</code>" if the ban is pardoned or the player is unbanned via <code>/junban</code>.<br />It won't be set if the ban expiry time passes, if there is one. | |||
|- | |||
| Active || Same conditions as the above attribute, but it'll be set to "<code>No</code>" if the ban expiry date expires, if there is one. | |||
|} | |||
=== Ban modification === | === Ban modification === | ||
Only staff members of servers participating in the LMBS can modify bans.<br /> | Only staff members of servers participating in the LMBS can modify bans.<br /> | ||
They need to run <code>/jbcode</code> to get an authentication code to login.<br /> | They need to run <code>/jbcode</code> to get an authentication code to login.<br /> | ||
After authentication, they can modify the information (reason, pardon, expiry) on the bans they themselves have issued, but not bans someone else has issued and on bans where they have themselves banned. | After authentication, they can modify the information (reason, pardon, expiry) on the bans they themselves have issued, but not bans someone else has issued and on bans where they have themselves banned. | ||
<gallery> | |||
File:LMBD-5.png|Ban modification modal. | |||
File:LMBD-7.png|The error message a player recives if they try to modify their own ban. | |||
</gallery> | |||
=== Evidence submission === | === Evidence submission === | ||
Evidence is required for bans to take place cross-server.<br /> | Evidence is required for bans to take place cross-server.<br /> | ||
Authentication is also required to upload evidence, however, evidence can be uploaded onto bans issued by other staff members on other servers, but evidence deletion can only be done by the ban issuer. | Authentication is also required to upload evidence, however, evidence can be uploaded onto bans issued by other staff members on other servers, but evidence deletion can only be done by the ban issuer. | ||
<gallery> | |||
File:LMBD-4.png|Evidence submission & deletion UI modals. | |||
</gallery> | |||
== Ban appeal methods == | == Ban appeal methods == | ||
A player needs to contact the server that banned them to appeal their ban.<br /> | A player needs to contact the server that banned them to appeal their ban.<br /> |
Revision as of 08:36, 13 July 2023
The Integrated Legacy Minecraft Ban System (LMBS), formerly Johny Bans (JBans), is a centralized, cross-server ban system for Minecraft servers runnning on legacy versions.
Its primary interface, the Legacy Minecraft Ban Database (LMBD; https://bans.johnymuffin.com) is a public list of banned players on servers using the LMBS.
Players banned on one server using the LMBS can't join others using it.
-
The main page of the LMBD.
-
A player's ( Noggisoggi's) page.
-
The disconnect message a banned player sees if they connect to a server using the LMBS.
Commands
/jban <username> (reason) (duration)
- Ban a username on the LMBS./junban <username>
- Unban a username on the LMBS - this will pardon any and all bans a specified username has across servers./jbcode
- Recive the authentication code for the LMBD./mbexceptions
- Manage server-specific ban exceptions.
Ban ID page
All ban ID pages use this format:
https://bans.johnymuffin.com/b/xxxxxE
where x
is a placeholder value.
Attribute | Comments |
---|---|
Username | |
Admin | The player who issued the ban (and the one with /jban )
|
Reason | Fallback value is "Ban Reason Not Specified ".
|
Expiry | Default value is "Permanent ".
|
Server | |
ID | |
Time Issued | The time zone of the LMBD server is UTC -05. |
Pardoned | It'll be set to "Yes " if the ban is pardoned or the player is unbanned via /junban .It won't be set if the ban expiry time passes, if there is one. |
Active | Same conditions as the above attribute, but it'll be set to "No " if the ban expiry date expires, if there is one.
|
Ban modification
Only staff members of servers participating in the LMBS can modify bans.
They need to run /jbcode
to get an authentication code to login.
After authentication, they can modify the information (reason, pardon, expiry) on the bans they themselves have issued, but not bans someone else has issued and on bans where they have themselves banned.
-
Ban modification modal.
-
The error message a player recives if they try to modify their own ban.
Evidence submission
Evidence is required for bans to take place cross-server.
Authentication is also required to upload evidence, however, evidence can be uploaded onto bans issued by other staff members on other servers, but evidence deletion can only be done by the ban issuer.
-
Evidence submission & deletion UI modals.
Ban appeal methods
A player needs to contact the server that banned them to appeal their ban.
They can also contact other servers for a server-specific exception.
Should that server be currently offline, they can request other servers using the LMBD to unban them.
For RetroMC, evidence is required for a ban to be valid; see RetroMC Staff Policy Manual#2. Documentation of Ban Evidence.