Jump to content

JustKiller

Member
  • Posts

    4
  • Joined

  • Last visited

Everything posted by JustKiller

  1. GetRecyclerSpeed works just for StaticRecyclerSpeeds, you should revert back the function to private void StartRecycling(Recycler recycler, BasePlayer player) { recycler.CancelInvoke(nameof(recycler.RecycleThink)); var recycleSpeed = cfg.DefaultSpeed; foreach (var permSpeed in cfg.PermissionSpeeds) if (permission.UserHasPermission(player.UserIDString, permSpeed.Key)) { recycleSpeed = permSpeed.Value; break; } timer.Once(0.1f, () => recycler.InvokeRepeating(recycler.RecycleThink, recycleSpeed - 0.1f, recycleSpeed)); }
  2. cfg.PermissionSpeeds never used, so in order to have VIP custom speed try to edit the StaticRecyclerSpeeds and use thoose perms for vip until the dev update it
  3. Hi, set this line to true: from: [JsonProperty("Store data in MySQL instead of data files")] public bool UseMySql = false; to: [JsonProperty("Store data in MySQL instead of data files")] public bool UseMySql = true;
  4. Hi, Will this plugin Block PVP/Raiding on PVE timer? Or block raiding on PVP timer?
1.6m

Downloads

Total number of downloads.

7.7k

Customers

Total customers served.

115.4k

Files Sold

Total number of files sold.

2.3m

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.