jasonw4331 / MyPlot

Plot and protection plugin for PocketMine-MP
https://discord.gg/Qqcpp9Q
MIT License
101 stars 90 forks source link

Unify JSON and YAML data providers #402

Closed jasonw4331 closed 3 years ago

jasonw4331 commented 3 years ago

Introduction

This PR is to reduce the boilerplate code between both data provider types by combining them into a single provider.

Relevant issues

N/A

Changes

API changes

Both the JSON and YAML data provider classes have been deleted for a new Config data provider class

Behavioral changes

N/A

Backwards compatibility

N/A

Follow-up

N/A