CDSC-1.4.jar

Details

  • Filename
    CDSC-1.4.jar
  • Uploaded by
  • Uploaded
    May 31, 2026
  • Size
    74.96 KB
  • Downloads
    32
  • MD5
    3cc44c258f8bb78a82d1c191acf55740

Supported Bukkit Versions

  • 26.1.2

Changelog

Update Notice

A new Castle Defence for SimpleClan update adds support for Auto Event.

You can now configure Castle Defence events to start and end automatically, without manually running /cd start and /cd end every time.

New command:

 
/cd setautoevent on <intervalMinutes> <durationMinutes>
/cd setautoevent off
/cd setautoevent status

Aliases:

 
/cd autoevent
/cd sae

Example:

 
/cd setautoevent on 60 15

This starts a global castle defence event every 60 minutes and automatically ends it after 15 minutes.

The console event stop command was also standardized: the console now supports /cd end, while /cd stop remains available as a compatibility alias.

New permission:

 
cdsc.setautoevent

New config.yml section:

 
AutoEvent: Enabled: false
IntervalMinutes: 60
DurationMinutes: 15

Recommended for servers that want recurring Castle Defence battles while keeping clan territory protection active between events.