Skip to content

Conversation

@Pinont
Copy link
Owner

@Pinont Pinont commented Nov 6, 2025

… organization

@Pinont Pinont requested a review from Copilot November 6, 2025 09:13
@Pinont Pinont merged commit 4d35538 into main Nov 6, 2025
8 checks passed
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR refactors the package structure by moving core plugin classes from com.github.pinont.plugin to com.github.pinont.singularitylib.plugin, ensuring a consistent namespace throughout the codebase.

Key changes:

  • Updated package declarations for CorePlugin, Register, and listener classes to use the singularitylib prefix
  • Updated all import statements across the codebase to reference the new package locations
  • Updated the plugin configuration file (paper-plugin.yml) to reflect the new main class path

Reviewed Changes

Copilot reviewed 20 out of 20 changed files in this pull request and generated no comments.

Show a summary per file
File Description
src/main/resources/paper-plugin.yml Updated main class path to new package structure
src/main/java/com/github/pinont/singularitylib/plugin/CorePlugin.java Updated package declaration and imports to new namespace
src/main/java/com/github/pinont/singularitylib/plugin/register/Register.java Updated package declaration to new namespace
src/main/java/com/github/pinont/singularitylib/plugin/listener/PlayerListener.java Updated package declaration and imports to new namespace
src/main/java/com/github/pinont/singularitylib/plugin/listener/EntityDamageListener.java Updated package declaration to new namespace
src/test/java/com/github/pinont/singularitylib/TestPlugin.java Updated import to reference new CorePlugin location
src/main/java/com/github/pinont/singularitylib/api/utils/MySQL.java Updated static imports to reference new CorePlugin location
src/main/java/com/github/pinont/singularitylib/api/utils/Console.java Updated static imports to reference new CorePlugin location
src/main/java/com/github/pinont/singularitylib/api/ui/Menu.java Updated static imports to reference new CorePlugin location
src/main/java/com/github/pinont/singularitylib/api/runnable/Scheduler.java Updated import to reference new CorePlugin location
src/main/java/com/github/pinont/singularitylib/api/manager/WorldManager.java Updated static import to reference new CorePlugin location
src/main/java/com/github/pinont/singularitylib/api/manager/FileManager.java Updated imports and static imports to new namespace
src/main/java/com/github/pinont/singularitylib/api/manager/CustomItemManager.java Updated static import to reference new CorePlugin location
src/main/java/com/github/pinont/singularitylib/api/manager/ConfigManager.java Updated static import to reference new CorePlugin location
src/main/java/com/github/pinont/singularitylib/api/manager/CommandManager.java Updated static imports to reference new CorePlugin location
src/main/java/com/github/pinont/singularitylib/api/items/ItemInteraction.java Updated static import to reference new CorePlugin location
src/main/java/com/github/pinont/singularitylib/api/items/ItemCreator.java Updated static import to reference new CorePlugin location
src/main/java/com/github/pinont/singularitylib/api/hook/discordJDA/DiscordApp.java Updated static import to reference new CorePlugin location
src/main/java/com/github/pinont/singularitylib/api/event/ItemExecuteEvent.java Updated static import to reference new CorePlugin location
src/main/java/com/github/pinont/singularitylib/api/entity/EntityCreator.java Updated static import to reference new CorePlugin location

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

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.

2 participants