Perks

PassiveMode allows your players to enjoy of few kinds of perks which will be applied to them while being in passive mode,

Prevent taking damage from falling, lava, cactus, fire, projectiles, and players, or whatever you will specify from this damage causes page

Also, prevent or allow to talk in chat, or use any command / specific commands.

If you have more ideas for perks, share your thoughts with us! 👍

Perks

perkID

Permission

Description

Unlock All

passivemode.perk.*

Will unlock all perks

TakingDamage

passivemode.perk.takingdamage

Will prevent the list you specified in perk's attribute list in config.yml

TakingDamageByPlayer

passivemode.perk.takingdamagebyplayer

Will prevent any player damage cause

ExecuteChatMessage

passivemode.perk.executechatmessage

Will allow the player to talk in chat while being passive

ExecuteAnyCommand

passivemode.perk.executeanycommand

Will allow the player execute any command in chat while being passive (This perk bypass the disallowedCommands list in config.yml)

Perk Section

Value

Description

name

Represent perk's display name

description

Perk's description will be shown in the Perks GUI menu (/PassiveMode Perks)

attribute

Currently used only for TakingDamage perk: choose damage causes from this damage causes page

Last updated