Coder Social home page Coder Social logo

unresolved3169 / altay-old Goto Github PK

View Code? Open in Web Editor NEW
58.0 24.0 25.0 5.17 MB

A Fast and clean server software for Minecraft: Bedrock Engine/Edition and W10 Edition - v1.5.0

License: GNU Lesser General Public License v3.0

PHP 99.89% Batchfile 0.03% Shell 0.08%
mcpe mcbe mcpe-server pmmp turanic server software php mcbe-server bedrock

altay-old's Introduction

Altay


WE ONLY MOVED TO Altay REPO (PAGE CHANGED)

altay-old's People

Contributors

ataberkw avatar enes5519 avatar erkam246 avatar nagi6 avatar nightmare3832 avatar noi-noel2647 avatar palente avatar phoshp avatar prisane avatar zplayzmcpe avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

altay-old's Issues

32bit?

Issue description

Steps to reproduce the issue

OS and versions

  • Altay: 32bit?
  • PHP:
  • Server OS:
  • Game version:

Crashdump, backtrace, memory dumps, plugins list or other files

good but have a problem

this is a good core but pls add the mobai or mob spawn pls. add them and it becomes perfect for a faction. :) πŸ‘

When player/console change gamemode, it will not correct display.

Issue description

When player/console change gamemode, it will not correct display.

Steps to reproduce the issue

when console send command "gm 1|0 <player_name>", console will get a correct Gamemode change display, but player cannot get a correct Gamemode change display.
and when player send the same as command "gm 1|0", player will get a correct Gamemode change display, but console cannot get a correct Gamemode change display.

OS and versions

  • Altay: Turanic 1.2.9 (i modified protocol to 201)
  • PHP: 7.0.17
  • Server OS: Windows 10
  • Game version: 1.2.10

Crashdump, backtrace, memory dumps, plugins list or other files

NULL

Error

01:39:54 CRITICAL > Error: "Class 'raklib\utils\InternetAddress' not found" (EXCEPTION) in "src/pocketmine/network/mcpe/RakLibInterface" at line 72
01:39:54 DEBUG > #0 src/pocketmine/Server(1698): pocketmine\network\mcpe\RakLibInterface->__construct(pocketmine\Server object)
01:39:54 DEBUG > #1 src/pocketmine/PocketMine(554): pocketmine\Server->__construct(BaseClassLoader object, pocketmine\utils\MainLogger object, string /root/pm/, string /root/pm/plugins/)
01:39:54 EMERGENCY > 볡ꡬ할 수 μ—†λŠ” 였λ₯˜κ°€ λ°œμƒν•˜μ—¬ μ„œλ²„κ°€ κ°•μ œλ‘œ μ’…λ£Œλ˜μ—ˆμŠ΅λ‹ˆλ‹€. 좩돌 덀프λ₯Ό μƒμ„±ν•©λ‹ˆλ‹€
01:39:54 EMERGENCY > "/root/pm/crashdumps/Thu_Feb_1-01.39.54-UTC_2018.log" νŒŒμΌμ„ 좩돌 μ•„μΉ΄μ΄λΈŒμ— μ—…λ‘œλ“œν•˜κ³  버그 보고 νŽ˜μ΄μ§€μ— 링크λ₯Ό λ³΄λ‚΄μ£Όμ„Έμš”. κ°€λŠ₯ν•œ ν•œ λ§Žμ€ 정보λ₯Ό μ£Όμ‹œκΈ° λ°”λžλ‹ˆλ‹€.

crafting

if I try to craft an object with the crafting table it will give me back the starting material

altay last version

w10 and bedrock edition

PHAR LINK

Issue description

Steps to reproduce the issue

OS and versions

  • Altay:
  • PHP:
  • Server OS:
  • Game version:

Crashdump, backtrace, memory dumps, plugins list or other files

Elytra Wing Don't Have Fall Damage

Issue description

Elytra don't have fall damage event.

Steps to reproduce the issue

In actual vanilla, you get fall damage when you fell with wrong angle.

OS and versions

crafting

if I try to craft an object with the crafting table it will give me back the starting material

Water Bar, World No load, Glitchin Spawning!

Issue description

When I spawn in-to my "Genysis" World, with your software, there is no world load, Water bar is out even thought not in water at all!, & when spawning, your game is glitchey

