Player Hunting & Bounties Board (Open-Source)

Free Player Hunting & Bounties Board (Open-Source) 0.0.7

This resource is free
Updates & Changes
- All of my plugins now include localization support which generates a new /lang folder where you can fully customize the language the plugins display in. This feature allows you to build localization files and trade them or sell them with others for my plugins. This is great if you're running, German, French, EU type gaming servers where the language is different then English. I believe we're the first plugins to build true Localization support.
- Localization is very common to see with Rust and Minecraft plugins but not commonly seen with ArkServerAPI plugins so going forward all my plugins will have this unique feature as I believe it's a huge quality of life feature.
  • Added "SenderName: XXX" support to all my plugins. You can now customize your plugins configuration files to have better control over how the chat messages are displayed in-game.
  • Huge Update: I added official support to use Pelayori's ASA Ulities mod! You now have new configuration options such as:

JSON:
  "ApiUtilsMod": {
    "Enabled": true,
    "BackdropColor": [0.0, 0.0, 0.0, 0.55],
    "ScreenPosition": "Center",
    "TextAlign": "Center",
    "TextScale": 1.0,
    "MessageSeconds": 6.0,
    "AlsoShowInChat": true
  }

these new options let you control if you want to use the mod, I've also coded a failsafe so in the event you don't have the mod loaded it'll detect that and fallback to native support instead of causing a server crash. Huge shoutout to Pelayori for making the mod and assisting me in Discord on how to integrate it!
  • Unicode support has been added, I've added several Unicode support such as UTF-8 and more to support foreign languages and other special ALT characters. Please be aware some characters like Chinese characters may still break but this is a huge upgrade from before.
  • Fixed a bug where reload command was silently failing in some occasions. Thank you to DWS for reporting this bug on our Discord server!
  • Updated the comment_config.json file to now use the .jsonc format this prevents issues with users trying to load the wrong config file and is proper syntax.
  • Fixed several other various bugs reported

To learn more and get real-time updates join our discord: https://discord.gg/QscWXn62dE
Back
Top