Config

Base your own config on this one, but remove the lines that begin with double slashes.

Sound enums can be found here: http://jd.bukkit.org/doxygen/d3/dfe/enumorg_1_1bukkit_1_1Sound.html

Potion enums can be found here: http://jd.bukkit.org/doxygen/d3/d70/classorg_1_1bukkit_1_1potion_1_1PotionEffectType.html

Worlds:
- world
//How often the light level/depth is checked against an event, with 20 seconds and 5 events it will reach the fifth event at 100 seconds.
Time between nightmare checks, in seconds: 20
//how dark the block the player is in should be
Darkness light level, must be this or lower to trigger events: 3
Depth limit, going below this triggers darkness events regardless of light: 40
Message to display when fear level is reset: Your anxiety eases, light returning to your soul.
Message to display when player is below the depth limit: You are too deep! Darkness clouds your mind.
//Enabling this plays the ghast noise when a player takes hunger damage, and the enderman shriek noise when one or more mobs are spawned.
Enable nightmare sounds?: true
//Set up yours scripts! Follow the format. Damage and hunger are in half-hearts.
Evil Events:
- 'damage:hunger:message:spawntype:spawncount (EXAMPLE: 1:1:You will find only suffering.:Enderman:0)'
//New! You may also add a colon and sound enum to the end to play the sound. All of the below lines use it, but you could remove colon and the caps part.
//New! You may also add a string for a potion effect, followed by the tick duration, followed by the amplification.
- 0:0:Your heart jumps as you enter the dark.:Creeper:0:NOTE_BASS_DRUM:
- 1:0:Fear begins to build inside you.:Creeper:0:AMBIENCE_CAVE:CONFUSION:200:2
- 2:0:Whispers of malicious thoughts come to you.:Creeper:0:AMBIENCE_CAVE:CONFUSION:1000:2
- 2:0:You are absolutely terrified.:Creeper:0:AMBIENCE_CAVE:BLINDNESS:200:1
- 2:1:SO, YOU WISH TO JOIN US?:Creeper:0:AMBIENCE_CAVE:BLINDNESS:200:1
- 3:1:TURN BACK RIGHT NOW HUMAN!:Creeper:0:ENDERMAN_STARE:BLINDNESS:200:1
- 4:1:DIE!!!:Creeper:3:ENDERMAN_SCREAM:BLINDNESS:200:2

Comments

  • To post a comment, please or register a new account.
Posts Quoted:
Reply
Clear All Quotes