Steps to reproduce the issue

Fix the problem

OS and versions

  • Altay:
  • PHP:
  • Server OS:
  • Game version:

Crashdump, backtrace, memory dumps, plugins list or other files

Errir

Error: Call to undefined method pocketmine\nbt\tag\ListTag::push()
File: src/pocketmine/entity/Human
Line: 649
Type: notice

Code:
[640]
[641] $inventoryTag = new ListTag("Inventory", [], NBT::TAG_Compound);
[642] $this->namedtag->setTag($inventoryTag);
[643] if($this->inventory !== null){
[644] //Normal inventory
[645] $slotCount = $this->inventory->getSize() + $this->inventory->getHotbarSize();
[646] for($slot = $this->inventory->getHotbarSize(); $slot < $slotCount; ++$slot){
[647] $item = $this->inventory->getItem($slot - 9);
[648] if(!$item->isNull()){
[649] $inventoryTag->push($item->nbtSerialize($slot));
[650] }
[651] }
[652]
[653] //Armor
[654] for($slot = 100; $slot < 104; ++$slot){
[655] $item = $this->armorInventory->getItem($slot - 100);
[656] if(!$item->isNull()){
[657] $inventoryTag->push($item->nbtSerialize($slot));
[658] }
[659] }

MakePlugin not correctly work

Issue description

Wrong archive

Steps to reproduce the issue

/makeplugin ...

OS and versions

  • Altay: a974f2d
  • PHP: 7.2.2
  • Server OS: W10
  • Game version: 1.2

Crashdump, backtrace, memory dumps, plugins list or other files

TODO

Issue description

A TODO List I thought I'd write lol

  • Shulker Boxes
  • Enchantments
  • Boats
  • End & Nether Dimensions
  • Vanilla like nether transfer
  • fireworks
  • ender crystals & totems
  • MobAI
  • Animal Riding

Bug Armor

The enchanted armor with repair is not repaired and the one with indestructibility 5 lasts as long as a normal diamond

Off

Nothing...

Ran out of memory and freeze server random times

Issue description

Memory reach 2048 MB allowed memory and freeze server, but it varies from time to time after restarting even a few minutes or after 1-2 days

async-compression is disabled!

no error, no debug, nothing.

Steps to reproduce the issue

OS and versions

  • Altay: latest
  • PHP: 7.2
  • Server OS: Ubuntu Linux 18.04
  • Game version: 1.2

Crashdump, backtrace, memory dumps, plugins list or other files

Token can't be used yet - check the server's date/time matches the client

When I enter the service:
11:29:38 INFO > LolitaQAQ[/192.168.0.12:59591] logged out due to Invalid session. Reason: Token can't be used yet - check the server's date/time matches the client.

I was able to play normal on the server yesterday.
But today's server has a problem.
I uninstalled all the plugins and could not solve them.
I reopened a brand new server and couldn't solve it.
I tried to modify my computer time and mobile phone time and still can't solve it.
Hope this is not a stupid question. I hope to get a detailed answer. Thank you

Altay 1.2 γ€ŒTuranicPro」 implementing API version 3.0.1
for Minecraft: PE v1.2.10 (protocol version 201)
Windows 8

About version

Is it supported 1.2.10? The test server which you provided looks like it doesn't support 1.2.10, and when you're introduced, you're writing to support 1.2.X.

slapper code error

Issue description

Steps to reproduce the issue

OS and versions

  • Altay: last commit
  • PHP: 7.2
  • Server OS: linux
  • Game version: 1.2.9

Crashdump, backtrace, memory dumps, plugins list or other files

21:39:16 CRITICAL > ErrorException: "Undefined property: slapper\entities\other\SlapperFallingSand::$dataProperties" (EXCEPTION) in "plugins/Slapper_v1.3.7.phar/src/slapper/entities/SlapperEntity" at line 73
and
21:39:17 CRITICAL > Error: "Call to undefined method slapper\entities\SlapperHuman::getDataProperty()" (EXCEPTION) in "plugins/Slapper_v1.3.7.phar/src/slapper/entities/SlapperHuman" at line 52

CustomForm error

Issue description

CustomForm error

Steps to reproduce the issue

create a customForm
run

OS and versions

  • Altay:2989bc1
  • PHP:7.2
  • Server OS:Windows 10
  • Game version: 1.2.10

Crashdump, backtrace, memory dumps, plugins list or other files

Cannot instantiate abstract class pocketmine\form\CustomForm

Composer autoloader not found.

####을 λ°œν–‰ν•˜λ‹€. μ„€λͺ…
<!..-κ·Έ λ¬Έμ œμ— λŒ€ν•΄ κ°„λ‹¨νžˆ μ„€λͺ…ν•˜λ‹€-->.
Composer autoloader not found.

####λ‹¨κ³„λ‘œ λ²ˆμ‹ν•˜λ‹€.
<!..-μš°λ¦¬μ—κ²Œ λ‹¨κ³„λ‘œ λ¬Έμ œκ°€ λ²ˆμ‹μ— μΆ”κ°€ν•˜μ—¬λŠ” 문제λ₯Ό 찾아내도둝 도와 μ£Όμ„Έμš”-->.
Composer autoloader not found.
####OS와 버전
<!..-
μœ νš¨ν•œ 버전,"졜근"이 λ¬΄νš¨ν•˜λ‹€λŠ” 것을 μ§“λŠ” λ²ˆν˜Έλ‚˜git ν•΄μ‹œκ°€ ν¬ν•¨λ˜μ–΄μ•Ό ν•©λ‹ˆλ‹€.
λ§Œμ•½ 버전이 잘λͺ»λ˜μ—ˆμœΌλ©΄ 문제 λ¬Έ λ‹«μŒ 것이닀.
κ²Œμž„ 버전 μ•”λ°˜ 엔진, Windows10μ—λ””μ…˜ 버전을 ν¬ν•¨ν•œλ‹€.
-->
*μ•Œνƒ€μ΄:
*PHP: 7.2.1
*μ„œλ²„ OS: linux Ubuntu Server 16.04
*κ²Œμž„ 버전: 1.2.X

####Crashdump, backtrace, λ©”λͺ¨λ¦¬ 덀프, ν”ŒλŸ¬κ·Έ 인 λͺ©λ‘ λ˜λŠ” 기타 νŒŒμΌμ„.
<μ•„λž˜ 블둝에!..-λ°˜μ£½μ€-->.
"`[CRITICAL] Composer autoloader not found.
[CRITICAL] Please install/update Composer dependencies or use provided builds.
anode24@ubuntu:/ras$ ./starts.sh
[CRITICAL] Composer autoloader not found.
[CRITICAL] Please install/update Composer dependencies or use provided builds.
anode24@ubuntu:
/ras$

[ERROR] Couldn't find a valid Altay installation.

"`

Index Invalid or out of range

Issue description

Index Invalid or out of range

Steps to reproduce the issue

OS and versions

  • Altay:5ba54da
  • PHP:7.2
  • Server OS:Windows 10
  • Game version: 1.2.10

Crashdump, backtrace, memory dumps, plugins list or other files

none

image

Need Γ—64bit

./start.sh

Result;

php is /data/data/com.termux/files/usr/bin/php
[ERROR] Running Altay with 32-bit systems/PHP is no longer supported.
[ERROR] Please upgrade to a 64-bit system, or use a 64-bit PHP binary if this is a 64-bit system.

ArmorStands duplicate items

Issue description

ArmorStand duplicate items

Steps to reproduce the issue

  1. ArmorStand interact on hand item

OS and versions

  • Altay: 2d0442e
  • PHP: 7.2
  • Server OS: Debian 4.9.82-1+deb9u3 (x64)
  • Game version: 1.2.11

Need Pocketmine-MP.phar!

Issue description

Hey, i need the Pocketmine-MP.phar the run the Server software.

Steps to reproduce the issue

Can you send me the phar file, please?

OS and versions

  • Altay:
  • PHP:
  • Server OS:
  • Game version:

Crashdump, backtrace, memory dumps, plugins list or other files

Update new CompoundTag and more nbt

Issue description

hi, @Enes5519 i request the update nbt tags and more codes because PureEntities not work with this version and with the last version of pmmp work.

Steps to reproduce the issue

OS and versions

Crashdump, backtrace, memory dumps, plugins list or other files

PHAR LINK

Issue description

Steps to reproduce the issue

OS and versions

  • Altay:
  • PHP:
  • Server OS:
  • Game version:

Crashdump, backtrace, memory dumps, plugins list or other files

raklib error, and sometimes crash

Issue description

raklib error and sometimes crashing, and closing raklib (raknet thread interface crash)

Steps to reproduce the issue

OS and versions

  • Altay: latest
  • PHP: 7.2
  • Server OS: Ubuntu Linux (with Multicraft)
  • Game version: 1.2.9

Crashdump, backtrace, memory dumps, plugins list or other files

raklib error file with debug:
Raklib_Error.txt

Item droping

When you try dropping any items and on death they do not drop their items

Composer autoloader not found.

Issue description

Composer autoloader not found.

Steps to reproduce the issue

OS and versions

  • Altay:
  • PHP:
  • Server OS:
  • Game version:

Crashdump, backtrace, memory dumps, plugins list or other files

Please, add a Painting to inventory and level

Issue description

Steps to reproduce the issue

if i try to set block Painting then it is'nt create

OS and versions

  • Altay: "TuranicPro" (API 3.0.1) : latest build
  • PHP: 7.2
  • Server OS: windows 10 / linux mint mate 17
  • Game version: 1.2.10

Crashdump, backtrace, memory dumps, plugins list or other files

question

Hello, sorry i not create template but i have only one question why we not you aktuali pmmp api ?

translate bug eng.ini

Issue description

translate bug in language .ini files or any configuration.
ex.: "{0%} joined the game"

Steps to reproduce the issue

OS and versions

  • Altay: latest
  • PHP: 7.2
  • Server OS: Ubuntu Linux
  • Game version: 1.2.9

Crashdump, backtrace, memory dumps, plugins list or other files

bug

07:40:15 CRITICAL > Error: "Class 'pocketmine\item\Elytra' not found" (EXCEPTION) in "src/pocketmine/item/ItemFactory" at line 226
07:40:15 DEBUG > #0 src/pocketmine/Server(1673): pocketmine\item\ItemFactory::init()
07:40:15 DEBUG > #1 src/pocketmine/PocketMine(554): pocketmine\Server->__construct(BaseClassLoader object, pocketmine\utils\MainLogger object, string /mnt/c/Users/.../pm/, string /mnt/c/Users/.../pm/plugins/)
07:40:15 EMERGENCY > An unrecoverable error has occurred and the server has crashed. Creating a crash dump
07:40:16 EMERGENCY > Please upload the "/mnt/c/Users/μ€€/pm/crashdumps/Thu_Feb_1-07.40.15-UTC_2018.log" file to the Crash Archive and submit the link to the Bug Reporting page. Give as much info as you can.

Spam on console

Issue description

why write this on the console?
NOTICE > Blocked 45.79.134.18 for 5 seconds

Steps to reproduce the issue

OS and versions

  • Altay: 3e36c3c
  • PHP: 7.2
  • Server OS: Ubuntu 16.04.4 LTS
  • Game version: 1.2.11

Crashdump, backtrace, memory dumps, plugins list or other files

PHAR LINK

Issue description

Steps to reproduce the issue

OS and versions

  • Altay:
  • PHP:
  • Server OS:
  • Game version:

Crashdump, backtrace, memory dumps, plugins list or other files

New build error

Issue description

Can't run 78e58db

Steps to reproduce the issue

download #78e58db
run

OS and versions

  • Altay:78e58db
  • PHP:7.2
  • Server OS:Windows 10
  • Game version: 1.2.9

Crashdump, backtrace, memory dumps, plugins list or other files

Fatal error: Uncaught ErrorException: Constant pocketmine\PATH already defined in phar://C:/Users/mizzk/Desktop/Altay/PocketMine-MP.phar/src/pocketmine/PocketMine.php:178
Stack trace:
#0 [internal function]: pocketmine\error_handler(8, 'Constant pocket...', 'phar://C:/Users...', 178, Array)
#1 phar://C:/Users/mizzk/Desktop/Altay/PocketMine-MP.phar/src/pocketmine/PocketMine.php(178): define('pocketmine\\PATH', 'phar://C:/Users...')
#2 C:\Users\mizzk\Desktop\Altay\PocketMine-MP.phar(1): require_once('phar://C:/Users...')
#3 {main}
  thrown in phar://C:/Users/mizzk/Desktop/Altay/PocketMine-MP.phar/src/pocketmine/PocketMine.php on line 178

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.