Skip to content

Commands

shedaniel edited this page Feb 26, 2021 · 25 revisions

Linkie Offline? Check the status page of Linkie.

General Commands

  • !help / !commands » Display the link to this page.
  • !about » Display the link to the source and invite link.

Misc Commands

  • !fabric » Display Fabric versions
  • !forge » Display Forge / MCP versions
  • !drama / !ftbdrama » FTB Drama Generator
  • !fdrama / !fabricdrama » Fabric Drama Generator
  • !allaccesswidener » Display the link to Everything Access Widener™
  • !google » Creates a Let Me Google That link

Mappings Command

Mappings Structure

Query commands are structured to allow wildcards and class filters.

To find all fields in a class, one can do:

!<command> ClassName.*

Specifying wildcard on the class will do nothing, it is also possible to omit the class name filter and get every fields in existence.

Query commands does contains with ignore cases (Unlike K9 here).

Translating commands does exact equals and does not support class filtering as the result are usually short enough.

Linkie ranks the results according to relevance, the most relevant result is on the top, which is why searching Screen will actually have Screen on the top, and not buried under its implementations.

  • !namespaces » List all mappings namespaces
  • !mapping » Query Mappings from any namespaces
  • !c / !class » Query Classes from any namespaces
  • !m / !method » Query Methods from any namespaces
  • !f / !field » Query Fields from any namespaces
  • !y / !yarn » Query Yarn Mappings
  • !yc / !yarnc » Query Yarn Classes
  • !ym / !yarnm » Query Yarn Methods
  • !yf / !yarnf » Query Yarn Fields
  • !mcp » Query MCP Mappings
  • !mcpc » Query MCP Classes
  • !mcpm » Query MCP Methods
  • !mcpf » Query MCP Fields
  • !mm / !mojmap » Query Mojang (Via Intermediary) Mappings
  • !mmc / !mojmapc » Query Mojang (Via Intermediary) Classes
  • !mmm / !mojmapm » Query Mojang (Via Intermediary) Methods
  • !mmf / !mojmapf » Query Mojang (Via Intermediary) Fields
  • !mms / !mojmaps » Query Mojang (Via SRG / MCP) Mappings
  • !mmsc / !mojmapsc » Query Mojang (Via SRG / MCP) Classes
  • !mmsm / !mojmapsm » Query Mojang (Via SRG / MCP) Methods
  • !mmsf / !mojmapsf » Query Mojang (Via SRG / MCP) Fields
  • !ly » Query Legacy Yarn Mappings
  • !lyc » Query Legacy Yarn Classes
  • !lym » Query Legacy Yarn Methods
  • !lyf » Query Legacy Yarn Fields
  • !yarrn » Query Yarrn (Indev) Mappings
  • !yrc » Query Yarrn (Indev) Classes
  • !yrm » Query Yarrn (Indev) Methods
  • !yrf » Query Yarrn (Indev) Fields
  • !plasma » Query Plasma Mappings
  • !plasmac » Query Plasma Classes
  • !plasmam » Query Plasma Methods
  • !plasmaf » Query Plasma Fields
Yarn -> MCP
  • !vc / !voldefyc » Translate Yarn Classes to MCP
  • !vm / !voldefym » Translate Yarn Methods to MCP
  • !vf / !voldefyf » Translate Yarn Fields to MCP
MCP -> Yarn
  • !dvc / !devoldefyc » Translate MCP Classes to Yarn
  • !dvm / !devoldefym » Translate MCP Methods to Yarn
  • !dvf / !devoldefyf » Translate MCP Fields to Yarn
Yarn -> Mojang
  • !ymmc » Translate Yarn Classes to Mojang
  • !ymmm » Translate Yarn Methods to Mojang
  • !ymmf » Translate Yarn Fields to Mojang
Mojang -> Yarn
  • !mmyc » Translate Mojang Classes to Yarn
  • !mmym » Translate Mojang Methods to Yarn
  • !mmyf » Translate Mojang Fields to Yarn
MCP -> Mojang
  • !mcpmmc » Translate MCP Classes to Mojang
  • !mcpmmm » Translate MCP Methods to Mojang
  • !mcpmmf » Translate MCP Fields to Mojang
Mojang -> MCP
  • !mmmcpc » Translate Mojang Classes to MCP
  • !mmmcpm » Translate Mojang Methods to MCP
  • !mmmcpf » Translate Mojang Fields to MCP

Server Rules

More info at https://github.com/shedaniel/linkie-discord/wiki/Server-Rules

Tricks

  • !eval » Eval script
  • !trick » Tricks
Clone this wiki locally