> For the complete documentation index, see [llms.txt](https://rules.dmc-minecraft.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://rules.dmc-minecraft.net/konstituciya/razdel-4.md).

# Раздел 4

***

### **Статья 13. Порядок изменения и Структура Законодательства**

#### **13.1**

Поправки в Конституцию могут быть внесены по предложению Верховного Судьи и вступают в силу после единогласного одобрения Советом Городов и Советом Министров.

#### **13.2**

Поправки в иные от Конституции правовые акты вносятся Советом Министров по инициативе Министра и/или Совета Городов. Для их принятия необходимо одобрение Совета Министров и согласование с Верховным Судьёй. В случае если 60% и более членов Совета Министров выступают против поправки — она отклоняется.

#### **13.3**

**Структура степени главенства законов в DMC:**

* Высшая Администрация
* Конституция
* Указ Совета Министров
* Нормативно-правовые акты
* Указ Совета Городов
* Указ Министра
* Устав Города или иного объединения

{% hint style="info" icon="diamond-exclamation" %}
Низшие ступени не должны противоречить более высшим.
{% endhint %}

#### **13.4**

**Иерархия в государственных структурах:**

```mermaid
flowchart TD
    stf["<b>DMC Staff"]

    stf ==> sm["<b>Совет Министров"]
    stf ==> sg["<b>Совет Городов"]
    stf ==> S["<b>Верхovный Судья"]

    sm ==> I["<b>Министр \nИнфраструктуры"]
    sm ==> M["<b>Министр \nВнутренних Дел"]
    sm ==> E["<b>Министр Экономики"]

    %% Инфраструктура
    I ==> I1["<b>Заместитель"]

    I1 ==> I2["<b>Заведующий<br/>Спавна"]
    I1 ==> I3["<b>Заведующий<br/>Хаба"]
    I1 ==> I4["<b>Заведующий<br/>Энда"]
    I1 ==> I2a["<b>Глава \nПерестройщиков"]
    I1 ==> I3a["<b>Глава Чинил"]
    I1 ==> I4a["<b>Глава \nСобирателей"]
    I1 ==> I4c["<b>Архитектор"]

    I2a ==> I2b["<b>Перестройщик"]

    I3a ==> I3b["<b>Чинила"]

    I4a ==> I4b["<b>Собиратель"]

    %% МВД
    M ==> M8["<b>Заместитель"]
    M8 ==> M7["<b>Майор"]
    M7 ==> M6["<b>Капитан"]
    M6 ==> M5["<b>Лейтенант"]
    M5 ==> M4["<b>Старший сержант"]
    M4 ==> M3["<b>Сержант"]
    M3 ==> M2["<b>Рядовой"]
    M2 ==> M1["<b>Кадет"]

    %% Экономика
    E ==> E1["<b>Заместитель"]
    E1 ==> E2["<b>Банкир"]

    %% Верхovный суд
    S ==> S1["<b>Заместитель"]
    S1 ==> S2["<b>Судья"]
    S2 ==> S3["<b>Государственный \nАдвокат"]
    S2 ==> S4["<b>Прокурор"]

    classDef staff stroke:red,stroke-width:4px;
    class stf staff;

    classDef svm stroke:#7CE2D4,stroke-width:4px;
    class sm svm;

    classDef svg stroke:#E91E62,stroke-width:4px;
    class sg svg;

    classDef sud stroke:#2B90FC,stroke-width:4px;
    class S,S1,S2,S3,S4 sud;

    classDef inf stroke:#F0710F,stroke-width:4px;
    class I,I1,I2,I3,I4,I2a,I3a,I4a,I4c,I2b,I3b,I4b inf;

    classDef mvd stroke:#483AE2,stroke-width:4px;
    class M,M8,M7,M6,M5,M4,M3,M2,M1 mvd;

    classDef eco stroke:#57D310,stroke-width:4px;
    class E,E1,E2 eco;
```

### **Дата принятия**

* **20.10.2025**


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://rules.dmc-minecraft.net/konstituciya/razdel-4.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
