Bỏ qua để đến nội dung

Link a Top Holder

Nội dung này hiện chưa có sẵn bằng ngôn ngữ của bạn.

First, you add some settings to link a Top Holder to this Timed Holder, which means the Timed Holder will listen to the Top Holder for value changes and updates.

holders:
jump_daily: # The timed holder name
top: jump # The top holder it will be based on

This example will set that the Timed Holder jump_daily will listen to the Top Holder jump (Click here if you don’t know what jump is).

[NOTE] Link a holder from GroupTopper If you want to use a holder from GroupTopper, you can set the top-type field to grouptopper. Then you can set the top field to the name of the holder you want to use.

holders:
jump_daily:
top-type: grouptopper # The type of the top holder. In this case, it will use GroupTopper
top: jump # The top holder it will be based on

Continue reading to learn how to set up time settings.