# 서버 내 운영정책

## 서버 처벌 단계

> 플립온라인은 다음과 같은 처벌 성격을 가지고 있습니다.

{% stepper %}
{% step %}

### <mark style="color:$warning;">채팅금지</mark>

가장 기본적인 처벌이며, 인게임 내 불화, 욕설, 또는 개인정보유출등 채팅과 관련된 규정어김을 처리합니다.
{% endstep %}

{% step %}

### <mark style="color:purple;">감옥</mark>

서버 내 플레이를 제한하는 처벌이며, 채팅금지와 같은 처벌과 함께 들어가거나, 서버 내 버그악용등을 했을 때 처리합니다.
{% endstep %}

{% step %}

### <mark style="color:$danger;">영구정지</mark>

서버 내 영구적인 플레이를 금지하는 처벌이며, 심각한 버그악용, 현금거래등에 대한 처리입니다.\ <br>
{% endstep %}
{% endstepper %}

## 플립온라인 처벌횟수 안내

### 안내

{% hint style="danger" %}
서버 내 별도의 경고 기능은 존재하지 않지만, 이용자의 처벌 횟수에 따라 다음과 같이 추가 처벌이 적용됩니다.
{% endhint %}

### 처벌횟수별 적용 기준

| 처벌횟수 | 적용 처벌  |
| ---: | ------ |
|  15회 | 감옥 3일  |
|  30회 | 감옥 5일  |
|  50회 | 감옥 10일 |

### 유의사항

* 처벌횟수는 서버 운영 기록을 기준으로 산정됩니다.
* 처벌횟수 누적에 따른 추가 처벌은 기존 규정 위반 처벌과 별도로 적용될 수 있습니다.
* 본 안내에 명시되지 않은 사항은 운영정책 및 관리진 판단에 따라 처리될 수 있습니다.<br>

## 처벌이의제기

> 모든 처벌 이의제기는 디스코드 "티켓"을 통해 받습니다.\
> 부당한 처벌이라고 생각 될 시 [<mark style="color:purple;">**\[디스코드\]**</mark>](https://discord.gg/qZUqKhjAuc) 내 티켓채널을 이용해주세요.

***


---

# Agent Instructions: 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:

```
GET https://wiki.flipsv.kr/rules/first.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
