🛡️Permissions

Check the permissions of Plazma.

Permissions are a simple security tool that sets the scope in which players on the server can interact with each other.

To properly utilize and easily modify permissions, you should use plugins like LuckPerms.


Understanding the default permission system

In Minecraft, basic management permission groups are provided.

운영자 및 명령 블록의 권한을 설정할 수 있으며, 서버 속성에서 수정할 수 있습니다.

  1. Player This is the permission group typically given to all players.

  2. Mediator Can bypass spawn protection.

  3. World Administrator Can use all commands and command blocks related to world management. This is the permission group applied by default to datapacks and command blocks.

  4. Administrator Can use all commands related to player management.

  5. Super Administrator Can use all commands including server management. This is the permission group applied by default to the console and operators.


Setting Permissions


Full Permissions


allow.ride.(Namespaced Key)

  • Default: none

Allows players to mount entities by crouching and interacting with them.

When mounted on an entity, players can control the entity's movement with the movement keys and jump or fly with the jump key.

The of the entity is entered in (Namespaced Key).

Purpur 세계별 구성에서 (Entity) > ridable을 활성화 한 경우에만 작동합니다.

allow.special.(Namespaced Key)

  • Default: none

Allows players to use special abilities of entities while mounted on them.

Not all entities have available special abilities. Refer below for a list of all available special abilities.

특수 기술에 대한 좋은 아이디어가 있나요?

Post your ideas on Plazma Discord or GitHub Discussions!

View currently available special abilities
  • crepper Explodes when the jump key is pressed. If the player has the allow.powered.creeper permission, they can hold down the jump key to charge it.

  • dolphin Dashes when the jump key is pressed.

  • phantom Shoots fire when the jump key is pressed.

  • wither Fires wither heads when interacted with.

Purpur 세계별 구성에서 (Entity) > ridable을 활성화 한 경우에만 작동합니다.

bukkit.command.compass

  • Default: World Administrator

Allows the use of the /compass command.

bukkit.command.credits

  • Default: World Administrator

Allows the use of the /credits (Player) command.

Adding .other after the permission name allows it to be used by other players.

bukkit.command.demo

  • Default: World Administrator

Allows the use of the /demo (Player) command.

Adding .other after the permission name allows it to be used by other players.

bukkit.command.ping

  • Default: World Administrator

Allows the use of the /ping (Player) command.

Adding .other after the permission name allows it to be used by other players.

bukkit.command.ram

  • Default: World Administrator

Allows the use of the /ram command.

bukkit.command.rambar

  • Default: World Administrator

Allows the use of the /rambar (Player) command.

Adding .other after the permission name allows it to be used by other players.

bukkit.command.restart

  • Default: World Administrator

Allows the use of the /restart command.

bukkit.command.tps

  • Default: World Administrator

Allows the use of the /tps command.

bukkit.command.tpsbar

  • Default: World Administrator

Allows the use of the /tpsbar (Player) command.

Adding .other after the permission name allows it to be used by other players.

bukkit.command.timings

  • Default: World Administrator

Allows the use of the /timings command.

해당 명령어는 사용이 중단되었습니다.

Check Spark for similar commands.

bukkit.command.uptime

  • Default: World Administrator

Allows the use of the /uptime command.

minecraft.command.gamemode.(GameMode)

  • Default: World Administrator

Allows the use of the /gamemode (GameMode) (Player) command.

Adding .other after the permission name allows it to be used by other players.

paper.antixray.bypass

  • Default: none

X-Ray 차단이 활성화 되어 있는 경우, 권한이 등록된 플레이어에게는 X-Ray 차단용 블록 난독화를 진행하지 않습니다.

This improves performance for both sides.

Refer to the page below for information on X-Ray configuration.

🩻X-Ray Blocking

plazma.bypass-moved-to-quickly-check

  • Default: none

해당 권한은 1.20.5에서 plazma.bypass.watchdog 으로 변경될 예정입니다.

purpur.anvil.color

  • Default: none

모루에 색 코드를 사용할 수 있도록 허용합니다.

Purpur 세계별 구성에서 anvil > allow-colors를 활성화 해야 작동합니다.

purpur.anvil.format

  • Default: none

모루에 스타일링 코드을 사용할 수 있도록 허용합니다.

Purpur 세계별 구성에서 anvil > allow-colors를 활성화 해야 작동합니다.

purpur.anvil.minimessage

  • Default: none

Allows the use of MiniMessage tags on anvils.

Purpur 세계별 구성에서 anvil > allow-minimessages를 활성화 해야 작동합니다.

purpur.anvil.remove_italics

  • Default: none

모루에 &r 스타일링 코드글자 기울임을 비활성화 할 수 있도록 허용합니다.

Purpur 세계별 구성에서 anvil > allow-colors를 활성화 해야 작동합니다.

purpur.book.color.sign

  • Default: none

플레이어가 책을 서명하면 스타일링 코드가 적용되도록 합니다.

purpur.bypassIdleKick

  • Default: none

Excludes players from being kicked for idle status.

purpur.debug.f3n

  • Default: World Administrator

Allows players to change game modes with the F3 + N key combination.

This only works if the player has permission for that game mode.

purpur.drop.spawners

  • Default: none

Drops spawner blocks when mining them with the configured item.

Purpur 세계별 구성에서 gameplay-mechanics > silk-touch를 활성화 해야 작동합니다.

purpur.enderchest.rows.(NumberString)

  • Default: none

Changes the size of ender chests.

(NumberString) can be one, two, three, four, five, six.

Purpur 세계별 구성에서 ender_chest > six-rowsender_chest > use-permissions-for-rows를 활성화 해야 작동합니다.

purpur.inventory_totem

  • Default: none

Allows the totem of undying to function even when in the inventory.

Purpur 세계별 구성에서 totem-of-undying-works-in-inventory를 활성화 해야 작동합니다.

purpur.joinFullServer

  • Default: none

Allows the player to ignore the connection limit.

purpur.mending_shift_click

  • Default: none

Allows the player to repair the item they are holding by sneak-right-clicking.

Purpur 세계별 구성에서 shift-right-click-repairs-mending-points를 활성화 해야 작동합니다.

purpur.place.spawners

  • Default: none

Allows the player to place spawners.

Purpur 세계별 구성에서 gameplay-mechanics > silk-touch를 활성화 해야 작동합니다.

purpur.portal.instant

  • Default: none

Allows the player to instantly teleport when using the Nether portal.

purpur.sign.color

  • Default: none

표지판에 색 코드를 사용할 수 있도록 허용합니다.

Purpur 세계별 구성에서 sign > allow-colors를 활성화 해야 작동합니다.

purpur.sign.magic

  • Default: none

Allow the use of obfuscation code (&o) on signs.

Purpur 세계별 구성에서 sign > allow-colors를 활성화 해야 작동합니다.

purpur.sign.style

  • Default: none

표지판에 스타일링 코드 (&o 제외)를 사용할 수 있도록 허용합니다.

Purpur 세계별 구성에서 sign > allow-colors를 활성화 해야 작동합니다.

purpur.tnt.defuse

  • Default: none

Allow players to interact with shears to prevent TNT explosions.

Purpur 세계별 구성에서 defuse-tnt-change0.0 이상이어야 작동합니다.

Planned permissions

plazma.bypass.ncr-require

  • Default: none

Allow players to connect even if the NoChatReports mod is not installed.

Plazma 세계별 구성에서 no-chat-reports > require-install를 활성화 해야 작동합니다.


Last updated