diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml deleted file mode 100644 index 73bc423..0000000 --- a/.github/workflows/static.yml +++ /dev/null @@ -1,43 +0,0 @@ -# Simple workflow for deploying static content to GitHub Pages -name: Deploy static content to Pages - -on: - # Runs on pushes targeting the default branch - push: - branches: ["master"] - - # Allows you to run this workflow manually from the Actions tab - workflow_dispatch: - -# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages -permissions: - contents: read - pages: write - id-token: write - -# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued. -# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete. -concurrency: - group: "pages" - cancel-in-progress: false - -jobs: - # Single deploy job since we're just deploying - deploy: - environment: - name: github-pages - url: ${{ steps.deployment.outputs.page_url }} - runs-on: ubuntu-latest - steps: - - name: Checkout - uses: actions/checkout@v3 - - name: Setup Pages - uses: actions/configure-pages@v3 - - name: Upload artifact - uses: actions/upload-pages-artifact@v2 - with: - # Upload entire repository - path: '.' - - name: Deploy to GitHub Pages - id: deployment - uses: actions/deploy-pages@v2 diff --git a/README.md b/README.md index fc4ea99..79cb114 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,3 @@ -This code is at least 7-13 years old from my archives. - # GladiatorMine!!![picsart_03-13-05 28 27](https://cloud.githubusercontent.com/assets/16944178/13729941/22a59b12-e941-11e5-801e-48b322fa29c2.jpg) ## Contents diff --git a/index.html b/index.html deleted file mode 100644 index 575ab01..0000000 --- a/index.html +++ /dev/null @@ -1,75 +0,0 @@ - - - - - - - - - - - - -Get GladiatorMine - - - - - - -
-
- -

Server software for Minecraft: Pocket Edition

-
-
Put no limits to your imagination.
-
Control all aspects of gameplay.
-
Play on multiple worlds, for free.
-
-
- Get GladiatorMine - - GladiatorMine Forums - - - - - - - - - - - - diff --git a/src/pocketmine/PocketMine.php b/src/pocketmine/PocketMine.php index 1d7dc04..a87aad4 100644 --- a/src/pocketmine/PocketMine.php +++ b/src/pocketmine/PocketMine.php @@ -75,8 +75,8 @@ namespace pocketmine { const VERSION = "1.0dev"; const API_VERSION = "2.0.0"; const CODENAME = "GladiatorMine"; - const MINECRAFT_VERSION = "v0.14.3 alpha"; - const MINECRAFT_VERSION_NETWORK = "0.14.3"; + const MINECRAFT_VERSION = "v0.14.2 alpha"; + const MINECRAFT_VERSION_NETWORK = "0.14.2"; const GENISYS_API_VERSION = '1.7.2'; /* diff --git a/src/pocketmine/network/protocol/Info.php b/src/pocketmine/network/protocol/Info.php index fe2646d..10b3156 100644 --- a/src/pocketmine/network/protocol/Info.php +++ b/src/pocketmine/network/protocol/Info.php @@ -30,8 +30,8 @@ interface Info{ /** * Actual Minecraft: PE protocol version */ - const CURRENT_PROTOCOL = 70; - const ACCEPTED_PROTOCOLS = [45, 46, 60 ,70]; + const CURRENT_PROTOCOL = 60; + const ACCEPTED_PROTOCOLS = [45, 46, 60, 70]; const LOGIN_PACKET = 0x8f; const PLAY_STATUS_PACKET = 0x90;