mirror of
https://github.com/filoghost/ChestCommands.git
synced 2024-11-22 18:16:14 +01:00
Clarify comment
This commit is contained in:
parent
36bb378e69
commit
d971b6e514
@ -43,7 +43,10 @@ public class PlaceholderMatch {
|
||||
}
|
||||
|
||||
/**
|
||||
* Expected format: {pluginName/placeholder: argument}
|
||||
* Valid formats:
|
||||
* {pluginName/placeholder: argument}
|
||||
* {placeholder: argument}
|
||||
* {placeholder}
|
||||
*/
|
||||
public static PlaceholderMatch parse(String placeholderContent) {
|
||||
String explicitPluginName = null;
|
||||
|
Loading…
Reference in New Issue
Block a user