Timed Difficulty

This project is abandoned and its default file will likely not work with the most recent version of Minecraft. Whether this project is out of date or its author has marked it as abandoned, this project is no longer maintained.

Timed Difficulty

Timed Difficulty allows the world's difficulty to change with the in-game time

Features

  • Automatically change the difficulty with the time of day
  • Automatically change the PvP settings with the time of day
  • Automatically change the gamemode with the time of day
  • Configure the time for difficulty/PvP/gamemode to change.

Configuration

  • under each setting, create a list of times (in server ticks, each day is 24000 ticks)
  • example:
pvp:
  enabled:
    - 12000
  disabled:
    - 0
difficulty:
  peaceful:
    - 4800
  easy:
    - 2400
    - 7200
  normal:
    - 9600
    - 21600
  hard:
    - 14400
gamemode:
  adventure:
    - 16800
  survival:
    - 19200
  creative:
    - null
  • at time 0 (dawn), PvP will be disabled; at times 2400 and 7200, the difficulty will switch to easy
  • If you do not wish to use a feature, add "null" (like for the creative option in the above example).

Todo

  • add permissions: Certain players (currently only ops) will not have their gamemode changed.
  • add commands: I want configuration to be possible using commands.
  • currently, any plugin that alters the time of the world may mess up this plugin. I hope to fix this.
  • multiworld support: currently, only works for "world."

Comments

Posts Quoted:
Reply
Clear All Quotes

About This Project

Categories

Members

Recent Files