Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Restructure #27

Merged
merged 11 commits into from
Nov 7, 2021
Merged

Restructure #27

merged 11 commits into from
Nov 7, 2021

Conversation

dehys
Copy link
Contributor

@dehys dehys commented Nov 7, 2021

Refractored and cleaned up project

New project structure:

└── StatisticsLib
    ├── LICENSE
    ├── README.md
    ├── pom.xml
    └── src
        ├── demo
        │   └── java
        │       └── me
        │           └── dehys
        │               └── myplugin
        │                   └── MyPlugin.java
        └── main
            ├── java
            │   └── com
            │       └── devflask
            │           └── statisticslib
            │               ├── lib
            │               │   ├── data
            │               │   │   ├── PlayerStatistic.java
            │               │   │   ├── SQL.java
            │               │   │   ├── StatisticsManager.java
            │               │   │   ├── StatisticsTimer.java
            │               │   │   └── UserData.java
            │               │   ├── enums
            │               │   │   ├── Statistic.java
            │               │   │   └── Substatistic.java
            │               │   ├── listeners
            │               │   │   ├── BlockBreakListener.java
            │               │   │   ├── BlockPlaceListener.java
            │               │   │   ├── ConsumeItemListener.java
            │               │   │   ├── DeathListener.java
            │               │   │   ├── DropListener.java
            │               │   │   ├── EnchantListener.java
            │               │   │   ├── EntityBreedListener.java
            │               │   │   ├── EntityDamageListener.java
            │               │   │   ├── EntityTameListener.java
            │               │   │   ├── FishListener.java
            │               │   │   ├── InteractListener.java
            │               │   │   ├── ItemBreakListener.java
            │               │   │   ├── ItemCraftListener.java
            │               │   │   ├── JoinListener.java
            │               │   │   ├── ProjectileHitListener.java
            │               │   │   ├── QuitListener.java
            │               │   │   └── RaidListener.java
            │               │   └── main
            │               │       ├── StatisticsLib.java
            │               │       └── Util.java
            │               └── plugin
            │                   ├── ConfigManager.java
            │                   ├── Plugin.java
            │                   └── commands
            │                       └── ReloadCommand.java
            └── resources
                ├── config.yml
                └── plugin.yml

30 directories, 99 files

@dehys dehys requested a review from OverDodo November 7, 2021 18:35
@dehys dehys marked this pull request as draft November 7, 2021 18:43
Copy link
Contributor

@OverDodo OverDodo left a comment

Choose a reason for hiding this comment

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

ConfigManager should stay with the library. not the plugin. its created for the lib, not the plugin

@dehys
Copy link
Contributor Author

dehys commented Nov 7, 2021

ConfigManager should stay with the library. not the plugin. its created for the lib, not the plugin

Yes, will change. Also need to change ./.github/workflows/maven.yml to run on correct server

@dehys dehys marked this pull request as ready for review November 7, 2021 18:49
@dehys dehys requested a review from OverDodo November 7, 2021 18:50
@dehys dehys merged commit 1997632 into 1.3_INDEV Nov 7, 2021
@dehys dehys deleted the restructure branch November 7, 2021 18:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants