PocketMine-MP VS book

Compare PocketMine-MP vs book and see what are their differences.

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
PocketMine-MP book
8 626
3,190 14,251
0.1% 1.2%
9.8 8.7
7 days ago 6 days ago
PHP Rust
GNU Lesser General Public License v3.0 only GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

PocketMine-MP

Posts with mentions or reviews of PocketMine-MP. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-12-17.
  • How to Create and Play On a Server in MCPE 0.7.6?
    1 project | /r/GoldenAgeMinecraft | 22 Jun 2023
    Oh no, my bad, back then there was a multiplayer server system. I can't find any file, but I found a github with a project that can be interesting for you: https://github.com/pmmp/PocketMine-MP/blob/stable/changelogs/1.3.md
  • it's happening!!!! damn rust programmers they are rewriting all the world in rust
    4 projects | /r/ProgrammerHumor | 17 Dec 2022
    PocketMine-MP is written in PHP
  • How can bedrock servers lime hive/mineplex have minigames and other bukkit like - features?
    2 projects | /r/admincraft | 23 Nov 2022
    Take a look at PMMP (Pocketmine) https://pmmp.io/ (Not the only option but quite popular) They provide custom plugins via PHP. https://poggit.pmmp.io/ - repository public plugins - several other sources exist just have to do some googling.
  • Unable to make a current bedrock server as minecraft download page only does BETA
    3 projects | /r/Minecraft | 28 May 2022
    I'm not the most well versed in Bedrock servers, but I think you could use something like Nukkit or PocketMine-MP for the mean time, as they should have 1.18.3 versions still up for download.
  • Bedrock is big brain
    1 project | /r/admincraft | 25 Apr 2022
    You better believe it! https://github.com/pmmp/PocketMine-MP
  • A framework to use async/await without fibers using generators
    2 projects | /r/PHP | 6 Mar 2022
    long answer: amp is a full framework including other context-specific components like event loops, web framework, etc. It is too bloated for the usual use case in our community (which is primarily phar plugins for PocketMine-MP). await-generator only provides the basic async executor (which dispatches the generator) plus a few basic context-agnostic synchronization primitives like async iterators, mutex and channels. It does not depend on any runtime (it does not even have a scheduler). furthermore, I am not a fan of the Promise/Generator split in amp, which increases the cognitive complexity of an API. btw, await-generator is not Promise/A+ compliant using the equivalent definitions, because a lack of runtime implies it is unable to satisfy 2.2.4 (execute subsequent operations with clear stack), i.e. exceptions thrown after yielding might end up generating enormous stack traces (await-generator has manual tail recursion optimization to mitigate this). You could always write a framework-specific function that takes in a generator and yields from it after the framework finishes the current stack though.
  • A minimal, offline PHAR file viewer webapp written in Rust (+ Rust library for the phar format)
    1 project | /r/PHP | 28 Dec 2021
    Not really. Just a proof of concept tbh. It's probably nice that you can view phar files on mobile when you really need it though. We have a community https://pmmp.io where all plugins are distributed as phar files, and people are struggling to try to "edit" phar files to modify source code all the time.
  • Minecraft bedrock server documentation
    2 projects | /r/Minecraft | 3 Sep 2021
    Is there any documentation on Minecraft bedrock server. How do Nukkit, PocketMine and potentially other server software figure out everything. Or is it just reverse engineering. If so, how can they update to new versions so quickly. All I could find was about addons and commands. (This) Or maybe someone's doing all the work on figuring out and sharing and all server developers just use it?

book

Posts with mentions or reviews of book. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-02-26.
  • Learning Rust: A clean start
    5 projects | dev.to | 26 Feb 2024
    My first port of call was to google learn rust which lead me to "the book". The book is a first steps guide written by the rust community for newbies (or Rustlings as they're called) to gain a 'solid grasp of the language'.
  • Prodzilla: From Zero to Prod with Rust and Shuttle
    6 projects | dev.to | 21 Feb 2024
    Before Prodzilla, I’d read 'The Book' a couple of times, and had made my way through Rustlings, but hadn’t yet built a serious project in Rust.
  • Help me stop hating rust
    2 projects | news.ycombinator.com | 24 Jan 2024
    To answer your last question;

    Start with the Rust book.

    https://doc.rust-lang.org/book/

    Then do Rustlings until the syntax becomes muscle memory.

    Then join the Discord and start doing little projects.

    You won’t get up to the proficiency of other languages as quickly in Rust. It takes longer. For me it’s taking a lot longer, but I enjoy it.

  • Top 10 Rusty Repositories for you to start your Open Source Journey
    11 projects | dev.to | 19 Dec 2023
    Before diving into these repositories, familiarize yourself with Rust and its development ecosystem. The official Rust book is an excellent resource for developers at all levels. Each repository has documentation on how to contribute, covering code style, issue tracking, and pull requests.
  • Command Line Rust is a great book
    4 projects | /r/rust | 8 Dec 2023
    This is my third Rust book after the official book and Rust in Action. The other two books are great, but they were too theoretical for me. I'm a slow learner and had much trouble grokking Rust's features and idiosyncrasies. When I was done with these books, I was lost and unsure of what I could do.
  • Advice Sought: Double down on Solidity dev or switch to Product?
    1 project | /r/CryptoCurrency | 6 Dec 2023
  • Nim
    5 projects | news.ycombinator.com | 6 Dec 2023
    It's the same reason everything digital and downloadable isn't free: there's a cost to create it and there's a value to it.

    For a language developer to charge for a book about that language, I think that's a completely valid way to make some money off of their work.

    Even the Rust book, "The Rust Programming Language" is available freely online [0], but also as a print and ebook for sale via NoStarchPress [1].

    [0] https://doc.rust-lang.org/book/

    [1] https://nostarch.com/rust-programming-language-2nd-edition

  • Systems programming - Rust
    1 project | /r/learnrust | 6 Nov 2023
    You know you can just read it online right now in 2 different variants It does contain some systems programming.
  • Ask HN: How do you learn Rust in 2023?
    1 project | news.ycombinator.com | 3 Nov 2023
    I am looking at The Book (https://doc.rust-lang.org/book/), but hoped there was an amazing person on youtube.

    Yeah, I'll build something, finally trying webassembly.

  • Give me the best Resources to learn Rust
    2 projects | /r/rust | 1 Nov 2023
    https://doc.rust-lang.org/book/ https://github.com/rust-lang/rustlings https://doc.rust-lang.org/rust-by-example/

What are some alternatives?

When comparing PocketMine-MP and book you can also consider the following projects:

Nukkit - Cloudburst Nukkit - Nuclear-Powered Minecraft: Bedrock Edition Server Software

rust-by-example - Learn Rust with examples (Live code editor included)

Paper - The most widely used, high performance Minecraft server that aims to fix gameplay and mechanics inconsistencies

Rustlings - :crab: Small exercises to get you used to reading and writing Rust code!

BedcoreProtect - BedcoreProtect is a fast, efficient, data logging and anti-griefing tool for PocketMine servers. Rollback and restore any amount of damage.

solana-program-library - A collection of Solana programs maintained by Solana Labs

Azuriom - Azuriom is a complete open-source web solution for game servers. Enjoy dozens of extensions for endless possibilities. Already trusted by over 1,800 servers.

nomicon - The Dark Arts of Advanced and Unsafe Rust Programming

py3minepi

github-cheat-sheet - A list of cool features of Git and GitHub.

Minecraft_Server_Emulator - Minecraft Server Emulator

rust - Empowering everyone to build reliable and efficient software.