Skip to content
Akross edited this page May 23, 2026 · 10 revisions

Welcome! this is the how2basic of customization for Vintage Story Presence

If you are a server owner or modpack creator, please navigate to either the For Modpack Creators section or For Server Owners for particular use cases.


To start off with, this is the basic anatomy of Discord RPC

image

The two most accessible options are details and state. There are a plethory of included options to choose from for creating your own RPC display!

Important

New commands are still being added and will update, see issue/8 to keep up with developments.

  • PlayerName: Your character name that can be changed, not your unique player ID
  • ServerName: Server Name
  • WorldName: World Name
  • PlayerMode: The current player mode such as Singleplayer or Multiplayer
  • PlayerModeFormatted: If you are the only player, it will display "Solo", if more than 1, it will display "with x other(s)"
  • PlayerCount: Current total online players
  • PlayerCountFormatted: Redundant PlayerModeFormatted
  • GameMode: The current gamemode such as Survival, Creative, etc.

To use these options within your display, simply surround them with double brakets This is me! {{PlayerName}}. This will show This is me! akross for example.

The only fields these text properties apply to are:

  • Details
  • State
  • Large Image Text (hover)
  • Small Image Text (hover)

Note

Further support for parties is coming, but I want to add content and formatting first. (This also may come with server side support :3)


Thank you for using the mod!

Clone this wiki locally