Local Placeholders

This plugin supports a few local placeholders, which can be useful with displaying names of elements you're looking at. Note that these can only be used inside the Tooltips plugin.

Currently implemented

Placeholder

%furniture_id%

Id for the furniture you're currently looking at. Depends on the furniture plugin.

%furniture_name%

Display name for the furniture you're currently looking at. Depends on the furniture plugin.

%var_<ID>%

Returns the local player variable with the given ID. Variables

%var_global_<ID>%

Returns a global variable with the given ID. Variables

%persistentvar_<ID>%

Returns the persistent (saved) player variable with the given ID. Variables

%persistentvar_global_<ID>%

Returns the global persistent variables with the given ID. Variables

ItemsAdder requires a namespace before the furniture id

Last updated