🛡️Permissions
Learn about the authority of Plazma.
Authority be a simple security tool on the server that sets the scope where players can interact with each other.
To properly utilize and easily modify authority, ye must use plugins like LuckPerms.
Understanding the basic authority system
In Minecraft, basic management authority groups be provided.
운영자 및 명령 블록의 권한을 설정할 수 있으며, 서버 속성에서 수정할 수 있습니다.
Player Generally be the authority group given to all players.
Mediator Can ignore spawn protection.
World Administrator Can use all commands and command blocks related to world management. Be the default authority group applied to datapacks and command blocks.
Administrator Can use all commands related to player management.
Super Administrator Can use all commands including server management. Be the default authority group applied to console and operators.
Setting authority
All authority
allow.ride.(Namespaced Key)
allow.ride.(Namespaced Key)
Default:
None
Allows players to mount entities by crouching and interacting with the entity.
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 be 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 accessible special abilities. Refer below for a list of all available special abilities.
bukkit.command.compass
bukkit.command.compass
Default:
World Administrator
Allows the use of the /compass
command.
bukkit.command.credits
bukkit.command.credits
Default:
World Administrator
Allows the use of the /credits (Player)
command.
By adding .other
after the authority name, allows it to be used on other players.
bukkit.command.demo
bukkit.command.demo
Default:
World Administrator
Allows the use of the /demo (Player)
command.
By adding .other
after the authority name, allows it to be used on other players.
bukkit.command.ping
bukkit.command.ping
Default:
World Administrator
Allows the use of the /ping (Player)
command.
By adding .other
after the authority name, allows it to be used on other players.
bukkit.command.ram
bukkit.command.ram
Default:
World Administrator
Allows the use of the /ram
command.
bukkit.command.rambar
bukkit.command.rambar
Default:
World Administrator
Allows the use of the /rambar (Player)
command.
By adding .other
after the authority name, allows it to be used on other players.
bukkit.command.restart
bukkit.command.restart
Default:
World Administrator
Allows the use of the /restart
command.
bukkit.command.tps
bukkit.command.tps
Default:
World Administrator
Allows the use of the /tps
command.
bukkit.command.tpsbar
bukkit.command.tpsbar
Default:
World Administrator
Allows the use of the /tpsbar (Player)
command.
By adding .other
after the authority name, allows it to be used on other players.
bukkit.command.timings
bukkit.command.timings
Default:
World Administrator
Allows the use of the /timings
command.
해당 명령어는 사용이 중단되었습니다.
Check Spark for similar commands.
bukkit.command.uptime
bukkit.command.uptime
Default:
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.
By adding .other
after the authority name, allows it to be used on other players.
paper.antixray.bypass
paper.antixray.bypass
Default:
None
X-Ray 차단이 활성화 되어 있는 경우, 권한이 등록된 플레이어에게는 X-Ray 차단용 블록 난독화를 진행하지 않습니다.
This benefits both sides by enhancing performance.
🩻Spyglass BlockadeRefer to the page below to learn how to configure X-Ray settings.
plazma.bypass-moved-to-quickly-check
plazma.bypass-moved-to-quickly-check
Default:
None
해당 권한은 1.20.5에서 plazma.bypass.watchdog
으로 변경될 예정입니다.
purpur.anvil.color
purpur.anvil.color
Default:
None
모루에 색 코드를 사용할 수 있도록 허용합니다.
purpur.anvil.format
purpur.anvil.format
Default:
None
모루에 스타일링 코드을 사용할 수 있도록 허용합니다.
purpur.anvil.minimessage
purpur.anvil.minimessage
Default:
None
Allows the use of MiniMessage tags on anvils.
purpur.anvil.remove_italics
purpur.anvil.remove_italics
Default:
None
모루에 &r
스타일링 코드로 글자 기울임
을 비활성화 할 수 있도록 허용합니다.
purpur.book.color.sign
purpur.book.color.sign
Default:
None
플레이어가 책을 서명하면 스타일링 코드가 적용되도록 합니다.
purpur.bypassIdleKick
purpur.bypassIdleKick
Default:
None
Excludes players from being kicked for idle status.
purpur.debug.f3n
purpur.debug.f3n
Default:
World Administrator
Allows players to change game modes with F3 + N
key combination.
This only functions if the player has authority for that game mode.
purpur.drop.spawners
purpur.drop.spawners
Default:
None
Dropping a spawner block with the configured item will drop the spawner block.
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_totem
Default:
None
Allows totems of undying to function even when in the inventory.
purpur.joinFullServer
purpur.joinFullServer
Default:
None
Allow the player to ignore the connection limit.
purpur.mending_shift_click
purpur.mending_shift_click
Default:
None
Allow the player to mend the item they are holding by crouching and interacting
.
purpur.place.spawners
purpur.place.spawners
Default:
None
Allow the player to install spawners.
purpur.portal.instant
purpur.portal.instant
Default:
None
Allow the player to teleport instantly when using the Nether portal.
purpur.sign.color
purpur.sign.color
Default:
None
표지판에 색 코드를 사용할 수 있도록 허용합니다.
purpur.sign.magic
purpur.sign.magic
Default:
None
Allow the use of obfuscation code (&o)
on signs.
purpur.sign.style
purpur.sign.style
Default:
None
표지판에 스타일링 코드 (&o 제외)
를 사용할 수 있도록 허용합니다.
purpur.tnt.defuse
purpur.tnt.defuse
Default:
None
Allow players to interact
with TNT using shears to prevent explosion.
Planned permissions
plazma.bypass.ncr-require
plazma.bypass.ncr-require
Default:
None
Allow players to connect even if NoChatReports
mod is not installed.
Last updated