🛡️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.
운영자 및 명령 블록의 권한을 설정할 수 있으며, 서버 속성에서 수정할 수 있습니다.
Player This is the permission group typically given to all players.
Mediator Can bypass spawn protection.
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.
Administrator Can use all commands related to player management.
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)
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).
allow.special.(Namespaced Key)
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.
bukkit.command.compass
bukkit.command.compassDefault:
World Administrator
Allows the use of the /compass command.
bukkit.command.credits
bukkit.command.creditsDefault:
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
bukkit.command.demoDefault:
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
bukkit.command.pingDefault:
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
bukkit.command.ramDefault:
World Administrator
Allows the use of the /ram command.
bukkit.command.rambar
bukkit.command.rambarDefault:
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
bukkit.command.restartDefault:
World Administrator
Allows the use of the /restart command.
bukkit.command.tps
bukkit.command.tpsDefault:
World Administrator
Allows the use of the /tps command.
bukkit.command.tpsbar
bukkit.command.tpsbarDefault:
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
bukkit.command.timingsDefault:
World Administrator
Allows the use of the /timings command.
해당 명령어는 사용이 중단되었습니다.
Check Spark for similar commands.
bukkit.command.uptime
bukkit.command.uptimeDefault:
World Administrator
Allows the use of the /uptime command.
minecraft.command.gamemode.(GameMode)
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
paper.antixray.bypassDefault:
none
X-Ray 차단이 활성화 되어 있는 경우, 권한이 등록된 플레이어에게는 X-Ray 차단용 블록 난독화를 진행하지 않습니다.
This improves performance for both sides.
🩻X-Ray BlockingRefer to the page below for information on X-Ray configuration.
plazma.bypass-moved-to-quickly-check
plazma.bypass-moved-to-quickly-checkDefault:
none
해당 권한은 1.20.5에서 plazma.bypass.watchdog 으로 변경될 예정입니다.
purpur.anvil.color
purpur.anvil.colorDefault:
none
모루에 색 코드를 사용할 수 있도록 허용합니다.
purpur.anvil.format
purpur.anvil.formatDefault:
none
모루에 스타일링 코드을 사용할 수 있도록 허용합니다.
purpur.anvil.minimessage
purpur.anvil.minimessageDefault:
none
Allows the use of MiniMessage tags on anvils.
purpur.anvil.remove_italics
purpur.anvil.remove_italicsDefault:
none
모루에 &r 스타일링 코드로 글자 기울임을 비활성화 할 수 있도록 허용합니다.
purpur.book.color.sign
purpur.book.color.signDefault:
none
플레이어가 책을 서명하면 스타일링 코드가 적용되도록 합니다.
purpur.bypassIdleKick
purpur.bypassIdleKickDefault:
none
Excludes players from being kicked for idle status.
purpur.debug.f3n
purpur.debug.f3nDefault:
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
purpur.drop.spawnersDefault:
none
Drops spawner blocks when mining them with the configured item.
purpur.enderchest.rows.(NumberString)
purpur.enderchest.rows.(NumberString)Default:
none
Changes the size of ender chests.
(NumberString) can be one, two, three, four, five, six.
purpur.inventory_totem
purpur.inventory_totemDefault:
none
Allows the totem of undying to function even when in the inventory.
purpur.joinFullServer
purpur.joinFullServerDefault:
none
Allows the player to ignore the connection limit.
purpur.mending_shift_click
purpur.mending_shift_clickDefault:
none
Allows the player to repair the item they are holding by sneak-right-clicking.
purpur.place.spawners
purpur.place.spawnersDefault:
none
Allows the player to place spawners.
purpur.portal.instant
purpur.portal.instantDefault:
none
Allows the player to instantly teleport when using the Nether portal.
purpur.sign.color
purpur.sign.colorDefault:
none
표지판에 색 코드를 사용할 수 있도록 허용합니다.
purpur.sign.magic
purpur.sign.magicDefault:
none
Allow the use of obfuscation code (&o) on signs.
purpur.sign.style
purpur.sign.styleDefault:
none
표지판에 스타일링 코드 (&o 제외)를 사용할 수 있도록 허용합니다.
purpur.tnt.defuse
purpur.tnt.defuseDefault:
none
Allow players to interact with shears to prevent TNT explosions.
Planned permissions
plazma.bypass.ncr-require
plazma.bypass.ncr-requireDefault:
none
Allow players to connect even if the NoChatReports mod is not installed.
Last updated