Skip to content

Syntax ​

This page contains info about the syntax used by the plugin in the configuration files.

Recognized IDs ​

In this section you can find both the material and sound IDs recognized by ChatPlugin depending on the current environment and version.

VersionBukkit material IDsBukkit sound IDsSponge material IDsSponge sound IDs
1.8HelpChatHelpChatGitHubGitHub
1.9HelpChatHelpChat❌ - see 1.10[?]❌ - see 1.10
1.10HelpChatHelpChatGitHubGitHub
1.11HelpChatHelpChatGitHubGitHub
1.12HelpChatHelpChatGitHubGitHub
1.13HelpChatHelpChat❌[?]❌
1.14HelpChatHelpChat❌❌
1.15HelpChatHelpChat❌❌
1.16HelpChatHelpChat❌❌
1.17HelpChatHelpChat❌❌
1.18HelpChatHelpChat❌❌
1.19HelpChatHelpChat❌❌
1.20SpigotMCSpigotMC❌❌

Timestamps ​

Time periods and durations in ChatPlugin are expressed in a way that supports the following timestamps:

TimestampIdentifier(s)Value (ms)
Seconds, S1000
= 1 * 103
Minutem60000
= 6 * 104
Hourh, H3600000
= 3.6 * 106
Dayd, D86400000
= 8.64 * 107
Weekw, W604800000
= 6.048 * 108
MonthM2592000000
= 2.592 * 109
Yeary, Y31536000000
= 3.1536 * 1010

They are used by the punishments' system, in configuration files and by some other modules. Here is an example of the accepted format: 23d,7h,39s. Input string must not contain spaces and timestamps must be divided by a comma.

ChatPlugin - A complete yet lightweight plugin which handles just too many features!
© 2024  Remigio07
This wiki is currently updated to version 1.9.4.
Please report any errors, mistakes and misspellings as described at Home/Reporting issues.

Remigio07.me - built w/ VitePress