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

Lands

PreviousGriefPreventionNextFactionsUUID

Last updated 1 year ago

Download: Lands is a land-claim plugin and RealisticSeasons adds extra flags you can toggle uniquely for each claimed area. RealisticSeasons generates a new file called lands.yml if the plugin is detected:

#Configuration file for integration with the plugin Lands
#List of flag-targets: ADMIN, PLAYER and SYSTEM. They configure who is able to toggle the flags.
flags:
   seasons:
      flag-target: ADMIN
      name: 'Seasons'
      description: 'Should the area have seasons?'
      item: 'BARRIER'
   seasonblocks:
      flag-target: ADMIN
      name: 'Seasonal block changes'
      description: 'Should the area have seasonal block changes?'
      item: 'SNOW'
   seasonmobs:
      flag-target: ADMIN
      name: 'Seasonal mobs'
      description: 'Should the area have seasonal mob spawns?'
      item: 'EGG'
   temperature:
      flag-target: ADMIN
      temperature: 25
      name: 'Temperature enabled'
      description: 'Should the area have temperature? Disabling this flag will make the displayed temperature constant.'
      item: 'LAVA_BUCKET'

It is recommended to add these 4 flags to the default natural flags in the config.yml of Lands

🔌
here