UltraCore Core - API icon

UltraCore Core - API -----

UltraCore API for Spigot Plugins.



Per-Player Configs
+ Config file

+ 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
----------, Mar 21, 2019
Resource Information
Author:
----------
Total Downloads: 1,918
First Release: Mar 18, 2019
Last Update: Feb 18, 2023
Category: ---------------
All-Time Rating:
1 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings