Mod
Item Banning (Fabric)
No reviews yet
Ban items from being obtainable
Does not follow a specific thematic focus apart from vanilla Minecraft.
Used for mods with little to no gameplay elements.
Includes tools and features for server management.
A modified or ported version of an existing mod.
Community voices
Reviews
Click once to include, again to exclude, again to clear
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
About
Project Details
For authors
Embed Badge
If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.
Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.
Identifiers
Platform IDs
About
Description
Fabric port of https://www.curseforge.com/minecraft/mc-mods/item-banning
This mod is primarily a server utility meant for modded servers to prevent players from accessing certain items, however it can be used for singleplayer modpacks as well (not recommended unless necessary)
Commands:
/itemblacklist ban <item|hand> {optional}<permission_level> {optional}<nbt_comparison> {optional}<reason>
/itemblacklist unban <item|all> {optional}<permission_level>
/itemblacklist list {optional}<permission_level>
The default config is generated in the 'config' folder of your Minecraft profile. The config that is used in-game is generated in the world save, ie "saves/New World/serverconfig/itemblacklist.json". The format is as follows:
1.20+
{
"ban_list": {
"level_0": [],
"level_1": [],
"level_2": [],
"level_3": [],
"level_4": []
}
}
1.19-1.19.4
{
"level_0_ban_list": [],
"level_1_ban_list": [],
"level_2_ban_list": [],
"level_3_ban_list": [],
"level_4_ban_list": []
}
Within each of the arrays (the '[]' at the end of each '...ban_list'), items can be defined, like so:
{
"level_0_ban_list": [
"minecraft:enderman_spawn_egg",
"minecraft:creeper_spawn_egg"
],
"level_1_ban_list": [],
"level_2_ban_list": [],
"level_3_ban_list": [],
"level_4_ban_list": [
"minecraft:command_block"
]
}
TODO:
- Allow more control over the banned items
Screenshots
Gallery
Versions
Files
Relations
Project Relations
More like this
Similar Mods
Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.
On ModDex
Community snapshot
By the numbers
Statistics
Want to reach Minecraft players?
We're looking for a server hosting partner to feature here and other parts of the site. Interested? Send us a message!
Get in touchGet it on
Available Platforms
On ModDex
Community snapshot
By the numbers