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

updated to PM4 #84

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

updated to PM4 #84

wants to merge 4 commits into from

Conversation

xxFLORII
Copy link

No description provided.

Copy link
Collaborator

@VixikHD VixikHD left a comment

Choose a reason for hiding this comment

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

I like this pr so far! Just need a few changes in order to release update

@@ -1,5 +1,5 @@
name: SkyWars
api: 3.0.0
api: 4.0.0
version: 1.2.1
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
version: 1.2.1
version: 1.3.0-beta1

Copy link
Collaborator

Choose a reason for hiding this comment

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

In order to update plugin on poggit it is required to increase the version

Copy link
Collaborator

Choose a reason for hiding this comment

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

Also you should mention yourself in authors field


if(!$signPos->getLevel() instanceof Level || is_null($this->plugin->level)) return;
if(!$signPos->getWorld() instanceof World || is_null($this->plugin->level)) return;
Copy link
Collaborator

Choose a reason for hiding this comment

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

Position->getWorld() no longer returns null and is always of World instance

Suggested change
if(!$signPos->getWorld() instanceof World || is_null($this->plugin->level)) return;
if(!$signPos->getWorld()->isLoaded() || is_null($this->plugin->level)) return;

@xxFLORII
Copy link
Author

Sorry for the late answer, i will add the requested changes tomorrow.

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.

3 participants