promotional bannermobile promotional banner

WorldAccessBlocker

WorldAccessBlocker is a plugin for Minecraft that temporarily restricts access to Nether, End and the use of eliters.

File Details

worldaccessblocker-0.7.1.jar

  • R
  • Feb 23, 2026
  • 66.73 KB
  • 9
  • 1.21.11+11

File Name

worldaccessblocker-0.7.1.jar

Supported Versions

  • 1.21.11
  • 1.21.10
  • 1.21.9
  • 1.21.8
  • 1.21.7
  • 1.21.6
  • 1.21.5
  • 1.21.4
  • 1.21.3
  • 1.21.2
  • 1.21.1
  • 1.21

Full schedule support has been added — now you can set precise time frames for each day of the week. For example, you can specify that the function is active only on Sundays from 3:00 p.m. to 5:00 p.m.

Key features:

  • Flexible period settings (recurring.periods): select days, times, or specify “all day.”
  • Smart prompts for users: the system automatically generates clear messages such as “available on weekends from 10:00 a.m. to 10:00 p.m. and all day on Mondays.”
  • Support for schedules for user worlds.

Example from the new config.yml:

# ===================================================================
# Nether
# ===================================================================
nether:
  disable: true
  # If recurring is NO, this date is used (until when it is blocked)
  restriction-date: “2025-03-10 00:00:00”
  disable-portal-creation: true
  disable-teleportation: true

  # NEW: schedule by day and time
  # If this block is present, restriction-date is IGNORED
  recurring:
    periods:
      # Example 1: only on Sundays from 3:00 p.m. to 5:00 p.m.
      - days: [SUNDAY]
        start-time: “15:00”
        end-time: “17:00”

      # Example 2: all day on weekends
      - days: [SATURDAY, SUNDAY]

      # Example 3: every Monday from 6:00 p.m. to 11:59 p.m.
      - days: [MONDAY]
        start-time: “18:00”
        end-time: “23:59”