Ardas-Legends-Development-Team / AL_Base_Plugin

The AL_Base_Plugin is a plugin meant to integrate the Ardas Legends Minecraft Server with the backend software running the system.
European Union Public License 1.2
1 stars 1 forks source link

Setting rpchar values of a player upon joining the server #9

Open MoritzRohleder opened 1 year ago

MoritzRohleder commented 1 year ago

Using a PlayerJoin Event we run a request to the backend where a "rpchar changelist" is saved containing all newly accepted rpchars-information needed for the minecraft server. If there is an entry in the list for the player his values are updated similar to the rpchar command.

This requires following from the backend:

Best practice would be turning the command into a Player join Event

Acceptance Criteria: