Aller au contenu

« BloodMoon » : différence entre les versions

De Nefald Wiki
Hiob (discussion | contributions)
Casu835 (discussion | contributions)
mAucun résumé des modifications
Ligne 1 : Ligne 1 :
{{Infobox Plugin| image = BloodMoon logo.jpg| catégorie = sort | dev = wide_load | bukkit = bloodmoon| grade = citoyen | status = installé|}}
{{Infobox Plugin| image = BloodMoon logo.jpg| catégorie = sort | dev = wide_load | bukkit = bloodmoon| grade = citoyen | status = non-installé|}}




Ligne 258 : Ligne 258 :
     - WOOD_STAIRS
     - WOOD_STAIRS
</syntaxhighlight>
</syntaxhighlight>
[[Catégorie:Plugin non-installé]]

Version du 18 mars 2014 à 12:17


BloodMoon
BloodMoon
Plugin
Catégorie sort [edit]
Développeur(s) wide_load
Bukkit bloodmoon
Nefald
Status non-installé [edit]
Grade requis citoyen
Article
Dernière révision 18/03/2014



BloodMoon est un merveilleux plugin permettant de déclencher automatiquement (selon un pourcentage de chance), des Nuits sanglantes où des mobs déchainés spawneront un peu partout. Idéal pour mettre l'ambiance dans les soirées pas folichonnes. o/


Utilisation

Subissez, juste.

Commandes et permissions

Commande Description Permission
/bloodmoon start Lancer une BloodMoon. bloodmoon.admin.start
/bloodmoon stop Arrêter la BloodMoon en cours. bloodmoon.admin.stop
/bloodmoon next Programmer une BloodMoon pour la nuit à venir.
N/A Permettre au joueur ayant cette permission de quitter le monde où se déroule une bloodmoon, si lock-in-world est activé (config.yml) bloodmoon.admin.ignore-world-lock

Configuration

world.yml

<syntaxhighlight lang="yaml"> enabled: true always-on: false chance: 8 features:

 chat-message:
   enabled: true
   message: '&cLa Lune sanglante se lève !'
   start-message: '&cLa Lune sanglante se lève !'
   end-message: '&cLa Lune sanglante est terminée !'
 server-commands:
   enabled: true
   commands:
     start:
     - time midnight Harlan
     - pomsg La Lune sanglante se lève sur Harlan!
     end:
     - time day Harlan
 play-sound:
   enabled: true
   sound: WITHER_SPAWN
   pitch: 1.0
   volume: 1.0
 arrow-rate:
   enabled: true
   multiplier: 2
 fire-arrows:
   enabled: true
   chance: 100
   ignite-target: true
 zombie-weapon:
   enabled: true
   chance: 60
   drop-chance: 25
   ignore-spawners: true
   weapons:
   - DIAMOND_SWORD
   - GOLD_SWORD
   - IRON_SWORD
 zombie-armor:
   enabled: true
   chance: 60
   drop-chance: 7
   ignore-spawners: true
   armor:
   - DIAMOND
   - GOLD
   - IRON
 target-distance:
   enabled: true
   multiplier: 3
   mobs:
   - ZOMBIE
   - SKELETON
   - SPIDER
   - CREEPER
   - GHAST
 movement-speed:
   enabled: true
   multiplier: 1.3
   fast-chance: 15
   fast-multiplier: 1.5
   mobs:
   - ZOMBIE
   - SKELETON
   - CREEPER
 break-blocks:
   enabled: false
   drop-items: true
   realistic-drop: true
   mobs:
   - ZOMBIE
   - SKELETON
   - SPIDER
   - CREEPER
   - ENDERMAN
   blocks:
   - WOOD
   - LOG
   - GLASS
 max-health:
   enabled: true
   multiplier: 1.5
   mobs:
   - ZOMBIE
   - SKELETON
   - SPIDER
   - CREEPER
   - ENDERMAN
 more-spawning:
   enabled: true
   multiplier: 1.1
   mobs:
   - ZOMBIE
   - SKELETON
   - SPIDER
 more-exp:
   enabled: true
   ignore-spawners: false
   multiplier: 4
 more-drops:
   enabled: true
   ignore-spawners: false
   multiplier: 2
 sword-damage:
   enabled: true
   mobs:
   - ZOMBIE
   - SKELETON
   - SPIDER
   - CREEPER
   - ENDERMAN
   chance: 10
 super-creepers:
   enabled: true
   power: 4.0
   fire: true
   lightning: true
 spawn-on-kill:
   enabled: true
   mobs:
   - ZOMBIE
   - SKELETON
   - SPIDER
   - CREEPER
   - ENDERMAN
   chance: 30
   spawn:
   - ZOMBIE
   - SKELETON
   - SPIDER
   - CREEPER
   - ENDERMAN
 spawn-on-sleep:
   enabled: true
   spawn:
   - ZOMBIE
 more-mobs:
   enabled: true
   chance: 10
   group-size: 2
   group-variation: 4
   spawn:
   - PIG_ZOMBIE
   - BLAZE
   - MAGMA_CUBE
   - ZOMBIE
   - SKELETON
   - CREEPER
   - ZOMBIE
 lock-in-world:
   enabled: true
 texture-pack:
   enabled: false
   normal: http://bukkit.jacekk.co.uk/bloodmoon_tps/normal.zip
   bloodmoon: http://bukkit.jacekk.co.uk/bloodmoon_tps/bloodmoon.zip
 extended-night:
   enabled: false
   min-kills: 16
   max-resets: 6
 weather:
   enabled: true
   thunder: true
   rain: true
   chance: 50
 daylight-proof-mobs:
   enabled: true
 nether-sky:
   enabled: false
 dungeons:
   enabled: true
   protected: true
   biomes:
   - PLAINS
   - ICE_PLAINS
   - DESERT
   - SWAMPLAND
   chance: 10
   min-layers: 3
   max-layers: 5
   spawner-types:
   - ZOMBIE
   - SKELETON
   spawner-delay: 100
   spawner-count: 6
   spawner-max-mobs: 8
   chest-items:
   - BREAD
   - APPLE
   - PORK
   - SADDLE
   - BUCKET
   - STRING
   - REDSTONE
   - SULPHUR
   - COCOA
   min-stack-size: 1
   max-stack-size: 8
   items-per-chest: 12
 spawn-control:
   enabled: true
   spawn:
   - ZOMBIE
   - SKELETON
   - SPIDER
   - CREEPER
   - ENDERMAN
   - PIG_ZOMBIE
   - BLAZE
   - MAGMA_CUBE
 giants:
   enabled: true
   break-blocks:
   - GRASS
   - LEAVES
   - WOOD
   - GLASS
   - CROPS
   - SOIL
   - LOG
   - WOOD_STEP
   - WOOD_STAIRS

</syntaxhighlight>