+ Per player config
If the setting
per_player_config is set to
true in the config, when a player joins a config file gets generated for him, inside the folder
player in the plugin's directory.
What's inside of it is defined in the config.yml with the following syntax:
Code (Text):
'value_name: value_type, value'
(value_type is the type, for example int. There are placeholders too for the value!)
Code (Text):
'player_name: String, %player_name%'
(More examples are in the config.yml) The player's config gets updated every time the player joins.
+ Place holders for the "value" in the per-player configs
%player_name% -> returns the player name
%player_uuid% -> returns the player uuid
%player_address% -> returns the player address
%player_port% -> returns the player port