Skip to content

Commit

Permalink
move plugin data
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeybaharev authored and sergeybaharev committed Aug 1, 2020
1 parent d3e61ed commit 14f16cc
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,8 @@ public function onEnable(): void

private function createDirectories(): void
{
$this->mainFolder = Server::getInstance()->getDataPath() . "Sergey_Dertan_Plugins/SRegionProtector/";
//$this->mainFolder = Server::getInstance()->getDataPath() . "Sergey_Dertan_Plugins/SRegionProtector/";
$this->mainFolder = $this->getDataFolder();
$this->regionsFolder = $this->mainFolder . "regions/";
$this->langFolder = $this->mainFolder . "lang/";
$this->dbFolder = $this->mainFolder . "db/";
Expand Down

1 comment on commit 14f16cc

@jasonw4331
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There are some problems with the plugin submission form for "SRegionProtector" (v1.0 submitted on 2020-08-01T09:45:42.000Z):

A3 — No duplicates:

If there is another plugin that covers every single feature your plugin has, you must not submit yours, unless the existing one has been outdated and unmaintained for more than one month. You may want to explain why your plugin is better than the existing ones in the description.

Please provide the ways that this plugin differs from other region protection plugins such as Festival.

Your release has been reset to draft. Please edit the release to resolve these problems, then click "Submit" on the edit page to have the plugin reviewed again.

This comment is posted here because this is the last commit when the released build was created.

Please sign in to comment.