https://github.com/restoremonarchyplugins/steamgrouprewards
Reward players for joining your Steam group with a rank.
https://github.com/restoremonarchyplugins/steamgrouprewards
rocket-plugin unturned unturned-plugin
Last synced: 3 months ago
JSON representation
Reward players for joining your Steam group with a rank.
- Host: GitHub
- URL: https://github.com/restoremonarchyplugins/steamgrouprewards
- Owner: RestoreMonarchyPlugins
- Created: 2024-09-25T18:52:39.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2025-01-15T17:55:45.000Z (5 months ago)
- Last Synced: 2025-01-15T19:48:39.784Z (5 months ago)
- Topics: rocket-plugin, unturned, unturned-plugin
- Language: C#
- Homepage: https://restoremonarchy.com/plugins/steamgrouprewards
- Size: 60.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Steam Group Rewards
Reward players for joining your Steam group with a rank.## Features
- Plugin checks every RefreshTimeSeconds if player is in Steam group specified in configuration.
- If player is in the group, he gets a permission group specified in configuration.
- If player leaves the group, he loses a permission group specified in configuration.
- Optionally, you can enable announcement when player joins the group, so everyone can see it.
- All calls to Steam API are done in a separate thread to not block the main thread. So it won't cause any lag on your server.I recommend adding a **/steam** command to your server that will open a link to your Steam group. You can create a **steam** permission group as well with permissions you want to give to players for joining, for example special kit or vault access.
Unfortunately endpoint being used to fetch the members list is cached by Steam, so even if you set RefreshTimeSeconds to 3 minutes for example, it usually takes 10 minutes for the plugin to notice when someone joined/left the group. From what we noticed Steam caches the request per IP or client, so even though someone might appear to be on the list for you, it doesn't mean that Steam didn't return a cached list to the client.
Endpoint used to fetch Steam IDs of group members in the plugin:
https://steamcommunity.com/groups/RestoreMonarchy/memberslistxml?xml=1## Credits
**Soer** for the idea and sponsoring the plugin.## Configuration
```xmlyellow
RestoreMonarchy
vip
300
true```
## Translations
```xml
```