Coooookies / Grasscutter-MeaMailPlus

A plugin of Grasscutter for send in-game mail conveniently
GNU Affero General Public License v3.0
119 stars 19 forks source link

[suggestion] Consider using `Plugin#getDataFolder` #1

Closed KingRainbow44 closed 2 years ago

KingRainbow44 commented 2 years ago

Instead of using ./plugins/(name) plugins should consider switching to the Plugin#getDataFolder method introduced in v1.0.3-dev.

KingRainbow44 commented 2 years ago

also just a maven suggestion, if you're depending on a file from the system use ${basedir}/ instead of using a direct path. image

Coooookies commented 2 years ago

Instead of using ./plugins/(name) plugins should consider switching to the Plugin#getDataFolder method introduced in v1.0.3-dev.

I will modify it later and use the plugin path provided in config: image

Coooookies commented 2 years ago

modified