RealisticSeasons wiki
  • RealisticSeasons
  • FAQ
  • 🛠️Usage
    • Setup
    • Commands & Permissions
  • ☀️Seasons
    • Spring
    • Summer
    • Autumn/Fall
    • Winter
    • Sub-Seasons
    • Biome colors
    • Animals
    • Particles
  • 🗓️Calendar
    • Calendar system
    • Synchronizing
    • Day and night length
  • 🌡️Temperature
    • Temperature system
    • Modifiers
    • Effects
    • Custom Items
  • 🎇Events
    • Christmas
    • New year
    • Easter
    • Halloween
  • 💾Configuration
    • Config & Translations
    • Calendar
    • Events and custom events
    • Temperature
    • (Custom) biomes
  • 🔌Interactions with other plugins
    • Dependencies
      • ProtocolLib
    • Soft-dependencies
      • PlaceHolderAPI
      • TimePauser
      • WorldGuard
      • GriefPrevention
      • Lands
      • FactionsUUID
      • DeadlyDisasters
      • Terralith
      • Floodgate/GeyserMC
      • Dynmap
      • BlueMap
      • MythicMobs
      • ItemsAdder
      • Other world generators
      • RoseLoot
      • ViaBackwards/ViaVersion
      • TimeBar
      • PyroFishingPro
      • CustomCrops
      • EconomyShopGUI
      • RealisticSurvival
  • 🖥️Developers
    • API
Powered by GitBook
On this page
  1. Interactions with other plugins
  2. Soft-dependencies

FactionsUUID

PreviousLandsNextDeadlyDisasters

Last updated 1 year ago

Download:

RealisticSeasons adds settings for different area types. A file called factions.yml can be found in the RealisticSeasons folder:

#Configuration file for integration with the plugin Factions
wilderness:
   seasons-enabled: true
   seasonal-block-changes: true
   seasonal-mob-spawns: true
   fixed-temperature:
      enabled: false
      value: 25
safezone:
   seasons-enabled: true
   seasonal-block-changes: true
   seasonal-mob-spawns: true
   fixed-temperature:
      enabled: false
      value: 25
warzone:
   seasons-enabled: true
   seasonal-block-changes: true
   seasonal-mob-spawns: true
   fixed-temperature:
      enabled: false
      value: 25
claimed-areas:
   seasons-enabled: true
   seasonal-block-changes: true
   seasonal-mob-spawns: true
   fixed-temperature:
      enabled: false
      value: 25

claimed-areas will configure all faction areas.

🔌
here