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

Query

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

This page provides information about the query system, which is used to retrieve data from the Cache Holder.

The format of a query is as follows:

<holder>;<type>;<args>
  • <holder>: The Top Holder to query.
  • <type>: The type of data to retrieve.
  • <args>: Additional arguments for the query.

If the <type> does not require any arguments, the query can be simplified to:

<holder>;<type>
TypeArgumentDescriptionExampleExplanation
name<name>Get the value of the player based on their <name>jump;name;HSGamerRetrieve the value of the player named HSGamer at the Cache Holder named jump
uuid<uuid>Get the value of the player based on their <uuid>jump;uuid;7acc67dc-8b84-4f8d-b7ad-ec81e758f5a1Retrieve the value of the player with the UUID 7acc67dc-8b84-4f8d-b7ad-ec81e758f5a1 at the Cache Holder named jump