Starting out as a YouTube channel making Minecraft Adventure Maps, Hypixel is now one of the largest and highest quality Minecraft Server Networks in the world, featuring original games such as The Walls, Mega Walls, Blitz Survival Games, and many more! Welcome to Skycade's Ban List. Here is where all of our punishments are listed.
Ban Type | Ban ID | Player Name | Server Name | Banned By | Ban Reason | Date Issued | Reputation |
Global | 5624309 | hamukatudaijin | play.jaoafa.com | mine_book000 | griefing( https://jaoa... | 2020-12-10 23:27:54 | 7.52 / 10 |
Global | 5624306 | sasso_777 | mc.phate.io | console | griefing | 2020-12-08 20:14:56 | 7 / 10 |
Global | 5624305 | wilsonmark15 | mc.phate.io | console | griefing | 2020-12-06 09:25:20 | 7 / 10 |
Global | 5624303 | stevejr2018 | pechi.jp | azalea__ | griefing | 2020-12-05 12:18:20 | 7.52 / 10 |
Global | 5624302 | shinnosuke2055 | pechi.jp | console | 荒らし行為 | 2020-12-05 11:44:03 | 8.66 / 10 |
Global | 5624299 | fumis_1 | mc.sudachi-inc.ml | abechi_m8l8 | survivalfly | 2020-12-03 08:55:49 | 9.25 / 10 |
Global | 5624298 | gm9_ | play.jaoafa.com | mine_book000 | griefing( https://jaoa... | 2020-12-01 14:07:32 | 7.52 / 10 |
Global | 5624294 | takutakumori | pechi.jp | console | §f[§c!§... | 2020-11-29 09:38:50 | 8.66 / 10 |
Global | 5624292 | haruto_ca_bi | pechi.jp | azalea__ | griefing | 2020-11-29 08:18:30 | 8.66 / 10 |
Global | 5624288 | pluuuuuto | svr2.mcsvr.online:29889 | yakitori_9 | griefing | 2020-11-28 11:08:56 | 9 / 10 |
Global | 5624285 | miya1003 | pechi.jp | azalea__ | griefing | 2020-11-25 16:05:23 | 8.66 / 10 |
Global | 5624283 | sato310____ | mc.toraden.com | toradencom | griefing | 2020-11-24 11:13:02 | 8.68 / 10 |
Global | 5624281 | jeff_0928 | mc.phate.io | console | theft/偷竊他人鑽石等物品 | 2020-11-23 01:53:58 | 7 / 10 |
Global | 5624280 | maizen7 | takkaserver.ddns.net | mec11 | xray | 2020-11-22 15:02:22 | 10 / 10 |
Global | 5624279 | tsubasa_nadja | mc.toraden.com | toradencom | griefing | 2020-11-22 11:10:06 | 8.68 / 10 |
Global | 5624278 | readerp | livecraft.net | console | tnt griefing | 2020-11-22 04:13:23 | 10 / 10 |
Global | 5624277 | m1ne_rab1t | hotokemcbans.ddns.net | cucurbitacin | flyhack and etc. | 2020-11-22 03:45:29 | 9.29 / 10 |
Global | 5624276 | stevejr2018 | play.mcbuildforest.com | kazuto0110 | griefing | 2020-11-21 18:46:30 | 7.52 / 10 |
Global | 5624275 | mizukawatko | manmamiya.work | phosphon15 | g griefing | 2020-11-21 03:04:56 | 8.83 / 10 |
Global | 5624274 | l__crow__l | mc.phate.io | console | griefing | 2020-11-20 20:34:03 | 7 / 10 |
Ban Type | Ban ID | Player Name | Server Name | Banned By | Ban Reason | Date Issued | Reputation |
Alpha V1.0.16
These commands control a server's banlist, or blacklist. A blacklist is a list of players or IP addresses that are not allowed to connect to the server. Bans supersede any whitelisting in place.
- 1ban
- 2ban-ip
- 3banlist
- 5banip
ban[edit]
Restrictions | Multiplayer |
---|
Adds a player to the blacklist.
Syntax[edit]
ban <targets> [<reason>]
Arguments[edit]
<targets>
: game_profile
- Must be a collection of game profiles (player profiles), which can be a player name (must be a real one if the server is in online mode), or a player-type target selector.
- Specifies the player profile(s) to be added to the blacklist.
<reason>
: message
- Must be a plain text. Can include spaces as well as target selectors. The game replaces entity selectors in the message with the list of selected entities' names, which is formatted as 'name1 and name2' for two entities, or 'name1, name2, ... and namen' for n entities.
- Message to display to the banned player, to other operators, and in the server logs. If unspecified, defaults to
Banned by an operator.
Result[edit]
Command | Trigger | Java Edition |
---|---|---|
any | the arguments are not specified correctly | Unparseable |
if the target selector fails to resolve to one or more online players | Failed | |
does not add any new player profile to blacklist | ||
On success | the player profile(s) is added to the server blacklist, which prevents anyone from connecting to the server with uuids of these profiles. |
Output[edit]
Command | Edition | Situation | Success Count | /execute store success ... | /execute store result ... |
---|---|---|---|---|---|
any | Java Edition | On fail | N/A | 0 | 0 |
On success | N/A | 1 | the number of new player names added to blacklist. |
ban-ip[edit]
Restrictions | Multiplayer |
---|
Adds an IP address to the blacklist.
Syntax[edit]
ban-ip <target> [<reason>]
Arguments[edit]
<targets>
: string
- Must be a string. And it must be in a single word (no spaces).
- Specifies the IP address to be added to the blacklist. Can also be a name of a online player, which represents the IP of that player.
<reason>
: message
- Must be a plain text. Can include spaces as well as target selectors. The game replaces entity selectors in the message with the list of selected entities' names, which is formatted as 'name1 and name2' for two entities, or 'name1, name2, ... and namen' for n entities.
- Message to display to the banned player, to other operators, and in the server logs. If unspecified, defaults to
Banned by an operator.
Result[edit]
Command | Trigger | Java Edition |
---|---|---|
any | the arguments are not specified correctly | Unparseable |
does not add any new IP address to blacklist | Failed | |
On success | the narrowly-specified address or that of the named, online player is added to the server blacklist, preventing anyone from connecting to the server from that address. |
Output[edit]
Command | Edition | Situation | Success Count | /execute store success ... | /execute store result ... |
---|---|---|---|---|---|
any | Java Edition | On fail | N/A | 0 | 0 |
On success | N/A | 1 | the number of online players that connecting with the specified IP. |
banlist[edit]
Restrictions | Multiplayer |
---|
Displays the server's blacklist.
Syntax[edit]
Minecraft Server Ban List 2019
banlist [ips|players]
Result[edit]
Always succeeds. Displays banned IP addresses or banned players.
Complete - Minecraft Ban Checker [ANY SERVER] [FREE] [WITH ...
Output[edit]
Command | Edition | Situation | Success Count | /execute store success ... | /execute store result ... |
---|---|---|---|---|---|
any | Java Edition | On success | N/A | 1 | the number of entries in the specified list. |
banip[edit]
Restrictions |
---|
Bans a player by IP number. Cannot be undone in-game; banned-ip.txt
must manually be changed.
The Classic equivalent of /ban-ip
.
Syntax[edit]
banip (<address>|<name>) [<reason>]
History[edit]
Java Edition Classic | |||||
---|---|---|---|---|---|
0.0.15a (Multiplayer Test 3) | Added /ban and /banip . | ||||
Java Edition Indev | |||||
0.31 | Removed all commands. | ||||
Java Edition Alpha | |||||
v1.0.16 | Re-added /ban . | ||||
Added /ban-ip and /banlist . |