RateControlAscended

Paid RateControlAscended 2.0

No permission to buy ($39.99)
This resource is paid, and requires to be purchased
Features:
  • Set Rates Based on Tribe Size
  • Set Rates Based on Permissions
  • Set Rates Based on Time of Day or Certain Days
  • Change Player Stat Scaling and Spawn Base Stats
  • Clean Stat Changer (if you remove the plugin, all player stat modifications are cleared)
  • Clean Rate Changer (unlike other RateControl plugins, this plugin doesn't have to check for dupes or do anything extra, since the method used to calculate new harvest is guaranteed to only ever trigger on harvesting)
  • Permission Stacking or Permission Priority for Exact Stat Control
  • Automatic Permission Reloading, if the Player Permissions are Changed When They are Logged In, They Won't Have to Relog
  • SoloFarm
Commands (RCON and Console):
  • RateControl.reload | reloads the config and applies new changes to all online players
JSON:
{
   "License":{
      "LicenseKey":""
   },
   "RateControl":{
      "Stacking_Add_Instead_Of_Multiply":true,
      "TimeRateBoost":[
         {
            "StartDay":"FRIDAY",
            "EndDay":"SUNDAY",
            "StartHour":23,
            "EndHour":23,
            "Multipliers":{
               "Xp":2,
               "PlayerHarvest":3,
               "DinoHarvest":2,
               "Taming":2
            }
         }
      ],
      "Tribes":{
         "RateUpgradeCooldown_Minutes":45,
         "TribeSizeControl":[
            {
               "TribeSize":1,
               "Multipliers":{
                  "Xp":3,
                  "PlayerHarvest":3,
                  "DinoHarvest":3,
                  "Taming":3,
                  "PlayerDamage":3,
                  "DinoDamage":3,
                  "PlayerDamageReduction":0.5,
                  "DinoDamageReduction":0.5,
                  "TurretToPlayer":3.0,
                  "TurretToWildDino":3.0,
                  "TurretToTamedDino":3.0
               },
               "SoloFarm":{
                  "AllowedDinos":[
                     "Blueprint'/Game/PrimalEarth/Dinos/Ankylo/Ankylo_Character_BP.Ankylo_Character_BP'",
                     "Blueprint'/Game/PrimalEarth/Dinos/Doedicurus/Doed_Character_BP.Doed_Character_BP'"
                  ]
               }
            },
            {
               "TribeSize":2,
               "Multipliers":{
                  "Xp":2,
                  "PlayerHarvest":2,
                  "DinoHarvest":2,
                  "Taming":2,
                  "PlayerDamage":2,
                  "DinoDamage":2,
                  "PlayerDamageReduction":0.9,
                  "DinoDamageReduction":0.9,
                  "TurretToPlayer":1.5,
                  "TurretToWildDino":1.5,
                  "TurretToTamedDino":1.5
               },
               "SoloFarm":{
                  "AllowedDinos":[
                     "Blueprint'/Game/PrimalEarth/Dinos/Ankylo/Ankylo_Character_BP.Ankylo_Character_BP'",
                     "Blueprint'/Game/PrimalEarth/Dinos/Doedicurus/Doed_Character_BP.Doed_Character_BP'"
                  ]
               }
            }
         ]
      },
      "Permissions":{
         "StackPermissions":true,
         "PermissionControl":[
            {
               "Permission":"Admins",
               "Priority":1,
               "NoCollision":true,
               "Multipliers":{
                  "Xp":2,
                  "PlayerHarvest":2,
                  "DinoHarvest":2,
                  "PlayerDamage":1,
                  "DinoDamage":2,
                  "PlayerDamageReduction":1.0,
                  "DinoDamageReduction":1.0,
                  "Taming":2,
                  "PlayerHealth":1,
                  "PlayerStamina":1,
                  "PlayerWeight":1,
                  "PlayerFood":1,
                  "PlayerOxygen":1,
                  "PlayerWater":1,
                  "PlayerSpeed":1,
                  "PlayerCraftingSkill":1,
                  "PlayerFortitude":1
               },
               "BaseStats":{
                  "PlayerHealth":0,
                  "PlayerStamina":0,
                  "PlayerWeight":0,
                  "PlayerFood":0,
                  "PlayerOxygen":0,
                  "PlayerWater":0,
                  "PlayerSpeed":160,
                  "PlayerCraftingSkill":200,
                  "PlayerFortitude":10
               },
               "SoloFarm":{
                  "AllowedDinos":[
                     "Blueprint'/Game/PrimalEarth/Dinos/Ankylo/Ankylo_Character_BP.Ankylo_Character_BP'",
                     "Blueprint'/Game/PrimalEarth/Dinos/Doedicurus/Doed_Character_BP.Doed_Character_BP'"
                  ]
               }
            }
         ]
      }
   },
   "Commands":{
      "ShowRates":"/showrates",
      "SoloFarm":"/solofarm"
   },
   "Messages":{
      "Sender":"RateControl",
      "DelayBetweenMessages_Seconds":3,
      "RateUpgradeCooldown":{
         "SendInChat":false,
         "Message":"You are currently under RateUpgrade cooldown, since you have left your tribe, new rates will be applied after {minutes} minutes",
         "R":1,
         "G":0,
         "B":0
      },
      "RateUpgradeCooldownExpired":{
         "SendInChat":false,
         "Message":"RateUpgrade Cooldown has expired, new rates are now applied for your character",
         "R":0,
         "G":1,
         "B":0
      },
      "ShowRates":{
         "SendInChat":true,
         "Message":"Your Current Rate Multipliers:\nXP: {xpRate}\nPlayer Harvest: {playerHarvestRate}\nDino Harvest: {dinoHarvestRate}\nTaming: {tamingRate}\nPlayer Damage Multiplier: {playerDamageRate}\nDino Damage Multiplier: {dinoDamageMultiplier}\nPlayer Damage Reduction Multiplier: {playerResistanceRate}\nDino Damage Reduction Multiplier: {dinoResistanceRate}",
         "R":0,
         "G":1,
         "B":0
      },
      "SoloFarmNotRidingDino":{
         "SendInChat":false,
         "Message":"No Ridden Dino Detected to Activate Solo Farm",
         "R":1,
         "G":0,
         "B":0
      },
      "SoloFarmNotCarryingDino":{
         "SendInChat":false,
         "Message":"No Carried Dino Detected to Activate Solo Farm",
         "R":1,
         "G":0,
         "B":0
      },
      "SoloFarmNotEligible":{
         "SendInChat":false,
         "Message":"You are Not Eligible for Solo Farm Activation",
         "R":1,
         "G":0,
         "B":0
      },
      "SoloFarmError":{
         "SendInChat":false,
         "Message":"Unexpected Error Occured While Enabling Solo Farm",
         "R":1,
         "G":0,
         "B":0
      },
      "SoloFarmSuccessfulToggle":{
         "SendInChat":false,
         "Message":"Successfully Toggled Solo Farm",
         "R":0,
         "G":1,
         "B":0
      }
   }
}

To view this content we will need your consent to set third party cookies.
For more detailed information, see our cookies page.
Author
WETBATMAN
Views
104
First release
Last update
Rating
0.00 star(s) 0 ratings

More resources from WETBATMAN

Back
Top