Jump to content

Steenamaroo

Administrator
  • Posts

    3,685
  • Joined

  • Last visited

  • Days Won

    209

Everything posted by Steenamaroo

  1. Hi, I'm not really sure what could cause that. PermissionsManager just queries the existing oxide permissions system and presents that information to you in UI, so it should be giving the same results as using the console show commands.
  2. No, there's no support for locked crates. My response above is about server airdrops/grenade called airdrops - There's no relationship to 'gather'... Not sure what you meant by that but PlayerRanks records a +1 for the first person to loot any airdrop/supply crate. There is a config option that allows you to exclude user-called (grenade) supply drops, if you'd like to. Codelocked crates is something I plan to add soon.
  3. Scroll up and click download. That'll give you the PermissionManager.cs file which goes in your server /plugins folder.
  4. I'm not sure I'm following. DropsLooted should increase for any airdrop, no matter where it came from, but only the first person to loot it gets the point.
  5. @Alter Ego Can't you just make the titles "[Heli-Hunter]", "[APC-Killer]" etc? If I'm misunderstanding please let me know. I'll make sure #2 is in the next update. @saintmichel13To be honest I avoided getting into specifics because I feel like requests would keep coming, once I start, and it'd get out of control fast. That being said, TCs destroyed seems like a stat that might be worth having.
  6. Hi @Alter Ego 1: There's no automatic option for brackets per title but there's nothing to stop you including them in the titles in config. It might take a few seconds to fill it out but I think that's OK. 2: The oxide groups are there so that server owners can use them for perks/privs. PlayerRanks should be destroying all those groups when it unloads. I don't think the plugin actually uses them for anything, though, so I can see about a config option to disable them.
  7. @ProducerNot top 10, no, but there's a top 30 table in the UI.
  8. Hi Chad, Thanks for the info. I have an update more or less ready to push with some nice additional features. I *think* that was a known issue that I resolved but I'll make sure before posting.
  9. Version 3.2.4

    12,911 downloads

    Gives reward payments to players for performing various in-game actions. Uses Economics, Server Rewards, or Scrap. **Although V3 is a rewrite, the original plugin was written and maintained by MalS** Thank you to MalS for the original submission and continued support. Chat Commands. /rr – Opens RustRewards UI. UI allows players to customise their notification preferences. It also allows viewing of reward and multiplier values, if that option is enabled in config. Holders of rustrewads.admin permission can use the same UI to adjust reward and multiplier values. See images. Permissions. rustrewards.adminui Enables adjustment buttons for values in UI. Players with the following permissions can earn rewards for that category. rustrewards.harvest rustrewards.kill rustrewards.open rustrewards.pickup rustrewards.activity rustrewards.welcome All reward values are 0.0 by default. All multipliers have basic default values. Reward categories. Kill Harvest Open Pickup Activity Welcome Harvesting and looting containers must be carried out to completion in order to receive the reward. Multipliers. Group Permission Weapon used Happy hour (optional) Day of the week RaidableBases (action within RB area) Zone (action within specific zone) Distance (for kill rewards) Group and permission multipliers apply to players in X group or players holding X permission. Adding group or permission names to their lists in config will automatically create that group or permission. Permissions from other plugins can also be added here, in full, without issue – eg "kits.vip” "Group_Multipliers": { "Regulars": 1.0 }, "Permission_Multipliers": { "loyalty": 10.0 }, This, for example, will register the permission 'rustrewards.loyalty', and create the group "Regulars”. General Settings UseServerDayNightHours = true UseRealTime = false UTCHourOffset = -1 DayStartHour = 8 NightStartHour = 20 Reset_Activity_Reward_At_Wipe = false Disable_All_Notifications = false, TakeMoneyfromVictim: false, LogToFile = false, LogToConsole = false HappyHour_BeginHour: 17, HappyHour_EndHour: 21, Player_Kill_Reward_CoolDown_Seconds: 0, View_Reward_Values": true - Enables UI access to reward and multiplier values for players. Default_Notification_Type - 0/1/2/3 : The numbers correspond to Chat/Banner/Icon/Off Chaticon: 0 Only_Reward_Growables_From_Planters: false, Use_Harvesting_Cooldown = true, Add_Multipliers = false, Use_Highest_Multiplier_Only = false, Delete_Player_Prefs_After_Days = 100, RewardCurrency UseScrap: true, UseEconomics: false, UseServerRewards: false Chosen currency for rewards. Only one can be used at any one time. Allies UseFriendsPlugin: true, UseClansPlugin: true, UseRustTeams: true Prevent rewards for killing friends/clan mates/team mates. Plugins UseGUIAnnouncementsPlugin: false, - Enables 'banner' notification option UseZoneManagerPlugin: false, - Allows for zone specific multipliers UseNoEscape: false - Prevents rewards when NoEscape-blocked Data file. 'Friendly names' for items and entities can be customised in the data file. Each item or entity has a pair listed – Edit the right hand value. Example : "vehicle_parts": "vehicle parts, "loot_barrel_2": "barrel”, "loot_barrel_1": "barrel”, "crate_tools": "tool crate", Notes. Npcs. An extensive list of npcs types has been added for 'Kill' and 'Harvest' (flesh) rewards, including entries for BotSpawn and Zombiehorde. Item Actions 'Open' rewards are now given for items with "Unwrap” or "Gut” actions, including all recently added fish. AI vehicle kills. Rewards are given to the player who caused the most damage to APC / Patrol Heli / CH47. UI Amount adjust increments. As different servers will have different base units of currency, you can change how much the + and – buttons in UI adjust the amounts. Reward_Small_Increment: 1.0, Reward_Large_Increment: 10.0, Multiplier_Increment: 0.1, API OnRustReward(BasePlayer player, string category)
    Free
  10. Hi, Q: What weapons can my bots use? A: I recommend sticking to basic bullet-weapons, hand tools and melee weapons. Bows have worked on and off over the years but they were never recommended or officially supported.
  11. Hi, No; there's no provision for multiple loot tables per corpse/container type. If it's BotSpawn you could just make an additional custom profile and place it at the airfield, then halve your profile numbers. That would achieve the same thing. Since categories are picked per-item in the loot, what you're proposing would be the same as just setting food/weapons/ammunition to the same probability. You still end up with a mix of food + weapons/ammo, unless you're asking for only 1 item per container.
  12. Ah, ok. I wasn't aware that item name could be set but since it can clearly be done I don't see why I couldn't add it. I'll keep it in mind. Thanks!
  13. Hey. Skins is already there. It's a list, though, so you can add multiple to have one chosen randomly, but you could still just have one there. Name...I'm not sure. Is that a thing?
  14. HI Aislinn. It's the # player per category only. When you lose #1 spot you also lose your title.
  15. If any other plugin is loaded PermissionsManager will reload, to list perms for the new plugin, and, as such, your UI will be closed. Maybe that's what's happening?
  16. I just checked - This is already implemented and working. If a category is disabled in the config under "Categories", or via admin UI, then titles for that category are not shown.
  17. Thinking about it, I should make it that titles are auto-disabled for categories which are disabled in config. Thanks for flagging that.
  18. To disable tags for a category you just make the string empty. "PVPKills": "", Colours can be done as Krungh describes (thanks Krungh). If you want to apply the same colour to all you could do it in the title start and title end values, to save editing each title one by one.
  19. It has not but it's on the to do list.
  20. Strange. Can't think of any reason that wouldn't be working. I'll give it a check later when my server's up, to make sure nothing's changed.
  21. Thanks for that info. Permissions Manager is just a UI front end for the existing console command system so it would make sense for issue to be underlying.
  22. /perms group default - Check that group has X permission /perms player <some player name> - Click 'groups' - check that this player is in the default group. Click 'back'. Check that player has 'inherited button' showing for X permission. *Clicking 'inherited' will show you a list of groups from which the player is inheriting the permission, as there may be multiple.
  23. When you grant a permission to a group then check the perms for an individual player in that group, you will see an 'inherited' button beside the permission, indicating that the player has it because they are in a group which has it. The player may or may not have the permissions themselves - This is indicated by the granted/revoked buttons. I laid it out like this because often it's important to know what permissions a player will/won't have once they are removed from a group. In your case, if no 'inherited' button is showing, it sounds like the players aren't in the default group, or the permission has not been granted to the default group.
  24. Hi, I don't think it would work very well because of categories like StucturesBuilt, ResourcesGathered, Economics, etc, but you can set MaxDisplayedTitles to 1 then put the title entries in the config into an order you like. Only one title will show per player, and it'll be the first one they hold as they appear in that list.
  25. It is. BotSpawn only really supports held melee weapons and regular bullet weapons. Anything else is iffy.
2.3m

Downloads

Total number of downloads.

10.6k

Customers

Total customers served.

153.3k

Files Sold

Total number of files sold.

3.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.