Jump to content

Vadim Belov

Member
  • Posts

    5
  • Joined

  • Last visited

Everything posted by Vadim Belov

  1. Hi, I just bought MultiEvents because the description says "ready to use / ready to play immediately after installation". Right now events only start if I manually open /events and press START or RANDOM every time. Question: Does MultiEvents automatically start events by itself (on a timer / rotation), or do I have to manually trigger events every time? If it does auto-start, where is this configured? Thanks.
  2. Vadim Belov

    Raidable Bases

    For example: // private void TrySetLockout(Raider ri) double time; if (ri.id.HasPermission("raidablebases.vipcooldown")) { time = config.Settings.Management.Lockout.VipCooldown * 60; } else { time = GetLockoutTime(Options.Mode); } // Config: public class PluginSettingsBaseLockout { [JsonProperty(PropertyName = "Time Between Raids In Minutes (VipCooldown)")] public double VipCooldown { get; set; } = 60;
  3. Vadim Belov

    Raidable Bases

    I see vipcooldown permission, but not sure it is lockout
  4. Vadim Belov

    Raidable Bases

    Can you add permisson like a 'raidablebases.vip' for bypass default cooldown? For example, default group has cooldown 1800s, and VIP group has 600s
2.1m

Downloads

Total number of downloads.

10k

Customers

Total customers served.

145.9k

Files Sold

Total number of files sold.

3.1m

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.