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

Update to 3.0.0-ALPHA11 #9

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

Update to 3.0.0-ALPHA11 #9

wants to merge 4 commits into from

Commits on Feb 10, 2018

  1. Bump API for testing.

    95CivicSi committed Feb 10, 2018
    Configuration menu
    Copy the full SHA
    25aff15 View commit details
    Browse the repository at this point in the history
  2. Main: Remove unused imports. When using a class or item that shares a…

    … namespace with the current item, it is not necessary to import that class or item.
    95CivicSi committed Feb 10, 2018
    Configuration menu
    Copy the full SHA
    ab7c602 View commit details
    Browse the repository at this point in the history
  3. EventListener: Add private class property $prefix. By reducing the nu…

    …mber of time that the configuration file is accessed for any variable, performance is increased. Also updated some methods to ensure that Player methods are only called on Players.
    95CivicSi committed Feb 10, 2018
    Configuration menu
    Copy the full SHA
    7620b53 View commit details
    Browse the repository at this point in the history
  4. ProtectionCommand: Clean up unnecessary imports. Add check in place t…

    …o ensure Command Sender is a Player before calling Player methods during commands. Fixed undefined variables $level on 251 and 284.
    95CivicSi committed Feb 10, 2018
    Configuration menu
    Copy the full SHA
    fd13160 View commit details
    Browse the repository at this point in the history