Skip to content

actiondump

‮(gorg) edited this page Jul 11, 2022 · 4 revisions

ActionDump

The action dump is a collection of data about various things in DiamondFire, exported from the plugin.

How to get it

There are various ways of getting it, they are listed below.

Help Bot

The most common method is going to #bot-cmds and running help bot command ?actiondump. Although it appears to be as outdated as listed in the footer of ?info.

Mirrors

Another method is by downloading it from an alternate place, such as the one used in dfonline.
See database or database with colour codes.

Manually

On dev likes nodes (beta, dev, ect) a hidden command is added.
/dumpactioninfo [-c] will send the actiondump into chat. The -c tag adds makes colours into "& codes".
While it is sending in your chat, all other server communication seems to stop, so it is possible you get disconnected.

You can run it in your client, copy the messages from the log, and remove each prefix.
You can create a Minecraft bot, a dedicated program or set up your own clone of helpbot to get it for you.
You can use a minecraft mod which I created that attempts to make it easy to do it manually. getactiondump mod

Data included

The actiondump is a JSON object with each value an array of objects with info about each topic.

  • actions
  • codeblocks
  • gameValueCategories
  • gameValues
  • particleCategories
  • particles
  • soundCategories
  • sounds
  • potions
  • cosmetics
  • shops
    An Icon type is also often used to represent icons and items.
Clone this wiki locally