Jump to content

14 Screenshots

  • 46.3k
  • 535
  • 276.29 kB

About CRaidController

The plugin allows to define opening and closing times for raids for each day of the week, with the ability to block damage outside of those hours. The configuration is customizable with many options,

 

#FEATURES
  • Defined schedules raids are allowed during the day.
  • Blocks damage or execute console command outside the allowed period.
  • Displaying an UI or use CustomStatusFramework. 
  • Everything is customizable, configurable with many options.
  • Protects the player if he has recently joined the server
  • Prevents raids if not enough time to play

 

#INFO
  • Bypass allows you to destroy if is not the raid time (only if block damage is enabled).
  • All options are optional and can be configured
  • The plugin is compatible with players languages
  • The times displayed can be configured for the players, in order to adapt to the format of their country
     
    /craid (for open panel)

 

 

#API

 

        private bool API_IsRaidTime() => _mainController.currentSchedule.isRaidTime;
        private List<int> API_StartSchedule()
        {
            return new List<int>
            {
                (int)_mainController.currentSchedule.start.day,
                _mainController.currentSchedule.start.hour,
                _mainController.currentSchedule.start.minute
            };
        }
        private List<int> API_EndSchedule()
        {
            return new List<int>
            {
                (int)_mainController.currentSchedule.end.day,
                _mainController.currentSchedule.end.hour,
                _mainController.currentSchedule.end.minute
            };
        }

 

  • Like 6
  • Sad 1
  • Love 2

User Feedback

1.1m

Downloads

Total number of downloads.

5.5k

Customers

Total customers served.

78.5k

Files Sold

Total number of files sold.

1.5m

Payments Processed

Total payments processed.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.