Config Files for Prayer

Config Files

config.yml

Use config.yml to apply custom settings to most Pray options. All times are in milliseconds.

OptionDefaultTypeDescription
enable-prayer-for-otherstruebooleanEnables or disables the ability to pray for others
enable-curse-commandtruebooleanEnables or disables the /curse command
enable-verbose-loggingfalsebooleanLogs player pray requests to server.log.
enable-dev-loggingfalsebooleanLogs more information about a player's pray request.
enable-white-listfalsebooleanUsed to enable the default white-list.txt for the pray command.
deity-name-textthe godsstringUse this to set the "deity name" used within the game.
allow-non-operator-prayertruebooleanAllows non-operator access to the pray command.
allow-unlimited-operator-prayertruebooleanSets unlimited prayer for operators.
allow-prayer-in-creativetruebooleanAllows use of the pray command in creative mode.
allow-unlimited-prayer-in-creativetruebooleanAllows unlimited prayer in creative mode.
allow-prayer-in-normal-worldtruebooleanAllows prayer in the normal world.
allow-prayer-in-nethertruebooleanAllows prayer in the Nether.
allow-prayer-in-endtruebooleanAllows prayer in the End.
allow-villager-influencetruebooleanWhen true prayer odds improve while near a Villager.
allow-altar-influencetruebooleanSet to false to disable an Altar's influence on prayer odds.
allow-altar-type-basictruebooleanSet to false to disable Basic Altars.
allow-altar-type-nethertruebooleanSet to false to disable Nether Altars.
allow-altar-type-endtruebooleanSet to false to disable End Altars.
allow-skull-influencetruebooleanSet to false to disable an Wither skull's influence on prayer odds.
require-altar-for-prayerfalsebooleanWhen set will require player to use an Altar to issue the pray command.
require-item-in-hand-for-prayertruebooleanRequires a holy item to be held to issue pray command.
item-in-hand-for-prayer-id340integerDefault is "Book". May be overridden with a different item id.
enable-fixed-prayer-session-quotafalsebooleanUsed to override the default XP-based prayer quotas.
fixed-prayer-session-quota10integerUsed to set the default quota when enable-fixed-prayer-session-quota is set to true
enable-cooldown-between-granted-prayerstruebooleanForces the player to wait before praying again after prayer grant.
cooldown-duration-of-granted-prayer60000integerDuration of cooldown after prayer grant. Default is 1 minute.
enable-cooldown-between-attempted-prayersfalsebooleanUsed to force the player to wait between prayer attempts.
cooldown-duration-of-attempted-prayer5000integerCooldown duration between prayer attempts.
reset-granted-cooldown-on-sleeptruebooleanResets player's granted cooldown on sleep.
reset-granted-cooldown-on-deathtruebooleanResets player's granted cooldown on death.
excessive-prayer-damage-level12integerlevel of damage inflicted by the lightning smite delivered by angry gods.
request-op-damage-level10integerlevel of damage inflicted whenever a player issues /pray op.
duration-of-air180000integerDuration of underwater breathing "air" grant. Default is 3 minutes.
duration-of-firehand180000integerDuration of firehand grant. Default is 3 minutes.
duration-of-flight180000integerDuration of flight grant. Default is 3 minutes.
duration-of-invisibility180000integerDuration of invisibility grant. Default is 3 minutes.
duration-of-jump180000integerDuration of enhanced jump grant. Default is 3 minutes.
duration-of-nightvision180000integerDuration of night vision grant. Default is 3 minutes.
duration-of-speed180000integerDuration of speed grant. Default is 3 minutes.
duration-of-storm180000integerDuration of storm grant. Default is 3 minutes.
duration-of-strength180000integerDuration of strength grant. Default is 3 minutes.
option-minions-amount5integerAmount of dogs or cats issued for a minions grant.
option-storm-fish-amount-1integerUsed to override random fish amount with a fixed for storm grants.
option-firehand-duration-of-fire-dealt60000integerUsed to set the duration a mob in enflamed when struck by firehand.
enable-player-move-eventtruebooleanFor "choosy" server admins who wish to reduce lag on especially large servers. Note: if set to false Altars will not produce holy fire when approached.
enable-altar-creation-lightning-effecttruebooleanEnables lightning effect which occurs as confirmation that a valid altar has been constructed.
curse-waters-to-materialfirestringCommon name of material to turn water into.

available-prayer-options - Used to enable or disable specific pray options.

OptionDefaultTypeDescription
airtruebooleanSets availability of the air option.
allytruebooleanSets availability of the ally option.
clearskytruebooleanSets availability of the clear sky option.
cropstruebooleanSets availability of the crops option.
daytruebooleanSets availability of the day option.
firehandtruebooleanSets availability of the forehand option.
flighttruebooleanSets availability of the flight option.
foodtruebooleanSets availability of the food option.
gianttruebooleanSets availability of the giant option.
healthtruebooleanSets availability of the health option.
helptruebooleanSets availability of the help option.
hometruebooleanSets availability of the home option.
infotruebooleanSets availability of the info option.
invisibilitytruebooleanSets availability of the invisibility option.
jumptruebooleanSets availability of the jump option.
lightningtruebooleanSets availability of the lightning option.
minionstruebooleanSets availability of the minions option.
nightvisiontruebooleanSets availability of the nightvision option.
optruebooleanSets availability of the op option.
sheltertruebooleanSets availability of the shelter option.
speedtruebooleanSets availability of the speed option.
stormtruebooleanSets availability of the storm option.
strengthtruebooleanSets availability of the strength option.
theforcetruebooleanSets availability of the theforce option.

