Skip to content

Creating actions

After installing the mod, you'll be able to use /createaction (/ca for short) to format one of our custom actions inside of your house!

Syntax for actions

Let's place down an Action Pad and add a Display Title action to it. Now, set the Fade In, Stay and Fade Out options to 0. This will make sure players without the mod don't get spammed with a bunch of titles with data.

Now you can edit the title option inside the action, the subtitle will not work. You will be prompted to enter text. Instead, you should copy the following command in the chat:

/createaction tap:particle pos=~ ~ ~ | type=explosion_large | round

This will spawn a explosion at the centre of the block the player is standing on! Only the player running this action will be able to see it.

The reason all actions start with tap: is because other mods are able to add their own custom actions. With this system, mods won't have to worry about their actions having the same names as other mods.

One-time actions

Some actions can only be run once every time a player loads the world. One of these is tap:identity, which lets you specify certain properties about your house.

/ca tap:identity run=myCommand

This action above will run /house:myCommand. We require you to start your custom command with house so that we can make sure you aren't trying to run an actual Hypixel command.

Now, by putting this in the Player Join event you can use this command to set a stat like tapactions to 1. Make sure to add a Stat Key Override in the Player Data menu or set this stat to 0 when the player leaves the house.

Warning

Any player can use mods to view invisible titles and run this command, so never put important secrets inside of your actions or locked away behind this command!

Discover more actions

You can discover actions in the Actions dropdown, sorted into several categories. All required parameters in these docs will be marked with an asterisk.