Skip to main content

Messages

Global Placeholders

Many servers have custom resource packs that insert symbols, images, icons etc. It can become quite cumbersome to copy/paste bizarre symbols into configurations and messages.

The Global Placeholder Service allows you to easily define a placeholder configuration which can be built into a TagResolver. A ConfigSerializable object is provided as so:

@Config("placeholders") // See the 'Configurations' section for more details on how to use this annotation
@ConfigSerializable
public class MyConfig implements ZoraConfig {

}