SkillAgentSearch skills...

SymplyPlugin

No description available

Install / Use

/learn @AID-LEARNING/SymplyPlugin
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

SymplyPlugin

A PocketMine-MP plugin for creating custom items and blocks easily.

📚 Documentation

Complete guides for creating:

  • Custom Items (simple items, food, tools, armor)
  • Custom Blocks (simple blocks, blocks with permutations)
  • Full examples and code snippets

🌐 DeepWiki

https://deepwiki.com/AID-LEARNING/SymplyPlugin

Config

blockNetworkIdsAreHashes is true

this is obsolete

<p/> you need to modify in the ChunkSerializer in pmmp

here is the line to modify

public static function serializeSubChunk(SubChunk $subChunk, BlockTranslator $blockTranslator, PacketSerializer $stream, bool $persistentBlockStates) : void{
                 ...
                 foreach($palette as $p){
-                        $stream->put(Binary::writeUnsignedVarIntVarInt($blockTranslator->internalIdToNetworkId($p) << 1));
+                        $stream->put(Binary::writeVarInt($blockTranslator->internalIdToNetworkId($p)));
                 }
 }

Related Skills

View on GitHub
GitHub Stars21
CategoryDevelopment
Updated9d ago
Forks4

Languages

PHP

Security Score

75/100

Audited on Mar 22, 2026

No findings