You are viewing a potentially older version of this package. View all versions.
AndrewLin-AndrewLin_DnDUtil-0.0.2 icon

AndrewLin DnDUtil

A Dungeons and Dragons mod for On-Together.

Date uploaded 7 months ago
Version 0.0.2
Download link AndrewLin-AndrewLin_DnDUtil-0.0.2.zip
Downloads 49
Dependency string AndrewLin-AndrewLin_DnDUtil-0.0.2

This mod requires the following mods to function

BepInEx-BepInExPack-5.4.2304 icon
BepInEx-BepInExPack

BepInEx pack for Mono Unity games. Preconfigured and ready to use.

Preferred version: 5.4.2304

README

DnDUtil:

  • roll dice with the result broadcasted to global/local chat
  • configure the broadcast name

Commands

  • /help dnd - brings up a list of commands in game.
  • /roll XdY MdN ... - roll X dices of side Y, roll M dices of side N. E.g. /roll 2d20 1d6
  • /setchatname DnDSystem - set the broadcaster 'username' e.g. to DnDSystem or DnDResult
  • /showusercommand - toggle whether the user command is shown to global chat or not
  • /usedndfeature - toggle whether to disable/enable this mod
  • /uselocalchat - toggle dnd chat broadcast local/global

Manual Installation

  • Install BepInEx as directed on GitHub/Thunderstore/r2modman.
  • Extract archive to your game's installation, making sure to overwrite/merge the folders as prompted.

CHANGELOG

Changelog

All notable changes to DnDUtil will be documented in this file.

[0.0.7] - 2026-02-22

Changed

  • Default AnnouncerArea (/dsaa) is now local

Removed

  • Help command /help is removed. Please use /dndhelp

[0.0.6] - 2026-02-20

Changed

  • Renamed /usedndfeature (/udf) to /dndtoggle (/dt)
  • Renamed /setannouncerarea (/saa) to /dndsetannouncerarea (/dsaa)
  • Renamed /setannouncername (/san) to /dndsetannouncername (/dsan)
  • Announcer Area defaults to local
  • Internal refactor: extracted DndRollCommand base class; command files renamed with Dnd prefix

[0.0.5] - 2026-02-16

Fixed

  • Help text for OfficerBalls mods are no longer 'eaten'

[0.0.4] - 2026-02-15

Added

  • Short command aliases for all commands (e.g., /r for /roll, /h for /help)
  • Short names displayed in help command output

Changed

  • Improved help command text and formatting
  • Commands no longer interfere with or clean other game commands

Fixed

  • Help text display issues

[0.0.3] - 2026-02-15

Changed

  • Improved documentation with comprehensive usage examples
  • Documentation cleanup and restructuring

[0.0.2] - 2026-02-15

Added

  • Announcer area configuration (self/local/global broadcast)
  • Commands to set announcer area and name
  • Message scoping by selected area

Changed

  • Announcements now properly identified by area scope

[0.0.1] - 2026-02-15

Added

  • Initial release
  • Basic dice rolling functionality (/roll XdY)
  • Multiple dice rolling in single command
  • BepInEx plugin integration
  • Chat notification system