available-curse-options - Used to enable or disable specific curse options.

OptionDefaultTypeDescription
firetruebooleanCurses another player with fire.
floodtruebooleanCreates a flood around the target player.
foestruebooleanCurses another player with a set of monsters.
healthtruebooleanCurses another player's health.
hungertruebooleanCurses another player's hunger.
smitetruebooleanCurses another player with a lightning strike.
waterstruebooleanTurns the waters near a player to fire.

white-list.txt

Use white-list.txt to limit use of the pray command to a given set of players.

Note: Set enable-white-list: true in config.yml to enable the white list.

black-list.txt

Use black-list.txt to restrict certain players from issuing the pray command.

plugin.yml

permissions:
  prayer.*:
    description: Provides access to all Prayer commands.
    children:
      prayer.pray: true
      prayer.pray.air: true
      prayer.pray.ally: true
      prayer.pray.clearsky: true
      prayer.pray.crops: true
      prayer.pray.day: true
      prayer.pray.firehand: true
      prayer.pray.flight: true
      prayer.pray.food: true
      prayer.pray.giant: true
      prayer.pray.health: true
      prayer.pray.help: true
      prayer.pray.home: true
      prayer.pray.info: true
      prayer.pray.invisibility: true
      prayer.pray.jump: true
      prayer.pray.lightning: true
      prayer.pray.minions: true
      prayer.pray.nightvision: true
      prayer.pray.op: true
      prayer.pray.speed: true
      prayer.pray.storm: true
      prayer.pray.strength: true
      prayer.pray.theforce: true
      prayer.curse: true
      prayer.curse.fire: true
      prayer.curse.flood: true
      prayer.curse.foes: true
      prayer.curse.health: true
      prayer.curse.hunger: true
      prayer.curse.smite: true 
      prayer.curse.waters: true 
  prayer.pray:
    default: true
    description: The default pray command
  prayer.pray.air:
    default: true
    description: Grants underwater breathing.
  prayer.pray.ally:
    default: true
    description: Sends down a guardian Iron Golem.  
  prayer.pray.clearsky:
    default: true
    description: Stops a storm.
  prayer.pray.crops:
    default: true
    description: Ripens crops near a player.  
  prayer.pray.day:
    default: true
    description: Resets the day to morning. 
  prayer.pray.firehand:
    default: true
    description: Ignites a mob when struck by player.    
  prayer.pray.flight:
    default: true
    description: Provides flight.     
  prayer.pray.food:
    default: true
    description: Restores your hunger meter.  
  prayer.pray.giant:
    default: true
    description: Sends down a giant. (Creative Only)    
  prayer.pray.help:
    default: true
    description: Provides info on how to use the /pray command.
  prayer.pray.health:
    default: true
    description: Restores your health.
  prayer.pray.home:
    default: true
    description: Sends player to their bed-spawn location. World-spawn location will be used otherwise.
  prayer.pray.info:
    default: true
    description: Provides info relates to one's prayer quota.  
  prayer.pray.invisibility:
    default: true
    description: Activates the Invisibility enchantment.  
  prayer.pray.jump:
    default: true
    description: Provides enhanced jumping.       
  prayer.pray.lightning:
    default: true
    description: Strikes lightning wherever your crosshair is pointing.  
  prayer.pray.minions:
    default: true
    description: Sends down a pack of tamed wolves or cats.     
  prayer.pray.nightvision:
    default: true
    description: Activates the Night Vision enchantment.      
  prayer.pray.op:
    default: true
    description: Smites any user who dare pray for such power.
  prayer.pray.speed:
    default: true
    description: Provides enhanced running.
  prayer.pray.storm:
    default: true
    description: Creates a storm.   
  prayer.pray.strength:
    default: true
    description: Provides enhanced offensive and defensive strength.
  prayer.pray.theforce:
    default: true
    description: Breaks blocks at your target and thrusts any nearby mobs away.
  prayer.curse:
    default: true
    description: The default curse command  
  prayer.curse.fire:
    default: true
    description: Sets the recipient on fire.
  prayer.curse.flood:
    default: true
    description: Creates a flood around the target player. 
  prayer.curse.foes:
    default: true
    description: Sends the recipient a set of monsters.
  prayer.curse.health:
    default: true
    description: Lowers the recipient's health meter.
  prayer.curse.hunger:
    default: true
    description: Lowers the recipient's hunger meter.    
  prayer.curse.smite:
    default: true
    description: Smites the recipient with lightning.  
  prayer.curse.waters:
    default: true
    description: Turns the waters near a player to fire or other material.