Untitled

Anonymous
plain_text
01/19/2026 11:46 PM
2.0 KB
11
Indexable
# Farmwelt Plugin by Dervonnebe

language: "de"
farmwelt-world: "farmwelt"
nether-farmwelt-world: "farmwelt_nether"
end-farmwelt-world: "farmwelt_the_end"

random-teleport-distance: 1000

farmwelt-settings:
  use-random-teleport: true
  teleport-distance: 2000
  generator: ""
  world-border:
    size: 50000
  chunky:
    enabled: false
    radius: 2500

nether-world-settings:
  use-random-teleport: true
  teleport-distance: 300
  generator: ""
  world-border:
    size: 50000
  chunky:
    enabled: false
    radius: 2500

end-world-settings:
  use-random-teleport: true
  teleport-distance: 1500
  generator: ""
  world-border:
    size: 50000
  chunky:
    enabled: false
    radius: 2500

use-bstats: true
update-notification: true

default-permission: "farmwelt.use"
admin-permission: "farmwelt.admin"

# Rotating seeds
rotating-seeds:
  enabled: true
  normal-world-seeds:
    - 1234567890
  nether-world-seeds:
    - 1122334455
    - 5544332211
  end-world-seeds:
    - 6677889900
    - 0099887766

reset-schedule:
  timezone: "Europe/Berlin"
  time: "20:00"
  daily: false
  weekly: true
  monthly: false
  day-of-week: 5
  day-of-month: 1

# Menu configuration
menu:
  normal-world:
    material: "GRASS_BLOCK"
    name: "&aFarmwelt"
  nether-world:
    enabled: true
    material: "NETHERRACK"
    name: "&cNether Farmwelt"
  end-world:
    enabled: true
    material: "END_STONE"
    name: "&5End Farmwelt"

enable-back-command: true
Editor is loading...
Leave a Comment