Access Denied (Legacy)

Quick rating

Access Denied (Legacy)

No reviews yet

Backport of the project 'Access Denied' to older 'legacy' versions of Minecraft.

Mod Loaders
Forge
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

About

Project Details

Type
Mod
Latest Version
1.16.5-1.0.0-beta.1 | Access Denied (Legacy)
Authors

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.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID

Resources

External Links

Source Issues Wiki Discord

About

Description

Access Denied (Legacy)

As of 1/2/2026 this project has been discontinued due to low demand. Further updates to the main project will continue as normal.

Modrinth

CurseForge

Discord

Access Denied (Legacy) allows server owners and modpack developers to have complete control over players' access to dimensions.

This mod's extensive customizability allows you to either disable certain dimensions entirely, or setup various requirements the players must complete before being able to access that specific dimension.

Warning

This description only works for versions from 1.0.0-beta.1 upwards.

Configuration

Access Denied (Legacy) has a general configuration located here:

  • Forge: world/serverconfig/access_denied/configuration.toml

In this configuration, you can customize:

  • disabledDimensions --> List of dimensions (can be left empty) that players cannot access at all.

  • pushBackPlayer --> Option to push the player outside of the portal when they cannot enter the dimension.

  • consumeItem --> Option to consume the item(s) specified in the itemKeys requirement.

  • accessDeniedMessage --> Text displayed when the player can't access a dimension.

  • requirementsMessageBuilder --> List of Strings that create the big requirements message.

Dimension Requirements

Let's move on to setting up the Dimension Requirements.

Access Denied (Legacy) provides a vast amount of optional requirements that can be added:

  • REQUIRED: dimension = Registry name of the dimension

  • blocksBroken = Amount of blocks that must be mined

  • blocksPlaced = Amount of blocks that must be placed

  • xpLevel = Level of experience required

  • playerKills = Amount of player kills required

  • mobKills = Amount of entity kills required (Does not count players)

  • playTime = Amount of seconds of playtime required

  • itemsKey = List of itemsthe player must have in their inventory

  • effects = List of effectsthe player must have active

  • health = The health the player must have

  • deaths = The amount of deaths the player must have

  • chance = Additional chance to get into the dimension if the rest of the requirements are met

  • advancements = List of advancements the player must have completed

  • jumps = Amount of jumps the player must do

  • timesFished = Amount of times the player needs to have fished

  • ftbQuestIds = List of FTB Quest IDs the player must have completed

  • mobBounties = List of mobs the player has to kill and their amount, for example 3 zombies

  • blockBounties = List of blocks the player has to mine and their amount, for example 5 obsidian

  • locationBiome = The biome the player has to be in to be able to enter the target dimension

  • locationDimension = The dimension the player has to be in to be able to enter the target dimension

These requirements must be placed inside a json file (can be named anything you want, but no spaces or capital letters) inside of the folder config/access_denied.

Here's an example:

nether.json

{
  "dimension": "minecraft:the_nether",
  "blocksBroken": 35,
  "blocksPlaced": 70,
  "xpLevel": 30,
  "playerKills": 3,
  "mobKills": 10,
  "playTime": 300,
  "itemsKey": [
    "minecraft:diamond",
    "minecraft:netherite_sword"
  ],
  "effects": [
    "minecraft:strength",
    "minecraft:invisibility"
  ],
  "health": 20,
  "deaths": 1,
  "chance": 50,
  "advancements": [
    "minecraft:story/follow_ender_eye",
    "minecraft:adventure/kill_a_mob"
  ],
  "jumps": 75,
  "timesFished": 12,
  "ftbQuestIds": [
    "questId1",
    "questId2"
  ],
  "jumps": 50,
  "timesFished": 3,
  "mobBounties": {
    "minecraft:cow": 5,
    "minecraft:zombie": 14
  },
  "blockBounties": {
    "minecraft:glass": 10,
    "minecraft:end_stone": 64
  }
}

Requirements Builder [CURRENTLY OUTDATED]

On our website there is a page to setup the requirements you want in a user friendly way! Try it out!

Requirements Builder

Kinetic Hosting

Screenshots

Gallery

This project has no gallery images yet.

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

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

<1,000
Downloads
Last Updated
Created
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works