Перейти к содержимому
Mineforgian

Dimension Blocker

A simple mod to block the access to dimensions!

9K загрузок14 подписчиковMITfabric

Обновлён 22 августа 2025 г. · опубликован 28 февраля 2025 г.

What is this mod?

Dimension Blocker is a server-side mod that adds new commands to block access to dimensions on your server! This mod only block access through portals and teleportation but not with /execute, so admins have still a way to teleport to restricted dimensions.

What new commands?

Here is the list :

  • /blockdimension [dimension_name] : Block the dimension provided.
  • /unblockdimension [dimension_name] : Unblock the dimension provided.
  • /languagedimension [language] : Change the language used by the mod for the player.
  • /getdimensionpermission [dimension_name] : Get the permission name linked to the dimension (you can click on it to copy to the clipboard), add it to a group or a player with your permissions mod to allow the access in a specific dimension.

What is the translations system?

A config file "dimensionblocker_translations.json" is automatically generated on server start, you can add translations as below that your players can use with the /languagedimension command (here i added a french translation):

{
  "en": {
    "dimension_cancel": "You can\u0027t teleport to this dimension.",
    "blockdimension_success": "Dimension is now blocked!",
    "blockdimension_failure": "Dimension is already blocked.",
    "unblockdimension_success": "Dimension is no longer blocked!",
    "unblockdimension_failure": "Dimension is not blocked.",
    "dimensionlanguage_success": "DIMENSION language changed!",
    "dimensionlanguage_failure": "Error : The language provided is invalid.",
    "version": "1"
  },
"fr": {
    "dimension_cancel": "Vous ne pouvez pas vous téléporter dans cette dimension.",
    "blockdimension_success": "La dimension est maintenant bloquée !",
    "blockdimension_failure": "La dimension est déjà bloquée.",
    "unblockdimension_success": "La dimension n'est plus bloquée !",
    "unblockdimension_failure": "La dimension n'est pas bloquée.",
    "dimensionlanguage_success": "La langue de la dimension a été modifiée !",
    "dimensionlanguage_failure": "Erreur : La langue fournie est invalide.",
    "version": "1"
  }
}

Версии

ВерсияКаналИграЗагрузчикиДатаСкачать
1.1.0Релиз1.21.8fabric22 августа 2025 г.Скачать (36 КБ)
1.1.0Релиз1.21.7fabric22 августа 2025 г.Скачать (36 КБ)
1.1.0Релиз1.21.6fabric22 августа 2025 г.Скачать (36 КБ)
1.1.0Релиз1.21.5fabric22 августа 2025 г.Скачать (36 КБ)
1.1.0Релиз1.21.1fabric22 августа 2025 г.Скачать (35 КБ)
1.1.0Релиз1.20.1fabric22 августа 2025 г.Скачать (35 КБ)
1.0.3Релиз1.21.8fabric20 июля 2025 г.Скачать (23 КБ)
1.0.3Релиз1.21.7fabric4 июля 2025 г.Скачать (23 КБ)
1.0.3Релиз1.21.6fabric17 июня 2025 г.Скачать (23 КБ)
1.0.3Релиз1.20.1fabric12 мая 2025 г.Скачать (21 КБ)
1.0.3Релиз1.21.1fabric12 мая 2025 г.Скачать (21 КБ)
1.0.3Релиз1.21.5fabric12 мая 2025 г.Скачать (23 КБ)
1.0.2Релиз1.21.5fabric18 апреля 2025 г.Скачать (23 КБ)
1.0.2Релиз1.20.1fabric18 апреля 2025 г.Скачать (21 КБ)
1.0.2Релиз1.21.1fabric18 апреля 2025 г.Скачать (21 КБ)

Показаны последние 15 из 19 версий.

Ченджлог

1.1.0Релиз1.21.8 · 22 августа 2025 г.
  • Added permissions system to still allow players to teleport into a dimension if they have the right permission
  • Added /getdimensionpermission
1.1.0Релиз1.21.7 · 22 августа 2025 г.
  • Added permissions system to still allow players to teleport into a dimension if they have the right permission
  • Added /getdimensionpermission
1.1.0Релиз1.21.6 · 22 августа 2025 г.
  • Added permissions system to still allow players to teleport into a dimension if they have the right permission
  • Added /getdimensionpermission
1.1.0Релиз1.21.5 · 22 августа 2025 г.
  • Added permissions system to still allow players to teleport into a dimension if they have the right permission
  • Added /getdimensionpermission
1.1.0Релиз1.21.1 · 22 августа 2025 г.
  • Added permissions system to still allow players to teleport into a dimension if they have the right permission
  • Added /getdimensionpermission
1.1.0Релиз1.20.1 · 22 августа 2025 г.
  • Added permissions system to still allow players to teleport into a dimension if they have the right permission
  • Added /getdimensionpermission
1.0.3Релиз1.21.6 · 17 июня 2025 г.

Ported to 1.21.6

1.0.3Релиз1.20.1 · 12 мая 2025 г.

Better Prediction

Комментарии

Загружаем…