PHPackages                             aternos/creabit - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. aternos/creabit

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

aternos/creabit
===============

This is a small Minecraft tool written in PHP to fix missing end or nether dimension compound tags in the level.dat file.

v1.0.0(1y ago)1608MITPHP

Since Dec 16Pushed 1y ago2 watchersCompare

[ Source](https://github.com/aternosorg/creabit)[ Packagist](https://packagist.org/packages/aternos/creabit)[ RSS](/packages/aternos-creabit/feed)WikiDiscussions master Synced today

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

About
=====

[](#about)

This is a small Minecraft tool written in PHP to fix missing end or nether dimension compound tags in the level.dat file. If the tags are missing, the portals do not work.

Installation
============

[](#installation)

```
composer require aternos/creabit
```

Usage CLI
=========

[](#usage-cli)

```
php repair.php input_file [output_file]
```

If no output file path is given, the output directory is the current directory.

Usage PHP code
==============

[](#usage-php-code)

```
$fileName = 'level.dat'
$fileContent = file_get_contents($filename)
$creabit = new Creabit($fileContent)
file_put_contents($fileName, $creabit->repair());
```

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance37

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity38

Early-stage or recently created project

 Bus Factor1

Top contributor holds 75% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

565d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/182e603c02f308d1036a1ecaba0b994665e87d13a86ff4550a96c9189a92c544?d=identicon)[aternos](/maintainers/aternos)

---

Top Contributors

[![pavog](https://avatars.githubusercontent.com/u/4786628?v=4)](https://github.com/pavog "pavog (6 commits)")[![rico132](https://avatars.githubusercontent.com/u/83093843?v=4)](https://github.com/rico132 "rico132 (2 commits)")

### Embed Badge

![Health badge](/badges/aternos-creabit/health.svg)

```
[![Health](https://phpackages.com/badges/aternos-creabit/health.svg)](https://phpackages.com/packages/aternos-creabit)
```

###  Alternatives

[aternos/thanos

Simple library to detect and remove unused chunks from a Minecraft world.

272587.7k](/packages/aternos-thanos)[aternos/hawk

PHP library to get, replace and delete blocks/entities out of Minecraft region files

103.0k](/packages/aternos-hawk)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
